/* BACKGROUND GRADIENT */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* BOX */
/* BOX RGBA */
/* BOX SHADOW */
/* BOX SIZING */
/* COLUMNS */
/* DOUBLE BORDERS */
/* FLEX */
/* FLIP */
/* FONT FACE */
/* OPACITY */
/* OUTLINE RADIUS */
/* RESIZE */
/* ROTATE*/
/* TEXT SHADOW */
/* TRANSFORM  */
/* TRANSITION */
/* TRIPLE BORDERS */
/* =============================================
 * Images
 * ============================================= */
.img-fullwidth {
  width: 100%;
}

.img-fullheight {
  height: 100%;
}

/* =============================================
 * Margin & Padding
 * ============================================= */
.margin-none {
  margin: 0 0 0 0;
}

.margin-all {
  margin: 25px;
}

.margin-all-2x {
  margin: 50px;
}

.margin-all-3x {
  margin: 75px;
}

.margin-all-4x {
  margin: 100px;
}

.margin-top {
  margin-top: 25px;
}

.margin-top-2x {
  margin-top: 50px;
}

.margin-top-3x {
  margin-top: 75px;
}

.margin-top-4x {
  margin-top: 100px;
}

.margin-right {
  margin-right: 25px;
}

.margin-right-2x {
  margin-right: 50px;
}

.margin-right-3x {
  margin-right: 75px;
}

.margin-right-4x {
  margin-right: 100px;
}

.margin-bottom {
  margin-bottom: 25px;
}

.margin-bottom-2x {
  margin-bottom: 50px;
}

.margin-bottom-3x {
  margin-bottom: 75px;
}

.margin-bottom-4x {
  margin-bottom: 100px;
}

.margin-left {
  margin-left: 25px;
}

.margin-left-2x {
  margin-left: 50px;
}

.margin-left-3x {
  margin-left: 75px;
}

.margin-left-4x {
  margin-left: 100px;
}

.padding-none {
  padding: 0 0 0 0;
}

.padding-all {
  padding: 50px;
}

.padding-all-2x {
  padding: 50px;
}

.padding-all-3x {
  padding: 75px;
}

.padding-all-4x {
  padding: 100px;
}

.padding-top {
  padding-top: 25px;
}

.padding-top-2x {
  padding-top: 50px;
}

.padding-top-3x {
  padding-top: 75px;
}

.padding-top-4x {
  padding-top: 100px;
}

.padding-right {
  padding-right: 25px;
}

.padding-right-2x {
  padding-right: 50px;
}

.padding-right-3x {
  padding-right: 75px;
}

.padding-right-4x {
  padding-right: 100px;
}

.padding-bottom {
  padding-bottom: 25px;
}

.padding-bottom-2x {
  padding-bottom: 50px;
}

.padding-bottom-3x {
  padding-bottom: 75px;
}

.padding-bottom-4x {
  padding-bottom: 100px;
}

.padding-left {
  padding-left: 25px;
}

.padding-left-2x {
  padding-left: 50px;
}

.padding-left-3x {
  padding-left: 75px;
}

.padding-left-4x {
  padding-left: 100px;
}

.progress-xs {
  height: 5px;
}

.progress-sm {
  height: 10px;
}

.progress-md {
  height: 15px;
}

.dropdown-menu .progress {
  margin: 0;
}

.panel-status {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.panel-primary {
  border: none;
}

.panel-primary .panel-heading {
  border-color: #ef4238;
  color: white;
  background-color: #ef4238;
}

.panel-primary a {
  color: #ef4238;
}

.panel-primary a:hover {
  color: #ca1a10;
}

.panel-green {
  border: none;
}

.panel-green .panel-heading {
  border-color: #5cb85c;
  color: white;
  background-color: #5cb85c;
}

.panel-green a {
  color: #5cb85c;
}

.panel-green a:hover {
  color: #3d8b3d;
}

.panel-red {
  border: none;
}

.panel-red .panel-heading {
  border-color: #d9534f;
  color: white;
  background-color: #d9534f;
}

.panel-red a {
  color: #d9534f;
}

.panel-red a:hover {
  color: #b52b27;
}

.panel-yellow {
  border: none;
}

.panel-yellow .panel-heading {
  border-color: #f0ad4e;
  color: white;
  background-color: #f0ad4e;
}

.panel-yellow a {
  color: #f0ad4e;
}

.panel-yellow a:hover {
  color: #df8a13;
}

.panel-status {
  overflow: hidden;
  border-bottom: 5px solid transparent !important;
  -moz-transition: border 0.7s ease;
  -o-transition: border 0.7s ease;
  -webkit-transition: border 0.7s ease;
  -ms-transition: border 0.7s ease;
  transition: border 0.7s ease;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.panel-status .panel-status-icon {
  color: #ef4238;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.panel-status:hover {
  color: #ca1a10;
  border-bottom: 5px solid #ef4238 !important;
}

.panel-status:hover .panel-status-icon {
  filter: alpha(opacity=25);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  -moz-opacity: 0.25;
  -khtml-opacity: 0.25;
  opacity: 0.25;
  -webkit-transform: scale(2.5) rotate(15deg);
  -moz-transform: scale(2.5) rotate(15deg);
  transform: scale(2.5) rotate(15deg);
}

.panel-status.panel-info {
  color: #5bc0de;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.panel-status.panel-info .panel-status-icon {
  color: #5bc0de;
}

.panel-status.panel-info:hover {
  color: #28a1c5;
  border-bottom: 5px solid #5bc0de !important;
}

.panel-status.panel-danger {
  color: #d9534f;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.panel-status.panel-danger .panel-status-icon {
  color: #d9534f;
}

.panel-status.panel-danger:hover {
  color: #b52b27;
  border-bottom: 5px solid #d9534f !important;
}

.panel-status.panel-success {
  color: #5cb85c;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.panel-status.panel-success .panel-status-icon {
  color: #5cb85c;
}

.panel-status.panel-success:hover {
  color: #3d8b3d;
  border-bottom: 5px solid #5cb85c !important;
}

.panel-status.panel-warning {
  color: #f0ad4e;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.panel-status.panel-warning .panel-status-icon {
  color: #f0ad4e;
}

.panel-status.panel-warning:hover {
  color: #df8a13;
  border-bottom: 5px solid #f0ad4e !important;
}

.box {
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.125);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.125);
  margin: 20px 0;
  position: relative;
  display: block;
}

.box .row {
  margin: 0;
}

.box-primary {
  padding: 20px;
  background: #ef4238;
  border: 1px solid #f36f67;
  color: #fff;
}

.box-primary .text-muted {
  color: #f5857f;
}

.box-white {
  padding: 20px;
  background: #fff;
  border: 1px solid #eeeeee;
}

.box-border-left {
  border-right: 1px solid #eeeeee;
}

/* =============================================
 * Navbar 
 * 
 * @type WebRock Object
 * ============================================= */
.post-social {
  width: 100%;
  display: block;
  position: relative;
  margin: 0;
}

.post-social .post-social-title {
  display: block;
  position: relative;
}

.post-social .post-social-title.post-social-title-vintage {
  text-align: center;
  margin-bottom: 50px;
}

.post-social .post-social-title.post-social-title-vintage h1,
.post-social .post-social-title.post-social-title-vintage h2,
.post-social .post-social-title.post-social-title-vintage h3,
.post-social .post-social-title.post-social-title-vintage h4,
.post-social .post-social-title.post-social-title-vintage h5,
.post-social .post-social-title.post-social-title-vintage h6,
.post-social .post-social-title.post-social-title-vintage p {
  display: inline;
  position: relative;
  padding: 10px 30px;
  border: 2px solid #fff;
}

.post-social .post-social-subtitle {
  display: block;
  position: relative;
}

.post-social .post-social-image {
  display: block;
  position: relative;
}

