.body-500 .error-desk {
  margin-top: 0;
}
.body-500 .error-desk dl,
.body-500 .error-desk ul,
.body-500 .error-desk p {
  text-align: left;
}
.pointer {
  cursor: pointer;
}
.top-buffer {
  margin-top: 20px;
}
/* input-file*/
.input-file-wrap .progress,
[data-input-file-wrap] .progress {
  width: 300px;
  margin-left: 20px;
  margin-top: 7px;
}
.input-file-wrap .imgWrap,
[data-input-file-wrap] .imgWrap {
  position: relative;
  height: 80px;
  overflow: hidden;
  line-height: 80px;
  margin-bottom: 5px;
}
.input-file-wrap .imgWrap img,
[data-input-file-wrap] .imgWrap img {
  max-width: 100%;
}
.input-file-wrap .imgWrap .removeImg,
[data-input-file-wrap] .imgWrap .removeImg,
.input-file-wrap .imgWrap a[ng-click],
[data-input-file-wrap] .imgWrap a[ng-click] {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  left: 50%;
  margin-left: -14px;
}
.input-file-wrap .imgWrap:hover .removeImg,
[data-input-file-wrap] .imgWrap:hover .removeImg,
.input-file-wrap .imgWrap:hover a[ng-click],
[data-input-file-wrap] .imgWrap:hover a[ng-click] {
  display: block;
}
.right-sidebar {
  overflow-y: scroll;
}
.right-sidebar .widgetWrapper {
  margin: 0 5px 20px;
  box-sizing: border-box;
}
.right-sidebar .widgetWrapper .tree .tree-folder .tree-folder-content {
  display: none;
}
.right-sidebar .widgetWrapper .tree .tree-folder.open > .tree-folder-content {
  display: block;
}
.logic-builder .group {
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
  border: solid 1px #666;
}
.logic-builder .group-conditions {
  margin-left: 20px;
}
.logic-builder .alert.alert-group {
  margin-top: 10px;
  margin-bottom: 10px;
  border-color: #C09853 ;
  border-color: #FBEED5;
  border: 1px solid #DCC896;
}
.logic-builder .condition,
.logic-builder .group {
  margin-top: 15px;
  margin-bottom: 15px;
}
.wysihtml5Wrapper {
  position: relative;
}
.wysihtml5Wrapper .custom-wysihtml5-toolbar {
  position: absolute;
  top: 5px;
  right: 20px;
  z-index: 40;
}
.wysihtml5Wrapper .custom-wysihtml5-toolbar > .btn {
  background: #FFF;
  color: #757575;
}
.ui-autocomplete {
  z-index: 1900;
}
.note-editor {
  background: transparent;
  border: none;
}
.note-editor .note-toolbar {
  background: transparent;
  border: none;
  padding-left: 0;
}
.note-editor .note-editable {
  border-collapse: separate;
  border: 1px solid #E2E2E4;
  clear: none;
  display: block;
  float: none;
  margin: 0px;
  outline: #C2C2C2 none 0px;
  outline-offset: 0px;
  padding: 6px 12px;
  position: static;
  vertical-align: baseline;
  text-align: start;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 4px;
  background-color: #FFF;
}
.note-editor .note-statusbar {
  background: transparent;
  border: none;
}
.note-editor .note-statusbar .note-resizebar {
  border: none;
}
.horizontal-menu.admin-menu {
  padding-left: 30px;
}
.horizontal-menu.admin-menu .nav > li > a:hover,
.horizontal-menu.admin-menu .nav li.active a,
.horizontal-menu.admin-menu .nav li.dropdown a:hover,
.horizontal-menu.admin-menu .nav li.dropdown.open a:focus,
.horizontal-menu.admin-menu .nav .open > a,
.horizontal-menu.admin-menu .nav .open > a:hover,
.horizontal-menu.admin-menu .nav .open > a:focus {
  background-color: #1FB5AD;
  text-decoration: none;
  color: #FFF;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  border-radius: 30px;
  -webkit-border-radius: 30px;
}
.top-nav ul.top-menu > li.language-menu-wrapper .dropdown-toggle {
  line-height: 34px;
}
.top-nav ul.top-menu > li.language-menu-wrapper .dropdown-menu.language-menu {
  width: 170px !important;
}
.top-nav ul.top-menu > li.language-menu-wrapper .dropdown-menu.language-menu > li {
  float: left;
  width: 100%;
}
.top-nav ul.top-menu > li.language-menu-wrapper .dropdown-menu.language-menu > li :first-child {
  margin-top: 5px;
}
.top-nav ul.top-menu > li.language-menu-wrapper .dropdown-menu.language-menu > li :last-child {
  margin-bottom: 5px;
}
.top-nav ul.top-menu > li.language-menu-wrapper .dropdown-menu.language-menu > li a {
  border-bottom: none !important;
}
.top-nav ul.top-menu > li.language-menu-wrapper .dropdown-menu.language-menu > li a > i {
  padding-right: 10px;
  font-size: 17px;
}
.top-nav ul.top-menu > li.language-menu-wrapper .dropdown-menu.language-menu > li > a:hover {
  background: #F1F2F7 !important;
  color: #32323a !important;
  border-radius: 5px;
}
table tbody tr:first-child td:first-child .fa-arrow-up {
  display: none;
}
table tbody tr:last-child td:first-child .fa-arrow-down {
  display: none;
}
.form-inline select.turn-to-ac {
  display: none;
}
.height-transition {
  /* Initially we don't want any height, and we want the contents to be hidden */

  max-height: 0;
  overflow: hidden;
  /* Set our transitions up. */

  -webkit-transition: max-height 0.8s;
  -moz-transition: max-height 0.8s;
  transition: max-height 0.8s;
}
.height-transition-open {
  max-height: 10000px;
}
.icheckbox_minimal-blue {
  margin: 0 auto;
}
ul.ui-autocomplete {
  max-height: 250px;
  overflow-y: scroll;
}
.ppad50px {
  padding: 50px;
}
.page-header-panel {
  border-bottom: 3px solid #1fb5ad;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
/*CHANGING FORM-STYLING FOR REGISTRATION FORM - registration-form class must be added on an upper level */
.registration-form hr {
  margin-top: 50px;
  margin-bottom: 50px;
}
.registration-form .form-control {
  border: 0px solid #e2e2e4;
  box-shadow: none;
  color: #777777;
  border-bottom: 1px solid #e2e2e4;
  border-radius: 0px;
}
.form-control::-webkit-input-placeholder {
  color: #ddd;
}
.form-control:-moz-placeholder {
  color: #ddd;
}
.form-control::-moz-placeholder {
  color: #ddd;
}
.form-control:-ms-input-placeholder {
  color: #ddd;
}
/*.registration-form .form-group {
  margin-bottom: 30px;
}*/
.registration-form .form-control[disabled],
.registration-form .form-control[readonly],
.registration-form fieldset[disabled] .form-control {
  background-color: #f8f8f8;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.registration-form .input-group .form-control:first-child,
.registration-form .input-group-addon:first-child,
.registration-form .input-group-btn:first-child > .btn,
.registration-form .input-group-btn:first-child > .btn-group > .btn,
.registration-form .input-group-btn:first-child > .dropdown-toggle,
.registration-form .input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.registration-form .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border: 0px;
}


.form-control {
  color: #444;
}

.form-vertical .form-group {
  margin-bottom: 0px;
}

.form-vertical .control-label {
  text-align: left;
  margin-bottom: 5px;
  width: 100%;
}

.form-vertical .form-control {
  width: 100%;
  margin-bottom: 5px;
}

.form-vertical .input-group {
  margin-bottom: 15px;
}

.form-vertical .input-group .form-control {
  margin-bottom: 0px;
}

.form-vertical .leading-checkbox .control-label {
  width: auto;
}

.form-vertical .leading-checkbox {
  margin-top: 10px;
}
.page-header-nav {
  background-color: #fff; 
  padding-left: 0px; padding-right: 0px; margin-bottom: 20px; margin-top: 3px; min-height: 35px; line-height: 35px;
  z-index: 10000;
}

.page-header-nav li {
  float:left;
}

.page-header-nav li a {
  color: #1FB5AD;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.page-header-nav .nav>li>a:focus, .page-header-nav .nav>li>a:hover {
    text-decoration: none;
    background-color: #1FB5AD;
    color: #ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.page-header-nav i {
  margin-right: 5px;
}


.panel-heading {
    border-color: transparent;
    background: #F8F8F8 !important;
    border-bottom: 3px solid #1FB5AD;
}


.primary-header .page-header-panel {
  border-bottom: 3px solid #1fb5ad;
  background-color: #1fb5ad;
}

.primary-header .profile-icon {
    background-color: #ffffff;
}

.primary-header .profile-icon i {
    color: #1FB5AD;
}

.primary-header .profile-information .profile-desk h1 {
    color: #FFFFFF;
}


.primary-header .subheading {
  color: #ffffff;
  margin-top: 10px;
}


.panel-body.sidebar-panel {
  background-color: #F8F8F8;
}

.ng-pageslide {
  background: #f1f2f7;
  z-index: 100000 !important;
  box-shadow: -1px 0 3px rgba(0,0,0,.15);
}

.ng-pageslide-inner {
  padding: 15px;
}

.ng-pageslide-inner .pageslide-btn-bar {
  margin-bottom: 30px;
}

.ng-pageslide .pageslide-header {
  padding-top: 15px;
  background-color: #1FB5AD;
  margin: -15px;
  padding: 15px;
  color: #ffffff;
}

.ng-pageslide .pageslide-content {
  padding: 10px;
  padding-top: 20px;
}
.ng-pageslide-section {
  margin-top: 15px;
  margin-bottom: 15px;
}

.ng-pageslide .heading {
  margin-top: 4px;
  color: #1FB5AD;
}

.ng-pageslide .weather-full-info {
    color: #ffffff;
}

.ng-pageslide .weather-full-info ul li {
    border-left: 0px solid #f1f2f7;
}

.ng-pageslide .statistics:after {
    display: none !important;
}

body.ng-pageslide-body-open::before {
    content: '.';
    display: block;
    position: absolute;
    top: 0;
    background-color: rgb(0,0,0);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.5;
    transition: opacity 1s;
}

body.ng-pageslide-body-closed::before {
    transition: opacity 1s;
    opacity: 0;
    content: '.';
    display: block;
    position: absolute;
    top: 0;
    background-color: rgb(0,0,0);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
}


.badge.bg-primary {
    background: #FFFFFF;
    color: #1FB5AD;
}

.rs-0 {
  color:#7dc88f;
}

.rs-1 {
  color:#f5d15d;
}

.rs-2 {
  color:#f9b457;
}

.rs-3 {
  color:#dc7d4f;
}

.rs-4 {
  color:#ed1f25;
}

.checkbox-vertical {
  border: 1px solid #e2e2e4;
  padding: 6px 12px;
  background-color: #ffffff;
  border-radius: 4px;
  margin-top: 4px;
}

.checkbox-vertical label {
  font-weight: 100;
  font-size: 14px;
  color: #444;
  margin-bottom: 0px;
}


/*.form-vertical .input-group-btn:last-child>.btn, .form-vertical .input-group-btn:last-child>.btn-group {
  margin-top: -4px;
}*/


.sidebar-panel .form-control[disabled], .sidebar-panel .form-control[readonly], 
.sidebar-panel fieldset[disabled] .form-control {
  background-color: #ffffff;
}

.radio-horizontal .icheck .single-row {
  width: auto;
}

.radio-horizontal .icheck label {
  padding-left: 0px;
}


.no-custom-foods {
  padding: 10px;
  background-color: #f5f5f5;
  border-radius: 4px;
  margin-bottom: 15px;
}


.custom-food-modal {
  padding-top: 0px;
  padding-bottom: 0px;
}


.modal-sidebar {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 220px;
  height: 100%;
  z-index: 1;
  background-color: rgba(31, 181, 173, 0.1);
}

.sidebar-list {
  list-style: none;
  padding-left: 0px;
}

.sidebar-list li {
  border-bottom: none;
  padding: 8px 15px;
  padding-left: 20px;
}

.sidebar-list li a {
  color: rgba(31, 181, 173, 1);
}

.modal-main-content {
  padding-left: 235px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}

.food-group-list {
  padding-top: 0px;
  border-left: 1px solid #f5f5f5;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.food-group-item {
  float: left; 
  width: 25%; 
  border-right: 1px solid #f5f5f5;
  padding: 5px 15px;
  border-bottom: 1px solid #f5f5f5;
                        
}

.anchor-fix {
  margin-top: -100px;        /* Size of fixed header */
  padding-bottom: 100px; 
  display: block;
}

.content-sidebar #sidebar {
  /*background: rgba(31, 181, 173, 0.1);*/
  background: transparent;
  margin-top: -15px;
  margin-left: -15px;
}

