
/********* DEFAULT COMPONENTS ************/
html {
}

body {
  height: 100%;
  z-index: 0;
}

#contentContainer {
  overflow:scroll;
  -webkit-overflow-scrolling: touch;
}

.menuScroll.touch {
  overflow:scroll !important;
  -webkit-overflow-scrolling: touch !important;
}

.page-container {
  height: 100%;
}

.m-t-0 { margin-top: 0 !important;}
.m-t-10 { margin-top: 10px !important;}
.m-t-20 { margin-top: 20px !important;}
.m-t-40 { margin-top: 40px !important;}
.m-t-50 { margin-top: 50px !important;}
.m-t-60 { margin-top: 60px !important;}
.m-t-80 { margin-top: 80px !important;}
.m-b-0 { margin-bottom: 0 !important;}
.m-b-5 { margin-bottom: 5px !important;}
.m-b-10 { margin-bottom: 10px !important;}
.m-b-20 { margin-bottom: 20px !important;}
.m-b-40 { margin-bottom: 40px !important;}
.m-b-50 { margin-bottom: 50px !important;}
.m-b-60 { margin-bottom: 60px !important;}
.m-b-80 { margin-bottom: 80px !important;}
.m-l-0 { margin-left: 0 !important;}
.m-l-10 { margin-left: 10px !important;}
.m-l-20 { margin-left: 20px !important;}
.m-l-40 { margin-left: 40px !important;}
.m-l-60 { margin-left: 60px !important;}
.m-l-80 { margin-left: 80px !important;}
.m-r-0 { margin-right: 0 !important;}
.m-r-10 { margin-right: 10px !important;}
.m-r-20 { margin-right: 20px !important;}
.m-r-40 { margin-right: 40px !important;}
.m-r-60 { margin-right: 60px !important;}
.m-r-80 { margin-right: 80px !important;}

.p-t-0 { padding-top: 0 !important;}
.p-t-10 { padding-top: 10px !important;}
.p-t-20 { padding-top: 20px !important;}
.p-t-40 { padding-top: 40px !important;}
.p-t-60 { padding-top: 60px !important;}
.p-t-80 { padding-top: 80px !important;}
.p-b-0 { padding-bottom: 0 !important;}
.p-b-10 { padding-bottom: 10px !important;}
.p-b-20 { padding-bottom: 20px !important;}
.p-b-40 { padding-bottom: 40px !important;}
.p-b-60 { padding-bottom: 60px !important;}
.p-b-80 { padding-bottom: 80px !important;}
.p-l-0 { padding-left: 0 !important;}
.p-l-10 { padding-left: 10px !important;}
.p-l-20 { padding-left: 20px !important;}
.p-l-40 { padding-left: 40px !important;}
.p-l-60 { padding-left: 60px !important;}
.p-l-80 { padding-left: 80px !important;}
.p-r-0 { padding-right: 0 !important;}
.p-r-10 { padding-right: 10px !important;}
.p-r-20 { padding-right: 20px !important;}
.p-r-40 { padding-right: 40px !important;}
.p-r-60 { padding-right: 60px !important;}
.p-r-80 { padding-right: 80px !important;}

.p-0 { padding: 0;}
.p-10 { padding: 10px;}
.p-20 { padding: 20px;}
.p-30 { padding: 30px;}
.p-40 { padding: 40px;}
.p-50 { padding: 50px;}
.p-60 { padding: 60px;}
.p-70 { padding: 70px;}
.p-80 { padding: 80px;}
.p-90 { padding: 90px;}

.m-0 { margin: 0px;}
.m-10 { margin: 10px;}
.m-20 { margin: 20px;}
.m-30 { margin: 30px;}
.m-40 { margin: 40px;}
.m-50 { margin: 50px;}
.m-60 { margin: 60px;}
.m-70 { margin: 70px;}
.m-80 { margin: 80px;}
.m-90 { margin: 90px;}

.of-hidden {
  overflow: hidden;
  text-overflow: ellipsis;
}

.d-block {
  display: block !important;
}

.width-auto {
  width: auto !important;
}

.has-error .help-block {
  font-size: 12px
}

