label {
  font-weight: 300;
  color: #666;
}

input {
  padding: 6px;
}

ul {
  margin: 0;
  padding: 0;
}

ul li{
  list-style-type: none;
}

.clear {
  clear: both;
}

.fine {
  font-size: 14px !important;
}

.listEndText {
  margin: 10px auto;
  text-align: center;
  display: none;
}

.grey {
  color: #666;
}

.light-grey {
  color: #777;
}

.black {
  color: #444;
}

.white {
  color: #fff;
}

.text-large {
  font-size: 19px;
}

.text-size {
  font-size: 16px;
}

.table {
  margin-bottom: 0;
}

table.fixed-layout {
	table-layout: fixed;
}

.wrap-word {
	word-wrap: break-word;
}

button {
  margin: 0 5px;
}

.btn-left-space {
  margin-left: 0;
}

.nav > li > a {
  padding: 15px 15px !important;
}

.btn.delete {
  background-color: #fff;
  padding: 6px 30px;
  border: 1px solid #dd4b39;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btn.delete:hover {
  background-color: #dd4b39;
}

.delete i {
  color: #dd4b39;
  font-size: 17px;
}

.btn.delete:hover i {
  color: #fff;
}

.active {
  background-color: #666;
}

.red {
  color: #ff0000;
}

.green {
  color: #008000;
}

.bold {
  font-weight: bold;
}

.blue-button .btn.btn-info {
  background-color: #00c0ef;
  border-color: #00acd6;
  cursor: default;
}

.blue-button .btn.btn-info i {
  color: #fff;
}

.img-circle {
  border: 1px solid #ccc;
}

.margin-right-0 {
  margin-right: 0;
}

body.login-page.skin-blue .wrapper {
  background: none;
}

body.login-page {
  background-color: #fff;
}

.error-pg {
  background-color: #d2d6de;
}

.pageTitle {
  font-size: 24px;
  margin: 0;
}

.main-header .nav.navbar-nav a.btn-danger,
.main-header .nav.navbar-nav .profile-button a.btn.btn-success {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.main-header .nav.navbar-nav a.btn-danger:hover {
  background-color: #000 !important;
}

.main-header .nav.navbar-nav .profile-button a.btn.btn-success {
  min-width: 180px;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  height: 80px;
  padding-top: 16px;
}

.my-account .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: none;
}

.my-account .navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  padding-top: 20px;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
  margin: 0;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
  background-color: #000;
}

body.login-page .login-logo {
  margin-bottom: 5px;
  color: #fff;
}

.login-page .login-box-body {
  border: 2px solid #000;
  padding: 30px 20px;
  margin-top: 30px;
  background-color: #fff;
}

.actionColumn .fa {
  font-size: 16px;
}

.actionColumn .fa:hover {
  color: #333;
}

.actionColumn .fa.fa-trash {
  color: #f44336;
  cursor: pointer;
}

.status-pending .fa-circle.pending {
  color: #aaa;
}

.status-accepted .fa-circle.accepted {
  color: #3ec845;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #efefef;
}

.table-hover > tbody > tr:hover {
  background-color: #edfbff;
}

.search-form .box-body {
  padding: 15px 15px 0;
}

footer {
  font-size: 12px;
  background: #fff;
  padding: 12px;
  color: #444;
  border-top: 1px solid #d2d6de;
}

footer p {
  margin-bottom: 0;
}

.invite-button {
  margin-bottom: 5px;
}

.invite-number {
  padding: 4px 15px;
  font-size: 13px;
}

td a.label-primary:hover {
  background-color: #175f89 !important;
}

.status-label {
  font-size: 1.15rem;
  font-weight: 600;
/*  display: inline-block;
  width: 100%;*/
}

.form-detail {
  margin-bottom: 15px;
}

.input-group span.social-icon {
  padding: 0;
  border: 0 !important;
}

.social-icon a.btn-social-icon {
  border: 0;
  border-radius: 0;
  cursor: default;
}

.csv-detail {
  min-height: 50px;
  background-color: #f5f5f5;
}

.csv-number {
  width: 56px;
  height: 51px;
  line-height: 50px;
  font-size: 20px;
}

.csv-box {
  padding-top: 15px;
  padding-left: 83px;
  text-transform: uppercase;
}

.csv-label {
  margin-left: 3px;
}

.csv-detail span.csv-number:hover {
  opacity: 0.8 ;
}

.content-header-bottom-button {
  margin-top: 15px;
}

.content.content-top {
  padding-top: 10px;
}

