/**
 eConnect4u
*/
/* 
    Created on : 2016-04-06, 08:38:25
    Author     : Stefan
*/
/**
 eConnect4u
*/
/* 
    Created on : 2016-04-06, 08:38:06
    Author     : Stefan
*/
a {
  color: #333333;
}

a:hover {
  color: #63a136;
}

.marg-l {
  margin-left: 30px;
}

.marg-r {
  margin-right: 30px;
}

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

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

.marg-b-sm {
  margin-bottom: 15px;
}

.md-skin .form-group.file {
  box-shadow: none;
  margin-right: 0;
  background: none;
}

.md-skin .nav-sm li a {
  margin-right: 0;
  padding: 8px 20px 8px 25px;
}

#page-wrapper .wrapper {
  position: relative;
  z-index: 10;
}

#page-wrapper .footer {
  position: relative;
  z-index: 1;
  margin: 0 -15px;
}

body.background-brand {
  background-size: cover;
}

body.full-height-layout #wrapper, body.full-height-layout #page-wrapper {
  height: auto;
}

.logo-name {
  width: 100%;
  height: 100px;
  margin-bottom: 60px;
  text-indent: -9999px;
}

.logo-element {
  padding: 0;
}

.logo-element img {
  max-width: 100%;
}

.actions {
  text-align: right;
}

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

.nav-sorting li a {
  padding: 7px 15px 7px 15px !important;
  background: #ffffff;
  border: 1px solid #e7eaec;
}

.nav-sorting li a.asc:after {
  font-family: FontAwesome;
  content: " \f176";
}

.nav-sorting li a.desc:after {
  font-family: FontAwesome;
  content: " \f175";
}

.ibox-title {
  padding: 15px 20px 20px 20px;
}

.file-edit .icon {
  color: #dadada;
  text-align: center;
  font-size: 120px;
}

.file-edit .description {
  text-align: center;
}

.image-centered {
  position: relative;
  height: 275px;
  display: block;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-centered > img, .image-centered > a > img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.nestable .dd-item > button {
  font-family: FontAwesome;
  width: 33px;
  height: 34px;
  margin-left: 30px;
  margin-right: 8px;
  margin-bottom: 0;
  color: #c1c1c1;
}

.nestable .dd-item > button:before {
  content: "\f067";
}

.nestable .dd-item > button[data-action="collapse"]:before {
  content: "\f068";
}

.nestable .dd-handle-custom {
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  width: 30px;
  height: 42px;
  margin: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  color: #ddd;
  cursor: pointer;
  font-family: FontAwesome;
}

.nestable .dd-handle-custom:before {
  content: "\f0c9";
  display: block;
  position: absolute;
  left: 0;
  top: px;
  width: 100%;
  line-height: 42px;
  text-align: center;
  text-indent: 0;
  color: #dddddd;
  font-size: 16px;
  font-weight: normal;
}

.nestable .dd-content {
  display: block;
  height: auto;
  margin: 5px 0;
  padding: 5px 10px 5px 40px;
  border: 1px dashed #e7eaec;
  background: #f3f3f4;
  color: inherit;
  text-decoration: none;
  border-radius: 3px;
  box-sizing: border-box;
}

.nestable .dd-content:hover {
  background: #f8f8f8;
}

.nestable span.label {
  margin-right: 10px;
}

.structure-details {
  text-align: right;
}

.structure-name {
  display: block;
  line-height: 28px;
  font-size: 16px;
  font-weight: normal;
}

.structure-layout {
  float: right;
  display: inline-block;
  font-weight: normal;
}

@media (max-width: 767px) {
  .structure-layout {
    float: none;
  }
}

.structure-actions {
  float: right;
  display: block;
  margin-left: 20px;
}

.structure-contents {
  display: block;
  font-size: 13px;
}

.structure-contents .structure-content {
  display: block;
}

.structure-contents .content-type {
  display: inline-block;
  min-width: 60px;
  font-size: 12px;
  cursor: help;
}

.element-details dt, .element-details dd {
  margin-bottom: 5px;
}

.superbox-list {
  display: inline-block;
  width: 12.5%;
  margin: 0;
  position: relative;
}

@media (max-width: 1250px) {
  .superbox-list {
    width: 19.7%;
  }
}

@media (max-width: 927px) {
  .superbox-list {
    width: 33%;
  }
}

@media (max-width: 671px) {
  .superbox-list {
    width: 49.7%;
  }
}

@media (max-width: 564px) {
  .superbox-list {
    width: 100%;
  }
}

.superbox-img {
  max-width: 100%;
  width: 100%;
  cursor: pointer;
}

.superbox-img:hover {
  opacity: 0.8;
}

.latestJobApplications li a {
  padding: 3px 2px !important;
}

.feed-activity-list .feed-element {
  min-height: 60px;
}

.dashboardPanel .ibox-content {
  min-height: 445px;
}

.file .file-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 54px;
}

.file .file-name a:first-child {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 160px;
}

.error {
  padding: 80px 0px;
  text-align: center;
  position: relative;
}

.error .error-code {
  font-size: 24em;
  color: #63a136;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.1;
  position: absolute;
}

@media (max-width: 550px) {
  .error .error-code {
    font-size: 18em;
  }
}

@media (max-width: 400px) {
  .error .error-code {
    font-size: 15em;
  }
}

.error .error-content {
  position: relative;
}

.error .error-content .error-message {
  color: white;
}

.error .error-content .error-message h1 {
  font-size: 4em;
}

.error .error-content .error-desc {
  margin-top: 20px;
  color: white;
  font-size: 1.3em;
}

.error .error-content .error-button {
  margin-top: 40px;
}

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

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

.galleries .shortcuts span, .galleries .shortcuts small {
  display: block;
}

.emailElement {
  margin-right: 15px;
  margin-bottom: 15px;
}

.mainEmails, .ccEmail, .bccEmails {
  margin-bottom: 15px;
}

/*----------Code mirror override ---------*/
.CodeMirror {
  min-height: 500px;
}

/* ------------------Static content -------------------*/
.staticContent {
  display: none;
}

/* ----------------- Form builder --------------------*/
.formBuilderTable .form-group {
  margin-bottom: 0px;
}

.formBuilderTable .position {
  max-width: 60px;
}

.formBuilderTable .btn-xs {
  position: relative;
  top: 5px;
}

.formBuilderTable td {
  text-align: center;
}

.formBuilderTable .optionsButton {
  display: none;
}

.modal-body {
  padding: 20px 10px;
}

.formsDataList .not_view td {
  font-weight: bold;
}
#ui-datepicker-div{
    z-index:25 !important;
}