p.lead {
  font-weight: 600;
  font-size: 16px;
}

.col-container {
  display: table;
  width: 100%;
}

.col {
  display: table-cell;
}
.col-50 {
  width: 50%;
}

/* CUSTOM MODAL CSS */
.modal-body {
  padding: 20px 15px;
}
.modal.modal-danger .modal-content {
  border-bottom: 4px solid #d9534f;
}

.modal.modal-primary .modal-content {
  border-bottom: 4px solid #ED6A03;
}

.modal.modal-info .modal-content {
  border-bottom: 4px solid #5bc0de;
}
/* END OF CUSTOM MODAL CSS */

/********* END OF DEFAULT COMPONENTS ************/


/********* SITE CUSTOM CSS ************/
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  font-size: 14px;
  font-weight: 400;
  color: #ed6a03;
  background-color: white;
  display: inline-block;
  padding: 8px;
  border-radius: 15px;
  border: 1pt solid #ed6a03;
}

.inputfile + label {
  cursor: pointer; /* "hand" cursor */
}

.inputfile:focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
  pointer-events: none;
}


dl dd input.form-control, dl dd select.form-control {
  margin-top: -5px;
  margin-bottom: 5px;
}

.list-group-item.active {
  background: #575E62;
  border-color: #575E62
}

.shadow {
  -webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.1);
}

.inset {
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  background: #FaFbFc;
}

.d-table {
  display: table !important;
  width: auto;
}
.v-a-middle .col {
  vertical-align: middle;
}

.row.d-table {
  width: 100%;
}

.row.d-table .col {
  padding-left: 15px;
  padding-right: 15px;
  float: none;
}

.workers-datapage .admin-buttons .pull-right .buttons .btn {
  margin-top: -10px;
  margin-right: 12px;
}

.show-record {
  cursor: pointer;
}

.notification-link {
  cursor: pointer;
}

.fc-view-container {
  background: #fff;
}

#calendarModal .modal-content {
  height: 650px;
  max-height: 90%;
}

#recentNotifications li a {
  white-space: normal;
}


.highlight-tc .notification-date {
  text-align: right;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #575e62;
  border-radius: 15px;
  height: 30px;
  padding-left: 12px;
  line-height: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #ed6a03;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
}

.update-translation {
  cursor: pointer;
}


@media (max-width: 767px) {

  .conversation .date {
    font-size: 9px !important;
  }

  #threadParticipants {
    height: 100px;
    overflow-y: scroll;
  }

  .p-r-xs-60 { padding-right: 60px !important;}

  .workers-datapage .admin-buttons > .pull-right {
  }

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

  .pull-left-xs {
    float: right !important;
  }

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

  .text-right-xs {
    text-align: right !important;
  }

  .text-left-xs {
    text-align: left !important;
  }


  .companies-list .block .tt .name-and-company {
    margin-bottom: 50px;
  }

  .companies-list .block .tt.active .name-and-company {
    margin-bottom: 0;
  }


  .events-list .block .tt .name-and-company {
    margin-bottom: 50px;
  }

  .events-list .block .tt.active .name-and-company {
    margin-bottom: 0;
  }

  .highlight-tc {
    height: auto !important;
  }

  .highlight-tc .right .buttons {
    text-align: right !important;
    padding-right: 16px;
  }

  .workers-list .list .block > .tt > .tc.right {
    margin-top: -26px;
  }

  .admins-list .block > .tt > .tc {
    padding-bottom: 20px;
  }

  .tab-block {
    margin-left: -12px;
    margin-right: -12px;
  }

  .tab-block .nav-tabs > li > a {
    padding: 12px 8px !important;
    font-size:13px !important;
  }

  .workers-datapage .row {
    margin-left: -20px;
    margin-right: -20px;
  }

  .workers-datapage .admin-buttons {
    margin-left: -13px;
    margin-right: -13px;
  }

  .workers-datapage .admin-buttons .link {
    margin-top: 5px;
    padding: 4px 8px;
    display: block;
  }

  .workers-datapage .admin-buttons > .pull-right .buttons {
    position: relative;
    margin: 0;
    right: 0;
    display: block;
    float: none !important;
    margin-bottom: 10px;
  }

  .workers-datapage .admin-buttons > .pull-right .buttons .on-off-switch {
    float: none;
    margin-right: 0;
    margin-bottom: 0;

  }

  .messages-send .right-side {
    margin: 0 -10px;
  }

  .calendar .fc-toolbar .fc-center {
    float: none;
    display: inline-block;
    margin-top: 16px;
  }

  .calendar .fc-toolbar .fc-left {
    float: none;
    display: inline-block;
  }

  .calendar .fc-toolbar .fc-right {
    margin-top: 4px;
    margin-bottom: 4px;
    float: none;
  }
  .calendar .fc-toolbar .fc-right .fc-button-group {
    float: none;
  }

}

