body {
  padding-top: 70px;
  font-size: 15px;
  overflow-x: hidden;
}

body > .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

h1 > span:first-child {
  font-size: 45px;
}

.input-file {
  /* border:2px solid #bdc3c7;
	color:#34495e; */
  padding: 20px;
  width: 100%;
  cursor: pointer;
}

.save-btn {
  margin-bottom: 30px;
}

#formUpdateDetailsCourse label,
#formUpdateDetailsStudent label,
#formUpdateDetailsAffiliate label,
#formUpdateDetailsProductor label,
#formUpdateDetailsBonus label,
#formPeopleDetails label,
#formUpdateDetailsPeople label,
#modalPaymentDetails label,
#formRequestWithdraw label,
#formPeopleEdit label,
#modalTransactionDetails label,
#formTeamDetails label,
#team_emails label,
#formTeamVideo label,
#formGetWithdraw label,
#formCourseVideo label,
#formCourseSellPage label,
#formAdvancedCourse label,
#address_details label,
#formAddSchedule label,
#formAddMembership label,
#formAddMembershipCustomization label,
#formAddMembershipSocialmedia label,
#formAddMembershipAdvanced label,
#formEditContactList label,
#formPeopleEditDistribution label,
#formPlanDetails label,
#formWhatsappGroupDetails label,
#formWhatsappGroupConfiguration label,
#formAddWhatsappGroupsLink label,
#formAddNews label {
  text-align: right;
}

.label-plan {
  text-align: left !important;
}

#formUpdateDetailsCourse textarea {
  resize: vertical;
}
.ui-icon-circle-triangle-e,
.ui-icon-circle-triangle-w {
  background-position: 0 !important;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
  text-transform: uppercase;
  font-size: 21px;
  font-weight: bold;
  text-shadow: none;
}
.fiv-cla,
.fiv-viv,
.fiv-sqo {
  font-size: 2.5em;
  margin-right: 10px;
}

input#class_watched {
  margin-left: 0 !important;
  /* -webkit-appearance:checkbox !important;
	-moz-appearance: checkbox;
	appearance: checkbox; */
  cursor: pointer !important;
  display: none;
}

input#show_restricted {
  margin-left: 0 !important;
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox;
  appearance: checkbox;
  cursor: pointer !important;
}

input#show_as_soon {
  margin-left: 0 !important;
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox;
  appearance: checkbox;
  cursor: pointer !important;
}

input#mute,
input#show_whatsapp,
input#show_telegram,
input#show_facebook,
input#show_instagram,
input#show_twitter,
input#show_youtube {
  margin-left: 0 !important;
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox;
  appearance: checkbox;
  cursor: pointer !important;
}

input[name^="allow_"], input[name^="show_"] {
  margin-left: 0 !important;
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox;
  appearance: checkbox;
  cursor: pointer !important;
}

.fontSize32px {
  font-size: 32px !important;
}

.colorBlue {
  color: blue;
}

.colorGreen {
  color: #06d755;
}
.colorGray {
  color: gray;
}

/* NEW SETUP*/

[id^="form_setup_"] label {
  text-align: right;
}

[id*="icon_menu"],
[id*="select2"] {
  /*font-family: "FontAwesome", "Font Awesome 5 Free", " Font Awesome 5 Brands";*/
}

.select2-container {
  width: 100% !important;
}

.select2-container .select2-selection--single {
  height: 42px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 38px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 39px;
}

#formAddSchedule
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  background: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  background-color: white;
  position: relative;
  border: none;
  font-size: 15px;
  font-weight: normal;
  border-radius: 0px;
  transition: border 0.25s linear, color 0.25s linear,
    background-color 0.25s linear;
}

#formAddSchedule
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-style: solid;
  border-width: 12px 8px 0 8px;
  height: 0;
  left: 50%;
  margin-left: -12px;
  margin-top: -0px;
  position: absolute;
  top: 30%;
  width: 0;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #fff transparent;
  border-width: 0 8px 12px 8px;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #ddd;
  color: black;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected]:hover {
  background-color: #fb7e01;
  color: white;
}

.select2-dropdown {
  background-color: #f3f4f5;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 2px solid #bdc3c7;
  border-radius: 0px;
}

.table th,
.table td {
  /*text-align:center;*/
}