.content-sidebar .page-header-nav {
  background: transparent;
  border-radius: 4px;
  margin-top:0px;
}

.content-sidebar .leftside-navigation-content {
  padding: 15px;
}

.content-sidebar .leftside-navigation-content h5 {
  font-weight: bold;
  text-transform: uppercase;
}

.content-sidebar .overview-section {
  margin-bottom: 20px;
}

.overview-section .custom-query {
  margin-bottom: 5px;
  line-height: 22px;
}

.overview-section .custom-query a {
  color: #1FB5AD;
}

.main-content-area {
  padding-left: 260px;
}

.content-sidebar .nav li {
  float: none;
}

.content-sidebar .nav li a {
  color: #1FB5AD;
  padding-left: 25px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.content-sidebar .profile-icon {
  background-color: #ffffff;
  width: 120px;
  height: 120px;
  border-radius: 90px;
  line-height: 135px;
  margin-right: 0px;
}

.content-sidebar .profile-pic h5 {
  color: #1FB5AD;
}

.content-sidebar .profile-icon {
  margin: auto;
  margin-top: 20px;
}

.content-sidebar .profile-icon i {
  color: #1FB5AD;
  margin-right: 0px;
}

.content-sidebar .page-title {
  color: #1FB5AD;
  text-transform: uppercase;
  line-height: 16px;
  text-align: left;
}


.modal-header {
  background: #1FB5AD;
  color: #ffffff;
}  

.close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
}