@media (max-width: 450px) {
  .messages-send .msg-list .tt {
    height: auto;
  }
}

@media (max-width: 991px) {

  .d-table {
    display: block;
  }
  .v-a-middle .col {
    display: block;
    margin-top: 10px;
  }

}

.actions .icons {
  font-size: 20px;
}

.button-checkboxes, .button-checkboxes div {
  white-space: normal;
}
.button-checkboxes input[type=checkbox], .button-checkboxes input[type=radio] {
  visibility: hidden;
  position: absolute;
}

#hideAll
{
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: white;
  z-index: 1000;

}


.admin-buttons .link {
  margin-top: -6px;
  margin-bottom: -6px;
  margin-left: 0 !important;
  padding: 6px 8px;
}
.admin-buttons .link:hover, .admin-buttons .link.active {
  text-decoration: none;
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  background: rgba(0,0,0,0.02);
}

#newsList figure img {
  max-height: 110px;
  max-width: 200px;
  width: auto;
}

#newsList .box {
  min-height: 150px;
}

.d-ib {
  display: inline-block;
}

.workers-list .list {
  overflow-x: visible !important;
}

#cookieBanner {
  display: none;
  z-index: 2000;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 20px;
  text-align: center;
  background: #ED6A03;
  color: #eee;
}
#cookieBanner a {
  color: #fff;
  font-weight: bold;
}

/********* END OF SITE CUSTOM CSS ************/


/********* DEFAULT DATAPAGE ************/
.default-datapage dl {
  width: 100%;
}
.default-datapage dl dt {
  float: left;
  font-weight: 700;
  width: 200px;
  margin-bottom: 10px;
}
.default-datapage dl dd {
  margin-left: 205px;
}
.default-datapage dl dd label {
  margin-bottom: 10px;
  display: block;
}
.default-datapage dl dd input {
  text-align: left;
}

@media (max-width: 500px) {
  .default-datapage dl dt {
    float: none;
    width: auto;
  }
  .default-datapage dl dd {
    margin-left: 0px;
  }
}
/********* END OF DEFAULT DATAPAGE ************/



/********* CUSTOM DROPZONE CSS ************/
.dropzone {
  border:none;
}
.dropzone-previews {
  position: relative;
  border: 1pt dotted #dddddd;
  background: #fafafa;
  vertical-align: middle;
  cursor: pointer;
  width: 100%;
  min-height: 250px;
}

.dropzone-previews .upload-logo {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #aaaaaa;
}

.dropzone-previews .upload-logo span.fa {
  font-size: 40px;
}

.skitus-dropzone {
  padding: 0;
  background: none;
}

.dropzone-previews.no-thumbnail {

}

