/*Containers styles ==================================================*/
body {
  box-sizing: border-box;
}

.fill {
  min-height: 100%;
  height: 100%;
  position: relative;
  margin: auto;
  padding: 40px 30px;
  overflow: auto;
}

/*Quick styles rules ==================================================*/
.text-align {
  text-align: center;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
  margin-left: 6px;
}

.con-center {
  text-align: center;
  margin: auto;
}

.flex {
  display: flex;
}

.textArea {
  height: 72px;
  vertical-align: 0px;
}

.marginRight {
  margin-right: 17px;
}

.hide {
  display: none;
}

.center {
  text-align: center;
  margin: 0 auto;
}

.hidden {
  display: none;
}

/*Elements defaults ==================================================*/
hr {
  margin: 16px 0 20px;
  border: none;
  height: 1px;
  color: #f0f0f0;
}

/*Forms styles rules ==================================================*/
.form-group {
  margin: 4px 0 8px;
}

.form-group .form-group-col {
  padding: 4px;
}

.form-group .form-group-col button {
  margin: 0px;
}

.form-group .form-group-col-first {
  padding-left: 0;
}

.form-group .form-group-col:last-child {
  padding-right: 0;
}

.form-group label {
  margin-bottom: 4px;
  margin: 20px 0px 5px;
  width: 100%;
}

.form-group button {
  margin: 0;
}

input {
  height: 40px;
  padding: 6px 15px;
  margin: 10px 0;
  width: 100%;
  min-width: 220px;
}

.xsm-btn {
  width: 50px;
  height: 40px;
}

.sm-btn {
  width: 100px;
  height: 40px;
}

.md-btn {
  width: 148px;
  height: 40px;
}

.lg-btn {
  width: 220px;
  height: 40px;
}

.xl-btn {
  width: 327px;
  height: 40px;
}

.xxl-btn {
  width: 400px;
  height: 40px;
}

.full-width-btn {
  width: 100%;
}

.rounded-btn {
  height: 30px;
}

.rounded-btn.lg-btn, .rounded-btn.xl-btn, .rounded-btn.xxl-btn {
  height: 35px;
}

@media (max-width: 767px) {
  input {
    width: 100%;
  }
}
input[type=checkbox] {
  width: 30px;
  height: 30px;
}

/*Bootstrap defaults ==================================================*/
.col-xs-12 {
  padding: 0px 20px;
}

.xs-container {
  width: 100%;
}

.md-width {
  width: 80%;
}

@media (max-width: 1199px) {
  .hidden-lg {
    display: none;
  }
}
@media (max-width: 991px) {
  .hidden-md {
    display: none;
  }
  .visible-md {
    display: block;
  }
}
@media (max-width: 767px) {
  .hidden-sm {
    display: none;
  }
  .xs-width {
    width: 100%;
  }
  .xs-container {
    margin: auto;
    width: auto;
  }
}
@media (max-width: 575px) {
  .hidden-xs {
    display: none;
  }
  .xs-width {
    width: 100%;
  }
  .xs-container {
    margin: auto;
    width: auto;
  }
}
/*Droplists styles ==================================================*/
.dropdown-content i {
  font-size: 14px;
  display: block;
  cursor: pointer;
  padding: 0px 5px;
  text-align: center;
}

.dropdown-content .icons i {
  display: inline-block;
  margin-bottom: -5px;
  margin-left: 0;
  margin-right: 5px;
}

/*# sourceMappingURL=skeleton.css.map */