.advanced-filter-bar {
  padding: 15px;
  background-color: #F8F8F8;
  border: 1px solid #ddd;
}

/*.date {
  width: 100%;
}*/

.badge.badge-primary {
  color: #ffffff;
  background-color: #1FB5AD;
}

.custom-food-item {
  margin-bottom: 5px;
  padding: 6px;
}

.selected-custom-food-box {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #f5f5f5;
  margin-top: -15px;
  background-color: #f8f8f8;
  border-top: 3px solid #1FB5AD;
}


.sidebar-heading {
  padding-left: 20px;
  text-transform: uppercase;
  color: #1FB5AD;
  font-weight: bold;
  padding-top: 20px;
}

.modal-header-input {
  border: none;
}

.modal-header-input .input-group-addon {
  background-color: rgb(233, 248, 247);
  border: none;
  color: #1FB5AD;
}

.modal .overflow-scroll {
  max-height: calc(100vh - 180px);
  overflow-y: auto;
}

.panel-heading .nav-tabs>li {
  /* To get rid of the border-bottom from panel-heading */
  margin-bottom: -3px;
}

.originalLangValue {
  margin-bottom: 5px;
}

.collapsibleWrapper {
  margin-top: 20px;
  margin-bottom: 30px;
}

.colapsibleHead {
  margin-left: 26%;
  margin-bottom: 5px;
}