.dropzone-previews.no-thumbnail .dz-preview {
  display: block;
  min-height: auto;
  text-align: left;
  background: #fff;
  border-radius: 6px;
  padding: 10px;
  -webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.1);
}
.dropzone-previews.no-thumbnail .dz-preview:not(.dz-processing) .dz-progress {
  animation: none;
}
.dropzone-previews.no-thumbnail .dz-preview .dz-image {
  display: none;
}
.dropzone-previews.no-thumbnail .dz-preview .dz-details {
  display: inline-block;
  position: relative;
  min-width: auto;
  text-align: left;
  padding: 6px;
}
.dropzone-previews.no-thumbnail .dz-preview .dz-details .dz-size {
  margin-bottom: 0;
}
.dropzone-previews.no-thumbnail .dz-preview .dz-details .dz-size span {
  background: none;
}
.dropzone-previews.no-thumbnail .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: auto;
  text-overflow: inherit;
  background: none;
  border: none;
}
.dropzone-previews.no-thumbnail .dz-preview .dz-details .dz-filename span {
  background: none;
  border: none;
}
.dropzone-previews.no-thumbnail .dz-preview .dz-details .dz-filename:hover span {
  background: none;
  border: none;
}
.dropzone-previews.no-thumbnail .dz-preview .dz-progress {
  display: block;
  position: relative;
  background: #ddd;
  margin-left: 0;
  padding-left: 14px;
  padding-right: 14px;
  margin-top: 6px;
  left: 0;
  width: 100%;
}
.dropzone-previews.no-thumbnail .dz-preview .dz-error-mark,
.dropzone-previews.no-thumbnail .dz-preview .dz-success-mark {
  animation: none;
}
.dropzone-previews.no-thumbnail .dz-preview .dz-error-mark svg g {
  fill: #d9534f;
}
.dropzone-previews.no-thumbnail .dz-preview .dz-success-mark svg g {
  fill: #62d850;
}
.dropzone-previews.no-thumbnail .dz-preview .dz-remove {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  margin-left: 0
}
.dropzone-previews.no-thumbnail .dz-preview .dz-error-message {
  top: 80px;
  left: 0;
  width: 100%;
  display: none;
}


/********* END OF CUSTOM DROPZONE ************/


/*************** NAV TABS ****************/
/* Tabs Wrapper */
.tab-block {
  position: relative;
}
/* Tabs Content */
.tab-block .tab-content {
  overflow: auto;
  position: relative;
  z-index: 10;
  min-height: 125px;
  padding: 16px 12px;
  border: 1px solid #e2e2e2;
  background-color: #FFF;
}
.tab-block .nav-tabs {
  position: relative;
  border: 0;
}
/* nav tab item */
.tab-block .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* nav tab link */
.tab-block .nav-tabs > li > a {
  z-index: 9;
  position: relative;
  color: #AAA;
  font-size: 14px;
  font-weight: 400;
  padding: 12px 16px;
  margin-right: -1px;
  border-color: #e2e2e2;
  border-radius: 0;
  background: #fafafa;
}
.tab-block .nav-tabs > li > a.tab-primary {
  background: #ed6a03;
  color: #fff;
}
.tab-block .nav-tabs > li > a.tab-primary:hover {
  background: #bb5302;
  color: #fff;
}