input[type=text].form-control.followers-label {
  width: 50%;
}

.nickname {
  font-size: 12px;
}

.sub_title {
  font-size: 11px;
  color: #777;
}

.invitee-alert {
  padding: 8px;
  position: absolute;
  width: 100%;
  z-index: 1050;
}

.invitee-close {
  right: 0 !important;
  color: #fff !important;
  opacity: 1 !important;
}

.ui-autocomplete.ui-widget {
  z-index: 999 !important;
}

.list-checkbox {
  margin-bottom: 0 !important;
}

.reset-box {
  border: 1px solid #3c8dbc;
  border-radius: 2px;
  padding: 2px 5px;
}

td a.reset-box:hover {
  background-color: #3c8dbc;
  color: #fff;
}

.ui-autocomplete.ui-widget li:hover {
  background-color: #000 !important;
}

.formError .formErrorContent {
  min-width: 135px !important;
  font-weight: 600;
  border: none;
  padding: 2px 0px 2px 10px;
  background: #e01f1f;
  box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  border-radius: 0;
}

.formError .formErrorArrow div {
  border: none;
  background: #e01f1f;
  box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  border-radius: 0;
}

.formError .formErrorArrow .line1,
.formError .formErrorArrow .line2 {
  border: none;
  background: none;
}

.formError .formErrorArrow .line3 {
  border: none;
}

.containerCheck {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.containerCheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
  margin: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  }

.containerCheck input ~ .checkmark {
  background-color: #ccc;
  border-radius:5px;
}

