
/* --- Grid Layout --- */

.custom-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}
.custom-col-1 {
  width: 8.33%;
}
.custom-col-2 {
  width: 16.66%;
}
.custom-col-3 {
  width: 25%;
}
.custom-col-4 {
  width: 33.33%
}
.custom-col-5 {
  width: 41.66%;
}
.custom-col-6 {
  width: 50%;
}
.custom-col-7 {
  width: 58.33%;
}
.custom-col-8 {
  width: 66.66%;
}
.custom-col-9 {
  width: 75%;
}
.custom-col-10 {
  width: 83.33%;
}
.custom-col-11 {
  width: 91.66%;
}
.custom-col-12 {
  width: 100%;
}

@media screen and (min-width: 568px) {
    .custom-col-sm-1 {
      width: 8.33%;
    }
    .custom-col-sm-2 {
      width: 16.66%;
    }
    .custom-col-sm-3 {
      width: 25%;
    }
    .custom-col-sm-4 {
      width: 33.33%
    }
    .custom-col-sm-5 {
      width: 41.66%;
    }
    .custom-col-sm-6 {
      width: 50%;
    }
    .custom-col-sm-7 {
      width: 58.33%;
    }
    .custom-col-sm-8 {
      width: 66.66%;
    }
    .custom-col-sm-9 {
      width: 75%;
    }
    .custom-col-sm-10 {
      width: 83.33%;
    }
    .custom-col-sm-11 {
      width: 91.66%;
    }
    .custom-col-sm-12 {
      width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .custom-col-md-1 {
      width: 8.33%;
    }
    .custom-col-md-2 {
      width: 16.66%;
    }
    .custom-col-md-3 {
      width: 25%;
    }
    .custom-col-md-4 {
      width: 33.33%
    }
    .custom-col-md-5 {
      width: 41.66%;
    }
    .custom-col-md-6 {
      width: 50%;
    }
    .custom-col-md-7 {
      width: 58.33%;
    }
    .custom-col-md-8 {
      width: 66.66%;
    }
    .custom-col-md-9 {
      width: 75%;
    }
    .custom-col-md-10 {
      width: 83.33%;
    }
    .custom-col-md-11 {
      width: 91.66%;
    }
    .custom-col-md-12 {
      width: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .custom-col-lg-1 {
      width: 8.33%;
    }
    .custom-col-lg-2 {
      width: 16.66%;
    }
    .custom-col-lg-3 {
      width: 25%;
    }
    .custom-col-lg-4 {
      width: 33.33%
    }
    .custom-col-lg-5 {
      width: 41.66%;
    }
    .custom-col-lg-6 {
      width: 50%;
    }
    .custom-col-lg-7 {
      width: 58.33%;
    }
    .custom-col-lg-8 {
      width: 66.66%;
    }
    .custom-col-lg-9 {
      width: 75%;
    }
    .custom-col-lg-10 {
      width: 83.33%;
    }
    .custom-col-lg-11 {
      width: 91.66%;
    }
    .custom-col-lg-12 {
      width: 100%;
    }
}

@media screen and (min-width: 1280px) {
    .custom-col-xl-1 {
      width: 8.33%;
    }
    .custom-col-xl-2 {
      width: 16.66%;
    }
    .custom-col-xl-3 {
      width: 25%;
    }
    .custom-col-xl-4 {
      width: 33.33%
    }
    .custom-col-xl-5 {
      width: 41.66%;
    }
    .custom-col-xl-6 {
      width: 50%;
    }
    .custom-col-xl-7 {
      width: 58.33%;
    }
    .custom-col-xl-8 {
      width: 66.66%;
    }
    .custom-col-xl-9 {
      width: 75%;
    }
    .custom-col-xl-10 {
      width: 83.33%;
    }
    .custom-col-xl-11 {
      width: 91.66%;
    }
    .custom-col-xl-12 {
      width: 100%;
    }
}


.w-50 {
	width: 50% !important;
}

/*.form-group input, .form-group select {
    width: 90%;
}
*/

.nav-list > li {
    position: relative;
    display: block;
    cursor: pointer;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}

.nav-list > li.active {
    z-index: 2;
    color: #fff;
    background-color: #2196f3;
    border-color: #2196f3;
}

.modal.sm {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
}

.modal .modal-body {
    padding: 20px !important;
}