.colapsibleHead .trigger {
  width: 100%;
  padding: 0;
}

.collapsibleInner {
    background-color: #F8F8F8;
    padding: 30px;
    padding-right: 100px;
    margin-top: 20px;
    border: 1px solid #eee;
    border-radius: 4px;
}

.collapsibleWrapper .input-group[class*=col-] {
  padding-left: 15px;
}

.cmxform{
  padding: 50px;
  padding-right: 100px;
}

.condition-group .form-control {
  margin-bottom: 5px;
}

#jobsForm {
  padding: 0px;
}


/* LEFT MENU ADJUSTMENTS */

.first-level ul a {
  border-left: 15px solid #1FB5AD;
}

.first-level ul a.active {
      background-color: #202025 !important;
}

.second-level ul a {
  margin-left: 15px !important;
  border-left: 15px solid rgba(31, 181, 173, 0.2);
}

.second-level ul a.active {
      background-color: #202025 !important;
}

.details-row-trigger {
  cursor: pointer;
}

.details-row-trigger:hover {
  color: #1FB5AD;
}

.details-table {
  margin: 20px;
  -webkit-transition:all linear 0.5s;
  transition:all linear 0.5s;
}

.details-table th {
    background-color: #F8F8F8;
    border-bottom: 3px solid #1FB5AD !important;

}

.primary-color {
      color: #1FB5AD;
}


.showRow { }

.showRow.ng-hide-add {
  -webkit-animation:0.5s hide;
  animation:0.5s hide;
}

