html {
  height: 100%;
}

body {
  height: 100%;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  background: #f3f3f3;
}
.logo-brend {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    cursor: default;
}

.wrapper {
    min-height: 100%;
    padding-bottom: 50px;
}

.btn-log-out {
  float: left;
  line-height: 50px;
  font-size: 22px;
  cursor: pointer;
}

.list-type label {
  margin-right: 15px;
  padding-left: 0;
}
.list-type label input {
  margin-right: 3px;
}
.list-type label:last-of-type {
  margin-right: 0;
}

.delete-program {
  text-align: center;
  color: #c22525;
}

.edit-program {
  text-align: center;
  color: #2f70ff;
}

table.list-programs tr td {
  vertical-align: middle !important;
}
table.list-programs tr td p {
  margin: 0;
}

.group-check {
  min-height: 59px;
}

.tableContainer {
  overflow: auto;
}
.tableContainer table tr td {
  font-size: 12px;
}

.table-section h2 {
  margin-bottom: 20px;
}

main {
  padding-bottom: 50px;
}

.headerContent.content-left {
  text-align: left;
}
.headerContent.content-right {
  text-align: right;
}
.headerContent p {
  font-weight: bold;
}

.headerSpeakerItem {
  margin-bottom: 40px;
}
.headerSpeakerItem:last-of-type {
  margin-bottom: 0;
}

.categoryForm {
  position: relative;
}
    .categoryForm:before {
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        top: 0;
        left: 50%;
        background: #747272;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .categoryForm.category-bordered {
        border-top: 15px solid #747272;
    }
.categoryForm.categoryNoneLine:before {
  display: none;
}

.categoryFormwo {
  position: relative;
}
    .categoryFormwo:before {
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        top: 0;
        left: 50%;
        background: #747272;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .categoryFormwo.category-bordered {
        border-top: 15px solid #747272;
    }
.categoryFormwo.categoryNoneLine:before {
  display: none;
}

.titleCatrgory {
    background: #747272;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 22px;
    padding: 5px 0;
    margin: 0;
}

.contentCategory {
  padding: 20px 0;
}

.bootstrap-select {
  width: 100% !important;
}

.form-group label {
  display: block;
}

footer {
  height: 40px;
  background: #bfbfbf;
  margin-top: -40px;
}

.copyright {
  color: #fff;
  font-weight: 500;
  line-height: 40px;
  margin: 0;
  text-shadow: 1px 1px 1px #333;
}

.navbar-default {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #22b520;
  color: #fff;
}

.navbar-default .navbar-collapse, .navbar-default {
  background: #80bd01;
}

.navbar-default .navbar-brand {
  color: #fff;
}

.navbar-default .navbar-nav > .active > a {
  background: #81ba35;
  color: #fff;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
}

.btn-primary {
  background: #80bd01;
  border-color: #81ba35;
}
.btn-primary:hover {
  background: #22b520;
  border-color: #22b520;
}

section {
  background: #fff;
  padding: 20px;
}

.form-control:focus {
  border-color: #81ba35;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(129, 186, 53, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(129, 186, 53, 0.6);
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background: #8cc63e;
}

.file a {
  color: #80bd01;
  text-decoration: none;
}
.file a:hover {
  color: #81ba35;
}

.table-section {
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
}
.table-section:last-of-type {
  margin-bottom: 0;
}

.pagination > li > a, .pagination > li > span {
  color: #80bd01;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #22b520;
}

.navbar-default .navbar-toggle {
  border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

@media (max-width: 767px) {
  .categoryForm:before {
    display: none;
  }

  .headerContent.content-right {
    text-align: left;
  }
}

/* custom bootstrap css */
.modal-backdrop{
    z-index:0;
}

/*# sourceMappingURL=main.css.map */