.post-social.post-social-xlg {
  padding: 125px 0;
}

@media screen and (max-width: 1199px) {
  .post-social.post-social-xlg {
    padding: 104.16667px 0;
  }
}

@media screen and (max-width: 991px) {
  .post-social.post-social-xlg {
    padding: 83.33333px 0;
  }
}

@media screen and (max-width: 767px) {
  .post-social.post-social-xlg {
    padding: 62.5px 0;
  }
}

.post-social.post-social-lg {
  padding: 100px 0;
}

@media screen and (max-width: 1199px) {
  .post-social.post-social-lg {
    padding: 83.33333px 0;
  }
}

@media screen and (max-width: 991px) {
  .post-social.post-social-lg {
    padding: 66.66667px 0;
  }
}

@media screen and (max-width: 767px) {
  .post-social.post-social-lg {
    padding: 50px 0;
  }
}

.post-social.post-social-md {
  padding: 75px 0;
}

@media screen and (max-width: 1199px) {
  .post-social.post-social-md {
    padding: 62.5px 0;
  }
}

@media screen and (max-width: 991px) {
  .post-social.post-social-md {
    padding: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  .post-social.post-social-md {
    padding: 37.5px 0;
  }
}

.post-social.post-social-sm {
  padding: 50px 0;
}

@media screen and (max-width: 1199px) {
  .post-social.post-social-sm {
    padding: 41.66667px 0;
  }
}

@media screen and (max-width: 991px) {
  .post-social.post-social-sm {
    padding: 33.33333px 0;
  }
}

@media screen and (max-width: 767px) {
  .post-social.post-social-sm {
    padding: 25px 0;
  }
}

.post-social.post-social-xs {
  padding: 25px 0;
}

@media screen and (max-width: 1199px) {
  .post-social.post-social-xs {
    padding: 20.83333px 0;
  }
}

@media screen and (max-width: 991px) {
  .post-social.post-social-xs {
    padding: 16.66667px 0;
  }
}

@media screen and (max-width: 767px) {
  .post-social.post-social-xs {
    padding: 12.5px 0;
  }
}

.post-social-status {
  margin: 0px 0 0;
}

.post-social-status li a {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #777777;
}

.post-social-status li a:hover {
  color: #555555;
  text-decoration: none;
}

.post-social-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}

.post-social-tag {
  color: rgba(255, 255, 255, 0.75);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.post-social-tag:hover {
  text-decoration: none;
  color: white;
}


#wrapper {
  width: 100%;
  background: #171515;

}

.page-wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 15px 15px;
  min-height: 568px;
  background-color: #eeeeee;
  padding-top: 0px !important;
}

/*body.sidebar-right-open{
    #page-wrapper {
        margin: 0 250px 0 250px;
        @media(max-width:$screen-xs-max) {
            margin: 0 0 0 0;
        }
    }
}*/
@media (min-width: 768px) {
  .page-wrapper {
    position: inherit;
    margin: 0 0 0 250px;
    padding: 15px 30px;
    border-left: 1px solid #19191d;
    min-height: 1350px !important;
    padding-top: 0px !important;
  }
}

.sidebar-right {
  display: none;
  visibility: hidden;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #29282f;
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fadeOutRight;
  -webkit-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -moz-animation-delay: 0s;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fadeOutRight;
  -moz-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -o-animation-delay: 0s;
  -o-animation-duration: 0.5s;
  -o-animation-name: fadeOutRight;
  -o-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  animation-delay: 0s;
  animation-duration: 0.5s;
  animation-name: fadeOutRight;
  animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  width: 250px;
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  margin-top: 51px;
}

.sidebar-right.open {
  visibility: visible;
  display: block;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fadeInRight;
  -webkit-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -moz-animation-delay: 0s;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fadeInRight;
  -moz-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -o-animation-delay: 0s;
  -o-animation-duration: 0.5s;
  -o-animation-name: fadeInRight;
  -o-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  animation-delay: 0s;
  animation-duration: 0.5s;
  animation-name: fadeInRight;
  animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .sidebar-right.open {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    background: #29282f;
  }
}

.sidebar-right .sidebar-right-content {
  padding: 20px;
  color: #fff;
}

.sidebar-right .sidebar-right-content .sidebar-right-heading {
  padding: 20px;
  margin: 0px -20px 0;
  background: #35343d;
}

.sidebar-right .sidebar-right-content .sidebar-right-heading.sidebar-right-heading-first {
  margin: -20px -20px 0px;
}