@keyframes hide {
  0% {
    opacity:1;
    transform: scale(1);
  }
  30% {
    transform: scale(1.02);
  }
  100% { 
    opacity:0;
    transform: scale(0.5);
  }
}

@-webkit-keyframes hide {
  0% {
    opacity:1;
    transform: scale(1);
  }
  30% {
    transform: scale(1.02);
  }
  100% { 
    opacity:0;
    transform: scale(0.5);
  }
}


.showRow.ng-hide-remove {
  -webkit-animation:0.3s show;
  animation:0.3s show;
}

@keyframes show {
  0% {
    opacity:0;
    transform: scale(0.5);
  }
  70% {
    transform: scale(1.02);
  }
  100% { 
    opacity:1;
    transform: scale(1);
  }
}

@-webkit-keyframes show {
  0% {
    opacity:0;
    transform: scale(0.5);
  }
  70% {
    transform: scale(1.02);
  }
  100% { 
    opacity:1;
    transform: scale(1);
  }
}






.job-list.table>tbody+tbody {
  border-top: 0px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	    background-color: #1FB5AD;
}


.top-nav ul.top-menu>li>a {
    padding: 4px 8px;
}


.no-entry {
    text-align: center;
    list-style: none;
    padding: 80px;
    color: #C7CBD6;
}

.no-entry i {
  font-size: 80px;
}




/* GRITTER NOTIFICATIONS STYLING */


.gritter-item-wrapper {
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.32);
}

.gritterPDFProgressWrapper .gritter-item, .gritterPDFCacheWrapper .gritter-item {
  padding-bottom: 0px;
}

.gritter-top {
    background: #fff;
}

.gritter-item {
    display: block;
    background: #fff;
    color: #686868;
}

.gritter-title {
  text-shadow: none;
}

.gritter-item-wrapper .pdfCacheShowAll, .gritter-item-wrapper .pdfCacheCloseAll {
    color: inherit; 
}

.gritterPDFProgressWrapper .gritter-action-row {
    border-top: 1px solid #efefef;
    margin-left: -26px;
    padding-left: 10px;
    margin-right: -26px;
    padding-right: 10px;
    padding-top: 8px;
    background-color: #f5f5f5;
    padding-bottom: 8px;
    margin-top: 10px;
}


.gritterPDFCacheWrapper .gritter-action-row {
    border-top: 1px solid #efefef;
    margin-left: -11px;
    padding-left: 0px;
    margin-right: -11px;
    padding-right: 0px;
    padding-top: 8px;
    background-color: #f5f5f5;
    padding-bottom: 8px;
    margin-top: 10px;
}

.highlight-link {
    padding: 4px;
    border-radius: 4px;
    cursor: pointer;
}

.highlight-link:hover {
    color: #ffffff !important;
    background-color: #1FB5AD !important;
}

.gritter-bottom {
    background: #fff;

}

.gritterPDFProgressWrapper .gritter-bottom, .gritterPDFCacheWrapper .gritter-bottom {
   display: none;
}



.job-list .form-control {
  font-size: 12px;
  padding: 6px;
}

.notify-row .dropdown-menu.extended {
  max-width: 660px !important; 
  width: 480px !important;
  background-color: rgb(248, 248, 248) !important;
  border: 1px solid #EFEFEF !important; 
  right: -30px !important;
}


.custom-inbox li a {
  background-color: #ffffff !important; 
  border: 1px solid #efefef !important;
}

.custom-inbox li .message {
  overflow: hidden !important; 
  white-space: normal !important;
  padding-top: 8px;
  padding-bottom: 8px;
}

.custom-inbox .all-job-notes {
  margin-bottom: 15px; 
  float:left;
}

.custom-inbox .more-notes-message{
     float: right;
    font-size: 12px;
    margin: 9px;
}


.custom-inbox .more-notes-message .badge {
  position: initial !important;
}


@media (max-width: 767px) {

  .header {
    z-index: 1000000;

}
  .sidebar-toggle-box {
    left: 120px;
    position: relative;
    float: left;
  }

  .content-sidebar #sidebar
   {
      position: relative !important;
      top: 0px;
      width: 100%;
      margin-left: 0px !important;

  }

  .main-content-area {
    padding-left: 0px;
    border-top: 1px solid #ddd;
    padding-top: 30px;
  }

  .main-content-area .nav-pills>li {
    width: 100%;
  }

  .food-group-item {
    width: 100%;
  }

  .ppad50px {
    padding: 15px;
  }

}


