/**
 * @Author: Roman Borkunov <broqit>
 * @Date:   2018-02-13T05:23:32+02:00
 * @Email:  ya.qnut@gmail.com
 * @Filename: style.css
 * @Last modified by:   broqit
 * @Last modified time: 2018-03-12T09:41:54+02:00
 * @License: https://coderiz.pw/license
 * @Copyright: 2014 - 2018
 */

form[name="lists"] {
  clear: both;
}

form[name="lists"] select[name="list_rate"],
form[name="lists"] select[name="list_rate"] + .nice-select {
  display: none;
}
form[name="lists"] li[data-value="0"] {
  display: none;
}
form[name="lists"] select[name="list_rate"].active,
form[name="lists"] select[name="list_rate"].active + .nice-select,
form[name="lists"] select[name="list_rate"].active + .nice-select li[data-value="0"],
form[name="lists"] select[name="list_type"].active + .nice-select li[data-value="0"] {
  display: block;
}
.nice-select.wide .list {
  z-index: 9999;
}
form[name="lists"] .nice-select {
  border-radius: 0;
  background: #fff;
  border: 1px solid #bce6ff;
  border-left-width: 5px;
  font-size: 14px;
  font-weight: bold;
  padding: 0 15px;
}
form[name="lists"] .nice-select .list {

  border: 1px solid #bce6ff;
  
  border-top: none;
  border-radius: 0;
  box-shadow: none;
  margin: -3px -1px 0 -5px;
}
form[name="lists"] .nice-select .current:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin-right: 10px;
}
form[name="lists"] .nice-select .current:before {
  content: "\f067";
}

form[name="lists"] .nice-select .list li:hover {
  background: none;
  text-decoration: underline;
}
form[name="lists"] .nice-select[data-class="1"] {
  background: #EEF6DC;
  border-color: #E0EFC0;
  color: #419541;
}
form[name="lists"] .nice-select[data-class="1"] .list {
  background: #EEF6DC;
  border: 1px solid #E0EFC0;
 
}
form[name="lists"] .nice-select[data-class="1"] .current:before {
  content: "\f00c";
}
form[name="lists"] .nice-select[data-class="1"] .list li[data-value="1"] {
  /*display: none;*/
}
form[name="lists"] .nice-select[data-class="2"] {
  background: #FEDDDF;
  border-color: #FEC2C5;
  color: #FC575E;
}
form[name="lists"] .nice-select[data-class="2"] .current:before {
  content: "\f00d";
}
form[name="lists"] .nice-select[data-class="2"] .list {
  background: #FEDDDF;
  border: 1px solid #FEC2C5;

}
form[name="lists"] .nice-select[data-class="2"] .list li[data-value="2"] {
  /*display: none;*/
}
form[name="lists"] .nice-select[data-class="3"] {
  background: #EBEEF1;
  border-color: #DBE0E6;
  color: #7b8084;
}
form[name="lists"] .nice-select[data-class="3"] .current:before {
  content: "\f04c";
}
form[name="lists"] .nice-select[data-class="3"] .list {
  background: #EBEEF1;
  border: 1px solid #DBE0E6;

}
form[name="lists"] .nice-select[data-class="3"] .list li[data-value="3"] {
  /*display: none;*/
}

form[name="lists"] .nice-select[data-class="4"] {
  background: #daf1ff;
  border-color: #bce6ff;
  color: #176093;
}
form[name="lists"] .nice-select[data-class="4"] .current:before {
  content: "\f067";
}
form[name="lists"] .nice-select[data-class="4"] .list {
  background: #daf1ff;
  border: 1px solid #bce6ff;

}
form[name="lists"] .nice-select[data-class="4"] .list li[data-value="4"] {
  /*display: none;*/
}

form[name="lists"] .nice-select[data-class="5"] {
  background: #daf1ff;
  border-color: #bce6ff;
  color: #176093;
}
form[name="lists"] .nice-select[data-class="5"] .current:before {
  content: "\f01e";
}
form[name="lists"] .nice-select[data-class="5"] .list {
  background: #daf1ff;
  border: 1px solid #bce6ff;

}
form[name="lists"] .nice-select[data-class="5"] .list li[data-value="5"] {
  /*display: none;*/
}