.containerCheck input:checked ~ .checkmark {
  background-color: #3c8dbc;
  border-radius:5px;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.containerCheck input:checked ~ .checkmark:after {
  display: block;
}

.containerCheck .checkmark:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.containerRadio {
  display: block;
  position: relative;
/*  padding-left: 35px;*/
  margin-bottom: 12px;
  /*cursor: pointer;*/
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.containerRadio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.size {
  font-size: 14px;
}

.main-header .sidebar-toggle {
  font-size: 20px;
  background-color: #000 !important;
  padding: 2px 12px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.skin-blue .main-header .navbar .sidebar-toggle {
  background-color: #367fa9;
  color: #94bbd1;
}

.loginButton {
  width: 100%;
  margin: 0px 0px 15px 0px;
}

.back {
  padding: 0px 0px 20px 0px;
}

.back i {
  margin-top: 2px;
}

.forgetErrorMessage {
  margin-bottom: 0px;
}

.forgetErrorMessage .red {
  margin-bottom: 0px;
  font-size: 12px;
}

.forgetButton {
  margin-top: 15px;
  width: 150px;
}

.text-green {
  line-height: 1.25;
}

.skin-blue .main-header .navbar,
.skin-blue .main-sidebar,
.skin-blue .main-header .logo {
  /*background-color: #000;*/
}

.space-right {
  margin-right: 8px;
}

.sidebar-mini.sidebar-collapse .main-header .logo {
  width: auto;
  /*background-color: #000;*/
}

.sidebar-mini.sidebar-collapse .main-header .navbar {
  margin-left: 0px;
}

.main-header .navbar {
  margin-left: 0px !important;
} 

.mail-btn {
  margin-top: 5px;
  font-size: 18px;
}

.add-mail {
  margin-left: 10px;
}

.main-header {
  position: fixed;
  width: 100%;
}

.skin-blue .content-header {
  margin-top: 50px;
}

.main-sidebar {
  position: fixed;
}

.left-space {
  margin-left: 30px;
}


.contact-form.row::before,
.contact-form.row:after {
 content: normal; 
}

.row-eq-height {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  overflow: hidden;
}

.row-eq-height .row-box {
  display: flex;
}

.status-class .csv-number {
  width: 34px;
  height: 30px;
  line-height: 28px;
  font-size: 14px;
}

.status-class .csv-box {
  padding-top: 6px;
  padding-left: 40px;
}

.status-class .csv-detail {
  min-height: 30px;
}

.status-class .containerRadio {
  font-size: 13px;
}

.status-class .box-body {
  padding: 8px 0 0 0;
}

.status-class .info-box {
  margin-bottom: 8px;
}

.status-class .info-box a span.info-box-icon.csv-number.bg-gray {
  color: #999;
  background-color: #ddd !important;
}

.invitee-box .csv-detail {
  min-height: 45px;
}

.invitee-box .csv-number {
  width: 51px;
  height: 45px;
  line-height: 44px;
}

.invitee-box .csv-box {
  padding-top: 11px;
  padding-left: 79px;
}

.invitee-box .containerRadio {
  font-size: 14px;
}

.error-section h1 {
  font-size: 24rem;
}

.error-section h3 {
  font-weight: 600;
  font-size: 3rem;
  margin-bottom: 20px;
}

.error-section p {
  font-size: 2rem;
}

/*.edit-image a:hover {
  color: none;
}*/

.pageTitle span {
  margin-right: 5px;
}

.delete-icon {
  border: 1px solid #dd4b39;
}

.delete-icon i {
  color: #dd4b39;
}

.delete-icon:hover,
.edit-icon:hover{
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.delete-icon:hover {
  background-color: #dd4b39;
}

.delete-icon:hover i,
.edit-icon:hover i {
  color: #fff;
}

.edit-icon {
  border: 1px solid #337ab7;
  margin-right: 8px;
  margin-left: 5px;
}

.edit-image i {
  font-size: 14px;
}

.edit-icon:hover {
  background-color: #337ab7;
}

.edit-image .btn-sm {
  padding: 2px 6px;
}

.delete-icon.btn-sm {
  padding: 2px 7px;
}

.listEndText {
  background-color: #fff;
  padding-bottom: 3px;
}

.listEndText h5 {
  padding: 10px 0;
}

.box-body.invitee-box {
  padding: 10px 0;
}

.pointer {
  cursor: pointer;
}

.role-tag-field .ms-res-ctn.dropdown-menu {
  height: 190px !important;
  z-index: 999;
  border-radius: 0;
}

.role-tag-field .form-control.ms-ctn-focus {
  border-color: #3c8dbc !important;
  box-shadow: none !important;
}

.role-tag-field .form-control.ms-inv {
  border-color: #d2d6de !important;
}

.messages-menu .invite-list {
  word-wrap: break-word;
  white-space: normal;
  width: 85%;
}

.messages-menu .invite-list span {
  display: block;
  color: #666;
}

.messages-menu .processing-icon {
  padding: 10px;
  color: #666;
  font-size: 16px;
}

.contact-rows .mail-check {
  padding-left: 10px;
}

.contact-rows .mail-label-space {
  padding-right: 0;
}

.grey-checkbox {
  font-size: 20px;
  color: #00a65a;
  padding: 0px;
  margin-right: 4px;
  margin-top: 8px;
}

.table .fa-check.text-success {
	color: #00a65a;
	font-size: 16px;
	margin-top: 10px;
}

.skin-blue .main-header .navbar li.messages-menu {
 	border-right: 1px solid #8c8c8c !important;
 }

.VAlignCenter {
  vertical-align: middle !important;
}

/*--------------Media Query----------------------*/

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

  .mb-margin-right-0 {
    margin-right: 0;
  }

  .left-space {
  margin-left: 0 ;
}

  .content-wrapper {
    margin-left: 0;
  }

  .main-sidebar {
    -webkit-transform: translate(-230px, 0);
    -ms-transform: translate(-230px, 0);
    -o-transform: translate(-230px, 0);
    transform: translate(-230px, 0);
  }

  .content-header button.btn,
  .content-header a.btn,
  .box-header.with-border button.btn,
  .box-header.with-border a.btn {
    float: left !important;
    margin-top: 8px;
  }

  .content-header a.btn.responsive-btn-right {
    float: right !important;
    margin-top: 0;
  }

  .responsive-btn-left {
    float: left !important;
  }

  .mobile-margin {
    margin-left: -5px;
  }

  .main-header .navbar {
    margin-left: 0 !important;
  }

  .skin-blue .content-header {
    margin-top: 100px;
  }

.skin-blue .main-header .navbar {
    background-color: #464646;
  }

.main-sidebar {
    width: 42px;
  }

.skin-blue .main-header .logo {
    background-color: #000;
  }

.main-header .sidebar-toggle:before {
    content: "\f105";
  }

.sidebar-open .main-header .sidebar-toggle:before {
    content: "\f104";
  }

  .sidebar-open .content-wrapper {
    -webkit-transform: translate(42px, 0);
    -ms-transform: translate(42px, 0);
    -o-transform: translate(42px, 0);
    transform: translate(42px, 0);
  }

  .sidebar-open .main-footer {
    -webkit-transform: translate(42px, 0);
    -ms-transform: translate(42px, 0);
    -o-transform: translate(42px, 0);
    transform: translate(42px, 0);
  }

  .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right) {
    display: none !important;
  }

  .sidebar-menu > li > a {
    padding: 12px 5px 12px 12px;
  }

  .sidebar-menu a span {
    display: none;
  }

  .skin-blue .main-header .logo:hover {
    background-color: #000;
  }
/*
  .add-mail,
  .remove-mail {
  margin-left: 0;
}*/

  .content-header button.btn.event-btn {
    margin-top: 0;
  }

  .event-count {
    display: block;
    margin: 0 0 5px 5px;
  }

  .pull-right > .dropdown-menu {
    left: 0;
  }

  a.btn-danger {
    background-color: #dd4b39 !important;
    border-color: #d73925 !important;
  }

  .error-section h1 {
  font-size: 18rem;
  }

.error-section h3 {
  font-size: 2.5rem;
  }

.error-section p {
  font-size: 1.75rem;
  }

.table-responsive {
  border: none;
  }

/*.col-xs-10.email-fld {
    padding-right: 0 !important;
  }*/


  .skin-blue .main-header .navbar .messages-menu .dropdown-menu li a {
    color: #3c8dbc;
  }

  .contact-rows .mail-check {
  padding-left: 15px;
}

.contact-rows .mail-label-space {
  padding-right: 15px;
}

  .contact-list table tr td,
  .contact-list table tr th {
  	white-space: nowrap !important;
  }

  table.fixed-layout {
  	table-layout: inherit ;
  }

}

@media only screen and (min-width: 768px) {
  .sidebar-toggle {
    display: none;
  }

@media only screen and (max-width: 991px) {
/*  .mail-label {
    margin-left: 15px;
  }*/

  .email-fld {
    padding-right: 0 !important;
  }

  .left-spacing {
    margin-left: 0;
  }

  a.btn-danger {
    background-color: #dd4b39 !important;
    border-color: #d73925 !important;
  }

  .mb-margin-left-0 {
    margin-left: 0;
  }
}


@media screen and (max-width: 1250px) and (min-width: 1199px) {
  .status-class .containerRadio {
  font-size: 12px;
}
}

@media only screen and (max-width: 1200px) {
  .user-list table tr td,
  .user-list table tr th,
  .event-list table tr td,
  .event-list table tr th {
    white-space: nowrap;
}
}






.small-box {
  border-radius: 0.25rem;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.small-box > .inner {
  padding: 10px;
}

.small-box > .small-box-footer {
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.8);
  display: block;
  padding: 3px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  z-index: 10;
}

.small-box > .small-box-footer:hover {
  background-color: rgba(0, 0, 0, 0.15);
  color: #fff;
}

.small-box h3 {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 0 10px;
  padding: 0;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .col-xl-2 .small-box h3,
  .col-lg-2 .small-box h3,
  .col-md-2 .small-box h3 {
    font-size: 1.6rem;
  }
  .col-xl-3 .small-box h3,
  .col-lg-3 .small-box h3,
  .col-md-3 .small-box h3 {
    font-size: 1.6rem;
  }
}

@media (min-width: 1200px) {
  .col-xl-2 .small-box h3,
  .col-lg-2 .small-box h3,
  .col-md-2 .small-box h3 {
    font-size: 2.2rem;
  }
  .col-xl-3 .small-box h3,
  .col-lg-3 .small-box h3,
  .col-md-3 .small-box h3 {
    font-size: 2.2rem;
  }
}

.small-box p {
  font-size: 1rem;
}

.small-box p > small {
  color: #f8f9fa;
  display: block;
  font-size: .9rem;
  margin-top: 5px;
}

.small-box h3,
.small-box p {
  z-index: 5;
}

.small-box .icon {
  color: rgba(0, 0, 0, 0.15);
  z-index: 0;
}

.small-box .icon > i {
  font-size: 90px;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.small-box .icon > i.fa, .small-box .icon > i.fas, .small-box .icon > i.far, .small-box .icon > i.fab, .small-box .icon > i.fal, .small-box .icon > i.fad, .small-box .icon > i.ion {
  font-size: 70px;
  top: 20px;
}

.small-box .icon svg {
  font-size: 70px;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.small-box:hover {
  text-decoration: none;
}

.small-box:hover .icon > i, .small-box:hover .icon > i.fa, .small-box:hover .icon > i.fas, .small-box:hover .icon > i.far, .small-box:hover .icon > i.fab, .small-box:hover .icon > i.fal, .small-box:hover .icon > i.fad, .small-box:hover .icon > i.ion {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.small-box:hover .icon > svg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 767.98px) {
  .small-box {
    text-align: center;
  }
  .small-box .icon {
    display: none;
  }
  .small-box p {
    font-size: 12px;
  }
}