.sidebar-notification {
  background: #242329;
  margin: 1px -20px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidebar-notification a {
  padding: 15px 20px;
  display: block;
  color: #fff;
}

.sidebar-notification a:hover {
  text-decoration: none;
}

.sidebar-notification:hover {
  background: #33313a;
}

.sidebar-notification i {
  color: #ef4238;
}

.sidebar-contact-wrapper {
  background: #242329;
  margin: 1px -20px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidebar-contact-wrapper .sidebar-contact {
  padding: 15px 20px;
  display: block;
  color: #fff;
}

.sidebar-contact-wrapper .sidebar-contact:hover {
  text-decoration: none;
}

.sidebar-contact-wrapper:hover {
  background: #33313a;
}

.navbar-top-links li {
  display: inline-block;
}

.navbar-top-links li:last-child {
  margin-right: 15px;
}

.navbar-top-links li a {
  padding: 15px;
  min-height: 40px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navbar-top-links>li>a {
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
}

.navbar-top-links>li>a i {
  font-size: 30px;
}

.navbar-top-links>li>a:hover,
.navbar-top-links>li>a:active,
.navbar-top-links>li>a:focus {
  background: #fcfcfc;
  color: #ef4238;
}

.navbar-top-links .dropdown-menu {
  padding: 0;
}

.navbar-top-links .dropdown-menu li {
  display: block;
}

.navbar-top-links .dropdown-menu li.divider {
  margin: 0;
}

.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
  padding: 15px;
  min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
  white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  width: 310px;
  min-width: 0;
}

.navbar-top-links .dropdown-messages {
  margin-left: 5px;
}

.navbar-top-links .dropdown-messages .dropdown-messages-excerpt {
  font-size: 12px;
}

.dropdown-small {
  font-size: 10px;
  text-transform: uppercase;
}

.dropdown-button {
  background: #ef4238;
  color: #fff !important;
}

.dropdown-button:hover {
  background: #ed2c20 !important;
}

.navbar-top-links .dropdown-tasks {
  margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
  margin-left: -123px;
}

.navbar-top-links .dropdown-user {
  right: 0;
  left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.sidebar .sidebar-search {
  padding: 15px;
}

.sidebar .sidebar-search .sidebar-search-button {
  position: absolute;
  right: 21px;
  top: 21px;
}

.sidebar ul li {
  background-color: #171515;
  margin-bottom: 0px;
}

.arrow {
  width: initial !important;
  height: initial !important;
  position: initial !important;

}

#side-menu .arrow:after {
  z-index: 9999;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
  display: none !important;
}

.sidebar ul li a {
  padding: 15px 15px;
  color: #fff;
  background-color: #171515;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sidebar ul li a .sidebar-item-arrow {
  padding-top: 8px;
}

.sidebar ul li a .sidebar-item-icon {
  position: absolute;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sidebar ul li a .sidebar-item-title {
  font-size: 14px;
  padding-left: 40px;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}

.sidebar ul li a .sidebar-item-subtitle {
  color: #716e82;
  padding-left: 40px;
  font-size: 11px;
  display: block;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sidebar ul li a.active {
  background-color: #35343d;
}

.sidebar ul li a.active .sidebar-item-subtitle {
  color: #a6a4b2;
}

.sidebar ul li a:hover,
.sidebar ul li a:active,
.sidebar ul li a:focus {
  border-left: 5px solid #ef4238;
  background-color: #33313a;
}

.sidebar ul li a:hover .sidebar-item-icon,
.sidebar ul li a:active .sidebar-item-icon,
.sidebar ul li a:focus .sidebar-item-icon {
  margin-left: 10px;
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
  zoom: 1;
}

.sidebar ul li a:hover .sidebar-item-title,
.sidebar ul li a:active .sidebar-item-title,
.sidebar ul li a:focus .sidebar-item-title {
  padding-left: 50px;
}

.sidebar ul li a:hover .sidebar-item-subtitle,
.sidebar ul li a:active .sidebar-item-subtitle,
.sidebar ul li a:focus .sidebar-item-subtitle {
  padding-left: 50px;
  color: #8b899a;
}

.sidebar-item-icon i {

  font-size: 20px;
}

.sidebar-toggle {
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  font-size: 12px;
  color: #ffffff;
  margin-left: 15px;
}

.sidebar-toggle i {
  line-height: 50px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidebar-toggle:hover i {
  color: #ffffff;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}

.navbar-brand {
  margin-left: 50px;
  font-size: 20px;
}

.navbar-brand img {
  max-width: 15px;
  margin-right: 5px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navbar-brand:hover img {
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
  zoom: 1;
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    margin-left: 0;
  }
}

.sidebar {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidebar .sidebar-profile {
  padding: 35px 15px 20px;
}

.sidebar .sidebar-profile .sidebar-profile-picture {
  position: relative;
}

.sidebar .sidebar-profile .sidebar-profile-picture .sidebar-profile-status {
  top: -35px;
  left: 80px;
  width: 18px;
  height: 18px;
  position: absolute;
  background: #5cb85c;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidebar .sidebar-profile .sidebar-profile-picture img {
  max-width: 100%;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidebar .sidebar-profile .sidebar-profile-name {
  text-transform: uppercase;
  margin: 0px 0 15px 0;
  position: relative;
  color: #fff;
  font-size: 20px;
}

.sidebar .sidebar-profile .sidebar-profile-description {
  font-size: 15px;
  position: relative;
  color: #8b899a;
  margin-bottom: 10px;
}

.sidebar .sidebar-profile .sidebar-profile-location {
  position: relative;
  text-transform: uppercase;
  font-size: 10px;
}

.sidebar .sidebar-profile:hover .sidebar-profile-status {
  -webkit-animation-delay: 0;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: flash;
  -webkit-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -moz-animation-delay: 0;
  -moz-animation-duration: 0.8s;
  -moz-animation-name: flash;
  -moz-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -o-animation-delay: 0;
  -o-animation-duration: 0.8s;
  -o-animation-name: flash;
  -o-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  animation-delay: 0;
  animation-duration: 0.8s;
  animation-name: flash;
  animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
}

.sidebar .sidebar-search-collapse {
  display: none;
}

.sidebar .arrow {
  float: right;
}

.sidebar .fa.arrow:before {
  content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
  content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
  border-bottom: none !important;
}

.sidebar .nav-second-level li a {
  text-transform: uppercase;
  font-size: 11px;
  padding-left: 37px;
  color: #dcdbe1;
  background: #1d1c21;
}

.sidebar .nav-second-level li a:hover {
  border-left: 2px solid #ef4238;
  color: #f7f7f8;
  background-color: #222127;
}

.sidebar .nav-third-level li a {
  text-transform: uppercase;
  font-size: 11px;
  padding-left: 52px;
  color: #c1c0c9;
  background: #161519;
}

.sidebar .nav-third-level li a:hover {
  border-left: 2px solid #ef4238;
  color: #dcdbe1;
  background-color: #1b1a1e;
}

@media (min-width: 768px) {
  .sidebar {
    z-index: 1;
    position: absolute;
    width: 250px;
    margin-top: 0px;
  }

  .navbar-top-links .dropdown-messages,
  .navbar-top-links .dropdown-tasks,
  .navbar-top-links .dropdown-alerts {
    margin-left: auto;
  }
}

@media screen and (min-width: 767px) {
  .sidebar-collapse .sidebar {
    width: 60px;
    z-index: 999;
  }

  .sidebar-collapse .sidebar .sidebar-search {
    padding: 0;
    margin: 0;
  }

  .sidebar-collapse .sidebar .sidebar-search .sidebar-search-button,
  .sidebar-collapse .sidebar .sidebar-search input {
    display: none;
  }

  .sidebar-collapse .sidebar .sidebar-search .sidebar-search-collapse {
    display: block;
  }

  .sidebar-collapse .sidebar .sidebar-profile {
    padding: 5px;
  }

  .sidebar-collapse .sidebar .sidebar-profile .sidebar-profile-name,
  .sidebar-collapse .sidebar .sidebar-profile .sidebar-profile-description,
  .sidebar-collapse .sidebar .sidebar-profile .sidebar-profile-location {
    display: none;
  }

  .sidebar-collapse .sidebar .sidebar-profile .sidebar-profile-picture img {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }

  .sidebar-collapse .sidebar .sidebar-profile .sidebar-profile-status {
    top: -15px;
    left: 40px;
    width: 10px;
    height: 10px;
  }

  .sidebar-collapse .sidebar .sidebar-item-arrow {
    display: none;
  }

  .sidebar-collapse .sidebar .sidebar-item-subtitle,
  .sidebar-collapse .sidebar .sidebar-item-title {
    display: none;
  }

  .sidebar-collapse .sidebar .sidebar-nav>ul>li>a {
    min-height: 60px;
  }

  .sidebar-collapse .sidebar .sidebar-nav>ul>li>a:hover .sidebar-item-icon {
    margin-left: -2px;
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
    zoom: 1;
  }

  .sidebar-collapse .sidebar .nav-second-level li a {
    width: 250px;
  }

  .sidebar-collapse .page-wrapper {
    margin: 0 0 0 60px;
  }
}

.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s;
}

.btn-primary.btn-outline {
  color: #ef4238;
}

.btn-success.btn-outline {
  color: #5cb85c;
}

.btn-info.btn-outline {
  color: #5bc0de;
}

.btn-warning.btn-outline {
  color: #f0ad4e;
}

.btn-danger.btn-outline {
  color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: white;
}

.chat {
  margin: 0;
  padding: 0;
  list-style: none;
}

.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.chat li.left .chat-body {
  margin-left: 60px;
}

.chat li.right .chat-body {
  margin-right: 60px;
  background: #eeeeee;
  padding: 20px;
}

.chat li .chat-body p {
  margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
  margin-right: 5px;
}

.chat-panel .panel-body {
  height: 350px;
  overflow-y: scroll;
}

.login-panel {
  margin-top: 25%;
}

.flot-chart {
  display: block;
  height: 400px;
}

.flot-chart-content {
  width: 100%;
  height: 100%;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background: transparent;
}

table.dataTable thead .sorting_asc:after {
  content: "\f0de";
  float: right;
  font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
  float: right;
  font-family: fontawesome;
}

table.dataTable thead .sorting:after {
  content: "\f0dc";
  float: right;
  font-family: fontawesome;
  color: rgba(50, 50, 50, 0.5);
}

.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}

.show-grid [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  background-color: #eee !important;
}

.show-grid {
  margin: 15px 0;
}

.huge {
  font-size: 40px;
}

.bg-sidebar {
  background: #29282f;
}

.text-primary {
  color: #ef4238;
}

.text-danger {
  color: #d9534f;
}

.text-warning {
  color: #f0ad4e;
}

.text-info {
  color: #5bc0de;
}

.text-success {
  color: #5cb85c;
}

a.text-primary {
  color: #ef4238;
}

a.text-primary:hover {
  color: #e21e12;
}

a.text-warning {
  color: #f0ad4e;
}

a.text-warning:hover {
  color: #ec971f;
}

a.text-danger {
  color: #d9534f;
}

a.text-danger:hover {
  color: #c9302c;
}

a.text-info {
  color: #5bc0de;
}

a.text-info:hover {
  color: #31b0d5;
}

a.text-success {
  color: #5cb85c;
}

a.text-success:hover {
  color: #449d44;
}

.text-white {
  color: #fff;
}

.text-white a {
  color: #fff;
}

.text-info {
  color: #5bc0de;
}

.text-info a {
  color: #5bc0de;
}

.btn {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.text-xs {
  font-size: 10px;
}

.text-sm {
  font-size: 12px;
}

.list-group-item {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

table tr {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

table tr td {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

tr.unread {
  font-weight: bold;
}

tr.unread td {
  background: #eeeeee;
}

.mail-box tr a {
  display: block;
  width: 100%;
}

.mail-box tr a:hover {
  text-decoration: none;
}

.message-favorite {
  cursor: pointer;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.message-favorite:hover {
  color: #f0ad4e;
}

.message-favorite.message-favorite-active {
  color: #f0ad4e;
}

#email-reveal {
  display: none;
}

.bg-turquoise {
  background-color: #1abc9c;
  color: #fff;
}

a:hover.bg-turquoise {
  background-color: #17a689;
}

.text-turquoise,
.text-turquoise * {
  color: #1abc9c;
}

.bg-green-sea {
  background-color: #16a085;
  color: #fff;
}

a:hover.bg-green-sea {
  background-color: #138a72;
}

.text-green-sea,
.text-green-sea * {
  color: #16a085;
}

.bg-emerald {
  background-color: #2ecc71;
  color: #fff;
}

a:hover.bg-emerald {
  background-color: #29b765;
}

.text-emerald,
.text-emerald * {
  color: #2ecc71;
}

.bg-nephritis {
  background-color: #27ae60;
  color: #fff;
}

a:hover.bg-nephritis {
  background-color: #229955;
}

.text-nephritis,
.text-nephritis * {
  color: #27ae60;
}

.bg-peter-river {
  background-color: #3498db;
  color: #fff;
}

a:hover.bg-peter-river {
  background-color: #258cd1;
}

.text-peter-river,
.text-peter-river * {
  color: #3498db;
}

.bg-belize-hole {
  background-color: #2980b9;
  color: #fff;
}

a:hover.bg-belize-hole {
  background-color: #2472a4;
}

.text-belize-hole,
.text-belize-hole * {
  color: #2980b9;
}

.bg-amethyst {
  background-color: #9b59b6;
  color: #fff;
}

a:hover.bg-amethyst {
  background-color: #8f4bab;
}

.text-amethyst,
.text-amethyst * {
  color: #9b59b6;
}

.bg-wisteria {
  background-color: #8e44ad;
  color: #fff;
}

a:hover.bg-wisteria {
  background-color: #7f3d9b;
}

.text-wisteria,
.text-wisteria * {
  color: #8e44ad;
}

.bg-wet-ashpalt {
  background-color: #34495e;
  color: #fff;
}

a:hover.bg-wet-ashpalt {
  background-color: #2b3c4e;
}

.text-wet-ashpalt,
.text-wet-ashpalt * {
  color: #34495e;
}

.bg-midnight-blue {
  background-color: #2c3e50;
  color: #fff;
}

a:hover.bg-midnight-blue {
  background-color: #233140;
}

.text-midnight-blue,
.text-midnight-blue * {
  color: #2c3e50;
}

.bg-sun-flower {
  background-color: #f1c40f;
  color: #fff;
}

a:hover.bg-sun-flower {
  background-color: #dab10d;
}

.text-sun-flower,
.text-sun-flower * {
  color: #f1c40f;
}

.bg-orange {
  background-color: #f39c12;
  color: #fff;
}

a:hover.bg-orange {
  background-color: #e08e0b;
}

.text-orange,
.text-orange * {
  color: #f39c12;
}

.bg-carrot {
  background-color: #e67e22;
  color: #fff;
}

a:hover.bg-carrot {
  background-color: #d67118;
}

.text-carrot,
.text-carrot * {
  color: #e67e22;
}

.bg-pumpkin {
  background-color: #d35400;
  color: #fff;
}

a:hover.bg-pumpkin {
  background-color: #b94a00;
}

.text-pumpkin,
.text-pumpkin * {
  color: #d35400;
}

.bg-alizarin {
  background-color: #e74c3c;
  color: #fff;
}

a:hover.bg-alizarin {
  background-color: #e43725;
}

.text-alizarin,
.text-alizarin * {
  color: #e74c3c;
}

.bg-pomegranate {
  background-color: #c0392b;
  color: #fff;
}

a:hover.bg-pomegranate {
  background-color: #ab3326;
}

.text-pomegranate,
.text-pomegranate * {
  color: #c0392b;
}

.bg-clouds {
  background-color: #ecf0f1;
  color: #fff;
}

a:hover.bg-clouds {
  background-color: #dde4e6;
}

.text-clouds,
.text-clouds * {
  color: #ecf0f1;
}

.bg-silver {
  background-color: #bdc3c7;
  color: #fff;
}

a:hover.bg-silver {
  background-color: #afb6bb;
}

.text-silver,
.text-silver * {
  color: #bdc3c7;
}

.bg-concrete {
  background-color: #95a5a6;
  color: #fff;
}

a:hover.bg-concrete {
  background-color: #87999a;
}

.text-concrete,
.text-concrete * {
  color: #95a5a6;
}

.bg-asbestos {
  background-color: #7f8c8d;
  color: #fff;
}

a:hover.bg-asbestos {
  background-color: #727f80;
}

.text-asbestos,
.text-asbestos * {
  color: #7f8c8d;
}

.bg-white {
  background-color: white;
  color: #fff;
}

a:hover.bg-white {
  background-color: #f2f2f2;
}

.text-white,
.text-white * {
  color: white;
}

.bg-black {
  background-color: black;
  color: #fff;
}

a:hover.bg-black {
  background-color: black;
}

.text-black,
.text-black * {
  color: black;
}

.bg-gold {
  background-color: #c5ac58;
  color: #fff;
}

a:hover.bg-gold {
  background-color: #bea345;
}

.text-gold,
.text-gold * {
  color: #c5ac58;
}

.bg-custom {
  background-color: #123123;
  color: #fff;
}

a:hover.bg-custom {
  background-color: #0b1e16;
}

.text-custom,
.text-custom * {
  color: #123123;
}

.bg-default {
  background-color: #ef4238;
  color: #fff;
}

a:hover.bg-default {
  background-color: #ed2c20;
}

.text-default,
.text-default * {
  color: #ef4238;
}


li:focus {
  text-decoration: none !important;
}

.coming-soon-top li {
  margin-bottom: 0px !important;

}

.coming-soon-top {
  text-align: right;
  float: none !important;
}

.settings-title {
  font-family: "Dosis", sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 0px;
  text-transform: uppercase;
  border: 9px double #fff;
  background: rgba(0, 0, 0, 0.8);
}


.coming-soon-admin-title {
  font-family: "Dosis", sans-serif;
  font-size: 36px;
}

/*********** for hide or dispaly content onclick tabs ***************/
.activate {
  display: block;
  overflow: hidden;
}

.deactive {
  display: none;
  overflow: hidden;
}

.hidden {
  display: none;
}

.form-table tr {
  border-bottom: 1px dashed #e7e7e7;
}

.form-table tr.page-row-title {
  border-bottom: 1px dashed #e7e7e7;

}

.form-table th {
  font-weight: normal;
  font-size: 1.5em;
  width: 30%;
  color: #555;
  padding: 10px 15px 15px 0;
  font-family: sans-serif;

}

.form-table td {
  padding: 20px 0;
  padding-left: 0px;
  width: 70%;
}

.form-table span.description {
  font-style: normal;
  margin-top: 7px;
  display: block;
  font-weight: normal;
}

.content-panel {
  border-color: #ffffff;
  -webkit-box-shadow: 0 0 5px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0 0 5px rgba(50, 50, 50, 0.3);
  box-shadow: 0 0 5px rgba(50, 50, 50, 0.3);
  margin-bottom: 12px;
  box-shadow: none;
}

.radio-span span {
  display: block;
  
}

.img-wrapper {
  margin-bottom: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 6px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0 0 6px rgba(50, 50, 50, 0.3);
  box-shadow: 0 0 6px rgba(50, 50, 50, 0.3);
}

.enigma_home_portfolio_showcase {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.enigma_home_portfolio_showcase:hover .enigma_home_portfolio_showcase_title a {
  text-decoration: underline;
}

.enigma_img_responsive {
  width: 100%;
  display: block;
}

.enigma_home_portfolio_showcase_overlay {
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -80%;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}

.enigma_home_portfolio_showcase img {
  -webkit-transition: all .45s ease-in;
  -moz-transition: all .45s ease-in;
  -o-transition: all .45s ease-in;
  transition: all .45s ease-in;
}

.enigma_home_portfolio_showcase_overlay_inner {
  position: absolute;
  bottom: -110%;
  left: 0;
  width: 100%;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all .25s ease-in;
  -moz-transition: all .25s ease-in;
  -o-transition: all .25s ease-in;
  transition: all .25s ease-in;
}

.enigma_home_portfolio_showcase .enigma_home_portfolio_showcase_icons {
  margin-top: 10px;
  text-align: center;
  width: 100%;
}

.enigma_home_portfolio_showcase .enigma_home_portfolio_showcase_icons a {
  font-size: 1.4em;
  line-height: 1em;
  display: inline-block;
  margin-left: 2px;
  padding: 15px 15px;
  opacity: 1;
  text-decoration: none;
  margin-right: 5px;
  width: 150px;
  height: 52px;
  transition: all 0.3s ease 0s;
  color: #ffffff;
  border: 3px solid #ffffff;
  background: #6AC5E0;
}

.enigma_home_portfolio_showcase .enigma_home_portfolio_showcase_icons a i {
  font-size: 1.6em;
  line-height: 40px;
}

.enigma_home_portfolio_showcase:hover .enigma_home_portfolio_showcase_overlay {
  visibility: visible;
  top: 0;
}

.enigma_home_portfolio_showcase:hover img {}

.enigma_home_portfolio_showcase:hover .enigma_home_portfolio_showcase_overlay_inner {
  visibility: visible;
  bottom: 40%;
  left: 0;
}

.enigma_home_portfolio_showcase_fade {
  opacity: 0.8;
}

.enigma_home_portfolio_showcase_fade:hover .enigma_home_portfolio_showcase_overlay {
  display: none !important;
}

.enigma_home_portfolio_caption {
  border-radius: 0;
  padding: 0 0 15px;
  text-align: center;
  font-family: 'OpenSansRegular';
  cursor: pointer;
}

.enigma_home_portfolio_showcase_icons a:hover {
  background: transparent;
  color: #ffffff;
  border: 3px solid #ffffff;
}

.ftr_img {

  background: #ffffff;
  padding: 8px;
  border-color: #ffffff;
}

.demoftr {
  margin-bottom: 50px;
}



.ui-tabs-panel input[type=text],
.ui-tabs-panel input[type=url],
.ui-tabs-panel input[type=password],
.ui-tabs-panel input[type=email],
.ui-tabs-panel textarea {
  background-color: #f1f1f1;
  border: 1px solid;
  border-color: #ccc #e6e6e6 #e6e6e6 #ccc;
  padding: 4px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.ui-tabs-panel input[type=text].pro_text,
.ui-tabs-panel input[type=url].pro_text,
.ui-tabs-panel input[type=email].pro_text {
  width: 70%;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 10px;
  display: block;
  border-radius: 0px;

}

.ui-tabs-panel input[type=password].pro_text {
  width: 70%;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 6px;
  display: block;
  border-radius: 0px;

}

.ui-tabs-panel .countdown-tr input[type=text] {
  min-width: 250px;
}

.ui-tabs-panel input[type=text]:hover,
.ui-tabs-panel textarea:hover,
.ui-tabs-panel input[type=email]:hover,
.ui-tabs-panel input[type=url]:hover {
  background-color: #f9f9f9;
}

.ui-tabs-panel input[type=radio] {
  margin-top: 0px;
  margin-right: 4px;
  float: none;
  margin-bottom: 5px;
}

.ui-tabs-panel input[type=text]:focus,
.ui-tabs-panel textarea:focus,
.ui-tabs-panel input[type=email]:focus,
.ui-tabs-panel input[type=url]:focus {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px rgba(82, 168, 236, 0.3);
  -moz-box-shadow: 0px 0px 5px rgba(82, 168, 236, 0.3);
  box-shadow: 0px 0px 5px rgba(82, 168, 236, 0.3);
}

.ui-tabs-panel textarea.pro_text {
  resize: vertical;
  width: 85%;
  border-radius: 0px;

}

/* Dropdown control */
.ui-tabs-panel select.standard-dropdown {
  width: 70%;
  position: relative;
  border: solid 2px #47CCE8;
  line-height: 1.8;
  text-decoration: none;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  height: 40px;
  appearance: none;
  -moz-appearance: none !important;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  -webkit-appearance: none;
  background: #ffffff url(../images/select.png) no-repeat right center;
  outline: none;
  vertical-align: middle;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F8', endColorstr='#E1E1E1', GradientType=0);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  cursor: default;
  padding-left: 10px;

}





.ui-tabs-panel .button-primary {
  line-height: 20px;
  height: 28px;
  margin-right: 10px;
}

.ui-tabs-panel .wbr-csp-image {
  max-height: 240px;
  max-width: 240px;
  padding: 5px;
  margin-top: 10px;
  border: 1px solid #e3e3e3;
  background: #f7f7f7;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.ui-tabs-panel .wbr-bg-image {
  max-height: 240px;
  max-width: 240px;
  padding: 5px;
  margin-top: 10px;

}

.ui-tabs-panel .select_wrapper {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: sans-serif;
  font-size: 12px;
  background: #fafafa url(../images/select.png) no-repeat right center;
  border-color: #ccc #eee #eee #ccc;
  border-style: solid;
  border-width: 1px;
  float: left;
  height: 26px;
  width: 344px;
  margin: 0;
  margin-bottom: 9px !important;
  width: 344px;
  display: block;
  color: #555;

}

.ui-tabs-panel th.page-title {
  font-size: 22px;
  font-weight: 800;
  color: #555;
  font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
}

input[type=checkbox] {
  visibility: hidden;
}


.rcsp-image-entry {
  background: #fff;

  margin: 0 15px 30px 0;
  padding: 10px;
  width: 100%;

  float: left;
  box-shadow: 0 0 6px rgba(0, 0, 0, .7);

}

.rcsp-image-entry img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  height: 250px;
}

.rcsp-meta-image {
  width: 100%;
  height: 155px;
  display: block;
  margin-bottom: 10px;
}

.rcsp-image-entry .button-primary {
  width: 100%;
  margin-bottom: 10px;
}

.rcsp_label_text {
  width: 100%;
  padding: 9px;

}

.rcsp-image-entry .gallery_remove {

  display: block;
  float: right;
  height: 40px;
  margin-right: -21px;
  margin-top: -24px;
  outline: 0 none;
  text-align: center;
  width: 40px;
  color: #fff;
  background: #47CCE8;
  border-radius: 50%;
  line-height: 38px;
  font-size: 17px;
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);

}

.add_rcsp_new_image {
  text-align: center;
  padding-top: 3.8%;
  padding-bottom: 3.8%;
  border: 5px dashed rgba(0, 0, 0, 0.1);
  cursor: pointer;
  box-shadow: 0 0 0px rgba(0, 0, 0, .7);

}

.add_rcsp_new_image:hover {
  border: 5px dashed #0074a2;
  background: #0074a2;
}

.add_rcsp_new_image:hover p {
  color: #ffffff;
}

.add_rcsp_new_image:hover .dashicons {
  background: none repeat scroll 0 0 #ffffff;
  color: #0074a2;
}

.add_rcsp_new_image .dashicons {
  background: none repeat scroll 0 0 rgba(153, 153, 153, 0.1);
  border-radius: 50%;
  color: #999;
  content: "?";
  display: inline-block;
  font: 400 74px/115px;
  height: 100px;

  font-size: 80px;
  padding: 0;
  line-height: 110px;
  text-align: center;
  text-indent: -4px;
  text-shadow: none;
  top: 30%;
  vertical-align: middle;
  width: 100px;
  z-index: 4;

}

.rcsp-meta-container {
  width: 100%;
  background: #fff;
  display: block;
  float: left;
  padding: 10px;
}

#append_rcsp_img {
  display: block;
}


.save-button-block {
  position: fixed;
  bottom: 0%;
  right: 1%;
  width: auto;
  background: rgba(41, 40, 47, 0.78);
  overflow: hidden;
  border-radius: 6px;
  z-index: 99999;
}

.save-button-block .btn-info {
  margin-right: 15px;
}

.rcp_social_profile_admin i {
  padding: 7px;
  background: rgba(71, 204, 232, 0.9);
  color: #fff;
  font-size: 21px;
  width: 45px;
  height: 40px;
  text-align: center;
  margin-right: -5px;
}

.rcp_social_profile_admin .pro_text {
  display: inline-block !important;
}

.rcsp_p_admin {
  margin-bottom: 15px !important;
  font-size: 18px !important;
}


/* About Us panel checkbox */
.rcsp-about-us-checkbox {
  width: 80px;
  height: 30px;
  background: #ef4238;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: relative;

  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgbargba(0, 0, 0, 0.2);

}

.rcsp-about-us-checkbox:after {
  content: 'NO';
  font: 13px/28px Arial, sans-serif;
  color: #fff;
  position: absolute;
  right: 12px;
  z-index: 0;
  font-weight: bold;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, .15);
}

.rcsp-about-us-checkbox:before {
  content: 'YES';
  font: 13px/30px Arial, sans-serif;
  color: #fff;
  position: absolute;
  left: 10px;
  z-index: 0;
  font-weight: bold;
}

.rcsp-about-us-checkbox label {
  display: block;
  width: 38px;
  height: 38px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 100px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
  cursor: pointer;
  position: absolute;
  top: -4px;
  left: -1px;
  z-index: 1;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  background: #ffffff;
}

.rcsp-about-us-checkbox input[type=checkbox]:checked+label {
  left: 44px;
}


/* services panel checkbox */
.rcsp-services-checkbox {
  width: 80px;
  height: 30px;
  background: #ef4238;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: relative;

  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgbargba(0, 0, 0, 0.2);

}

.rcsp-services-checkbox:after {
  content: 'NO';
  font: 13px/28px Arial, sans-serif;
  color: #fff;
  position: absolute;
  right: 12px;
  z-index: 0;
  font-weight: bold;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, .15);
}

.rcsp-services-checkbox:before {
  content: 'YES';
  font: 13px/30px Arial, sans-serif;
  color: #fff;
  position: absolute;
  left: 10px;
  z-index: 0;
  font-weight: bold;
}

.rcsp-services-checkbox label {
  display: block;
  width: 38px;
  height: 38px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 100px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
  cursor: pointer;
  position: absolute;
  top: -4px;
  left: -1px;
  z-index: 1;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  background: #ffffff;
}

.rcsp-services-checkbox input[type=checkbox]:checked+label {
  left: 44px;
}

/* Countdown  panel checkbox */
.rcsp-countdown-checkbox,
.rcsp-auto-countdown-checkbox,
.rcsp-access-all-checkbox {
  width: 80px;
  height: 30px;
  background: #ef4238;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: relative;

  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgbargba(0, 0, 0, 0.2);

}

.rcsp-countdown-checkbox:after,
.rcsp-auto-countdown-checkbox:after,
.rcsp-access-all-checkbox:after {
  content: 'NO';
  font: 13px/28px Arial, sans-serif;
  color: #fff;
  position: absolute;
  right: 12px;
  z-index: 0;
  font-weight: bold;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, .15);
}

.rcsp-countdown-checkbox:before,
.rcsp-auto-countdown-checkbox:before,
.rcsp-access-all-checkbox:before {
  content: 'YES';
  font: 13px/30px Arial, sans-serif;
  color: #fff;
  position: absolute;
  left: 10px;
  z-index: 0;
  font-weight: bold;
}



.rcsp-countdown-checkbox label,
.rcsp-auto-countdown-checkbox label,
.rcsp-access-all-checkbox label {
  display: block;
  width: 38px;
  height: 38px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 100px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
  cursor: pointer;
  position: absolute;
  top: -4px;
  left: -1px;
  z-index: 1;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  background: #ffffff;
}

.rcsp-countdown-checkbox input[type=checkbox]:checked+label,
.rcsp-auto-countdown-checkbox input[type=checkbox]:checked+label,
.rcsp-access-all-checkbox input[type=checkbox]:checked+label {
  left: 44px;
}

/* Contact Us panel checkbox */
.rcsp-contact-us-checkbox {
  width: 80px;
  height: 30px;
  background: #ef4238;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: relative;

  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgbargba(0, 0, 0, 0.2);

}

.rcsp-contact-us-checkbox:after {
  content: 'NO';
  font: 13px/28px Arial, sans-serif;
  color: #fff;
  position: absolute;
  right: 12px;
  z-index: 0;
  font-weight: bold;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, .15);
}

.rcsp-contact-us-checkbox:before {
  content: 'YES';
  font: 13px/30px Arial, sans-serif;
  color: #fff;
  position: absolute;
  left: 10px;
  z-index: 0;
  font-weight: bold;
}



.rcsp-contact-us-checkbox label {
  display: block;
  width: 38px;
  height: 38px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 100px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
  cursor: pointer;
  position: absolute;
  top: -4px;
  left: -1px;
  z-index: 1;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  background: #ffffff;
}

.rcsp-contact-us-checkbox input[type=checkbox]:checked+label {
  left: 44px;
}

/* send-mail panel checkbox */
.rcsp-send-mail-checkbox {
  width: 80px;
  height: 30px;
  background: #ef4238;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: relative;

  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgbargba(0, 0, 0, 0.2);

}

.rcsp-send-mail-checkbox:after {
  content: 'NO';
  font: 13px/28px Arial, sans-serif;
  color: #fff;
  position: absolute;
  right: 12px;
  z-index: 0;
  font-weight: bold;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, .15);
}

.rcsp-send-mail-checkbox:before {
  content: 'YES';
  font: 13px/30px Arial, sans-serif;
  color: #fff;
  position: absolute;
  left: 10px;
  z-index: 0;
  font-weight: bold;
}

.rcsp-send-mail-checkbox label {
  display: block;
  width: 38px;
  height: 38px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 100px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
  cursor: pointer;
  position: absolute;
  top: -4px;
  left: -1px;
  z-index: 1;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  background: #ffffff;
}

.rcsp-send-mail-checkbox input[type=checkbox]:checked+label {
  left: 44px;
}

/* name-field panel checkbox */
.rcsp-name-field-checkbox {
  width: 80px;
  height: 30px;
  background: #ef4238;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: relative;

  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgbargba(0, 0, 0, 0.2);

}

.rcsp-name-field-checkbox:after {
  content: 'NO';
  font: 13px/28px Arial, sans-serif;
  color: #fff;
  position: absolute;
  right: 12px;
  z-index: 0;
  font-weight: bold;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, .15);
}

.rcsp-name-field-checkbox:before {
  content: 'YES';
  font: 13px/30px Arial, sans-serif;
  color: #fff;
  position: absolute;
  left: 10px;
  z-index: 0;
  font-weight: bold;
}

.rcsp-name-field-checkbox label {
  display: block;
  width: 38px;
  height: 38px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 100px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
  cursor: pointer;
  position: absolute;
  top: -4px;
  left: -1px;
  z-index: 1;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  background: #ffffff;
}

.rcsp-name-field-checkbox input[type=checkbox]:checked+label {
  left: 44px;
}

/* name-field panel checkbox */
.rcsp-subscriber-notification-checkbox {
  width: 80px;
  height: 30px;
  background: #ef4238;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: relative;

  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgbargba(0, 0, 0, 0.2);

}

.rcsp-subscriber-notification-checkbox:after {
  content: 'OFF';
  font: 13px/28px Arial, sans-serif;
  color: #fff;
  position: absolute;
  right: 10px;
  z-index: 0;
  font-weight: bold;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, .15);
}

.rcsp-subscriber-notification-checkbox:before {
  content: 'ON';
  font: 13px/30px Arial, sans-serif;
  color: #fff;
  position: absolute;
  left: 10px;
  z-index: 0;
  font-weight: bold;
}

.rcsp-subscriber-notification-checkbox label {
  display: block;
  width: 38px;
  height: 38px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 100px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
  cursor: pointer;
  position: absolute;
  top: -4px;
  left: -1px;
  z-index: 1;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  background: #ffffff;
}

.rcsp-subscriber-notification-checkbox input[type=checkbox]:checked+label {
  left: 44px;
}


.rcsp_icon_picker {
  margin-top: 15px;
  margin-bottom: 15px;
  overflow: hidden;
}

.rcsp_icon_picker li a {
  display: block;
  color: #222222;
  line-height: 32px;
  padding-left: 0px;
  border-radius: 0px;
  overflow: hidden;
  text-align: center;
  height: auto;
  padding: 10px;
}

.rcsp_icon_picker li a i {

  font-size: 30px;
  display: inline-block;

}

.rcsp_icon_picker li a:hover {
  background: rgba(71, 204, 232, 0.9);
  color: #ffffff;
  padding: 10px;
}

.rcsp_icon_picker li a:hover i {
  color: #ffffff;
}

.rcsp_icon_picker_text {
  width: 25% !important;
  display: inline-block !important;
  margin-right: -4px !important;
}

.rcsp_fa_icon_picker_btn {

  font-size: 16px !important;
  line-height: 37px !important;
  height: 40px !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  background: rgba(0, 0, 0, 0.3);
  padding: 7px;
  border-radius: 6px;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 750px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.rcsp-icon-page-header {
  padding-bottom: 9px;
  margin: 10px 0 20px;
  border-bottom: 1px dashed rgba(71, 204, 232, 1);
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}

.rcsp_icon_preview {
  display: block !important;
  margin-left: 10px;
  font-size: 60px !important;
  vertical-align: middle;
  padding-bottom: 0px !important;
  font-weight: bold !important;
}

.rcsp-image-entry .rcsp_icon_preview {
  text-align: center;
}

.rcsp-image-entry .rcsp_fa_icon_picker_btn {
  width: 100% !important;
  margin-bottom: 10px;
  text-align: center;
}

.rcsp-image-entry .rcsp_label_text {
  padding: 10px !important;
  margin-bottom: 10px !important;
}

.rcsp-image-entry .pro_text {
  width: 100% !important;
}

.rcsp-image-entry .form-group {
  margin-bottom: 15px;
  width: 100% !important;
}

.table-bordered thead tr {
  background: linear-gradient(rgba(71, 204, 232, 0.9) 0px, rgba(71, 204, 232, 0.9) 100%) repeat-x rgba(71, 204, 232, 0.9) !important;
  color: #fff;
}

.multiselect-container {
  position: relative !important;
  border-radius: 0px !important;
  width: 80%;
}

.multiselect-container input[type=checkbox] {
  visibility: visible !important;
}

.multiselect-container li {
  margin-bottom: 0px !important;
}

.multiselect-container li a {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.multiselect-container input[type=checkbox] {
  margin-top: 1px !important;
}

.multiselect {
  border-radius: 0px !important
}

.multiselect span {
  display: inline-block !important;
  padding-bottom: 4px !important;
}

.multiselect .caret {
  margin-left: 6px !important;
}

.ip-select-class {
  background: #F2F2F2 url(../images/select1.png) no-repeat right center;
  width: 70% !important;
}

.wpsm_settings_loding {
  background: url("../images/loading.gif") no-repeat;
  display: none;
  font-size: 20px;
  height: 100%;
  left: 50%;
  padding: 23px 6px 10px 52px;
  position: fixed;
  text-align: center;
  top: 30%;
  vertical-align: middle;
  width: 100%;
  z-index: 9999;

}

/* Radio Button Toggle css */
.switch {
  position: relative;
  height: 31px;
  width: 102px;
  background: ###;
  border: 1px solid #f2f2f2;
  border-radius: 0px;
  -webkit-box-shadow: 1px 1px 11px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 11px rgba(0, 0, 0, 0.5);

}

.switch-label {
  position: relative;
  z-index: 2;
  float: left;
  width: 50px;
  line-height: 31px;
  font-size: 16px;
  color: #000;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  font-family: "Dosis", sans-serif;
}

.switch-label:active {
  font-weight: bold;
}

.switch-label-off {
  padding-left: 0px;
}

.switch-label-on {
  padding-right: 0px;
}

.switch-input {
  display: none !important;
}

.switch-input:checked+.switch-label {
  font-weight: bold;
  color: #ffffff !important;
  text-shadow: 0 1px rgba(255, 255, 255, 0.25);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}

.switch-input:checked+.switch-label-on~.switch-selection {
  /* Note: left: 50% doesn't transition in WebKit */
  left: 50px;
}

.switch-selection {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 31px;
  background: #E74B42;
  border-radius: 0px;
  background-color: #E74B42 !important;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#EA5B53), to(E74B42)) !important;
  background-image: -moz-linear-gradient(top, #EA5B53, #E74B42) !important;
  background-image: -ms-linear-gradient(top, #EA5B53, #E74B42) !important;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EA5B53), color-stop(100%, #E74B42)) !important;
  background-image: -webkit-linear-gradient(top, #EA5B53, #E74B42) !important;
  background-image: -o-linear-gradient(top, #EA5B53, #E74B42) !important;
  background-image: -linear-gradient(top, #EA5B53, #E74B42) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EA5B53', endColorstr='#E74B42', GradientType=0) !important;
  border-color: #E74B42 !important;
  border-color: #E74B42 !important;
  -webkit-box-shadow: inset 0 1px 0 #E74B42, 0 1px 0 rgba(0, 0, 0, 0.15) !important;
  box-shadow: inset 0 1px 0 #E74B42, 0 1px 0 rgba(0, 0, 0, 0.15) !important;

  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;

}

.iconpicker-container .input-group-addon {

  color: #fff !important;
  text-align: center;
  background-color: #31a3dd !important;
  border: 1px solid #31a3dd !important;

}

#load {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  background: url("../images/loading3.gif") no-repeat center center rgba(0, 0, 0, 0.65)
}



.chosen-select {
  width: 100%;
}

.chosen-select-deselect {
  width: 100%;
}

.chosen-container {
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: middle;
  width: 100% !important:
}

.chosen-container .chosen-drop {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, .25);
  box-shadow: 0 8px 8px rgba(0, 0, 0, .25);
  margin-top: -1px;
  position: absolute;
  top: 100%;
  left: -9000px;
  z-index: 1060;
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
  right: 0;
}

.chosen-container .chosen-results {
  color: #555555;
  margin: 0 4px 4px 0;
  max-height: 240px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  line-height: 1.42857143;
  list-style: none;
  margin: 0;
  padding: 5px 6px;
}

.chosen-container .chosen-results li em {
  background: #feffde;
  font-style: normal;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  cursor: default;
  color: #999;
  font-weight: bold;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li.active-result {
  cursor: pointer;
  display: list-item;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #428bca;
  background-image: none;
  color: white;
}

.chosen-container .chosen-results li.highlighted em {
  background: transparent;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #777777;
}

.chosen-container .chosen-results .no-results {
  background: #eeeeee;
  display: list-item;
}

.chosen-container .chosen-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px;
  z-index: 1;
}

.chosen-container .chosen-results-scroll span {
  display: inline-block;
  height: 1.42857143;
  text-indent: -5000px;
  width: 9px;
}

.chosen-container .chosen-results-scroll-down {
  bottom: 0;
}

.chosen-container .chosen-results-scroll-down span {
  background: url("chosen-sprite.png") no-repeat -4px -3px;
}

.chosen-container .chosen-results-scroll-up span {
  background: url("chosen-sprite.png") no-repeat -22px -3px;
}

.chosen-container-single .chosen-single {
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  color: #555555;
  display: block;
  height: 34px;
  overflow: hidden;
  line-height: 34px;
  padding: 0 0 0 8px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}

.chosen-container-single .chosen-single span {
  display: block;
  margin-right: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single abbr {
  background: url("chosen-sprite.png") right top no-repeat;
  display: block;
  font-size: 1px;
  height: 10px;
  position: absolute;
  right: 26px;
  top: 12px;
  width: 12px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: right -11px;
}

.chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
  background-position: right 2px;
}

.chosen-container-single .chosen-single div {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
}

.chosen-container-single .chosen-single div b {
  background: url("chosen-sprite.png") no-repeat 0 7px;
  display: block;
  height: 100%;
  width: 100%;
}

.chosen-container-single .chosen-default {
  color: #777777;
}

.chosen-container-single .chosen-search {
  margin: 0;
  padding: 3px 4px;
  position: relative;
  white-space: nowrap;
  z-index: 1000;
}

.chosen-container-single .chosen-search input[type="text"] {
  background: url("chosen-sprite.png") no-repeat 100% -20px, #ffffff;
  border: 1px solid #cccccc;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  margin: 1px 0;
  padding: 4px 20px 4px 4px;
  width: 100%;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.chosen-container-single-nosearch .chosen-search input {
  position: absolute;
  left: -9000px;
}

.chosen-container-multi .chosen-choices {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  cursor: text;
  height: auto !important;
  height: 1%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices .search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices .search-field input[type="text"] {
  background: transparent !important;
  border: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #555555;
  height: 32px;
  margin: 0;
  padding: 4px;
  outline: 0;
}

.chosen-container-multi .chosen-choices .search-field .default {
  color: #999;
}

.chosen-container-multi .chosen-choices .search-choice {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  color: #333333;
  cursor: default;
  line-height: 13px;
  margin: 6px 0 5px 8px;
  padding: 6px 25px 6px 7px;
  position: relative;
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
  background: url("chosen-sprite.png") right top no-repeat;
  display: block;
  font-size: 1px;
  height: 10px;
  position: absolute;
  right: 7px;
  top: 8px;
  width: 12px;
  cursor: pointer;
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
  background-position: right -11px;
}

.chosen-container-multi .chosen-choices .search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
  background-position: right -11px;
}

.chosen-container-multi .chosen-results {
  margin: 0 0 0 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: none;
}

.chosen-container-active .chosen-single {
  border: 1px solid #66afe9;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  background-color: #ffffff;
  border: 1px solid #66afe9;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  background: transparent;
  border-left: none;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 7px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #66afe9;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}

.chosen-container-active .chosen-choices .search-field input[type="text"] {
  color: #111 !important;
}

.chosen-container-active.chosen-with-drop .chosen-choices {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.chosen-disabled {
  cursor: default;
  opacity: 0.5 !important;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  padding: 0 8px 0 0;
  overflow: visible;
}

.chosen-rtl .chosen-single span {
  margin-left: 26px;
  margin-right: 0;
  direction: rtl;
}

.chosen-rtl .chosen-single div {
  left: 7px;
  right: auto;
}

.chosen-rtl .chosen-single abbr {
  left: 26px;
  right: auto;
}

.chosen-rtl .chosen-choices .search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices .search-choice {
  margin: 6px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices .search-choice .search-choice-close {
  background-position: right top;
  left: 4px;
  right: auto;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results .group-option {
  padding-left: 0;
  padding-right: 15px;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  background: url("chosen-sprite.png") no-repeat -28px -20px, #ffffff;
  direction: rtl;
  padding: 4px 5px 4px 20px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 144dpi) {

  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

.search-choice span {
  padding: 0px !important;

}

.search-field input[type="text"] {

  width: 100% !important;

}



.pagination {
  float: left;
  margin: 10px 0 25px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}

.pagination ul {
  display: inline;
}

.pagination ul li {
  display: inline;
  line-height: 22px;
  margin-left: 5px;
}


.pagination ul li.paginanext a {
  color: #6A6A6A;
  padding: 6px 30px 3px;
}

.pagination ul li a {
  background: none repeat scroll 0 0 #EFF1F2;
  border: 1px solid #B0B0B0;
  font-size: 13px;
  line-height: 30px;
  padding: 6px 10px 3px;
  color: #6A6A6A;
  text-decoration: none;
}

.pagination ul li.paginanext a:hover {
  color: #FFFFFF;
}

.pagination ul li a:hover,
.pagination ul li.active a {
  color: #3e8bcd;
  border: 1px solid #4493d8;
  color: #FFFFFF;
  background-color: #5ca2df;
  box-shadow: inset 1px 1px 1px #89c9f6;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5ca2df), to(#297ac1));
  background-image: -webkit-linear-gradient(top, #5ca2df, #297ac1);
  background-image: -moz-linear-gradient(top, #5ca2df, #297ac1);
  background-image: -ms-linear-gradient(top, #5ca2df, #297ac1);
  background-image: -o-linear-gradient(top, #5ca2df, #297ac1);
}

.pagination ul li a.active {
  color: #FFFFFF;
  background-color: #5ca2df;
  box-shadow: inset 1px 1px 1px #89c9f6;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5ca2df), to(#297ac1));
  background-image: -webkit-linear-gradient(top, #5ca2df, #297ac1);
  background-image: -moz-linear-gradient(top, #5ca2df, #297ac1);
  background-image: -ms-linear-gradient(top, #5ca2df, #297ac1);
  background-image: -o-linear-gradient(top, #5ca2df, #297ac1);
}

.pagination ul li active a {
  color: #3e8bcd;
  border: 1px solid #4493d8;
  color: #FFFFFF;
  background-color: #5ca2df;
  box-shadow: inset 1px 1px 1px #89c9f6;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5ca2df), to(#297ac1));
  background-image: -webkit-linear-gradient(top, #5ca2df, #297ac1);
  background-image: -moz-linear-gradient(top, #5ca2df, #297ac1);
  background-image: -ms-linear-gradient(top, #5ca2df, #297ac1);
  background-image: -o-linear-gradient(top, #5ca2df, #297ac1);
}

.demo-csp-btn-video {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 10px;
  background: #a30dac;
  color: #fff !important;
  width: 161px;
  height: 36px;
  text-align: center;
  padding: 9px 8px;
  font-size: 16px;
}