form[name="lists"] .nice-select[data-class="6"] {
  /*background: #daf1ff;*/
  border-color: #bce6ff;
  color: #176093;
}
form[name="lists"] .nice-select[data-class="6"] .current:before {
  content: "\f04b";
}
form[name="lists"] .nice-select[data-class="6"] .list {
  background: #daf1ff;
  border: 1px solid #bce6ff;

}
form[name="lists"] .nice-select[data-class="6"] .list li[data-value="6"] {
  /*display: none;*/
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: inherit !important;
}


form[name="lists"] .nice-select .list li[data-value="0"] {
  color: #FF4136 !important;
}

.list__buttons {
  display: block;
  padding: 1px 0 0 0;
    margin: 0 0 -5px;
}
.list__buttons-left {
  float: left;
    width: 80%;
}
.list__buttons-right {
  
  border: 1px solid #bce6ff;
  float: left;
  width: 20%;
}
.mylist {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  text-align: center;
}
.mylist li {
  display: inline-block;
  margin: 0 5px;
}
.mylist li:not(:last-of-type):after {
  margin-left: 7px;
  content: ' / ';
}


.mylistuser {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  text-align: center;
  padding-left: 20px;
}
.mylistuser li {
  width: calc(100% / 2);
  box-shadow: 0 1px 5px #cfdae7;
  margin: 7px 1px 1px 0px;
  float: right;
}
.mylistuser li:not(:last-of-type):after {
  margin-left: 7px;
  content: ' / ';
}

.list-groups {
    margin-bottom: 15px;
}
.list-groups .subheadline {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #e8ebef;
    border-left: 5px solid #d8dde4;
    color: #123;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 6px 10px 4px 8px;
    line-height: 14px;
    text-transform: uppercase;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}


.list-groups table {
  border-collapse: collapse;
}


