.container {
 padding-left: 0px;
}

#editor, .ace_editor {
height: 400px;
width: 100%
}

.node-tree-service a {
 display: inline-block;
 width: 170px;
 float: left;
}

.node-icon {
  display: block;
  float: left;
  margin-right: 15px;
}

.badge {
  display: block;
  float: left;
}

.treeview .list-group-item {
  cursor: pointer;
  overflow: hidden;
}

.chunk_list {
 display: inline-block;
 width: 230px;
 margin-right: 40px;
 background: #eee;
 border-radius: 3px;
 padding: 10px;
 margin-top: 10px;
 height: 200px;
 overflow: auto;
 margin-bottom: 20px;
}

.chunk_list:first-child{
 margin-left: 0px;
}

.image-error, .image-success, .image-loading,
.licence-error, .licence-success, .licence-loading {
 display: none;
}

.image-error,  .licence-error{
 color: red;
}

.images-list, .licence-list {
 list-style: none;
}

.images-list li, .licence-list li {
 display: inline-block;
 margin-right: 20px;
 margin-bottom: 20px;
 text-align: center;
 position: relative;
}

.crm-filter {
 margin-top: 10px;
 margin-bottom: 10px;
}

.crm-filter  ul {
 list-style: none;
}

.crm-filter  ul li {
 margin-top: 15px;
}

.crm-filter .filter-title {
  width: 150px;
  text-align: right;
}

.crm-filter .filter-item {
 margin-left: 20px;
}

.crm-filter .filter-item, .crm-filter .filter-title {
 display: inline-block;
}

.filter-item select:first-child {
 width: 200px;
 margin-right: 10px;
}

.filter-item select {
 display: inline-block;
 width: 160px;
}

.resize-handle{
    background:#ccc;
    height:10px;
    width:100%;
    cursor: n-resize;
}

.crm-new-feed-block {
  height:500px;
  min-height: 100px;
  overflow: hidden;
}

.crm-new-feed-help-block {
 min-height: 200px;
 margin-bottom: 100px;
 overflow: hidden;
}

.crm-top-misc {
 overflow: hidden;
}

.crm-top-misc h2 {
 display: inline-block;
}

.crm-top-misc .buttons{
 float: right;
 margin-top: 20px;
}

#feedback-CRM-form {
 position: relative;
}


.crm-new-feed-block  label{
 display: none;
}


.crm-new-feed-block .visible-label {
  display: inline-block;
}

.crm-new-feed-block .form-control{
 width : 100%;
 min-width: auto;
}

.block-btn {
 position: relative;
}

.crm-new-feed-block .panel-heading {
 background: #ccc;
 display: block;
 text-decoration: none;
}

.crm-new-feed-block .panel{
  border: none;
  box-shadow: none;
}

.popover {
 z-index: 9999;
}

.loader-layout {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: grey;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
        z-index: 1000;
}

.loader-icon {
    position: fixed;
    top: 45%;
    left: 45%;
        z-index: 1001;
}

ul.info {
 list-style: none;
 padding: 10px;
 border: 1px solid #ccc;
}

ul.info  li {
 margin-top: 10px;
}

ul.info  li label {
 display: block;
 margin: 10px;
}

.link-service-show.active {
 background: #eee;
}

.service-info li div.sl-toggle {
 display: none;
}

.call-feedback-list-block {
  margin-top: 100px;
}

.call-feedback-list-block  .pagination {
 float: left !important;
}

.tableFloatingHeaderOriginal {
 margin-top: 84px!important;
 background: #fff;
 z-index: 2000;
}

.pagination>.active>a {
 z-index: 0;
}

.ct-form-control {
 min-width: auto;
}

 #modal-log .modal-dialog{
   width: 850px;
 }
 
 #feedback-call-list {
  font-size: 11px;
 }
 
 .sl-toggle {
  padding-left: 30px;
 }
 
 .map-info {
  margin-top: 20px;
 }
 
 #feedback-call-list .editable {
  border: none;
  color: #000;
 }
 
 .headerSortUp  {
  background: url('/img/desc.gif') 95% 5px no-repeat;
 }
 
 
 .headerSortDown {
  background: url('/img/asc.gif')  95% 5px no-repeat;
 }
 
 #price-grid th {
  cursor: pointer;
  width: 70px;
 }
 
  #price-grid th:first-child {
   width: auto;
  }
  
  #price-grid  tr.active td {
    background: #CCCCFF!important;
  }
  
  
  .CRM-old-rows-reminder {
    display: none;
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 rgba(204,169,44, 0.4);
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #428bca;
    text-align: center;
  }
  
  .CRM-old-rows-reminder span {
    display: inline-block;
    margin-top: 42px;
    color: #fff;
    text-shadow: 0 0 -1px #fff;
    font-weight: bold;
  }

 -webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #428bca;
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 #428bca;
    box-shadow: 0 0 0 0 #428bca;
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 30px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}


.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

.loader-1 {
 width: 34px;
 height: 24px;
 display: inline-block;
 background: url(/img/loader-1.gif) 0 0 no-repeat;
}


.loader {
 display: none;
}

.crm-prior-center {
}

.crm-prior-center td {
 background: #fcdbb3 !important;
}

a.view:hover, a.update:hover, a.delete:hover {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

a.view, a.update, a.delete {
    padding: 8px 15px;
}

.save-panel {
    position: sticky;
    bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 100;
    background: #f5f5f5;
}

.CodeMirror {
    height: auto!important;
}

.mb100 {
    margin-bottom: 100px;
}