.tab-block .nav-tabs > li:first-child > a {
  margin-left: 0;
}
/* nav tab link:hover */
.tab-block .nav-tabs > li > a:hover {
  background-color: #f4f4f4;
}
/* nav tab active link:focus:hover */
.tab-block .nav-tabs > li.active > a,
.tab-block .nav-tabs > li.active > a:hover,
.tab-block .nav-tabs > li.active > a:focus {
  cursor: default;
  position: relative;
  z-index: 12;
  color: #555555;
  background: #FFF;
  border-color: #e2e2e2;
  border-bottom: 1px solid #FFF;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.49;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: transparent;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}


.nav-tabs.block-justified {
  display: table;
  width: 100%;
}
.nav-tabs.block-justified li {
  position: relative;
  display: table-cell;
}
.nav-tabs.block-justified li a {
  display: block;
  padding: 20px 30px 20px 20px;
  text-align: center;
}
.nav-tabs.block-justified li a:last-of-type {
  margin-right: 0;
}

.w50 {
  width: 50%;
}

.w100 {
  width: 100%;
}

.nav-tabs.block-justified li a span {
  position: relative;
}
.nav-tabs.block-justified li a span .counter {
  background-color: #ed6a03;
  color: #ffffff;
  font-size: 11px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  display: inline-block;
  position: absolute;
  right: -18px;
  top: -10px;
}

.messages-send .msg-menu .search {
  border: none;
  margin: 0;
  padding: 0;
}

.messages-send .tab-content {
  min-height: auto;
}

.shadow2 {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

/********* END OF NAV TABS ************/

/********* MESSAGES ************/

.partner-pick {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  margin: 4px;
}

.partner-pick .btn {
  border-color: transparent;
  position: relative;
}

.partner-pick .text {
  position: relative;
  padding-left: 70px;
  padding-top: 10px;
  overflow: hidden;
  height: 56px;
  text-align: left;
  font-weight: 600;
}

.partner-pick figure {
  width: 56px;
  height: 56px;
  background-color: #f2f5f7;
  padding: 5px;
  position: absolute;
  left: 0;
  top: 0;
}

.pick-conversation {
  cursor: pointer;
}

.pick-conversation.active {
  background-color: #575e62;
  color: #fff;
}
.pick-conversation.active span, .pick-conversation.active span.light-txt {
  color: #fff !important;
}

.pick-conversation .unread {
  position: absolute;
  top:0;
  left: 0;
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  background: #ed6a03;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
}

/********* END OF MESSAGES ************/



/********* ICON GROUP ************/
.icons-group {
  position: relative;
}

.icons-group .form-control {
  position: relative;
}

.icons-group .icons {
  position: absolute;
  right: 10px;
  top: 2px;
  line-height: 30px;
  color: #ed6a03;
  font-size: 18px;
}
/********* END OF ICON GROUP ************/


/********* CUSTOM IMAGE FILE UPLOAD ************/
.select-image {
  position: relative;
  overflow: hidden;
}
.select-image .span {
}
.select-image #imgUpload{
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.image-edit {
  position: relative;
  width: 100%;
  height: 100%;
}
.image-edit #imageEdit {
  visibility: hidden;
}
.image-edit.ready #imageEdit {
  visibility: visible;
}
/********* END OF CUSTOM IMAGE FILE UPLOAD ************/




/********* IMAGE PREVIEW (FILE UPLOAD) ************/
.image-preview {
  width: 160px;
  height: 160px;
  position: relative;
  overflow: hidden;
  background-color: #fafafa;
  border: 1pt dotted #dddddd;
  color: #ecf0f1;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.image-preview input {
  line-height: 160px;
  font-size: 160px;
  position: absolute;
  opacity: 0;
  z-index: 10;
}
.image-preview label {
  position: absolute;
  z-index: 5;
  opacity: 0.8;
  cursor: pointer;
  background-color: #bdc3c7;
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}
/********* END OF IMAGE PREVIEW ************/


/********* FLEX CONTAINER ************/
.flex-container {
  display: flex;
  flex-wrap: wrap;
}
.flex-item {
  margin: 0 5px;
  display: flex;
  flex-direction: column;
}

/*
* And with max cross-browser enabled.
* Nobody should ever write this by hand.
* Use a preprocesser with autoprefixing.
*/
.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/********* END OF FLEX CONTAINER ************/


/********* CUSTOM CHECKBOX ************/
.custom-cb {
  opacity:0;
  margin-left: 4px;
}
.custom-cb+label {
  padding-left: 14px;
  cursor: pointer;
}
.custom-cb+label::before {
  content: "";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 2px;
  left: 10px;
  height: 24px;
  width: 24px;
}
.custom-cb:checked+label::before {
  content: "";
  color: #ed6a03;
}
/********* END OF CUSTOM CHECKBOX ************/


/********* MESSAGE CSS ************/
.message-counter {
  background-color: #ed6a03;
  border-radius: 50%;
  color: #ffffff;
  font-size: 11px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  float: left;
  margin-right: 4px;
}

.remove {
  float: right;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  line-height: 18px;
  background: darkred;
  color: #fff;
  font-size: 11px;
  text-align: center;
  text-decoration: none;
}
.remove:hover {
  color: #fff;
  text-decoration: none;
}

#activeMessage {
  margin-bottom: 20px;
}

/********* END OF MESSAGE CSS ************/


/********* ANIMATIONS ************/


@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
  animation-duration: 1.5s
}
.fadeInFast {
  animation-name: fadeIn;
  animation-duration: 0.5s
}