/**
 * Bootstrap v4 table
 */
 .table {
   width: 100%;
   max-width: 100%;
   margin-bottom: 1rem;
   background-color: transparent;
 }

 .table th,
 .table td {
   padding: 0.75rem;
   vertical-align: top;
   border-top: 1px solid #dee2e6;
 }

 .table thead th {
   vertical-align: bottom;
   border-bottom: 2px solid #dee2e6;
 }

 .table tbody + tbody {
   border-top: 2px solid #dee2e6;
 }

 .table .table {
   background-color: #fff;
 }

 .table-sm th,
 .table-sm td {
   padding: 0.3rem;
 }

 .table-bordered {
   border: 1px solid #dee2e6;
 }

 .table-bordered th,
 .table-bordered td {
   border: 1px solid #dee2e6;
 }

 .table-bordered thead th,
 .table-bordered thead td {
   border-bottom-width: 2px;
 }

 .table-striped tbody tr:nth-of-type(odd) {
   background-color: rgba(0, 0, 0, 0.05);
 }

 .table-hover tbody tr:hover {
   background-color: rgba(0, 0, 0, 0.075);
 }

 .table-primary,
 .table-primary > th,
 .table-primary > td {
   background-color: #b8daff;
 }

 .table-hover .table-primary:hover {
   background-color: #9fcdff;
 }

 .table-hover .table-primary:hover > td,
 .table-hover .table-primary:hover > th {
   background-color: #9fcdff;
 }

 .table-secondary,
 .table-secondary > th,
 .table-secondary > td {
   background-color: #d6d8db;
 }

 .table-hover .table-secondary:hover {
   background-color: #c8cbcf;
 }

 .table-hover .table-secondary:hover > td,
 .table-hover .table-secondary:hover > th {
   background-color: #c8cbcf;
 }

 .table-success,
 .table-success > th,
 .table-success > td {
   background-color: #c3e6cb;
 }

 .table-hover .table-success:hover {
   background-color: #b1dfbb;
 }

 .table-hover .table-success:hover > td,
 .table-hover .table-success:hover > th {
   background-color: #b1dfbb;
 }

 .table-info,
 .table-info > th,
 .table-info > td {
   background-color: #bee5eb;
 }

 .table-hover .table-info:hover {
   background-color: #abdde5;
 }

 .table-hover .table-info:hover > td,
 .table-hover .table-info:hover > th {
   background-color: #abdde5;
 }

 .table-warning,
 .table-warning > th,
 .table-warning > td {
   background-color: #ffeeba;
 }

 .table-hover .table-warning:hover {
   background-color: #ffe8a1;
 }

 .table-hover .table-warning:hover > td,
 .table-hover .table-warning:hover > th {
   background-color: #ffe8a1;
 }

 .table-danger,
 .table-danger > th,
 .table-danger > td {
   background-color: #f5c6cb;
 }

 .table-hover .table-danger:hover {
   background-color: #f1b0b7;
 }

 .table-hover .table-danger:hover > td,
 .table-hover .table-danger:hover > th {
   background-color: #f1b0b7;
 }

 .table-light,
 .table-light > th,
 .table-light > td {
   background-color: #fdfdfe;
 }

 .table-hover .table-light:hover {
   background-color: #ececf6;
 }

 .table-hover .table-light:hover > td,
 .table-hover .table-light:hover > th {
   background-color: #ececf6;
 }

 .table-dark,
 .table-dark > th,
 .table-dark > td {
   background-color: #c6c8ca;
 }

 .table-hover .table-dark:hover {
   background-color: #b9bbbe;
 }

 .table-hover .table-dark:hover > td,
 .table-hover .table-dark:hover > th {
   background-color: #b9bbbe;
 }

 .table-active,
 .table-active > th,
 .table-active > td {
   background-color: rgba(0, 0, 0, 0.075);
 }

 .table-hover .table-active:hover {
   background-color: rgba(0, 0, 0, 0.075);
 }

 .table-hover .table-active:hover > td,
 .table-hover .table-active:hover > th {
   background-color: rgba(0, 0, 0, 0.075);
 }

 .table .thead-dark th {
   color: #fff;
   background-color: #212529;
   border-color: #32383e;
 }

 .table .thead-light th {
   color: #495057;
   background-color: #e9ecef;
   border-color: #dee2e6;
 }

 .table-dark {
   color: #fff;
   background-color: #212529;
 }

 .table-dark th,
 .table-dark td,
 .table-dark thead th {
   border-color: #32383e;
 }

 .table-dark.table-bordered {
   border: 0;
 }

 .table-dark.table-striped tbody tr:nth-of-type(odd) {
   background-color: rgba(255, 255, 255, 0.05);
 }

 .table-dark.table-hover tbody tr:hover {
   background-color: rgba(255, 255, 255, 0.075);
 }

 @media (max-width: 575.98px) {
   .table-responsive-sm {
     display: block;
     width: 100%;
     overflow-x: auto;
     -webkit-overflow-scrolling: touch;
     -ms-overflow-style: -ms-autohiding-scrollbar;
   }
   .table-responsive-sm > .table-bordered {
     border: 0;
   }
 }

 @media (max-width: 767.98px) {
   .table-responsive-md {
     display: block;
     width: 100%;
     overflow-x: auto;
     -webkit-overflow-scrolling: touch;
     -ms-overflow-style: -ms-autohiding-scrollbar;
   }
   .table-responsive-md > .table-bordered {
     border: 0;
   }
 }

 @media (max-width: 991.98px) {
   .table-responsive-lg {
     display: block;
     width: 100%;
     overflow-x: auto;
     -webkit-overflow-scrolling: touch;
     -ms-overflow-style: -ms-autohiding-scrollbar;
   }
   .table-responsive-lg > .table-bordered {
     border: 0;
   }
 }

 @media (max-width: 1199.98px) {
   .table-responsive-xl {
     display: block;
     width: 100%;
     overflow-x: auto;
     -webkit-overflow-scrolling: touch;
     -ms-overflow-style: -ms-autohiding-scrollbar;
   }
   .table-responsive-xl > .table-bordered {
     border: 0;
   }
 }

 .table-responsive {
   display: block;
   width: 100%;
   overflow-x: auto;
   -webkit-overflow-scrolling: touch;
   -ms-overflow-style: -ms-autohiding-scrollbar;
 }

 .table-responsive > .table-bordered {
   border: 0;
 }