@media all and (max-width: 1050px) {
  body > .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.btn-inverse .caret {
  border-top-color: #fff;
}

body p {
  font-size: 15px;
}

.miannav .nav.navbar-nav.navbar-right {
  margin-right: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

hr.dashed {
  border-top: 3px dashed #bdc3c7;
}

hr.dashed.light {
  border-top: 2px dashed #bdc3c7;
}

.btn-half {
  width: 50%;
}

.btn-half.first {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.btn-half.second {
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.OR {
  border-bottom: 2px solid #95a5a6;
  line-height: 0px !important;
  text-align: center;
  margin: 30px 0px;
}

.OR.large {
  font-size: 20px;
  border-bottom: 3px solid #95a5a6;
}

.mainnav .navbar-header {
  width: 210px;
}

@media all and (max-width: 1050px) {
  .mainnav .navbar-header {
    width: auto;
  }
}

@media all and (max-width: 950px) {
  .navbar-nav > li > a {
    font-size: 15px;
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media all and (max-width: 820px) {
  .navbar-nav > li > a {
    font-size: 14px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

.OR > span {
  background: #fff;
  padding: 0px 20px;
}

h3 > .btn {
  margin-left: 30px;
}

body .navbar-brand {
  font-weight: 200 !important;
  font-size: 20px !important;
  letter-spacing: 2px !important;
  max-width: 100% !important;
  height: 100% !important;
  padding: 0px !important;
}

body .navbar-brand img {
  padding: 0px;
  vertical-align: baseline;
  max-width: 208px;
  max-height: 45px;
  height: auto;
  width: calc(100% - 10px);
  padding-left: 20px;
  margin-top: 15px;
}

body .alert {
  padding-bottom: 18px;
}

/* flat collapse */

body .panel-group .panel {
  border-radius: 0px;
  border: 2px solid #bdc3c7;
}

body .panel-heading {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom: 2px solid #bdc3c7;
  background-color: #bdc3c7 !important;
  box-shadow: 0px !important;
}

body .panel-heading a {
  color: #3b546b;
  font-size: 15px;
}

body .panel-heading a > span:first-child {
  height: 19px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
  width: 90%;
}

body .panel-default > .panel-heading {
  border-color: #bdc3c7;
}

/* end flat collapse */

/* masonry */

.masonry-3 {
  /*-moz-column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	column-count: 3;
	column-gap: 20px;	*/
}

.modal-body .images.masonry-3 {
  max-height: 500px;
  overflow: auto;
}

@media all and (max-width: 1050px) {
  .masonry-3 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media all and (max-width: 700px) {
  .masonry-3 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

.masonry-4 {
  -moz-column-count: 4;
  -moz-column-gap: 20px;
  -webkit-column-count: 4;
  -webkit-column-gap: 20px;
  column-count: 4;
  column-gap: 20px;
}

@media all and (max-width: 1050px) {
  .masonry-4 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media all and (max-width: 1400px) {
  .masonry-4.users {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media all and (max-width: 1180px) {
  .masonry-4.users {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media all and (max-width: 670px) {
  .masonry-4.users {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media all and (max-width: 830px) {
  .masonry-4 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media all and (max-width: 625px) {
  .masonry-4 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

.masonry-5 {
  -moz-column-count: 5;
  -moz-column-gap: 20px;
  -webkit-column-count: 5;
  -webkit-column-gap: 20px;
  column-count: 5;
  column-gap: 20px;
}

@media all and (max-width: 1270px) {
  .masonry-5 {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}

@media all and (max-width: 1050px) {
  .masonry-5 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media all and (max-width: 840px) {
  .masonry-5 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media all and (max-width: 560px) {
  .masonry-5 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

.masonry-3 > *,
.masonry-4 > *,
.masonry-5 > * {
  display: inline-block; /* Display inline-block, and absolutely NO FLOATS! */
  margin-bottom: 30px;
  width: 100%;
  /*overflow: hidden;*/
}

.images.masonry-3 > * {
  margin-bottom: 15px;
  width: auto !important;
}

/* end masonry */

/* sites */

.sites .site {
  border: 1px solid #bdc3c7;
  padding: 0px 0px 20px 0px;
}

.sites .siteBlock {
  float: left;
  margin-right: 20px;
  min-width: 300px;
  margin-bottom: 20px;
  width: 330px;
}

/*@media all and (max-width: 1050px) {
    .sites .site {
        width: calc(100% / 4);
    }
}

@media all and (max-width: 1050px) {
    .sites .site {
        width: calc(100% / 4);
    }
}*/

.sites .site .siteLink {
  /*height: 27px;*/
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.window {
  margin-bottom: 20px;
}

.elements .window {
  margin-bottom: 10px;
}

.window .top {
  height: 34px;
  background: #e1e0e0;
}

.window .top .buttons {
  float: left;
  height: 13px;
  margin-top: 12px;
  margin-left: 10px;
}

.window .top .buttons > * {
  border-radius: 10px;
  display: block;
  float: left;
  height: 10px;
  margin-right: 6px;
  width: 10px;
}

.window .top .buttons .red {
  background: #e74c3c;
}

.window .top .buttons .yellow {
  background: #f4a62a;
}

.window .top .buttons .green {
  background: #16a085;
}

.window .top b {
  float: right;
  margin-right: 14px;
  line-height: 34px;
  height: 34px;
  text-overflow: ellipsis;
  max-width: 70%;
  overflow: hidden;
  white-space: nowrap;
}

.window .viewport {
  height: auto;
  width: 100%;
}

.window .viewport > img {
  width: 100%;
}

.window .viewport iframe {
  width: 100%;
  border: 0px;
}

.window .viewport .placeHolder {
  height: auto;
  text-align: center;
  padding: 70px 0px;
  display: block;
  color: #34495e;
  font-weight: 200;
}

.window .viewport .placeHolder:hover {
  color: #fb7e01;
  font-weight: 400;
}

.window .viewport .placeHolder span {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 15px;
}

.window .bottom {
  height: 16px;
  background: #e1e0e0;
}

.sites .site .state {
  height: 27px;
}

.sites .site .zoomer-cover a {
  background: none !important;
}

/* end sites */

/* site settings */

.optionPane {
  background: #eee;
  border: 2px dashed #ddd;
  padding: 30px 20px;
  margin-bottom: 15px;
}

.optionPane.export {
  padding: 20px;
  background: #fff;
}

.optionPane h6 {
  margin-top: 0px;
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 40px;
}

.optionPane.export h6 {
  font-size: 18px;
  margin-bottom: 20px;
}

.optionPane .url {
  line-height: 36px;
  height: 36px;
  text-overflow: ellipsis;
}

.optionPane.export label.checkbox {
  padding-top: 0px;
  font-size: 20px;
  font-size: 17px;
  line-height: 20px;
  min-height: 20px;
}

.siteSettingsModal .FTP_Connecting {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin-left: 20px;
}

.optionPane.export .table {
  table-layout: fixed;
  margin-bottom: 0px;
}

.optionPane.export .table td span.publishing {
  color: #000;
  float: right;
  font-size: 12px;
  text-transform: uppercase;
  display: none;
}

.optionPane.export .table td span.publishing .done {
  font-weight: bold;
  display: none;
}

.optionPane.export .table td span.publishing .done > span {
  font-size: 16px;
}

.ftpBrowse {
  display: none;
}

.ftpList {
  border: 2px solid #bdc3c7;
  background: #fff;
}

.ftpList .alert {
  margin: 20px 20px 20px;
}

.ftpList .loaderFtp {
  margin: 20px 20px;
  font-size: 13px;
  text-transform: uppercase;
}

.ftpList .loaderFtp img {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

.ftpList ul {
  padding: 0px;
  list-style: none;
  list-style-type: none;
  margin: 10px 0px 20px;
}

.ftpList ul li a {
  display: block;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0px 20px;
}

.ftpList ul li a,
.ftpList ul li span {
  color: #7f8c8d;
}

.ftpList ul li .link,
.ftpList ul li .link span {
  color: #2c3e50;
}

.ftpList ul li .link:hover {
  background: #bdc3c7;
}

#ftpListItems a.close {
  margin: 13px 15px 0 0;
  opacity: 1;
  color: #7f8c8d;
  font-size: 18px;
}

#ftpListItems a.close:hover {
  color: #3d566e;
}

#ftpListItems a.back {
  margin: 10px 0 0 17px;
  float: left;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}

#ftpTestAlerts .alert {
  margin-bottom: 0px;
}

.modal-content .loader {
  display: block;
}

.modal-content .loader,
.modal-content .loader2 {
  top: 0px;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10000;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  margin: 40px 0px;
}

.modal-content .loader > img,
.modal-content .loader2 > img {
  display: block;
  width: 128px;
  height: 128px;
  margin: 0px auto 0px;
}

/* end site settings */

/* element editor */

.editor {
  margin: 0px 0px 15px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 600px;
  border: 0px;
  line-height: 20px !important;
}

.previewFrame {
  width: 100%;
  height: 600px;
  border: 0px;
  overflow-y: auto;
}

.errorDrawer {
  padding: 10px 20px;
  font-size: 12px;
  max-height: 400px;
  min-height: 45px;
  overflow-y: auto;
  position: relative;
  display: none;
}

.errorDrawer > button {
  position: absolute;
  top: 10px;
  right: 20px;
}

.errorDrawer p {
  margin-bottom: 0px;
  color: #36495c;
}

.errorDrawer p::before {
  content: "▸ ";
  color: #c84135;
}

/* end element editor */

/* style selectors */

.styleSelector {
  margin-bottom: 20px;
}

.styleSelector .tab-content {
  margin-bottom: 0px;
}

.styleSelector .panel-body {
  padding: 0px;
}

.styleSelector ul.propertyValues {
  list-style: none;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.styleSelector ul.propertyValues li {
  display: block;
  line-height: 38px;
  padding: 0px 20px;
}

.styleSelector ul.propertyValues li > span:first-child {
  font-size: 11px;
  margin-right: 10px;
}

.styleSelector ul.propertyValues li:nth-child(odd) {
  background: #fff;
}

.styleSelector ul.propertyValues li:nth-child(even) {
  background: #eee;
}

.styleSelector .panel-group {
  margin-bottom: 15px;
}

.styleSelector .btns > * {
  margin-top: 0px;
  margin-bottom: 15px;
}

.styleSelector .mess {
  padding: 20px;
  margin-bottom: 0px;
}

/* end style selectors */

/* style properties */

.styleProperty {
  border: 2px solid #bdc3c7;
}

.styleProperty > .top {
  background: #ecf0f1;
  padding: 10px 20px;
  border-bottom: 2px solid #bdc3c7;
}

.styleProperty > .top b {
  font-size: 19px;
  line-height: 35px;
}

.styleProperty > .top > .input-group {
  display: none;
}

.styleProperty > .top a {
  color: #34495e;
  font-size: 20px;
}

.styleProperty > .top a:hover {
  color: #fb7e01;
}

.styleProperty > p {
  border: 2px solid #e1e0e0;
  margin: 20px;
  margin-bottom: 0px;
  padding: 15px;
}

.styleProperty > p.OR {
  border: 0px;
  margin: 0px 20px;
  padding: 0px;
  border-bottom: 2px solid #95a5a6;
}

.styleProperty > ul {
  border: 2px solid #e1e0e0;
  margin: 20px;
  margin-bottom: 0px;
  list-style: none;
  list-style-type: none;
  padding: 0px;
}

.styleProperty > ul li {
  display: block;
  line-height: 32px;
  padding: 0px 15px;
}

.styleProperty > ul li:hover {
  background: #eee;
}

.styleProperty > .btn {
  margin: 20px;
  width: auto;
}

.styleProperty > .input-group {
  margin: 20px;
  display: none;
}

.styleProperties #stylePropertyTemplate {
  box-shadow: 10px 10px 2px rgba(0, 0, 0, 0.15);
  display: none;
  opacity: 0;
}

.styleProperties #stylePropertyTemplate > a.btn.btn-primary {
  margin-bottom: 5px;
}

.styleProperties #stylePropertyTemplate > a.btn:last-child {
  margin-top: 0px;
}

/* end style properties */

/* image library */

.uploadPanel {
  border: 2px solid #bdc3c7;
  margin-bottom: 30px;
}

.uploadPanel .top {
  background: none repeat scroll 0 0 #ecf0f1;
  border-bottom: 2px solid #bdc3c7;
  padding: 10px 20px;
}

.uploadPanel .top b {
  font-size: 19px;
  line-height: 35px;
}

.uploadPanel .bottom {
  padding: 20px;
}

.uploadPanel .bottom form .thumbnail {
  width: 100%;
  height: 300px;
}

.images .image {
  padding: 10px;
  border: 2px solid #ddd;
}

.images .image small {
  width: 100%;
  overflow: hidden;
}

.images .image .imageWrap {
  /*width: 100%;
	height: auto;*/
  width: 189px;
  height: 189px;
  overflow: hidden;
  /*position: relative;*/
  background-color: #ccc;
}

.images .image .imageWrap img {
  max-width: 100%;
}

.images .image .buttons {
  margin-top: 5px;
}

.images .image .buttons > * {
  width: 50%;
  float: left;
}

.images#adminImages .image .buttons > *,
.modal-content .image .buttons > * {
  width: 100%;
  float: none;
}

.viewPic .modal-body img {
  max-width: 100%;
}

.ribbon-wrapper-red {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-red {
  font: 14px Sans-Serif;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #e74c3c;
  color: #fff;
}

/* end image library */

/* js/css library */

.assetsJavascript .editorWrapper {
  padding: 15px;
  border: 2px solid #ddd;
}

.editorWrapper .editorTop h5 {
  margin: 0px;
  line-height: 30px;
}

/* end js/css library */

/* users */

.users .user {
  border: 2px solid #bdc3c7;
  position: relative;
}

.users .user .topPart {
  padding: 20px;
  border-bottom: 2px solid #bdc3c7;
  background: #ecf0f1;
  overflow: hidden;
}

.users .user .bottom {
  padding: 20px;
}

.accountModal .loader {
  margin: 10px 0px;
}

.users .user .bottom .loader img,
.accountModal .loader img {
  margin: 0px auto 20px;
  display: block;
  width: 80px;
  height: auto;
}

.users .user .bottom .actions {
  margin-bottom: 20px;
}

.users .user .topPart .pic {
  height: auto;
  width: 25%;
  float: left;
  margin-right: 20px;
}

.users .user .topPart .details {
  float: left;
  width: 66%;
  text-align: right;
}

.users .user .topPart .details p > span {
  font-size: 12px;
}

.users .user .topPart .details h4 {
  margin-bottom: 10px;
}

.users .user .tab-content {
  margin-bottom: 0px;
}

.users .user .tab-content > .tab-pane {
  height: 360px;
  overflow: none;
}

.users .user .userSites {
  height: 360px;
  overflow-y: auto;
  overflow-x: hidden;
}

@media all and (max-width: 992px) {
  .users .user .tab-content > .tab-pane,
  .users .user .userSites {
    height: 440px;
  }
}

.users .user .userSite {
  margin-bottom: 30px;
  width: 100%;
}

.users .user .userSite .window {
  margin-bottom: 2px;
}

.users .user .userSite .window .zoomer-cover a {
  background: none !important;
}

.users .user .userSite .window .bottom {
  padding: 0px;
}

.users .user .userSite .siteButtons > * {
  width: 33.33%;
  float: left;
}

.accountModal.modal .thumbnail {
  border: 0px;
}

.accountModal.modal .fileinput .buttons {
  float: right;
}

.ribbon-wrapper {
  width: 105px;
  height: 108px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
}

.ribbon {
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: 5px;
  top: 21px;
  width: 130px;
  background-color: rgba(52, 73, 94, 0.8);
  color: #ecf0f1;
}

.users .user .actions > div {
  margin-top: 5px;
}

.users .user .actions > div > * {
  float: left;
}

.users .user .actions > div > a {
  width: 65%;
}

.users .user .actions > div > span {
  width: 35%;
  padding-left: 5px;
}

.users .user .actions > div > span a {
  display: block;
}

/* end users */

/* settings */

.settingsForm .settingDescription {
  display: none;
}

.configHelp {
}

.configHelp.affix {
  top: 90px;
}

/* end settings */

/*
    custom css
*/

.img-rdio {
  margin: 24px 12px;
}
.img-rdio > input {
  /* HIDE RADIO */
  display: none;
}
.img-rdio > input + div img {
  /* IMAGE STYLES */
  cursor: pointer;
  -webkit-filter: opacity(25%);
  filter: opacity(25%);
  /* -webkit-filter: grayscale(100%); filter: grayscale(100%); */
}
.img-rdio > input:checked + div img {
  /* (CHECKED) IMAGE STYLES */
  -webkit-filter: opacity(100%);
  filter: opacity(100%);
  /* -webkit-filter: grayscale(0%); filter: grayscale(0%); */
}

.img-circle {
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  display: block;
}

.img-circle img {
  display: inline;
  margin: 0 auto;
  height: 100%;
  width: auto;
}

.btn-full {
  width: 100%;
  /*font-size: 160%;*/
}

.btn-share {
  width: 170px !important;
}

.full-line {
  width: 100%;
  height: 5px;
}

.formItemGrid {
  border-radius: 0px;
  background: #fdfdfd;
  padding: 6px 22px;
  margin-bottom: 4px;
  overflow: hidden;
}

.showMobile {
  display: none;
}

.btn {
  border-radius: 3px !important;
}

.btnMargin {
  margin-right: 3px !important;
}

.ml20 {
  margin-left: 20px;
}

@media all and (max-width: 1380px) {
  .hideTablet {
    display: none !important;
  }
}

@media all and (max-width: 768px) {
  body .navbar-brand img {
    margin-top: 10px;
  }

  .showMobile {
    display: table-cell !important;
  }

  .hideMobile {
    display: none !important;
  }

  h1 > span:first-child {
    font-size: 25px !important;
  }

  h1,
  .h1 {
    font-size: 31px;
  }

  h2,
  .h2 {
    font-size: 40px;
  }

  .pull-right {
    float: none !important;
  }

  .images.masonry-3 > * {
    width: 100% !important;
  }

  .images .image .imageWrap img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .mce-container,
  .mce-container *,
  .mce-widget,
  .mce-widget *,
  .mce-reset {
    overflow: hidden;
  }
}

.users .user .topPart .details {
  float: left;
  width: 100%;
  text-align: left;
}

.users .user .topPart .details h4 {
  margin-bottom: 10px;
  width: 100%;
  height: 20px;
  word-break: break-all;
  font-size: 22px;
}

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

.margin-left25 {
  padding-left: calc(50% - 150px);
}

.qualitifcation {
  border-radius: 50%;
  background-color: #58d68d;
  color: white;
  font-size: 16px !important;
  text-align: center;
  width: 24px;
  height: 24px;
  float: left;
  margin: 2px;
}

.qualificationD {
  background-color: #2ecc71;
}
.qualificationI {
  background-color: #3498db;
}
.qualificationA {
  background-color: #f7c500;
}
.qualificationE {
  background-color: #e74c3c;
}

.blockDisabled {
  background-color: #ccc !important;
}

.blockDisabled h1,
.blockDisabled h2 {
  color: gray !important;
}

.blockQ {
  padding: 20px;
  border: solid 1px white;
}

.blockQ h1 {
  font-size: 28px;
  color: white;
}

.blockQ h2 {
  font-size: 18px;
  margin-top: 10px;
  color: white;
}

.blockE {
  float: left;
  max-width: 150px;
  width: 50%;
  height: 150px;
  background-color: #e74c3c;
  border-top-left-radius: 50%;
  text-align: right;
}

.blockD {
  float: left;
  max-width: 150px;
  width: 50%;
  height: 150px;
  background-color: #2ecc71;
  text-align: left;
  border-top-right-radius: 50%;
}

.blockI {
  float: left;
  max-width: 150px;
  width: 50%;
  height: 150px;
  background-color: #3498db;
  text-align: left;
  border-bottom-right-radius: 50%;
}

.blockA {
  float: left;
  max-width: 150px;
  width: 50%;
  height: 150px;
  background-color: #f7c500;
  border-bottom-left-radius: 50%;
  text-align: right;
}

.balConfirm {
  border-radius: 50%;
  background-color: #58d68d;
  color: white;
  font-size: 16px !important;
  text-align: center;
  width: 24px;
  height: 24px;
  position: relative !important;
  left: 10px;
  top: 20px !important;
}

.balError {
    border-radius: 50%;
    background-color: red;
    color: white;
    font-size: 16px !important;
    text-align: center;
    width: 24px;
    height: 24px;
    position: relative !important;
    left: 10px;
    top: 20px !important;
}

.balFatal {
    border-radius: 50%;
    background-color: black;
    color: white;
    font-size: 16px !important;
    text-align: center;
    width: 24px;
    height: 24px;
    position: relative !important;
    left: 10px;
    top: 20px !important;
}

.balWarning {
    border-radius: 50%;
    background-color: #f0ad4e;
    color: white;
    font-size: 16px !important;
    text-align: center;
    width: 24px;
    height: 24px;
    position: relative !important;
    left: 10px;
    top: 20px !important;
}

.balAttached {
  border-radius: 15px;
  background-color: #3498db;
  color: white;
  font-size: 12px;
  padding: 4px;
}

.mirror-lane {
  background: gray !important;
  color: white !important;
}

#menuModules {
  overflow: auto;
  padding-right: 0px;
}

.menu-modules {
  float: left;
  border-right: 2px dashed #bdc3c7;
  margin-top: 0px;
  padding-top: 20px;
  padding-right: 10px;
  height: 100%;
  width: 100%;
}

.menu-modules h1 {
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: solid 1px #bdc3c7;
  float: left;
  width: 100%;
  margin-top: 5px;
}

.menu-modules h1 b {
  width: calc(100% - 65px);
  float: left;
}

.menu-modules h1 small {
  float: right;
  font-size: 14px;
  color: #2f4154;
  padding-right: 10px;
}

.menu-modules p {
  padding-bottom: 10px;
  border-bottom: solid 1px #bdc3c7;
  color: gray;
}

.lnkCourse {
  font-size: 18px;
  padding: 0px 0px 0px 15px;
  height: 48px;
  line-height: 2.5em;
}

.courses {
  float: left;
  min-width: 300px;
  border: solid 1px #d2d8dd;
  margin: 10px;
  width: calc((100% / 200));
}

.courses a {
  color: #2f4154;
}

.courses img {
  float: left;
  width: 100%;
  height: auto;
}

.courses .blockCourseImage {
  width: 100%;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  min-height: 298px;
  float: left;
}

.courses h1 {
    float: left;
    font-size: 18px;
    width: 100%;
    padding: 10px 10px 10px 10px;
    margin: 0px;
    max-height: 39px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.courses h4 {
  float: left;
  font-size: 13px;
  width: 100%;
  padding: 0px 0px 5px 10px;
  margin: 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.qnt_class_watched {
  background-color: white;
  width: 50px;
  color: #fb7e01;
  font-size: 12px;
  border: solid 1px #fb7e01;
  border-radius: 50%;
  height: 50px;
  text-align: center;
  padding-top: 13px;
}

#myProgress {
  width: 100%;
  background-color: #e1e1e1;
}

#myBar {
  height: 5px;
  background-color: #fb7e01;
}

.teams {
  float: left;
  max-width: 300px;
  width: 100%;
  border: solid 1px #2f4154;
  padding: 5px;
  margin: 10px;
  min-height: 256px;
  position: relative;
}

.lnkField {
    font-size: 18px;
    padding: 0px 0px 0px 15px;
    height: 48px;
    line-height: 2.5em;
}

.teams a {
  color: #2f4154;
}

.teams img {
  float: left;
  width: 100%;
  height: auto;
}

.teams .blockGroupImage {
  width: 100%;
  height: 150px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  margin: 0 auto;
  border: 0px solid;
}

.teams .h1GroupTitle{
    height: 50px;
    overflow: hidden;
}

.teams .blockTeamImage {
  width: 175px;
  height: 175px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  border-radius: 50%;
  margin: 0 auto;
  border: 3px solid;
}

.teams .blockReducedTeamImage {
  width: 288px;
  height: 288px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  margin: 0 auto;
}

.teams h1 {
  float: left;
  font-size: 18px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.teams h4 {
  float: left;
  font-size: 13px;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
}

.body-class {
  float: left;
  height: 100%;
  width: 100%;
  max-width: 980px;
  margin-left: 0px;
  padding-left: 20px;
}

.selectMenuClass {
  border-bottom: 2px dashed #bdc3c7;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
  display: none;
}

#selectMenuClass {
  height: 40px;
}

#bodyClass {
  padding-bottom: 50px;
  margin-left: 0px;
  padding-left: 0px;
}

#bodyClass h1 {
  margin-top: 0px;
  padding-top: 20px;
  font-size: 22px;
  float: left;
  width: 100%;
  padding-left: 20px;
}

#bodyClass h4 {
  font-size: 17px;
  float: left;
  width: 100%;
}

.body-class .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.body-class .video-container iframe,
.body-class .video-container object,
.body-class .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
}

@media all and (max-width: 1300px) {
  .navbar-nav > li > a {
    padding: 22.5px 16px;
  }
}

@media all and (max-width: 1300px) {
  .navbar-brand {
    display: none;
  }
}

@media all and (max-width: 1024px) {
  #menuModules {
    display: none;
  }

  #bodyClass {
    width: 100% !important;
  }

  .selectMenuClass {
    display: block;
  }
}

@media all and (max-width: 768px) {
  .navbar-brand {
    display: table-cell !important;
  }
}

.scoreButton,
.qualificationButton,
.classificationButton {
  background: none;
  border: none;
  font-size: 18px;
  width: 100%;
  text-align: center;
  padding: 0px;
  margin: 0px;
}

.padding9 {
  padding: 9px !important;
}

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

.btnClassification {
  float: left;
  width: 180px;
  padding: 5px;
  border: solid 1px gray;
  background-color: #ccc;
  text-align: center;
  border-radius: 5px;
  margin-left: 10px;
  margin-bottom: 10px;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.boostSite {
  width: 70px;
  height: 70px;
  border: solid 1px;
  position: absolute;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background-color: red;
  background-image: url("https://cdn1.iconfinder.com/data/icons/star-flat/64/Star-check-tick-good-128.png");
}

.btnBoostSite {
  background-color: green;
  height: 35px;
  margin-bottom: 20px;
  font-size: 14px;
  padding: 6px;
}

.btnBoostSite:hover {
  color: white;
  background-color: black;
}

.btnBoostSite img {
  height: 98%;
  width: auto;
}

.btnTextLeft {
  text-align: left;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: white;
  border-bottom-color: white;
}

.lbl-new {
  background-color: red;
  color: white;
  border-radius: 10px;
  height: 20px;
  text-align: center;
  padding: 5px;
}
/* end custom css */

/* Pagination */

.pagination li > a,
.pagination li > span,
.dataTables_paginate li > a,
.dataTables_paginate li > span,
.pagination li.disabled > a,
.pagination li.disabled > span,
.dataTables_paginate li.disabled > a,
.dataTables_paginate li.disabled > span {
  color: #34495e;
}

#modalPaymentDetails .form-control[disabled],
#modalPaymentDetails .form-control[readonly],
#modalPaymentDetails fieldset[disabled] #modalPaymentDetails .form-control,
#modalPaymentDetails .select2-search input[type="text"][disabled],
#modalPaymentDetails .select2-search input[type="text"][readonly],
#modalPaymentDetails
  fieldset[disabled]
  #modalPaymentDetails
  .select2-search
  input[type="text"] {
  opacity: 1;
  color: #34495e;
  cursor: not-allowed;
}

#modalTransactionDetails .form-control[disabled],
#modalTransactionDetails .form-control[readonly],
#modalTransactionDetails
  fieldset[disabled]
  #modalTransactionDetails
  .form-control,
#modalTransactionDetails .select2-search input[type="text"][disabled],
#modalTransactionDetails .select2-search input[type="text"][readonly],
#modalTransactionDetails
  fieldset[disabled]
  #modalTransactionDetails
  .select2-search
  input[type="text"] {
  opacity: 1;
  color: #34495e;
  cursor: not-allowed;
}

#formPeopleEdit .form-control[disabled],
#formPeopleEdit .form-control[readonly],
#formPeopleEdit fieldset[disabled] #formPeopleEdit .form-control,
#formPeopleEdit .select2-search input[type="text"][disabled],
#formPeopleEdit .select2-search input[type="text"][readonly],
#formPeopleEdit
  fieldset[disabled]
  #formPeopleEdit
  .select2-search
  input[type="text"] {
  opacity: 1;
  color: #34495e;
  cursor: not-allowed;
}

#formGetWithdraw .form-control[disabled],
#formGetWithdraw .form-control[readonly],
#formGetWithdraw fieldset[disabled] #formGetWithdraw .form-control,
#formGetWithdraw .select2-search input[type="text"][disabled],
#formGetWithdraw .select2-search input[type="text"][readonly],
#formGetWithdraw
  fieldset[disabled]
  #formGetWithdraw
  .select2-search
  input[type="text"] {
  opacity: 1;
  color: #34495e;
  cursor: not-allowed;
}

#formPeopleEditDistribution .form-control[disabled],
#formPeopleEditDistribution .form-control[readonly],
#formPeopleEditDistribution
  fieldset[disabled]
  #formPeopleEditDistribution
  .form-control,
#formPeopleEditDistribution .select2-search input[type="text"][disabled],
#formPeopleEditDistribution .select2-search input[type="text"][readonly],
#formPeopleEditDistribution
  fieldset[disabled]
  #formPeopleEditDistribution
  .select2-search
  input[type="text"] {
  opacity: 1;
  color: #34495e;
  cursor: not-allowed;
}

.tab-pane .form-control[disabled],
.tab-pane .form-control[readonly],
.tab-pane fieldset[disabled] .tab-pane .form-control,
.tab-pane .select2-search input[type="text"][disabled],
.tab-pane .select2-search input[type="text"][readonly],
.tab-pane fieldset[disabled] .tab-pane .select2-search input[type="text"] {
  opacity: 1;
  color: #34495e;
  cursor: not-allowed;
}

.media-manager .thmb {
  border: 1px solid #e7e7e7;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 20px;
  position: relative;
}

.media-manager .thmb.checked {
  border-color: #bbb;
  background-color: #fcfcfc;
}

.media-manager .thmb::after {
  clear: both;
  display: block;
  content: "";
}

.media-manager .ckbox {
  position: absolute;
  top: 15px;
  left: 15px;
  display: none;
}

.media-manager .fm-group {
  position: absolute;
  top: 15px;
  right: 15px;
  display: none;
}

.media-manager .fm-toggle {
  padding: 1px 4px;
  line-height: normal;
  background: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.media-manager .fm-menu {
  min-width: 120px;
}

.media-manager .fm-menu a {
  font-size: 12px;
  color: #333;
  padding: 4px 8px;
}

.media-manager .fm-menu i {
  margin-right: 7px;
  color: #999;
  width: 16px;
  font-size: 13px;
}

.media-manager .thmb-prev {
  background: #eee;
  overflow: hidden;
  background: #eee;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.media-manager .thmb-prev a {
  display: block;
}

.media-manager .fm-title {
  margin-bottom: 0;
  font-size: 13px;
}

.media-manager .fm-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}

.media-manager-sidebar {
  padding-left: 10px;
}

.media-manager-sidebar .lg-title a {
  color: #999;
  font-size: 11px;
}

.media-manager-sidebar .lg-title a:hover {
  text-decoration: none;
  color: #333;
}

.media-manager-sidebar .tag-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.media-manager-sidebar .tag-list li {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}

.media-manager-sidebar .tag-list li a {
  display: block;
  padding: 5px 7px;
  font-size: 11px;
  background: #ddd;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #666;
}

.media-manager-sidebar .tag-list li a:hover {
  color: #fff;
  text-decoration: none;
  background: #428bca;
}

.img-height{
	height:197px;
}
@media screen and (max-width: 640px) {

	.img-height{
		height:145px;;
	}

  /* media manager */
  .media-options div.pull-left,
  .media-options div.pull-right {
    float: none !important;
    width: auto !important;
  }

  .media-options div.pull-left {
    margin-bottom: 20px !important;
  }

  .contentpanel-mediamanager .col-sm-9,
  .contentpanel-mediamanager .col-sm-3 {
    float: none;
    width: auto;
  }

  .media-manager-sidebar {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .btn-showcase {
    width: 70% !important;
    height: 50px;
    line-height: 2em;
  }
  .margin-top-40-mobile {
    margin-top: 40px;
  }
}

body .panel-heading {
  background-color: #f0f0f0 !important;
}

.div_buttons {
  display: inline-block;
  float: right;
}

.btn-actions-course {
  float: right;
}

/* Panels style*/

@media screen and (max-width: 991px) {
  .row-stat .col-md-3 {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 992px) {
  .row-stat .col-md-3 {
    width: 20%;
  }
}

.float-btn-copy {
  float: right;
}

@media screen and (max-width: 577px) {
  .float-btn-copy {
    float: none;
  }
}

.generate-report {
  float:none;
  margin-top:20px;
}

.row-filters {
  margin-top:20px;
}

.row-filters div {
  margin-bottom:20px;
}

@media screen and (min-width:768px) {
  .dont-show-on-desktop {
    display: none !important;
  }

  .generate-report {
    float:right;
    margin-top:0;
  }

  .row-filters div {
    margin-bottom:0;
  }

}

@media screen and (max-width: 768px) {
  .dont-show-on-mobile {
    display: none;
  }

  .btn-access-course-mobile {
    width: 55px;
    height: 55px;
  }

  .input-group-mobile {
    overflow-x: scroll;
    width: 95%;
  }

  .margin-top20-mobile {
    margin-top:20px;
  }

  .pagination li.next,
  .pagination li.previous,
  .dataTables_paginate li.next,
  .dataTables_paginate li.previous {
    position: relative;
  }

  #numberOfRegistersShowcase {
    display: block;
    text-align: center;
  }

  .btn-actions-course {
    float: none;
    margin-top: 25px;
  }

  .course-title {
    text-align: center;
  }
}

@media screen and (max-width: 816px) {
  .lnkCourse, .lnkField {
    font-size: 16px;
    overflow-x: scroll !important;
    white-space: nowrap;
    overflow-y: hidden;
  }
}

.btn-actions-course form a {
  padding: 8px 16px;
  line-height: 1.429;
  color: #606d7a;
  display: block;
  clear: both;
  font-weight: 400;
  white-space: nowrap;
  cursor: pointer;
}

.btn-actions-course form a:hover {
  color: #55606c;
  background-color: rgba(202, 206, 209, 0.5);
}

#showcase-affiliate-alert h5 {
  font-size: 15px;
  margin-bottom: 30px;
}

.row-stat .noborder {
  border: 0;
}

.panel-success-green .panel-heading {
  background-color: #5cb85c !important;
  color: #fff;
}

.panel-info-alt .panel-heading {
  background-color: #5bc0de !important;
  color: #fff;
}

.panel-secondary-alt .panel-heading {
  background-color: #999 !important;
  color: #fff;
}

.panel-warning-alt .panel-heading {
  background-color: #f0ad4e !important;
  color: #fff;
}

.panel-danger-alt .panel-heading {
  background-color: #d9534f !important;
  color: #fff;
}

.md-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
}

.media-body h4 {
  margin-bottom: 0;
}

.row-stat {
  margin-top: 30px;
}

.row-stat .md-title {
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 4px;
  font-weight: 900;
  color: #fff;
  opacity: 1;
}

.row-stat .panel .panel-heading {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 88.5px;
}

.row-stat .panel {
  margin-bottom: 0;
}

.row-stat h1 {
  margin-bottom: 0;
}

.row-stat hr {
  opacity: 0.3;
  margin: 15px 0 0 0;
  border-width: 2px;
}

.siteRow {
  float: left;
  padding: 0px;
}

.float-left {
  float: left;
}

.style-grid {
  display: grid;
}

.nav-tabs > li.active {
  z-index: 2;
  margin-top: -4px;
  background-color: floralwhite;
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 2px solid #bdc3c7;
  border-radius: 0px;
  cursor: text;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 2px solid #bdc3c7;
  outline: 0;
}

.select2-container .select2-selection--multiple {
  min-height: 42px;
}

/* News */

.news-card {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.news-margin {
  margin: 16px !important;
}

.news-container {
  padding: 0.01em 16px;
}

.news-container:after,
.news-container:before {
  content: "";
  display: table;
  clear: both;
}

.news-padding {
  padding: 8px 16px !important;
}

.news-padding-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.news-ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.news-ul li {
  padding: 8px 16px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}

.news-ul.news-hoverable li:hover {
  background-color: #ccc;
}

.news-ul li:last-child {
  border-bottom: none;
}

.news-white,
.news-hover-white:hover {
  color: #000 !important;
  background-color: #fff !important;
}

.news-left {
  float: left !important;
}

.news-margin-right {
  margin-right: 16px !important;
}

.news-large {
  font-size: 18px !important;
}

div.news-container {
  border-bottom: 1px solid #ddd;
}

.new img {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
}

.new h3 {
  margin-top: 0;
}

#news .row {
  margin-bottom: 30px;
}

#news .row:not(:last-child) {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}

#news .row a,
.news-ul a {
  color: #34495e;
}

#div_news_view {
  /* margin: 0 auto !important; */
  display: block !important;
  /* width: 60%; */
}

#div_news_view img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 0 40px 0;
}

.date_publish {
  margin-bottom: 20px;
  display: block;
}

.fc-daygrid-event-harness,
.fc-list-event {
  cursor: pointer;
}

.popover {
  left: 0 !important;
}

.modal-body label {
  text-align: right;
}

.badge-schedule {
  background: #34495e;
  border-radius: 50%;
  width: 22px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-left: 8px;
}

.badge-schedule-course {
  background: #fff;
  border-radius: 50%;
  width: 22px;
  display: inline-block;
  text-align: center;
  color: #3498db;
  font-size: 18px;
  margin-left: 10px;
  font-weight: bold;
}

.modal {
  overflow: auto !important;
}

@media only screen and (max-width: 412px) {
  #div_btn_course_schedules {
    float: none !important;
    margin: 20px 0 0 0 !important;
  }

  #div_btn_course_schedules a {
    width: 220px;
  }

  h1.name_course {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  #modalSchedules {
    min-width: 350px;
  }

  #modalSchedule .modal-dialog {
    margin-top: 0 !important;
  }

  #modalSchedules .modal-dialog {
    width: 100% !important;
    margin-top: 0 !important;
  }

  #modalSchedules .modal-body {
    padding: 0;
    height: 525px;
  }

  #modalSchedules .fc-header-toolbar.fc-toolbar.fc-toolbar-ltr {
    padding: 10px;
  }

  #modalSchedules .modal-footer {
    display: none;
  }
}

.btn-50p {
    width: 50%;
}

.btn-48p {
    width: 48%;
}

.siteDescriptionLane {
    width: 100%;
    float: left;
    padding: 4px;
    background-color: transparent;
    margin-top: 5px;
    border-radius: 5px;
}

.sitePrice {
    width: 50%;
    float: left;
}

.siteBuild {
    width: 50%;
    float: right;
    text-align: right;
}

.btnEditorAdd {
    width: 30%;
    border: solid 1px;
    float: left;
    max-width: 250px;
    height: auto;
    padding: 10px;
    margin: 10px;
}

.btnEditorAdd img {
    max-width: 60%;
}

.btnEditorAdd h1 {
    font-size: 21px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.btnEditorAdd h2 {
    font-size: 16px;
    padding-top: 5px;
    margin-top: 5px;
}

.sideButtons #addPage {
    margin-top: 15px;
}

#div_sites .window .viewport {
    min-height: 219px !important;
}

.btn-subscription-alert {
    font-size: 125%;
    border: solid 1px;
    padding: 10px;
    background-color: red;
    color: white;
}

.siteDetails {
    padding: 0px 10px;
}

.padding20 {
    padding: 20px !important;
}

.actColumn280 {
    min-width: 280px;
}

.actColumn330 {
    min-width: 330px;
}

@media all and (max-width: 1023px) {
    .siteDetails a txt, .btn-mobile-hidden {
        display: none !important;
    }
    .btn-block {
        display: inline-table;
        width: auto;
    }
    .half-on-mobile {
        float: left;
        width: 50%;
    }
    .actColumn280, .actColumn330 {
        min-width: 50px;
    }
}

.tooltip-expire-plan {
    background-color: lightgoldenrodyellow;
    margin: 10px;
    border-radius: 10px;
}

.tab-pane h6 label {
  font-size: 18px;
}

@media all and (max-width: 680px) {
  .tab-pane h6 label {
    display: none;
  }

  .courses {
    width: calc(100% - 19px);
  }

  .courses .blockCourseImage {
    width: calc(100vw - 50px);
    min-height: calc(100vw - 50px);
  }
}

@media all and (max-width: 980px) {
  .table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

.thumb small {
  float: left;
  width: 100%;
}

.thumb .icon {
  float: left;
  padding: 10px;
}

.thumb .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 55px);
  float: left;
  padding: 5px 0;
}