/* collection select service style */

#setting-library-value-lock, #library-lock-context {
    display: none;
}

#library-lock i {
    color: goldenrod;
    font-size: larger;
}

#library-list-notification, #collection-list-notification, #collection-mix-notification {
    position: relative;
    width: 40px;
    margin: 0px auto;
}

#library-list-notification:after, #collection-list-notification:after, #collection-mix-notification:after {
    margin-top: -15px;
    position: absolute;
    content: "\f1ce";
    font-family: FontAwesome;
    font-size: 40px;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    z-index: auto;
    color: lightgrey;
}

.on {
    color: #2ECC40; /* green */
}

ul.library-list-group {
    /*min-height: 363px;*/
    max-height: 363px;
    overflow: auto;
}

ul.collection-list-group, ul.collection-mix-group {
    min-height: 340px;
    max-height: 340px;
    overflow: auto;
}

h2.action-header {
    font-size: 170%;
    margin-top: 0px;
}

h3.action-header {
    margin-top: 10px;
    font-size: 150%;
    margin-bottom: 20px;
}

h2.action-header .badge {
    font-size: 95%;
    margin-top: -3px;
    margin-right: 5px;
    padding: 4px 10px;
}

h4.settings-header {
    margin-top: 0px;
    font-weight: 700;
}

input#link, input#list_link, input#mix_link {
    display: none;
}

/* library-list-group */

.library-list-group .list-group-item .id, .library-list-group .list-group-item .link {
    display: none;
}

.library-list-group .list-group-item .name {
    font-size: 16px;
    font-weight: 600;
    display: inline;
}

.library-list-group .list-group-item i.fa {
    vertical-align: bottom;
    margin-right: 5px;
}

/* collection-list-group */

.collection-list-group .list-group-item .id, .collection-list-group .list-group-item .list_link {
    display: none;
}

.collection-list-group .list-group-item .list_label {
    font-size: 16px;
    font-weight: 600;
    display: inline;
}

.collection-list-group .list-group-item i.fa {
    vertical-align: bottom;
    margin-right: 5px;
}

/* collection-mix-group */

.collection-mix-group .list-group-item .id, .collection-mix-group .list-group-item .mix_link {
    display: none;
}

.collection-mix-group .list-group-item .mix_label {
    font-size: 16px;
    font-weight: 600;
    display: inline;
}

.collection-mix-group .list-group-item i.fa {
    vertical-align: bottom;
    margin-right: 5px;
}

.parameter .property {
    font-weight: 600;
    display: inline;
    padding-right: 5px;
}

.parameter .value {
    display: inline;
}

.parameter-setting-library, .parameter-setting-list, .parameter-setting-mix, .parameter-setting-terms, .parameter-setting-operator {
    display: none;
}

.service-button {
    font-size: 100%;
    padding: 10px 30px;
}


.disabled {
    pointer-events: none !important;
    opacity: 0.3;
}

.popover {
    max-width: 500px;
}

.list_description, .mix_description {
    padding: 2px;
}

.list_date, .mix_date {
    font-style: italic;
    color: gray;
}

.list_timestamp, .mix_timestamp {
    display: none;
}

/* The switch - the box around the slider */

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}


/* The operator slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2196F3;
  -webkit-transition: .1s;
  transition: .1s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 3px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .1s;
  transition: .1s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(23px);
  -ms-transform: translateX(23px);
  transform: translateX(23px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 21px;
}

.slider.round:before {
  border-radius: 50%;
}

/* appeal term / enrichment style */

.operator-heading{
    padding-left: 20px;
}

.appeal-term-panel {
    margin-bottom: 0px !important;
}

.appeal-term-panel-group {
    margin-bottom: 0px !important;
}

.appeal-term-body {
    font-size: 14px;
    max-height: 140px;
    overflow: auto;
    padding: 0px 15px 0px 15px;
}

/* panel collapse */

/*[data-toggle="collapse"]:after {*/
/*    display: inline-block;*/
/*    font: normal normal normal 14px/1 FontAwesome;*/
/*    font-size: inherit;*/
/*    text-rendering: auto;*/
/*    -webkit-font-smoothing: antialiased;*/
/*    -moz-osx-font-smoothing: grayscale;*/
/*  content: "\f054";*/
/*  transform: rotate(90deg) ;*/
/*  transition: all linear 0.25s;*/
/*  }*/
/*[data-toggle="collapse"].collapsed:after {*/
/*  transform: rotate(0deg) ;*/
/*}*/

.panel-title a.appeal-title:after {
    font-family:Fontawesome;
    /*content:'\f0d7';*/
    content:'\f0c8';
    float:left;
    padding-right: 10px;
    font-weight:100;
    color: lightgray;
}

.panel-title a.collapsed:after {
    font-family:Fontawesome;
    /*content:'\f0da';*/
    content:'\f0c8';
    /*transition: 0.9s;*/
    /*transform: rotateY(90deg);*/
}

.appeal-term-panel-options {
    padding-top: 10px;
}

.navbar-right {
   padding-right: 15px;
}

.center {
    text-align: center;
}

.navbar-toggle {
    position: absolute;
    right: 4px;
    top: 4px;
}
