@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,500,700");
html,
body {
  height: 100%;
  min-height: 100%;
}

body {
  font-family: "Roboto", sans-serif;
  background: #fff;
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.5px;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #666;
}

.body-login {
  background-image: url("/img/background-facebook.jpg");
  background-position: center top;
  background-size: 100% auto;
}

html {
  height: auto;
}
html .body-site {
  background: #f2f2f2;
  height: auto;
}

a,
button {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

a {
  color: #4aa3df;
  cursor: pointer;
}

a,
a:hover,
a:focus,
button:hover,
button:focus {
  outline: 0 !important;
  text-decoration: none;
}

blockquote {
  font-style: normal;
  font-weight: 400;
}
blockquote p {
  font-weight: 400;
}

button:focus {
  outline: 0 !important;
}

::-moz-selection {
  background-color: #337ab7;
  color: #fff;
}

::selection {
  background-color: #337ab7;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  font-family: "Roboto", sans-serif;
}

h2 {
  font-size: 38px;
}

h3 {
  line-height: 36px;
}

hr {
  margin-left: -35px;
  margin-right: -35px;
}

label {
  font-weight: 500;
}

.border-width {
  width: 60px;
  height: 2px;
  background: #4aa3df;
  margin: 10px 0;
}

.overflow-hidden {
  overflow: hidden;
}

.full-wid {
  width: 100%;
}

.no-padd {
  padding: 0px;
}

.no-margin {
  margin: 0px !important;
}

.img-140 {
  width: 140px;
}

.space-10 {
  width: 100%;
  height: 10px;
}

.space-20 {
  width: 100%;
  height: 20px;
}

.space-30 {
  width: 100%;
  height: 30px;
}

.space-40 {
  width: 100%;
  height: 40px;
}

.space-50 {
  width: 100%;
  height: 50px;
}

.space-60 {
  width: 100%;
  height: 60px;
}

.space-70 {
  width: 100%;
  height: 70px;
}

.space-80 {
  width: 100%;
  height: 80px;
}

.space-90 {
  width: 100%;
  height: 90px;
}

.space-100 {
  width: 100%;
  height: 100px;
}

.margin-t-0 {
  margin-top: 0 !important;
}

.margin-b-0 {
  margin-bottom: 0 !important;
}

.margin-b-5 {
  margin-bottom: 5px !important;
}

.margin-b-10 {
  margin-bottom: 10px !important;
}

.margin-b-20 {
  margin-bottom: 20px !important;
}

.margin-b-30 {
  margin-bottom: 30px !important;
}

.margin-b-40 {
  margin-bottom: 40px !important;
}

.margin-b-50 {
  margin-bottom: 50px !important;
}

.margin-t-60 {
  margin-top: 60px !important;
}

.skin-bg {
  background-color: #1b4d6e;
}

.gray-bg {
  background: #f7f9fa;
}

.dropcap:first-letter {
  font-size: 30px;
  color: #4aa3df;
}

.grey-bg {
  background: #f5f5f5;
}

.center-title {
  margin-bottom: 50px;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}
.center-title:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100px;
  height: 2px;
  margin-left: -50px;
  background: #4aa3df;
}

.scrollToTop {
  text-align: center;
  background: transparent;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 50px;
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  background: #4aa3df;
  right: 10px;
  z-index: 9999;
  display: none;
  opacity: 0.5;
  line-height: 0px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.scrollToTop i {
  font-size: 30px;
  display: block;
  padding-top: 0px;
  line-height: 50px;
}

.scrollToTop:hover {
  text-decoration: none;
  opacity: 1;
  color: #fff;
}

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/loader.gif") no-repeat center center;
}

.center-img {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.full-img {
  width: 100%;
  height: auto;
}

.lead {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #ffc61c;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 0px;
}

.text-color {
  color: #4aa3df;
}

.video-case {
  text-align: center;
}
.video-case iframe {
  border: 3px solid #ffc61c;
}

.border-bottom {
  border-bottom: 1px solid #eee;
}

@media (min-width: 992px) {
  .vertical-align-child {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
@media (min-width: 1200px) {
  body.boxed-layout {
    background-color: #f5f5f5;
  }
  body.boxed-layout .wrapper-boxed {
    width: 1200px;
    background-color: #fff;
    margin: 0 auto;
  }
  body.boxed-layout .wrapper-boxed .top-search {
    max-width: 1200px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
  }
  body.boxed-layout .wrapper-boxed .navbar-fixed-bottom,
  body.boxed-layout .wrapper-boxed .navbar-fixed-top {
    left: auto;
    right: auto;
    width: 1200px;
  }
}
.list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list > li {
  line-height: 30px;
  overflow: hidden;
}
.list > li i {
  margin-right: 5px;
  color: #4aa3df;
}

.page-title h1 {
  color: #fff;
  margin: 0px;
  font-size: 32px;
  line-height: 44px;
}

.display-table {
  position: relative;
  width: 100%;
  height: 100%;
  display: table;
}
.display-table .verticle-middle {
  vertical-align: middle;
  width: 100%;
  display: table-cell;
  position: relative;
}

.dropcap-text:first-letter {
  color: #4aa3df;
  font-size: 30px;
  display: inline-block;
  margin-right: 10px;
}

.dropcap-bg:first-letter {
  background-color: #4aa3df;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
  margin-right: 10px;
}

.text-muted {
  color: #909fa7;
}

.embed-responsive-16by9 {
  border: 3px solid #ffc61c;
}

.col-spacing {
  margin-bottom: 50px;
}
.col-spacing h4 {
  margin-bottom: 20px;
}

.row-spacing {
  margin: 90px 0px 40px 0px;
}

.row-spacing-case {
  margin: 90px 0px 0px 0px;
  border-top: 2px solid rgba(204, 204, 204, 0.29);
  padding: 20px 0px;
  text-align: justify;
}
.row-spacing-case h3 {
  line-height: inherit;
}

.list-group-item-detail {
  text-align: center;
}
.list-group-item-detail label {
  margin-bottom: 0px;
  display: inherit;
}
.list-group-item-detail a {
  color: #337ab7;
}

@media (max-width: 767px) {
  .page-title h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .box-information {
    margin-bottom: 90px;
  }
  .box-last {
    margin-bottom: 10px !important;
  }
}
.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #636C72;
}

.modal-header-case .modal-pagination {
  line-height: 90px;
}
.modal-header-case .modal-pagination .previous,
.modal-header-case .modal-pagination .next {
  font-size: 40px;
  color: #4aa3df;
  padding-right: 30px;
  float: left;
  opacity: 0.5;
}
.modal-header-case .modal-pagination .previous:disabled,
.modal-header-case .modal-pagination .next:disabled {
  color: #ccc;
  cursor: not-allowed;
}
.modal-header-case .modal-pagination .next {
  border-left: 1px solid #ccc;
  padding-right: 0px;
  padding-left: 30px;
}
.modal-header-case .close {
  line-height: 90px;
}

@media (min-width: 1200px) {
  .modal-lg {
    width: 1200px;
  }
}
.project-info {
  padding: 50px 30px 0px 30px;
}
.project-info h3 {
  color: rgba(0, 0, 0, 0.54);
  margin-bottom: 20px;
}
.project-info p {
  color: #999999;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}

.history-case-modal {
  padding: 0px 20px 10px 20px;
  background: #fff;
  margin-top: 10px;
  text-align: justify;
}
.history-case-modal p {
  font-size: 12px;
  color: #666;
}
.history-case-modal h4 {
  padding: 10px 0px;
  text-align: left;
  color: rgba(0, 0, 0, 0.54);
}
.history-case-modal .news-cases {
  color: #333;
}

.history-case {
  padding: 0px 20px 10px 20px;
  text-align: justify;
}
.history-case h4 {
  padding: 10px 0px;
  text-align: center;
  color: rgb(74, 163, 223);
}
.history-case .news-cases {
  color: #333;
}

.modal-body-case {
  margin-top: -8px;
  padding: 15px 0px 0px 0px;
  background: #fff;
}
.modal-body-case .modal-case-hr {
  margin-left: 0px;
  margin-right: 0px;
}
.modal-body-case img {
  margin: 0 auto;
}

.partner-list > li {
  margin-bottom: 15px;
  margin-top: 10px;
  line-height: 30px;
}

.thead-center tr > th {
  background-color: #4aa3df;
  color: #fff;
  text-align: center;
}

table.table-support td.table-treatment {
  vertical-align: middle !important;
  background-color: rgba(74, 163, 223, 0.27);
  font-weight: 500;
}
table.table-support thead tr th {
  border: 1px solid #4aa3df;
}
table.table-support tbody tr td {
  border: 1px solid #4aa3df;
}

.box-access-support {
  border: 1px solid #ddd;
  background-color: #F7F7F7;
  text-align: center;
  padding: 15px;
  margin-bottom: 10px;
}

.img-alliance {
  box-shadow: 3px 3px 8px 1px #e5e5e5;
  border-top: 3px solid #134376;
  border-bottom: 3px solid #134376;
}

.btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  text-transform: uppercase;
  border: 0px;
  font-size: 13px;
  font-weight: 500;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn.btn-rounded {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  padding: 12px 35px;
}

.buttons a {
  margin: 5px;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #eaeaea;
  border: 1px solid #eaeaea;
}

.btn-primary {
  background: #4aa3df;
  color: #fff;
  border: 2px solid #4aa3df;
}
.btn-primary:hover {
  background: transparent;
  color: #4aa3df;
  border-color: #4aa3df;
}
.btn-primary:focus {
  background: #4aa3df;
  color: #fff;
  border: 2px solid #4aa3df;
}

.btn-danger {
  background: #f05050;
  color: #fff;
  border: 2px solid #f05050;
}
.btn-danger:hover {
  background: transparent;
  color: #f05050;
  border-color: #f05050;
}
.btn-danger:focus {
  background: #f05050;
  color: #fff;
  border: 2px solid #f05050;
}

.btn-warning {
  background: #f4b400;
  color: #fff;
  border: 2px solid #f4b400;
}
.btn-warning:hover {
  background: transparent;
  color: #f4b400;
  border-color: #f4b400;
}
.btn-warning:focus {
  background: #f4b400;
  color: #fff;
  border: 2px solid #f4b400;
}

.btn-success {
  background: #4cae4c;
  color: #fff;
  border: 2px solid #4cae4c;
}
.btn-success:hover {
  background: transparent;
  color: #4cae4c;
  border-color: #4cae4c;
}
.btn-success:focus {
  background: #4cae4c;
  color: #fff;
  border: 2px solid #4cae4c;
}

.btn-white-border {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.btn-white-border:focus {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.btn-white-border:hover {
  background: #fff;
  color: #333;
}

.btn-dark-border {
  background: transparent;
  color: #333;
  border: 2px solid #333;
}
.btn-dark-border:focus {
  background: transparent;
  color: #333;
  border: 2px solid #333;
}
.btn-dark-border:hover {
  background: #333;
  color: #fff;
}

.btn-xl {
  padding: 14px 30px;
}

.btn-social i {
  margin-right: 10px;
}
.btn-social {
  margin-top: 10px;
}

.btn-facebook {
  background: #3b5998;
  color: #fff;
}
.btn-facebook:focus {
  background: #3b5998;
  color: #fff;
}
.btn-facebook:hover {
  background: transparent;
  color: #3b5998;
}

.btn-twitter {
  background: #0084b4;
  color: #fff;
}
.btn-twitter:focus {
  background: #0084b4;
  color: #fff;
}
.btn-twitter:hover {
  background: transparent;
  color: #0084b4;
}

.btn-googleplus {
  background: #d34836;
  color: #fff;
}
.btn-googleplus:focus {
  background: #d34836;
  color: #fff;
}
.btn-googleplus:hover {
  background: transparent;
  color: #d34836;
}

.btn-default {
  background: #f5f5f5;
  text-shadow: 0 1px 0 white;
}

@media (max-width: 767px) {
  .btn-xl {
    padding: 12px 25px;
  }
  .btn-lg {
    padding: 8px 20px;
  }
}
.navbar-nav > li > a {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0px;
  font-family: "Roboto", sans-serif;
}
.navbar-nav > li > a.btn-primary {
  padding: 7px 5px 4px;
  margin-top: 6px;
  font-size: 12px;
}

.nav > li > a {
  padding: 15px 10px;
}

.navbar-default.navbar-transparent {
  background: transparent;
  border: 0px;
  padding: 10px 0;
  margin: 0px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-default.navbar-transparent .search-nav a {
  color: #fff;
}
.navbar-default.navbar-transparent .navbar-nav > li > a {
  color: #fff;
}
.navbar-default.navbar-transparent .navbar-nav > li > a.btn-primary {
  color: #fff;
}
.navbar-default.navbar-transparent .navbar-nav > li > a.btn-primary:hover {
  color: #4aa3df;
}
.navbar-default.navbar-transparent .navbar-nav > li > a:hover {
  color: #4aa3df;
}
.navbar-default.navbar-transparent .navbar-brand img {
  position: absolute;
}
.navbar-default.navbar-transparent .navbar-brand img.logo-scroll {
  opacity: 0;
}
.navbar-default.navbar-transparent.shrink {
  background-color: #fff;
  padding: 0px 0;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
}
.navbar-default.navbar-transparent.shrink .search-nav a {
  color: #333;
}
.navbar-default.navbar-transparent.shrink .navbar-nav > li > a {
  color: #333;
}
.navbar-default.navbar-transparent.shrink .navbar-nav > li > a.btn-primary {
  color: #fff;
}
.navbar-default.navbar-transparent.shrink .navbar-nav > li > a.btn-primary:hover {
  color: #4aa3df;
}
.navbar-default.navbar-transparent.shrink .navbar-nav > li > a:hover {
  color: #4aa3df;
}
.navbar-default.navbar-transparent.shrink .navbar-brand img.logo-scroll {
  opacity: 1;
}
.navbar-default.navbar-transparent.shrink .navbar-brand img.logo-default {
  opacity: 0;
}

.navbar-default.navbar-transparent .navbar-nav > .open > a,
.navbar-default.navbar-transparent .navbar-nav > .open > a:focus,
.navbar-default.navbar-transparent .navbar-nav > .open > a:hover,
.navbar-default.navbar-transparent .navbar-nav > .active > a,
.navbar-default.navbar-transparent .navbar-nav > .active > a:focus,
.navbar-default.navbar-transparent .navbar-nav > .active > a:hover {
  color: #4aa3df;
  background-color: transparent;
}

.navbar-default.navbar-transparent.shrink .navbar-nav > .open > a,
.navbar-default.navbar-transparent.shrink .navbar-nav > .open > a:focus,
.navbar-default.navbar-transparent.shrink .navbar-nav > .open > a:hover,
.navbar-default.navbar-transparent.shrink .navbar-nav > .active > a,
.navbar-default.navbar-transparent.shrink .navbar-nav > .active > a:focus,
.navbar-default.navbar-transparent.shrink .navbar-nav > .active > a:hover {
  color: #4aa3df;
  background-color: transparent;
}

.top-search {
  background-color: #fff;
  padding: 10px 0;
  margin-top: -10px;
}
.top-search .input-group-addon {
  background-color: transparent;
  border: none;
  color: #333;
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
}
.top-search input.form-control {
  background-color: transparent;
  border: none !important;
  -moz-box-shadow: 0px 0px 0px;
  -webkit-box-shadow: 0px 0px 0px;
  -o-box-shadow: 0px 0px 0px;
  box-shadow: 0px 0px 0px;
  color: #333;
  height: 40px;
  padding: 0 15px;
}
.top-search .input-group-addon.close-search {
  cursor: pointer;
}

.search-nav {
  float: right;
  margin-left: 30px;
  margin-top: 12px;
}
.search-nav a {
  font-size: 20px;
}

.navbar-brand {
  padding: 5px 15px 15px 15px;
}

.navbar-account {
  background-color: #4aa3df;
  border-color: #4aa3df;
}
.navbar-account .navbar-nav > li > a {
  padding: 1.3em 1em;
  box-sizing: border-box;
  display: block;
  font-size: 0.875em;
  color: #fff;
  transition: all 0.4s ease;
}
.navbar-account .navbar-nav > li > a:hover {
  background-color: #337ab7;
}
.navbar-account .nav .open > a,
.navbar-account .nav .open > a:focus,
.navbar-account .nav .open > a:hover {
  background-color: #337ab7;
  border-color: #337ab7;
}
.navbar-account .dropdown-menu {
  border-top: 0px !important;
  border: 1px solid rgba(74, 163, 223, 0.36);
  box-shadow: none;
}

@media (max-width: 767px) {
  .navbar-account .navbar-toggle .icon-bar {
    border: 1px solid #fff;
  }
  .navbar-account .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-default .navbar-toggle {
    border-color: #337ab7;
  }
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    border-color: #337ab7;
  }
  .navbar-toggle,
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background: #337ab7;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background: #fff;
  }
  .navbar-default .navbar-toggle .icon-bar:focus, .navbar-default .navbar-toggle .icon-bar:hover {
    background: #fff;
  }
  .navbar-default.navbar-transparent .navbar-nav {
    margin: 0px -15px;
    background: #fff;
  }
  .navbar-default.navbar-transparent .navbar-nav > li > a {
    color: #337ab7;
  }
  .navbar-default.navbar-transparent .navbar-nav > li > a:hover {
    color: #fff !important;
    background-color: #337ab7;
  }
  .navbar-default.navbar-transparent .navbar-nav > li > a.dropdown-toggle:hover {
    color: #FFF !important;
    background-color: #337ab7;
  }
  .navbar-default.navbar-transparent .navbar-nav > .open > a {
    color: #337ab7;
  }
  .navbar-default.navbar-transparent .navbar-nav .open .dropdown-menu > li > a {
    color: #337ab7;
  }
  .navbar-default.navbar-transparent .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: #337ab7;
  }
  .navbar-default.navbar-transparent.shrink .navbar-nav {
    margin: 0px -15px;
    background: #fff;
  }
  .navbar-default.navbar-transparent.shrink .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default.navbar-transparent.shrink .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
  }
  .navbar-default.navbar-transparent,
  .navbar-default.navbar-transparent.shrink {
    padding: 0px;
  }
}
.dropdown-menu {
  min-width: 200px;
  padding: 0;
}
.dropdown-menu > li > a {
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding: 8px 20px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #FFF;
  text-decoration: none;
  background-color: #337ab7;
}

.post {
  background: #fff;
}
.post .blog-desc {
  float: left;
  width: 100%;
  border-bottom: 3px solid #ea9312;
  text-align: center;
  padding: 5px 0;
  font-weight: bold;
  font-size: 16px;
}
.post .blog-desc h4 {
  margin: 8px 0;
  text-transform: capitalize;
}
.post .blog-desc h4 a {
  color: #253340;
}
.post .blog-desc h4 a:hover {
  color: #4aa3df;
}

.post-meta {
  display: block;
  position: relative;
  padding-left: 40px;
}
.post-meta:before {
  position: absolute;
  top: 13px;
  left: 0;
  display: block;
  content: " ";
  width: 27px;
  height: 1px;
  background: #dadada;
}

.about-author {
  padding: 15px 15px;
  background-color: #f5f5f5;
}
.about-author img {
  margin-right: 15px;
}
.about-author p {
  margin: 0px;
}
.about-author h5 {
  margin-bottom: 0px;
  text-transform: uppercase;
}

.comments-list li {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  margin-bottom: 20px;
}
.comments-list li:nth-child(even) {
  padding-left: 30px;
}
.comments-list li:last-child {
  border-bottom: 0px;
}
.comments-list img {
  margin-right: 15px;
  width: 50px;
}
.comments-list h5 {
  margin-bottom: 0px;
}
.comments-list span {
  display: block;
  margin-bottom: 5px;
}
.comments-list p {
  margin-bottom: 0px;
}

.quick-news-list > li {
  margin-bottom: 20px;
}
.quick-news-list .date {
  float: left;
  color: rgba(0, 0, 0, 0.3);
  font-family: "Roboto", sans-serif;
  margin-right: 20px;
  text-align: center;
  width: 60px;
}
.quick-news-list .date span {
  display: block;
  font-size: 40px;
}
.quick-news-list .content {
  overflow: hidden;
}
.quick-news-list .content a h4 {
  margin-bottom: 5px;
}
.quick-news-list .content a:hover h4 {
  color: #4aa3df;
}
.quick-news-list .content .quick-meta a {
  color: rgba(0, 0, 0, 0.4);
}
.quick-news-list .content .quick-meta a:hover {
  color: #4aa3df;
}

.social-icons {
  font-size: 20px;
}
.social-icons a {
  color: #999;
}
.social-icons a:hover {
  color: #4aa3df;
}

.sidebar-widget h4 {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 13px;
}
.sidebar-widget .list-unstyled > li > a {
  color: #999;
  padding: 4px 0;
}
.sidebar-widget .list-unstyled > li > a:hover {
  color: #4aa3df;
}

.recent-post li {
  padding-bottom: 15px;
}

.recent-post img {
  float: left;
  margin-right: 15px;
}

.recent-post .post-content {
  overflow: hidden;
}

.recent-post .post-content h5 {
  margin-bottom: 0px;
  font-weight: 400;
}
.recent-post .post-content h5 a {
  color: #555;
}
.recent-post .post-content h5 a:hover {
  color: #4aa3df;
}

.recent-post span {
  font-size: 12px;
  display: block;
  color: #999;
}

.search-form form {
  position: relative;
}
.search-form form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 34px;
  line-height: 34px;
  width: 40px;
  text-align: center;
  border: 0px;
  background-color: transparent;
  color: #eee;
}

.pagination > li > a,
.pagination > li > span {
  color: #4aa3df;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  border-color: #4aa3df;
  background: #4aa3df;
}

.cta-skin {
  padding: 60px 0;
  background: #1b4d6e;
  text-align: center;
}
.cta-skin h2 {
  color: #fff;
  letter-spacing: 0px;
  font-weight: normal;
  margin-bottom: 15px;
}
.cta-skin p {
  color: #fff;
  margin-bottom: 20px;
}
.cta-skin .center-title:after {
  background: #fff;
}

.cta-bg {
  background: url(../img/bg2.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 40px 15px;
}
.cta-bg h3 {
  color: #fff;
}

.price-box {
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.price-box .price-header {
  background: #000;
  color: #fff;
  padding: 30px 15px;
}
.price-box .price-header h1, .price-box .price-header h4 {
  color: #fff;
}
.price-box .price-header h1 {
  text-transform: uppercase;
}
.price-box .price-header h1 span {
  font-size: 12px;
  opacity: 0.8;
  display: inline-block;
}
.price-box .price-header h4 {
  opacity: 0.8;
  margin: 0px;
}
.price-box.best-plan .price-header, .price-box.best-plan .price-footer {
  background: #4aa3df;
}

.price-features {
  margin: 0;
  padding: 15px 0;
}
.price-features li {
  line-height: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0px 15px;
}
.price-features li:last-child {
  border-bottom: 0px;
}

.price-footer {
  background: #f5f5f5;
  padding: 25px 15px;
}

.skin-bg .center-title h2, .skin-bg .center-title p {
  color: #fff;
}
.skin-bg .center-title:after {
  background: #fff;
}

.feedback-box {
  position: relative;
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.feedback-box:after {
  top: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 12px;
  margin-left: -12px;
}
.feedback-box p {
  margin-bottom: 0;
}

.testi-info img {
  float: left;
  margin-right: 15px;
}
.testi-info .content {
  overflow: hidden;
}
.testi-info .content h4, .testi-info .content em {
  color: #fff;
}
.testi-info .content h4 {
  margin-bottom: 0px;
  margin-top: 10px;
}
.testi-info .content em {
  display: block;
  opacity: 0.8;
}

.feedback-box.light {
  background-color: #f5f5f5;
}
.feedback-box.light:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #f5f5f5;
}

.testimonials-grey .testi-info .content h4, .testimonials-grey .testi-info .content em {
  color: #333;
}

.testi-content {
  color: white;
  font-size: 1.7em;
  text-align: center;
  padding: 120px;
  margin: 0;
  text-align: center;
}
.testi-content .parag {
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
}
.testi-content img.img-circle {
  margin-top: 30px;
}
.testi-content h4 {
  color: #fff;
  margin-top: 10px;
}

.step-box {
  position: relative;
  overflow: hidden;
}
.step-box h1 {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 90px;
  opacity: 0.05;
}

.features-section {
  padding-top: 90px;
  padding-bottom: 60px;
}

.feature-box-center i {
  font-size: 50px;
  margin-bottom: 15px;
  color: #4aa3df;
  display: block;
}

.features-bg {
  background: url(../img/bg2.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 50px;
}
.features-bg .center-title h2,
.features-bg .center-title p {
  color: #fff;
}
.features-bg .center-title:after {
  background: #fff;
}

.feature-icon-left {
  margin-bottom: 40px;
}
.feature-icon-left .icon {
  float: left;
  margin-right: 20px;
  color: #fff;
  width: 60px;
  text-align: center;
  font-size: 50px;
}
.feature-icon-left .content {
  overflow: hidden;
}
.feature-icon-left .content h4,
.feature-icon-left .content p {
  color: #fff;
}
.feature-icon-left .content h4 {
  font-weight: 500;
}
.feature-icon-left .content p {
  opacity: 0.9;
}

.full-wid {
  width: 100%;
  text-align: center;
}

.slider-title {
  color: #fff;
  top: 230px;
  font-weight: 600;
  font-size: 80px;
  line-height: 100px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.caption-text {
  color: #fff;
  font-size: 18px;
  bottom: 150px;
  text-align: center;
  width: 100%;
}

.partners-list img {
  opacity: 0.3;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  margin: 0 auto;
}
.partners-list > li > a {
  display: block;
  border: 1px solid #eee;
  margin-top: 20px;
  padding: 0px 15px;
}
.partners-list > li > a:hover img {
  opacity: 1;
}

.panel .panel-heading {
  padding: 0px;
}
.panel .panel-title a {
  display: block;
  position: relative;
  padding: 10px 15px;
  color: #fff;
  background-color: #4aa3df;
}
.panel .panel-title a:after {
  content: "\f2d7";
  display: inline-block;
  font-family: "Ionicons";
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 15px;
}
.panel .panel-title a.collapsed {
  color: #333;
  background: transparent;
}
.panel .panel-title a.collapsed:after {
  content: "\f2c7";
}

body.page-misc {
  background: #4aa3df;
  padding: 40px 0;
  min-height: 100%;
  height: 100%;
}

.misc-box {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border-top: 5px solid rgba(0, 0, 0, 0.1);
  padding: 25px 50px 25px 50px;
  margin-bottom: 20px;
}
.misc-box i.error-sign {
  font-size: 150px;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  color: #4aa3df;
  opacity: 0.1;
  text-align: center;
}

span.copyright {
  color: #fff;
  display: block;
  text-align: center;
  opacity: 0.7;
}

.features-tabs {
  border-bottom: 2px solid #eee;
  padding: 0px;
  margin-bottom: 40px;
}
.features-tabs > li > a {
  display: block;
  margin-bottom: -2px;
  padding: 10px 15px;
  color: #999;
  border-bottom: 2px solid transparent;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.features-tabs > li.active a {
  border-bottom-color: #4aa3df;
  color: #4aa3df;
}

footer .bg-copyright {
  background-color: rgb(82, 82, 82);
  padding: 15px 0px;
  color: #fff;
}
footer .footer-icons li {
  float: left;
  list-style-type: none;
  padding: 0px 10px;
  font-size: 20px;
}
footer .footer-icons li a {
  color: #fff;
}
footer .footer-icons li a:hover {
  color: #f4b400;
}

.widget {
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  margin: 0 0 20px 0;
}
.widget.collapsed .widget-body {
  display: none;
}
.widget.collapsed.radius-bordered .widget-header {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.widget.no-header .widget-header {
  display: none;
}
.widget.no-header.radius-bordered .widget-body {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.widget.maximized {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  margin: 0;
  overflow: auto;
}
.widget.maximized .widget-body {
  padding: 12px 0;
}
.widget.transparent .widget-header,
.widget.transparent .widget-body {
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.widget.transparent .widget-header {
  border-bottom: 1px solid #ccc;
}
.widget.bordered-top {
  border-top: 3px solid #fff;
}
.widget.bordered-bottom {
  border-bottom: 3px solid #fff;
}
.widget.bordered-left {
  border-left: 3px solid #fff;
}
.widget.bordered-right {
  border-right: 3px solid #fff;
}
.widget.radius-bordered .widget-header {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.widget.radius-bordered .widget-body {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.widget.flat .widget-body,
.widget.flat .widget-header {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.widget.lightshadow .widget-body,
.widget.lightshadow .widget-header {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.widget-header {
  position: relative;
  min-height: 35px;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  color: #555;
  padding-left: 12px;
  text-align: right;
}
.widget-header .widget-icon {
  display: block;
  width: 30px;
  height: 32px;
  position: relative;
  float: left;
  font-size: 111%;
  line-height: 35px;
  text-align: center;
  margin-left: -10px;
}
.widget-header > .widget-caption {
  line-height: 34px;
  padding: 0;
  margin: 0;
  float: left;
  text-align: left;
  font-weight: 400 !important;
  font-size: 13px;
}
.widget-header.lined {
  border: 0;
  box-shadow: none !important;
  padding-left: 2%;
}
.widget-header.lined:before {
  content: "";
  position: absolute;
  display: block;
  width: 96%;
  bottom: 0;
  top: 35px;
  height: 1px;
  left: 2%;
  z-index: 1;
  border-bottom: 1px solid #e5e5e5;
}
.widget-header.lined .widget-buttons {
  padding-right: 2%;
}
.widget-header.lined .widget-body {
  padding-left: 2%;
  padding-right: 2%;
}
.widget-header.separated {
  margin-bottom: 5px;
}
.widget-header[class*=bg-] {
  border: 0;
}
.widget-header[class*=bg-] .widget-caption,
.widget-header[class*=bg-] i {
  color: #fff;
}
.widget-header.bordered-left {
  border-left: 3px solid #fff;
}
.widget-header.bordered-right {
  border-right: 3px solid #fff;
}
.widget-header.bordered-top {
  border-top: 3px solid #fff;
}
.widget-header.bordered-bottom {
  border-bottom: 3px solid #fff;
}
.widget-header.header-large {
  min-height: 49px;
  padding-left: 18px;
}
.widget-header.header-large h5 {
  line-height: 48px;
  font-size: 16px;
}
.widget-header.header-large > .widget-buttons {
  line-height: 48px;
  height: 48px;
}
.widget-header.header-large > .widget-buttons a {
  min-width: 26px;
}
.widget-header.header-large > .widget-buttons a i {
  font-size: 20px;
}
.widget-header.header-small {
  min-height: 29px;
  padding-left: 10px;
}
.widget-header.header-small h5 {
  line-height: 28px;
  font-size: 12px;
}
.widget-header.header-small > .widget-buttons {
  line-height: 29px;
  height: 29px;
}
.widget-header.header-small > .widget-buttons a {
  min-width: 16px;
  height: 16px;
}
.widget-header.header-small > .widget-buttons a i {
  font-size: 14px;
}

.widget-buttons {
  display: inline-block;
  padding: 0 5px;
  line-height: 34px;
  position: relative;
  text-align: left;
  height: 36px;
}
.widget-buttons.buttons-bordered {
  border-left: 1px solid #e5e5e5;
}
.widget-buttons.no-padding {
  padding: 0;
}
.widget-buttons.padding-5 {
  padding: 0 5px;
}
.widget-buttons.no-border:before {
  display: none;
}
.widget-buttons label {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 6px;
}
.widget-buttons > a {
  font-size: 14px;
  margin: 0 1px;
  display: inline-block;
  padding: 0;
  line-height: 35px;
  min-width: 25px;
  text-align: center;
}
.widget-buttons > a:hover {
  text-decoration: none;
}
.widget-buttons > a i {
  vertical-align: middle;
}
.widget-buttons > [data-toggle] > .fa {
  margin-right: 0;
}
.widget-buttons > [data-toggle]:hover {
  opacity: 0.5;
}
.widget-buttons > [data-toggle]:focus {
  text-decoration: none;
}
.widget-buttons > [data-toggle=dispose] {
  color: #777;
  font-size: 14px;
}
.widget-buttons > [data-toggle=maximize] {
  color: #777;
  font-size: 14px;
}
.widget-buttons > [data-toggle=collapse] {
  color: #777;
  font-size: 14px;
}
.widget-buttons > [data-toggle=refresh] {
  color: #777;
  font-size: 14px;
}
.widget-buttons > [data-toggle=config] {
  color: #777;
  font-size: 14px;
}
.widget-buttons .progress {
  vertical-align: middle;
  display: inline-block;
  margin: 0;
  min-width: 100px;
  margin-top: -3px;
}
.widget-buttons .btn-group {
  margin-top: -2px;
}
.widget-buttons .btn-group .dropdown-menu {
  right: 0;
  left: auto;
}
.widget-buttons .badge {
  margin-top: -2px;
}
.widget-buttons .label {
  padding: 5px 6px 5px 6px;
}
.widget-buttons .pagination,
.widget-buttons .pager {
  float: right;
  margin: 5px 2px 1px;
}
.widget-buttons .btn {
  margin-top: -2px;
}

.widget-body {
  background-color: #fbfbfb;
  box-shadow: 1px 0 10px 1px rgba(0, 0, 0, 0.3);
}
.widget-body.bordered-left {
  border-left: 3px solid #fff;
}
.widget-body.bordered-right {
  border-right: 3px solid #fff;
}
.widget-body.bordered-bottom {
  border-bottom: 3px solid #fff;
}
.widget-body.bordered-top {
  border-top: 3px solid #fff;
}
.widget-body[class*=bg-] {
  color: #fff;
}
.widget-body.no-padding {
  padding: 0;
}
.widget-body.no-padding .accordion {
  border: 0;
}
.widget-body.no-padding .dataTables_filter label {
  margin: 10px;
}
.widget-body.no-padding .dataTables_length {
  top: 10px;
  right: 10px;
}
.widget-body.no-padding .DTTT.btn-group {
  right: 80px;
  top: 10px;
}
.widget-body {
  padding: 12px;
}
.widget-body .accordion.panel-group {
  border-top-width: 1px !important;
}
.widget-body > table {
  margin-bottom: 0;
}
.widget-body hr.wide {
  margin-left: -12px;
  margin-right: -12px;
}

.themeprimary {
  color: #2dc3e8 !important;
}

.themesecondary {
  color: #fb6e52 !important;
}

.themethirdcolor {
  color: #ffce55 !important;
}

.themefourthcolor {
  color: #a0d468 !important;
}

.themefifthcolor {
  color: #e75b8d !important;
}

.themeCopyright {
  background-color: rgb(82, 82, 82);
}

.white {
  color: #fff !important;
}

.snow {
  color: #fbfbfb !important;
}

.whitesmoke {
  color: #f5f5f5 !important;
}

.seashell {
  color: #f3f3f3 !important;
}

.ivory {
  color: #eee !important;
}

.platinum {
  color: #e5e5e5 !important;
}

.lightgray {
  color: #d0d0d0 !important;
}

.gray {
  color: #ccc !important;
}

.darkgray {
  color: #999999 !important;
}

.silver {
  color: #777 !important;
}

.sonic-silver {
  color: #737373 !important;
}

.storm-cloud {
  color: #666 !important;
}

.lightcarbon {
  color: #555 !important;
}

.carbon {
  color: #444 !important;
}

.slate-gray {
  color: #333 !important;
}

.darkcarbon {
  color: #262626 !important;
}

.blue {
  color: #5DB2FF !important;
}

.info {
  color: #57b5e3 !important;
}

.sky {
  color: #11a9cc !important;
}

.primary {
  color: #4374e0 !important;
}

.azure {
  color: #2dc3e8 !important;
}

.blueberry {
  color: #6f85bf !important;
}

.palegreen {
  color: #a0d468 !important;
}

.success {
  color: #53a93f !important;
}

.green {
  color: #8cc474 !important;
}

.lightyellow {
  color: #f6d52e !important;
}

.yellow {
  color: #ffce55 !important;
}

.warning {
  color: #f4b400 !important;
}

.gold {
  color: #f9b256 !important;
}

.orange {
  color: #fb6e52 !important;
}

.lightred {
  color: #e46f61 !important;
}

.darkorange {
  color: #ed4e2a !important;
}

.red {
  color: #df5138 !important;
}

.pink {
  color: #e75b8d !important;
}

.darkpink {
  color: #cc324b !important;
}

.danger {
  color: #d73d32 !important;
}

.magenta {
  color: #bc5679 !important;
}

.purple {
  color: #7e3794 !important;
}

.maroon {
  color: #981b48 !important;
}

.bg-themeprimary {
  background-color: #2dc3e8 !important;
}

.bg-themesecondary {
  background-color: #fb6e52 !important;
}

.bg-themethirdcolor {
  background-color: #ffce55 !important;
}

.bg-themefourthcolor {
  background-color: #a0d468 !important;
}

.bg-themefifthcolor {
  background-color: #e75b8d !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-snow {
  background-color: #fbfbfb !important;
}

.bg-whitesmoke {
  background-color: #f5f5f5 !important;
}

.bg-seashell {
  background-color: #f3f3f3 !important;
}

.bg-ivory {
  background-color: #eee !important;
}

.bg-platinum {
  background-color: #e5e5e5 !important;
}

.bg-lightgray {
  background-color: #d0d0d0 !important;
}

.bg-gray {
  background-color: #ccc !important;
}

.bg-darkgray {
  background-color: #999999 !important;
}

.bg-silver {
  background-color: #777 !important;
}

.bg-sonic-silver {
  background-color: #737373 !important;
}

.bg-storm-cloud {
  background-color: #666 !important;
}

.bg-lightcarbon {
  background-color: #555 !important;
}

.bg-carbon {
  background-color: #444 !important;
}

.bg-slate-gray {
  background-color: #333 !important;
}

.bg-darkcarbon {
  background-color: #262626 !important;
}

.bg-blue {
  background-color: #5DB2FF !important;
}

.bg-info {
  background-color: #57b5e3 !important;
}

.bg-sky {
  background-color: #11a9cc !important;
}

.bg-primary {
  background-color: #4374e0 !important;
}

.bg-azure {
  background-color: #2dc3e8 !important;
}

.bg-blueberry {
  background-color: #6f85bf !important;
}

.bg-palegreen {
  background-color: #a0d468 !important;
}

.bg-success {
  background-color: #53a93f !important;
}

.bg-green {
  background-color: #8cc474 !important;
}

.bg-lightyellow {
  background-color: #f6d52e !important;
}

.bg-yellow {
  background-color: #ffce55 !important;
}

.bg-warning {
  background-color: #f4b400 !important;
}

.bg-gold {
  background-color: #f9b256 !important;
}

.bg-orange {
  background-color: #fb6e52 !important;
}

.bg-lightred {
  background-color: #e46f61 !important;
}

.bg-darkorange {
  background-color: #ed4e2a !important;
}

.bg-red {
  background-color: #df5138 !important;
}

.bg-danger {
  background-color: #d73d32 !important;
}

.bg-pink {
  background-color: #e75b8d !important;
}

.bg-darkpink {
  background-color: #cc324b !important;
}

.bg-magenta {
  background-color: #bc5679 !important;
}

.bg-purple {
  background-color: #7e3794 !important;
}

.bg-maroon {
  background-color: #981b48 !important;
}

.before-themeprimary:before {
  background-color: #2dc3e8 !important;
}

.before-themesecondary:before {
  background-color: #fb6e52 !important;
}

.before-themethirdcolor:before {
  background-color: #ffce55 !important;
}

.before-themefourthcolor:before {
  background-color: #a0d468 !important;
}

.before-themefifthcolor:before {
  background-color: #e75b8d !important;
}

.before-white:before {
  background-color: #fff !important;
}

.before-snow:before {
  background-color: #fbfbfb !important;
}

.before-whitesmoke:before {
  background-color: #f5f5f5 !important;
}

.before-seashell:before {
  background-color: #f3f3f3 !important;
}

.before-ivory:before {
  background-color: #eee !important;
}

.before-platinum:before {
  background-color: #e5e5e5 !important;
}

.before-lightgray:before {
  background-color: #d0d0d0 !important;
}

.before-gray:before {
  background-color: #ccc !important;
}

.before-darkgray:before {
  background-color: #999999 !important;
}

.before-silver:before {
  background-color: #777 !important;
}

.before-sonic-silver:before {
  background-color: #737373 !important;
}

.before-storm-cloud:before {
  background-color: #666 !important;
}

.before-lightcarbon:before {
  background-color: #555 !important;
}

.before-carbon:before {
  background-color: #444 !important;
}

.before-slate-gray:before {
  background-color: #333 !important;
}

.before-darkcarbon:before {
  background-color: #262626 !important;
}

.before-blue:before {
  background-color: #5DB2FF !important;
}

.before-info:before {
  background-color: #57b5e3 !important;
}

.before-sky:before {
  background-color: #11a9cc !important;
}

.before-primary:before {
  background-color: #4374e0 !important;
}

.before-azure:before {
  background-color: #2dc3e8 !important;
}

.before-blueberry:before {
  background-color: #6f85bf !important;
}

.before-palegreen:before {
  background-color: #a0d468 !important;
}

.before-success:before {
  background-color: #53a93f !important;
}

.before-green:before {
  background-color: #8cc474 !important;
}

.before-lightyellow:before {
  background-color: #f6d52e !important;
}

.before-yellow:before {
  background-color: #ffce55 !important;
}

.before-warning:before {
  background-color: #f4b400 !important;
}

.before-gold:before {
  background-color: #f9b256 !important;
}

.before-orange:before {
  background-color: #fb6e52 !important;
}

.before-lightred:before {
  background-color: #e46f61 !important;
}

.before-darkorange:before {
  background-color: #ed4e2a !important;
}

.before-red:before {
  background-color: #df5138 !important;
}

.before-danger:before {
  background-color: #d73d32 !important;
}

.before-pink:before {
  background-color: #e75b8d !important;
}

.before-darkpink:before {
  background-color: #cc324b !important;
}

.before-magenta:before {
  background-color: #bc5679 !important;
}

.before-purple:before {
  background-color: #7e3794 !important;
}

.before-maroon:before {
  background-color: #981b48 !important;
}

.bordered-solid {
  border-style: solid !important;
}

.bordered-dashed {
  border-style: dashed !important;
}

.bordered-dotted {
  border-style: dotted !important;
}

.bordered-double {
  border-style: double !important;
}

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

.bordered-2 {
  border: 2px solid #fff;
}

.bordered-3 {
  border: 3px solid #fff;
}

.bordered-4 {
  border: 4px solid #fff;
}

.bordered-5 {
  border: 5px solid #fff;
}

.bordered-bottom-1 {
  border-bottom: 1px solid #fff;
}

.bordered-bottom-2 {
  border-bottom: 2px solid #fff;
}

.bordered-bottom-3 {
  border-bottom: 3px solid #fff;
}

.bordered-bottom-4 {
  border-bottom: 4px solid #fff;
}

.bordered-bottom-5 {
  border-bottom: 5px solid #fff;
}

.bordered-top-1 {
  border-top: 1px solid #fff;
}

.bordered-top-2 {
  border-top: 2px solid #fff;
}

.bordered-top-3 {
  border-top: 3px solid #fff;
}

.bordered-top-4 {
  border-top: 4px solid #fff;
}

.bordered-top-5 {
  border-top: 5px solid #fff;
}

.bordered-left-1 {
  border-left: 1px solid #fff;
}

.bordered-left-2 {
  border-left: 2px solid #fff;
}

.bordered-left-3 {
  border-left: 3px solid #fff;
}

.bordered-left-4 {
  border-left: 4px solid #fff;
}

.bordered-left-5 {
  border-left: 5px solid #fff;
}

.bordered-right-1 {
  border-right: 1px solid #fff;
}

.bordered-right-2 {
  border-right: 2px solid #fff;
}

.bordered-right-3 {
  border-right: 3px solid #fff;
}

.bordered-right-4 {
  border-right: 4px solid #fff;
}

.bordered-right-5 {
  border-right: 5px solid #fff;
}

.bordered-themeprimary {
  border-color: #2dc3e8 !important;
}

.bordered-themesecondary {
  border-color: #fb6e52 !important;
}

.bordered-themethirdcolor {
  border-color: #ffce55 !important;
}

.bordered-themefourthcolor {
  border-color: #a0d468 !important;
}

.bordered-themefifthcolor {
  border-color: #e75b8d !important;
}

.bordered-white {
  border-color: #fff !important;
}

.bordered-snow {
  border-color: #fbfbfb !important;
}

.bordered-whitesmoke {
  border-color: #f5f5f5 !important;
}

.bordered-seashell {
  border-color: #f3f3f3 !important;
}

.bordered-ivory {
  border-color: #eee !important;
}

.bordered-platinum {
  border-color: #e5e5e5 !important;
}

.bordered-lightgray {
  border-color: #d0d0d0 !important;
}

.bordered-gray {
  border-color: #ccc !important;
}

.bordered-darkgray {
  border-color: #999999 !important;
}

.bordered-silver {
  border-color: #777 !important;
}

.bordered-sonic-silver {
  border-color: #737373 !important;
}

.bordered-storm-cloud {
  border-color: #666 !important;
}

.bordered-lightcarbon {
  border-color: #555 !important;
}

.bordered-carbon {
  border-color: #444 !important;
}

.bordered-slate-gray {
  border-color: #333 !important;
}

.bordered-darkcarbon {
  border-color: #262626 !important;
}

.bordered-blue {
  border-color: #5DB2FF !important;
}

.bordered-info {
  border-color: #57b5e3 !important;
}

.bordered-sky {
  border-color: #11a9cc !important;
}

.bordered-primary {
  border-color: #4374e0 !important;
}

.bordered-azure {
  border-color: #2dc3e8 !important;
}

.bordered-blueberry {
  border-color: #6f85bf !important;
}

.bordered-palegreen {
  border-color: #a0d468 !important;
}

.bordered-success {
  border-color: #53a93f !important;
}

.bordered-green {
  border-color: #8cc474 !important;
}

.bordered-lightyellow {
  border-color: #f6d52e !important;
}

.bordered-yellow {
  border-color: #ffce55 !important;
}

.bordered-warning {
  border-color: #f4b400 !important;
}

.bordered-gold {
  border-color: #f9b256 !important;
}

.bordered-orange {
  border-color: #fb6e52 !important;
}

.bordered-lightred {
  border-color: #e46f61 !important;
}

.bordered-darkorange {
  border-color: #ed4e2a !important;
}

.bordered-red {
  border-color: #df5138 !important;
}

.bordered-danger {
  border-color: #d73d32 !important;
}

.bordered-pink {
  border-color: #e75b8d !important;
}

.bordered-darkpink {
  border-color: #cc324b !important;
}

.bordered-magenta {
  border-color: #bc5679 !important;
}

.bordered-purple {
  border-color: #7e3794 !important;
}

.bordered-maroon {
  border-color: #981b48 !important;
}

.tooltip.in {
  opacity: 1;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #262626;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #262626;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #262626;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #262626;
}

.tooltip-lg + .tooltip > .tooltip-inner {
  font-size: 15px !important;
}

.tooltip-inner {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px rgba(229, 229, 229, 0.5);
  -moz-box-shadow: 1px 1px rgba(229, 229, 229, 0.5);
  -ms-box-shadow: 1px 1px rgba(229, 229, 229, 0.5);
  box-shadow: 1px 1px rgba(229, 229, 229, 0.5);
  -webkit-transition: visibility 0, opacity 0.13s ease-in;
  -moz-transition: visibility 0, opacity 0.13s ease-in;
  -o-transition: visibility 0, opacity 0.13s ease-in;
  transition: visibility 0, opacity 0.13s ease-in;
  opacity: 0.13s ease-in;
  background-color: #262626;
  border: 1px solid #262626;
  color: #aaa;
  padding: 8px 8px;
  font-size: 13px;
}

.tooltip-white + .tooltip > .tooltip-inner {
  border: 1px solid #fff;
  background-color: #fff;
  color: #262626;
}
.tooltip-white + .tooltip.top .tooltip-arrow {
  border-top-color: #fff;
}
.tooltip-white + .tooltip.right .tooltip-arrow {
  border-right-color: #fff;
}
.tooltip-white + .tooltip.left .tooltip-arrow {
  border-left-color: #fff;
}
.tooltip-white + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #fff;
}

.tooltip-whitesmoke + .tooltip > .tooltip-inner {
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  color: #262626;
}
.tooltip-whitesmoke + .tooltip.top .tooltip-arrow {
  border-top-color: #f5f5f5;
}
.tooltip-whitesmoke + .tooltip.right .tooltip-arrow {
  border-right-color: #f5f5f5;
}
.tooltip-whitesmoke + .tooltip.left .tooltip-arrow {
  border-left-color: #f5f5f5;
}
.tooltip-whitesmoke + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #f5f5f5;
}

.tooltip-snow + .tooltip > .tooltip-inner {
  border: 1px solid #fbfbfb;
  background-color: #fbfbfb;
  color: #262626;
}
.tooltip-snow + .tooltip.top .tooltip-arrow {
  border-top-color: #fbfbfb;
}
.tooltip-snow + .tooltip.right .tooltip-arrow {
  border-right-color: #fbfbfb;
}
.tooltip-snow + .tooltip.left .tooltip-arrow {
  border-left-color: #fbfbfb;
}
.tooltip-snow + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #fbfbfb;
}

.tooltip-seashell + .tooltip > .tooltip-inner {
  border: 1px solid #f3f3f3;
  background-color: #f3f3f3;
  color: #262626;
}
.tooltip-seashell + .tooltip.top .tooltip-arrow {
  border-top-color: #f3f3f3;
}
.tooltip-seashell + .tooltip.right .tooltip-arrow {
  border-right-color: #f3f3f3;
}
.tooltip-seashell + .tooltip.left .tooltip-arrow {
  border-left-color: #f3f3f3;
}
.tooltip-seashell + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #f3f3f3;
}

.tooltip-ivory + .tooltip > .tooltip-inner {
  border: 1px solid #eee;
  background-color: #eee;
  color: #262626;
}
.tooltip-ivory + .tooltip.top .tooltip-arrow {
  border-top-color: #eee;
}
.tooltip-ivory + .tooltip.right .tooltip-arrow {
  border-right-color: #eee;
}
.tooltip-ivory + .tooltip.left .tooltip-arrow {
  border-left-color: #eee;
}
.tooltip-ivory + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #eee;
}

.tooltip-platinum + .tooltip > .tooltip-inner {
  border: 1px solid #e5e5e5;
  background-color: #e5e5e5;
  color: #262626;
}
.tooltip-platinum + .tooltip.top .tooltip-arrow {
  border-top-color: #e5e5e5;
}
.tooltip-platinum + .tooltip.right .tooltip-arrow {
  border-right-color: #e5e5e5;
}
.tooltip-platinum + .tooltip.left .tooltip-arrow {
  border-left-color: #e5e5e5;
}
.tooltip-platinum + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #e5e5e5;
}

.tooltip-lightgray + .tooltip > .tooltip-inner {
  border: 1px solid #d0d0d0;
  background-color: #d0d0d0;
  color: #262626;
}
.tooltip-lightgray + .tooltip.top .tooltip-arrow {
  border-top-color: #d0d0d0;
}
.tooltip-lightgray + .tooltip.right .tooltip-arrow {
  border-right-color: #d0d0d0;
}
.tooltip-lightgray + .tooltip.left .tooltip-arrow {
  border-left-color: #d0d0d0;
}
.tooltip-lightgray + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #d0d0d0;
}

.tooltip-gray + .tooltip > .tooltip-inner {
  border: 1px solid #ccc;
  background-color: #ccc;
  color: #262626;
}
.tooltip-gray + .tooltip.top .tooltip-arrow {
  border-top-color: #ccc;
}
.tooltip-gray + .tooltip.right .tooltip-arrow {
  border-right-color: #ccc;
}
.tooltip-gray + .tooltip.left .tooltip-arrow {
  border-left-color: #ccc;
}
.tooltip-gray + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #ccc;
}

.tooltip-darkgray + .tooltip > .tooltip-inner {
  border: 1px solid #999999;
  background-color: #999999;
  color: #262626;
}
.tooltip-darkgray + .tooltip.top .tooltip-arrow {
  border-top-color: #999999;
}
.tooltip-darkgray + .tooltip.right .tooltip-arrow {
  border-right-color: #999999;
}
.tooltip-darkgray + .tooltip.left .tooltip-arrow {
  border-left-color: #999999;
}
.tooltip-darkgray + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #999999;
}

.tooltip-silver + .tooltip > .tooltip-inner {
  border: 1px solid #777;
  background-color: #777;
  color: #fff;
}
.tooltip-silver + .tooltip.top .tooltip-arrow {
  border-top-color: #777;
}
.tooltip-silver + .tooltip.right .tooltip-arrow {
  border-right-color: #777;
}
.tooltip-silver + .tooltip.left .tooltip-arrow {
  border-left-color: #777;
}
.tooltip-silver + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #777;
}

.tooltip-sonic-silver + .tooltip > .tooltip-inner {
  border: 1px solid #737373;
  background-color: #737373;
  color: #fff;
}
.tooltip-sonic-silver + .tooltip.top .tooltip-arrow {
  border-top-color: #737373;
}
.tooltip-sonic-silver + .tooltip.right .tooltip-arrow {
  border-right-color: #737373;
}
.tooltip-sonic-silver + .tooltip.left .tooltip-arrow {
  border-left-color: #737373;
}
.tooltip-sonic-silver + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #737373;
}

.tooltip-storm-cloud + .tooltip > .tooltip-inner {
  border: 1px solid #666;
  background-color: #666;
  color: #fff;
}
.tooltip-storm-cloud + .tooltip.top .tooltip-arrow {
  border-top-color: #666;
}
.tooltip-storm-cloud + .tooltip.right .tooltip-arrow {
  border-right-color: #666;
}
.tooltip-storm-cloud + .tooltip.left .tooltip-arrow {
  border-left-color: #666;
}
.tooltip-storm-cloud + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #666;
}

.tooltip-lightcarbon + .tooltip > .tooltip-inner {
  border: 1px solid #555;
  background-color: #555;
  color: #fff;
}
.tooltip-lightcarbon + .tooltip.top .tooltip-arrow {
  border-top-color: #555;
}
.tooltip-lightcarbon + .tooltip.right .tooltip-arrow {
  border-right-color: #555;
}
.tooltip-lightcarbon + .tooltip.left .tooltip-arrow {
  border-left-color: #555;
}
.tooltip-lightcarbon + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #555;
}

.tooltip-carbon + .tooltip > .tooltip-inner {
  border: 1px solid #444;
  background-color: #444;
  color: #fff;
}
.tooltip-carbon + .tooltip.top .tooltip-arrow {
  border-top-color: #444;
}
.tooltip-carbon + .tooltip.right .tooltip-arrow {
  border-right-color: #444;
}
.tooltip-carbon + .tooltip.left .tooltip-arrow {
  border-left-color: #444;
}
.tooltip-carbon + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #444;
}

.tooltip-slate-gray + .tooltip > .tooltip-inner {
  border: 1px solid #333;
  background-color: #333;
  color: #fff;
}
.tooltip-slate-gray + .tooltip.top .tooltip-arrow {
  border-top-color: #333;
}
.tooltip-slate-gray + .tooltip.right .tooltip-arrow {
  border-right-color: #333;
}
.tooltip-slate-gray + .tooltip.left .tooltip-arrow {
  border-left-color: #333;
}
.tooltip-slate-gray + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #333;
}

.tooltip-darkcarbon + .tooltip > .tooltip-inner {
  border: 1px solid #262626;
  background-color: #262626;
  color: #fff;
}
.tooltip-darkcarbon + .tooltip.top .tooltip-arrow {
  border-top-color: #262626;
}
.tooltip-darkcarbon + .tooltip.right .tooltip-arrow {
  border-right-color: #262626;
}
.tooltip-darkcarbon + .tooltip.left .tooltip-arrow {
  border-left-color: #262626;
}
.tooltip-darkcarbon + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #262626;
}

.tooltip-blue + .tooltip > .tooltip-inner {
  border: 1px solid #5DB2FF;
  background-color: #5DB2FF;
  color: #fff;
}
.tooltip-blue + .tooltip.top .tooltip-arrow {
  border-top-color: #5DB2FF;
}
.tooltip-blue + .tooltip.right .tooltip-arrow {
  border-right-color: #5DB2FF;
}
.tooltip-blue + .tooltip.left .tooltip-arrow {
  border-left-color: #5DB2FF;
}
.tooltip-blue + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #5DB2FF;
}

.tooltip-info + .tooltip > .tooltip-inner {
  border: 1px solid #57b5e3;
  background-color: #57b5e3;
  color: #fff;
}
.tooltip-info + .tooltip.top .tooltip-arrow {
  border-top-color: #57b5e3;
}
.tooltip-info + .tooltip.right .tooltip-arrow {
  border-right-color: #57b5e3;
}
.tooltip-info + .tooltip.left .tooltip-arrow {
  border-left-color: #57b5e3;
}
.tooltip-info + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #57b5e3;
}

.tooltip-sky + .tooltip > .tooltip-inner {
  border: 1px solid #11a9cc;
  background-color: #11a9cc;
  color: #fff;
}
.tooltip-sky + .tooltip.top .tooltip-arrow {
  border-top-color: #11a9cc;
}
.tooltip-sky + .tooltip.right .tooltip-arrow {
  border-right-color: #11a9cc;
}
.tooltip-sky + .tooltip.left .tooltip-arrow {
  border-left-color: #11a9cc;
}
.tooltip-sky + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #11a9cc;
}

.tooltip-primary + .tooltip > .tooltip-inner {
  border: 1px solid #4374e0;
  background-color: #4374e0;
  color: #fff;
}
.tooltip-primary + .tooltip.top .tooltip-arrow {
  border-top-color: #4374e0;
}
.tooltip-primary + .tooltip.right .tooltip-arrow {
  border-right-color: #4374e0;
}
.tooltip-primary + .tooltip.left .tooltip-arrow {
  border-left-color: #4374e0;
}
.tooltip-primary + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #4374e0;
}

.tooltip-azure + .tooltip > .tooltip-inner {
  border: 1px solid #2dc3e8;
  background-color: #2dc3e8;
  color: #fff;
}
.tooltip-azure + .tooltip.top .tooltip-arrow {
  border-top-color: #2dc3e8;
}
.tooltip-azure + .tooltip.right .tooltip-arrow {
  border-right-color: #2dc3e8;
}
.tooltip-azure + .tooltip.left .tooltip-arrow {
  border-left-color: #2dc3e8;
}
.tooltip-azure + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #2dc3e8;
}

.tooltip-blueberry + .tooltip > .tooltip-inner {
  border: 1px solid #6f85bf;
  background-color: #6f85bf;
  color: #fff;
}
.tooltip-blueberry + .tooltip.top .tooltip-arrow {
  border-top-color: #6f85bf;
}
.tooltip-blueberry + .tooltip.right .tooltip-arrow {
  border-right-color: #6f85bf;
}
.tooltip-blueberry + .tooltip.left .tooltip-arrow {
  border-left-color: #6f85bf;
}
.tooltip-blueberry + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #6f85bf;
}

.tooltip-palegreen + .tooltip > .tooltip-inner {
  border: 1px solid #a0d468;
  background-color: #a0d468;
  color: #fff;
}
.tooltip-palegreen + .tooltip.top .tooltip-arrow {
  border-top-color: #a0d468;
}
.tooltip-palegreen + .tooltip.right .tooltip-arrow {
  border-right-color: #a0d468;
}
.tooltip-palegreen + .tooltip.left .tooltip-arrow {
  border-left-color: #a0d468;
}
.tooltip-palegreen + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #a0d468;
}

.tooltip-success + .tooltip > .tooltip-inner {
  border: 1px solid #53a93f;
  background-color: #53a93f;
  color: #fff;
}
.tooltip-success + .tooltip.top .tooltip-arrow {
  border-top-color: #53a93f;
}
.tooltip-success + .tooltip.right .tooltip-arrow {
  border-right-color: #53a93f;
}
.tooltip-success + .tooltip.left .tooltip-arrow {
  border-left-color: #53a93f;
}
.tooltip-success + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #53a93f;
}

.tooltip-green + .tooltip > .tooltip-inner {
  border: 1px solid #8cc474;
  background-color: #8cc474;
  color: #fff;
}
.tooltip-green + .tooltip.top .tooltip-arrow {
  border-top-color: #8cc474;
}
.tooltip-green + .tooltip.right .tooltip-arrow {
  border-right-color: #8cc474;
}
.tooltip-green + .tooltip.left .tooltip-arrow {
  border-left-color: #8cc474;
}
.tooltip-green + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #8cc474;
}

.tooltip-lightyellow + .tooltip > .tooltip-inner {
  border: 1px solid #f6d52e;
  background-color: #f6d52e;
  color: #fff;
}
.tooltip-lightyellow + .tooltip.top .tooltip-arrow {
  border-top-color: #f6d52e;
}
.tooltip-lightyellow + .tooltip.right .tooltip-arrow {
  border-right-color: #f6d52e;
}
.tooltip-lightyellow + .tooltip.left .tooltip-arrow {
  border-left-color: #f6d52e;
}
.tooltip-lightyellow + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #f6d52e;
}

.tooltip-yellow + .tooltip > .tooltip-inner {
  border: 1px solid #ffce55;
  background-color: #ffce55;
  color: #fff;
}
.tooltip-yellow + .tooltip.top .tooltip-arrow {
  border-top-color: #ffce55;
}
.tooltip-yellow + .tooltip.right .tooltip-arrow {
  border-right-color: #ffce55;
}
.tooltip-yellow + .tooltip.left .tooltip-arrow {
  border-left-color: #ffce55;
}
.tooltip-yellow + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #ffce55;
}

.tooltip-warning + .tooltip > .tooltip-inner {
  border: 1px solid #f4b400;
  background-color: #f4b400;
  color: #fff;
}
.tooltip-warning + .tooltip.top .tooltip-arrow {
  border-top-color: #f4b400;
}
.tooltip-warning + .tooltip.right .tooltip-arrow {
  border-right-color: #f4b400;
}
.tooltip-warning + .tooltip.left .tooltip-arrow {
  border-left-color: #f4b400;
}
.tooltip-warning + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #f4b400;
}

.tooltip-gold + .tooltip > .tooltip-inner {
  border: 1px solid #f9b256;
  background-color: #f9b256;
  color: #fff;
}
.tooltip-gold + .tooltip.top .tooltip-arrow {
  border-top-color: #f9b256;
}
.tooltip-gold + .tooltip.right .tooltip-arrow {
  border-right-color: #f9b256;
}
.tooltip-gold + .tooltip.left .tooltip-arrow {
  border-left-color: #f9b256;
}
.tooltip-gold + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #f9b256;
}

.tooltip-orange + .tooltip > .tooltip-inner {
  border: 1px solid #fb6e52;
  background-color: #fb6e52;
  color: #fff;
}
.tooltip-orange + .tooltip.top .tooltip-arrow {
  border-top-color: #fb6e52;
}
.tooltip-orange + .tooltip.right .tooltip-arrow {
  border-right-color: #fb6e52;
}
.tooltip-orange + .tooltip.left .tooltip-arrow {
  border-left-color: #fb6e52;
}
.tooltip-orange + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #fb6e52;
}

.tooltip-lightred + .tooltip > .tooltip-inner {
  border: 1px solid #e46f61;
  background-color: #e46f61;
  color: #fff;
}
.tooltip-lightred + .tooltip.top .tooltip-arrow {
  border-top-color: #e46f61;
}
.tooltip-lightred + .tooltip.right .tooltip-arrow {
  border-right-color: #e46f61;
}
.tooltip-lightred + .tooltip.left .tooltip-arrow {
  border-left-color: #e46f61;
}
.tooltip-lightred + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #e46f61;
}

.tooltip-darkorange + .tooltip > .tooltip-inner {
  border: 1px solid #ed4e2a;
  background-color: #ed4e2a;
  color: #fff;
}
.tooltip-darkorange + .tooltip.top .tooltip-arrow {
  border-top-color: #ed4e2a;
}
.tooltip-darkorange + .tooltip.right .tooltip-arrow {
  border-right-color: #ed4e2a;
}
.tooltip-darkorange + .tooltip.left .tooltip-arrow {
  border-left-color: #ed4e2a;
}
.tooltip-darkorange + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #ed4e2a;
}

.tooltip-red + .tooltip > .tooltip-inner {
  border: 1px solid #df5138;
  background-color: #df5138;
  color: #fff;
}
.tooltip-red + .tooltip.top .tooltip-arrow {
  border-top-color: #df5138;
}
.tooltip-red + .tooltip.right .tooltip-arrow {
  border-right-color: #df5138;
}
.tooltip-red + .tooltip.left .tooltip-arrow {
  border-left-color: #df5138;
}
.tooltip-red + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #df5138;
}

.tooltip-pink + .tooltip > .tooltip-inner {
  border: 1px solid #e75b8d;
  background-color: #e75b8d;
  color: #fff;
}
.tooltip-pink + .tooltip.top .tooltip-arrow {
  border-top-color: #e75b8d;
}
.tooltip-pink + .tooltip.right .tooltip-arrow {
  border-right-color: #e75b8d;
}
.tooltip-pink + .tooltip.left .tooltip-arrow {
  border-left-color: #e75b8d;
}
.tooltip-pink + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #e75b8d;
}

.tooltip-darkpink + .tooltip > .tooltip-inner {
  border: 1px solid #cc324b;
  background-color: #cc324b;
  color: #fff;
}
.tooltip-darkpink + .tooltip.top .tooltip-arrow {
  border-top-color: #cc324b;
}
.tooltip-darkpink + .tooltip.right .tooltip-arrow {
  border-right-color: #cc324b;
}
.tooltip-darkpink + .tooltip.left .tooltip-arrow {
  border-left-color: #cc324b;
}
.tooltip-darkpink + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #cc324b;
}

.tooltip-danger + .tooltip > .tooltip-inner {
  border: 1px solid #d73d32;
  background-color: #d73d32;
  color: #fff;
}
.tooltip-danger + .tooltip.top .tooltip-arrow {
  border-top-color: #d73d32;
}
.tooltip-danger + .tooltip.right .tooltip-arrow {
  border-right-color: #d73d32;
}
.tooltip-danger + .tooltip.left .tooltip-arrow {
  border-left-color: #d73d32;
}
.tooltip-danger + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #d73d32;
}

.tooltip-magenta + .tooltip > .tooltip-inner {
  border: 1px solid #bc5679;
  background-color: #bc5679;
  color: #fff;
}
.tooltip-magenta + .tooltip.top .tooltip-arrow {
  border-top-color: #bc5679;
}
.tooltip-magenta + .tooltip.right .tooltip-arrow {
  border-right-color: #bc5679;
}
.tooltip-magenta + .tooltip.left .tooltip-arrow {
  border-left-color: #bc5679;
}
.tooltip-magenta + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #bc5679;
}

.tooltip-purple + .tooltip > .tooltip-inner {
  border: 1px solid #7e3794;
  background-color: #7e3794;
  color: #fff;
}
.tooltip-purple + .tooltip.top .tooltip-arrow {
  border-top-color: #7e3794;
}
.tooltip-purple + .tooltip.right .tooltip-arrow {
  border-right-color: #7e3794;
}
.tooltip-purple + .tooltip.left .tooltip-arrow {
  border-left-color: #7e3794;
}
.tooltip-purple + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #7e3794;
}

.tooltip-maroon + .tooltip > .tooltip-inner {
  border: 1px solid #981b48;
  background-color: #981b48;
  color: #fff;
}
.tooltip-maroon + .tooltip.top .tooltip-arrow {
  border-top-color: #981b48;
}
.tooltip-maroon + .tooltip.right .tooltip-arrow {
  border-right-color: #981b48;
}
.tooltip-maroon + .tooltip.left .tooltip-arrow {
  border-left-color: #981b48;
}
.tooltip-maroon + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #981b48;
}

.form-bordered .form-group {
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
  margin-left: -12px;
  margin-right: -12px;
}
.form-bordered .form-group:first-child {
  border-top: 0;
  padding-top: 0;
}
.form-bordered .form-group:last-child {
  margin-bottom: 0;
}

.form-title {
  display: block;
  padding: 8px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: 300;
  color: #262626;
  margin-bottom: 15px;
}

textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color] {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
  color: #858585;
  background-color: #fbfbfb;
  border: 1px solid #d5d5d5;
  font-family: inherit;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
textarea:hover,
input[type=text]:hover,
input[type=password]:hover,
input[type=datetime]:hover,
input[type=datetime-local]:hover,
input[type=date]:hover,
input[type=month]:hover,
input[type=time]:hover,
input[type=week]:hover,
input[type=number]:hover,
input[type=email]:hover,
input[type=url]:hover,
input[type=search]:hover,
input[type=tel]:hover,
input[type=color]:hover {
  border-color: rgba(0, 0, 0, 0.2);
}
textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus {
  color: #262626;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.25);
  outline: 0;
}

.form-control,
input[type=text],
input[type=email],
textarea {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border: 1px solid #eee;
  background-color: #fefefe;
}
.form-control:focus,
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border-color: #4aa3df;
}

.form-control,
select {
  font-size: 13px;
  color: #858585;
  background-color: #fbfbfb;
  border: 1px solid #d5d5d5;
  padding: 6px 12px;
}
.form-control:focus,
select:focus {
  color: #262626;
  background-color: #fff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.25);
}

textarea.form-control {
  padding: 5px 9px;
  transition: height 0.2s;
}

.input-xs {
  height: 24px;
  padding: 2px 10px;
  font-size: 11px;
  line-height: 1.5;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  font-weight: 300;
  font-size: 18px;
  height: 46px;
  padding: 10px 16px;
  line-height: 1.33;
}

.input-xl {
  height: 52px;
  padding: 12px 18px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #fbfbfb;
  border-color: #e5e5e5;
}
.form-control[disabled]:hover,
.form-control[readonly]:hover,
fieldset[disabled] .form-control:hover {
  border-color: #eee;
  background-color: #fff;
}

.version-input-release-notes {
  padding-left: 5px;
}

.input-release-notes {
  float: left;
  height: 50px;
  padding-left: 5px;
}

.textarea-release-notes {
  display: inline-block;
  height: 50px;
  padding-left: 5px;
  width: 300px;
  margin-left: 20px;
}

.form-group.has-success input,
.form-group.has-success select,
.form-group.has-success textarea,
.input-group.has-success input,
.input-group.has-success select,
.input-group.has-success textarea {
  border-color: #b0dd9c;
  color: #a0d468;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background-color: #f3f7f1;
}
.form-group.has-success input:focus,
.form-group.has-success select:focus,
.form-group.has-success textarea:focus,
.input-group.has-success input:focus,
.input-group.has-success select:focus,
.input-group.has-success textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  color: #8cc474;
  border-color: #8cc474;
}
.form-group.has-success .form-control-feedback:before,
.input-group.has-success .form-control-feedback:before {
  color: #8cc474 !important;
  color: inherit;
}
.form-group.has-success .control-label,
.form-group.has-success .help-block,
.form-group.has-success .help-inline,
.input-group.has-success .control-label,
.input-group.has-success .help-block,
.input-group.has-success .help-inline {
  color: #8cc474;
}
.form-group.has-error input,
.form-group.has-error .select,
.form-group.has-error textarea,
.input-group.has-error input,
.input-group.has-error .select,
.input-group.has-error textarea {
  border-color: #E7BEBE;
  color: #e46f61;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background-color: snow;
}
.form-group.has-error input:focus,
.form-group.has-error .select:focus,
.form-group.has-error textarea:focus,
.input-group.has-error input:focus,
.input-group.has-error .select:focus,
.input-group.has-error textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  color: #d73d32;
  border-color: #e46f61;
}
.form-group.has-error .form-control-feedback:before,
.input-group.has-error .form-control-feedback:before {
  color: #e46f61 !important;
  color: inherit;
}
.form-group.has-error .control-label,
.form-group.has-error .help-block,
.form-group.has-error .help-inline,
.input-group.has-error .control-label,
.input-group.has-error .help-block,
.input-group.has-error .help-inline {
  color: #e46f61;
}
.form-group.has-warning input,
.form-group.has-warning .select,
.form-group.has-warning textarea,
.input-group.has-warning input,
.input-group.has-warning .select,
.input-group.has-warning textarea {
  border-color: #fecf49;
  color: #f4b400;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background-color: #fefbf1;
}
.form-group.has-warning input:focus,
.form-group.has-warning .select:focus,
.form-group.has-warning textarea:focus,
.input-group.has-warning input:focus,
.input-group.has-warning .select:focus,
.input-group.has-warning textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  color: #f4b400;
  border-color: #f4b400;
}
.form-group.has-warning .form-control-feedback:before,
.input-group.has-warning .form-control-feedback:before {
  color: #f4b400 !important;
  color: inherit;
}
.form-group.has-warning .control-label,
.form-group.has-warning .help-block,
.form-group.has-warning .help-inline,
.input-group.has-warning .control-label,
.input-group.has-warning .help-block,
.input-group.has-warning .help-inline {
  color: #f4b400;
}
.form-group.has-info input,
.form-group.has-info .select,
.form-group.has-info textarea,
.input-group.has-info input,
.input-group.has-info .select,
.input-group.has-info textarea {
  border-color: #a4d3fe;
  color: #57b5e3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background-color: #f9fcff;
}
.form-group.has-info input:focus,
.form-group.has-info .select:focus,
.form-group.has-info textarea:focus,
.input-group.has-info input:focus,
.input-group.has-info .select:focus,
.input-group.has-info textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  color: #57b5e3;
  border-color: #57b5e3;
}
.form-group.has-info .form-control-feedback:before,
.input-group.has-info .form-control-feedback:before {
  color: #57b5e3 !important;
  color: inherit;
}
.form-group.has-info .control-label,
.form-group.has-info .help-block,
.form-group.has-info .help-inline,
.input-group.has-info .control-label,
.input-group.has-info .help-block,
.input-group.has-info .help-inline {
  color: #57b5e3;
}

span.input-icon {
  display: inline-block;
}

.input-icon {
  position: relative;
  width: 100%;
}
.input-icon.inverted > [class*=fa-],
.input-icon.inverted > [class*=glyphicon-] {
  color: #fff;
  background-color: #262626;
}
.input-icon > input {
  padding-left: 36px;
  padding-right: 6px;
}
.input-icon > input:focus + [class*=fa-],
.input-icon > input:focus + [class*=glyphicon-] {
  filter: alpha(opacity=10);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.input-icon > input:focus + .circular {
  box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.15) inset;
}
.input-icon > input.input-xs {
  padding-left: 26px;
}
.input-icon > input.input-xs + [class*=fa-],
.input-icon > input.input-xs + [class*=glyphicon-] {
  width: 24px;
  font-size: 10px;
  padding-top: 0;
  line-height: 24px;
}
.input-icon > input.input-xs + .circular {
  width: 14px;
  height: 14px;
  font-size: 10px;
  line-height: 14px;
}
.input-icon > input.input-sm {
  padding-left: 32px;
}
.input-icon > input.input-sm + [class*=fa-],
.input-icon > input.input-sm + [class*=glyphicon-] {
  width: 30px;
  font-size: 12px;
  padding-top: 0;
  line-height: 30px;
}
.input-icon > input.input-sm + .circular {
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
}
.input-icon > input.input-lg {
  padding-left: 48px;
}
.input-icon > input.input-lg + [class*=fa-],
.input-icon > input.input-lg + [class*=glyphicon-] {
  width: 46px;
  font-size: 18px;
  padding-top: 5px;
  line-height: 34px;
}
.input-icon > input.input-lg + .circular {
  width: 36px;
  height: 36px;
  font-size: 18px;
  line-height: 26px;
}
.input-icon > input.input-xl {
  padding-left: 54px;
}
.input-icon > input.input-xl + [class*=fa-],
.input-icon > input.input-xl + [class*=glyphicon-] {
  width: 52px;
  font-size: 20px;
  padding-top: 8px;
  line-height: 34px;
}
.input-icon > input.input-xl + .circular {
  width: 42px;
  height: 42px;
  font-size: 20px;
  line-height: 26px;
}
.input-icon > [class*=fa-],
.input-icon > [class*=glyphicon-] {
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 34px;
  height: 100%;
  line-height: 28px;
  display: inline-block;
  color: #555;
  font-size: 14px;
  text-align: center;
  padding-top: 3px;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.input-icon > [class*=fa-].circular,
.input-icon > [class*=glyphicon-].circular {
  -webkit-border-radius: 500px !important;
  -moz-border-radius: 500px !important;
  -ms-border-radius: 500px !important;
  border-radius: 500px !important;
  box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1) inset;
  transition: box-shadow 0.3s ease;
  padding: 0;
  top: 5px;
  bottom: 5px;
  left: 7px;
  width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
}
.input-icon.icon-right > input {
  padding-left: 6px;
  padding-right: 36px;
}
.input-icon.icon-right > input.input-xs {
  padding-right: 26px;
}
.input-icon.icon-right > input.input-sm {
  padding-right: 32px;
}
.input-icon.icon-right > input.input-lg {
  padding-right: 48px;
}
.input-icon.icon-right > input.input-xl {
  padding-right: 54px;
}
.input-icon.icon-right > [class*=fa-],
.input-icon.icon-right > [class*=glyphicon-] {
  left: auto;
  right: 0;
}
.input-icon.icon-right .circular {
  left: auto;
  right: 5px;
}
.input-icon ~ .help-inline {
  padding-left: 8px;
}

.input-group .input-group-addon {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
  background-image: linear-gradient(to bottom, #eee 0, #fbfbfb 100%);
}
.input-group .input-group-addon[class*=bg-] {
  background-image: none;
  color: #fff;
}

.input-group-xl > .form-control,
.input-group-xl > .input-group-addon,
.input-group-xl > .input-group-btn > .btn {
  height: 52px;
  padding: 10px 18px;
  font-size: 20px;
  line-height: 1.4;
}

.input-group-xs > .form-control,
.input-group-xs > .input-group-addon,
.input-group-xs > .input-group-btn > .btn {
  height: 24px;
  padding: 2px 6px 2px 7px;
  font-size: 11px;
  line-height: 1.4;
}

.has-success .input-group-addon {
  border-color: #b0dd9c !important;
  color: #8cc474;
  background-image: none;
}

.has-error .input-group-addon {
  border-color: #E7BEBE;
  color: #e46f61;
  background-image: none;
}

.has-warning .input-group-addon {
  border-color: #fecf49;
  color: #f4b400;
  background-image: none;
}

.has-info .input-group-addon {
  border-color: #a4d3fe;
  color: #57b5e3;
  background-color: #e4f0fc;
  background-image: none;
}

.input-group-btn .btn-label {
  padding: 6px 10px !important;
}
.input-group-btn > .btn {
  line-height: 20px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
}
.input-group-btn > .btn.dropdown-toggle > [class*=fa-] {
  margin-right: 0;
  font-size: 14px;
}

.input-group > .btn.btn-sm {
  line-height: 22px;
}

.input-group > .btn + .btn {
  margin-left: 1px;
}

.input-group > .btn-group > .btn {
  line-height: 23px;
}

.input-group > .btn-group > .btn.btn-sm {
  line-height: 26px;
}

.input-group > .btn > .caret,
.input-group > .btn-group > .btn > .caret,
.input-group > .btn.btn-sm > .caret,
.input-group > .btn-group > .btn.btn-sm > .caret {
  margin-top: 10px;
}

.c-checkbox,
.c-radio {
  margin-right: 4px;
}

.c-checkbox *,
.c-radio * {
  cursor: pointer;
}

.c-checkbox input,
.c-radio input {
  opacity: 0;
  position: absolute;
  margin-left: 0 !important;
}

.c-checkbox span,
.c-radio span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: -20px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #ccc;
  margin-right: 5px;
  text-align: center;
}

.c-checkbox span:before,
.c-radio span:before {
  margin-left: 0;
}

.c-checkbox:hover span,
.c-radio:hover span {
  border-color: #5d9cec;
}

.form-inline .c-checkbox span,
.form-inline .c-radio span {
  margin-left: 0;
}

.c-checkbox.c-checkbox-rounded span, .c-checkbox.c-radio-rounded span {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  border-radius: 500px;
}

.c-radio.c-checkbox-rounded span, .c-radio.c-radio-rounded span,
.c-radio span {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  border-radius: 500px;
}

.c-checkbox span:before,
.c-radio span:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  text-align: center !important;
  font-size: 12px;
  line-height: 18px;
  vertical-align: middle;
}

.c-checkbox input[type=checkbox]:checked + span:before, .c-checkbox input[type=radio]:checked + span:before {
  color: #fff;
  opacity: 1;
  transition: color 0.3s ease-out;
}

.c-radio input[type=checkbox]:checked + span:before, .c-radio input[type=radio]:checked + span:before {
  color: #fff;
  opacity: 1;
  transition: color 0.3s ease-out;
}

.c-checkbox input[type=checkbox]:checked + span, .c-checkbox input[type=radio]:checked + span {
  border-color: #5d9cec;
  background-color: #5d9cec;
}

.c-radio input[type=checkbox]:checked + span, .c-radio input[type=radio]:checked + span {
  border-color: #5d9cec;
  background-color: #5d9cec;
}

.c-checkbox input[type=radio]:checked + span,
.c-radio input[type=radio]:checked + span {
  background-color: #fff;
}

.c-checkbox input[type=radio]:checked + span:before,
.c-radio input[type=radio]:checked + span:before {
  color: #5d9cec;
}

.c-checkbox input[type=checkbox]:disabled + span, .c-checkbox input[type=radio]:disabled + span {
  border-color: #ddd !important;
  background-color: #ddd !important;
}

.c-radio input[type=checkbox]:disabled + span, .c-radio input[type=radio]:disabled + span {
  border-color: #ddd !important;
  background-color: #ddd !important;
}

.c-checkbox input[type=radio]:disabled + span,
.c-radio input[type=radio]:disabled + span {
  background-color: #fff !important;
}

.c-checkbox input[type=radio]:disabled + span:before {
  color: #ddd;
}

.c-radio input[type=radio]:disabled + span:before {
  color: #ddd;
}
.c-radio.c-radio-nofont span:before {
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  border-radius: 500px;
}
.c-radio.c-radio-nofont input[type=radio]:checked + span:before {
  color: #fff;
  opacity: 1;
  transition: color 0.3s ease-out;
  background-color: #5d9cec;
}
.c-radio.c-radio-nofont input[type=radio]:checked + span {
  border-color: #5d9cec;
  background-color: #5d9cec;
  background-color: #fff;
}
.c-radio.c-radio-nofont input[type=radio]:disabled + span {
  border-color: #ddd !important;
  background-color: #ddd !important;
  background-color: #fff !important;
}
.c-radio.c-radio-nofont input[type=radio]:disabled + span:before {
  background-color: #ddd;
}

.form-account label {
  font-weight: 400;
  font-size: 14px;
}
.form-account .form-control {
  width: 100%;
  height: 43px;
  padding: 10px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.list-group-item-icon {
  text-align: center;
}
.list-group-item-icon .svg-user {
  width: 100px;
}

.form-group-label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
  text-transform: initial;
  line-height: 20px;
}

.form-group-p {
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
}

.form-contact input,
.form-contact textarea {
  background-color: rgba(255, 255, 255, 0.9);
  border: 2px solid #ddd !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -ms-border-radius: 6px !important;
  border-radius: 6px !important;
  font-size: 15px;
}

.upload-file {
  cursor: pointer;
  background-color: #fbfbfb;
  text-align: center;
  border: 5px dashed #d0d0d0;
  padding: 50px;
}
.upload-file i {
  font-size: 40px;
  display: block;
  padding: 10px;
  color: #4aa3df;
}

.google-maps {
  width: 100%;
  height: 400px;
}

.contact-information {
  padding: 0;
  margin-bottom: 20px;
}
.contact-information li {
  list-style-type: none;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 0px;
  list-style: none;
  background-color: #f9f9f9;
}

.showbox {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5%;
  background: rgba(245, 245, 245, 0.6);
  z-index: 1100;
}

.loader {
  position: relative;
  margin: 0px auto;
  width: 100px;
  padding-top: 130px;
}
.loader:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

.loader-circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@-webkit-keyframes color {
  100%, 0% {
    stroke: #001940;
  }
  40% {
    stroke: #001940;
  }
  66% {
    stroke: #f4b400;
  }
  80%, 90% {
    stroke: #f4b400;
  }
}
@keyframes color {
  100%, 0% {
    stroke: #001940;
  }
  40% {
    stroke: #001940;
  }
  66% {
    stroke: #f4b400;
  }
  80%, 90% {
    stroke: #f4b400;
  }
}
.body-500 {
  background-color: #d73d32 !important;
  color: #fff;
}

.error-header {
  background: #fff;
  height: 280px;
}

.error-container {
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
}
.error-container p.description {
  color: #e5e5e5;
  font-size: 40px;
  margin: 0;
}
.error-container h1 {
  color: #d73d32 !important;
  margin: -108px 0 0;
  text-align: center;
  font-size: 100px;
}
.error-container h2 {
  font-size: 58px;
  font-weight: 300;
  margin: 0;
  text-transform: uppercase;
}

.error-divider {
  margin-top: -27px;
  padding: 30px 0;
}

.return-btn,
.return-btn:hover {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 15px;
  margin-top: 100px;
  margin-bottom: 30px;
  display: inline-block;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
}
.return-btn i,
.return-btn:hover i {
  margin-right: 5px;
}

.return-btn:hover {
  background: #ffffff;
  color: #2dc3e8;
  text-decoration: none;
}

.modal-danger .modal-header {
  border-bottom: 3px solid #d73d32;
}

.modal-success .modal-header {
  border-bottom: 3px solid #53a93f;
}

.modal-warning .modal-header {
  border-bottom: 3px solid #f4b400;
}

.modal-primary .modal-header {
  border-bottom: 3px solid #4374e0;
}

.modal-content {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
  color: #000;
  background-color: #fff;
  border: rgba(0, 0, 0, 0);
  close-font-size: 26px;
}

.modal-footer {
  padding-top: 12px;
  padding-bottom: 14px;
  border-top: 0;
  background-color: #f5f5f5;
}

.modal-header {
  padding: 10px 15px 10px 20px !important;
  background-color: #f5f5f5 !important;
  close-font-size: 26px;
}

.modal-header-case {
  background: #fff;
  height: 90px;
  display: inline-block;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  width: 100%;
  min-height: 16.43px;
  padding: 0px 15px;
}

.modal-backdrop {
  background-color: #fff;
}

.modal-backdrop.in {
  zoom: 1;
  filter: alpha(opacity=75);
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  height: 100%;
}

.modal-message .modal-body,
.modal-message .modal-footer,
.modal-message .modal-header,
.modal-message .modal-title {
  background: 0 0;
  border: none;
  margin: 0;
  padding: 0 20px;
  text-align: center !important;
}

.modal-message .modal-header {
  color: #fff;
  margin-bottom: 10px;
  padding: 15px 0 8px;
}

.modal-message .modal-header .fa,
.modal-message .modal-header .glyphicon,
.modal-message .modal-header .typcn,
.modal-message .modal-header .wi {
  font-size: 30px;
}

.modal-message .modal-title {
  font-size: 17px;
  color: #737373;
  margin-bottom: 3px;
}

.modal-message .modal-body {
  color: #737373;
}

.modal-message .modal-footer {
  padding-bottom: 10px;
  padding-top: 10px;
}

.modal-message.modal-info .modal-header {
  color: #57b5e3;
  border-bottom: 3px solid #57b5e3;
}

.modal-message.modal-danger .modal-header {
  color: #d73d32;
  border-bottom: 3px solid #d73d32;
}

.modal-message.modal-warning .modal-header {
  color: #f4b400;
  border-bottom: 3px solid #f4b400;
}

.modal-message.modal-success .modal-header {
  color: #53a93f;
  border-bottom: 3px solid #53a93f;
}

.wrapper {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
}

.content-login {
  width: 320px;
  margin: 0 auto;
  margin-top: 30px;
}
.content-login .copyright {
  text-align: center;
  padding-top: 10px;
  font-size: 12px;
  color: #FFF;
}
.content-login .form-control {
  box-shadow: 0 0 0 #000;
  width: 100%;
  min-height: 35px;
  padding: 6px 16px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dde6e9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.content-login .form-control .form-control-feedback {
  left: 16px;
  right: auto;
}
.content-login .form-control + .form-control-feedback {
  right: 0;
  left: auto;
  top: 10px;
}

.panel-flat {
  margin: 0 !important;
  border: 0;
}

.panel {
  margin: 0 !important;
  border: 0;
  border-color: #cfdbe2;
}
.panel > .panel-heading {
  color: #fff;
  background-color: #3a3f51;
  border-color: #3a3f51;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  text-align: center;
}
.panel > .panel-body > p {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
}
.panel > .panel-body > button {
  margin-top: 15px;
}
.panel > .panel-body .pt-inscrever {
  text-align: center;
  padding-top: 15px !important;
}
.panel > .panel-body .instructions {
  line-height: 18px;
  margin-bottom: 20px;
  font-size: 12px;
  text-align: center;
}

.page-content {
  margin: auto;
  padding: 0;
  margin-top: 55px;
}

.painel-container {
  background: #fff;
  border: 1px solid #ddd;
}
.painel-container .panel {
  padding: 20px;
}
.painel-container h2 {
  font-weight: normal;
  margin-bottom: 20px;
}
.painel-container h5 {
  margin-bottom: 20px;
}

.box-information {
  width: 100%;
  height: 190px;
  display: block;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
  background-color: #84bed6 !important;
}
.box-information .icon-information {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border-color: #84bed6 !important;
  background-color: #ffffff;
  border-width: 6px;
  border-style: solid;
  top: -50px;
  font-size: 30px;
  line-height: 90px;
  color: #666666;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box-information .icon-information:hover {
  color: #84bed6;
}
.box-information .title-information {
  line-height: 100px;
  display: block;
  font-size: 32px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 1px;
  padding-top: 20px;
}
.box-information .box-description {
  color: #fff;
  font-size: 16px;
}

.boxUser {
  padding: 5px 10px;
  border: 1px solid #e5e5e5;
  position: relative;
  background-color: #fff;
  margin-bottom: 5px;
}
.boxUser:hover {
  -webkit-box-shadow: 1px 0 10px 1px #eee;
  -moz-box-shadow: 1px 0 10px 1px #eee;
  -ms-box-shadow: 1px 0 10px 1px #eee;
  box-shadow: 1px 0 10px 1px #eee;
}
.boxUser label {
  display: block;
  line-height: 18px;
  font-size: 12px;
  margin-bottom: 0px;
}
.boxUser label + .text-email {
  font-weight: normal;
}
.boxUser .text-license {
  font-weight: normal;
}
.boxUser .acoesBotoes {
  position: absolute;
  top: 10px;
  right: 8px;
}

.hero-parallax {
  height: 100%;
  width: 100%;
}
.hero-parallax .hero-inner {
  display: table;
  width: 100%;
  height: 100%;
}
.hero-parallax .hero-inner .hero-content {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.hero-parallax .hero-inner .hero-content h1 {
  font-weight: 500;
  color: #fff;
  font-size: 55px;
  line-height: 70px;
  letter-spacing: 0px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
}

.hero-video {
  background: url(../img/bg2.jpg) no-repeat;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 100px;
}
.hero-video h1 {
  font-size: 50px;
  line-height: 65px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.hero-video h1,
.hero-video p {
  color: #fff;
}
.hero-video p {
  opacity: 0.8;
}

.hero-static-image {
  background: url(../img/bg2.jpg) no-repeat;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 0px;
}
.hero-static-image h1,
.hero-static-image p {
  color: #fff;
}
.hero-static-image h1 {
  font-size: 60px;
  font-weight: 600;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.hero-static-image .buttons {
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .hero-parallax .hero-inner .hero-content h1 {
    font-size: 27px;
    line-height: 37px;
  }
  .hero-video,
  .hero-static-image {
    text-align: center;
    padding-bottom: 0px;
    padding-top: 100px;
  }
  .hero-video h1,
  .hero-static-image h1 {
    font-size: 27px;
    line-height: 40px;
  }
  .hero-video .buttons,
  .hero-static-image .buttons {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .hero-parallax .hero-inner .hero-content p.lead {
    font-size: 13px;
  }
}
.angular-google-map-container {
  height: 400px;
}

.margin-top-5 {
  margin-top: 5px;
}

.form-modal-textarea {
  float: left;
  width: 100%;
  max-width: 100%;
  min-height: 60px;
}

.divimage-bottom {
  background-size: cover;
  background-position: bottom center;
}

.CodeMirror {
  height: auto !important;
}

.floatRight {
  float: right;
}

.floatLeft {
  float: left;
}

.cookieBox {
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.cookieClass {
  background-color: rgb(72, 88, 208);
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  padding: 1em 1.8em;
  width: 100%;
  flex-direction: row;
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: flex;
  z-index: 9999;
}

.cookieLink {
  color: #eaf1f3;
  text-decoration: underline;
}

.cookieAccept {
  display: flex;
  width: 20%;
}

.data-source-tile {
  display: inline-block;
  vertical-align: top;
  width: 176px;
  min-height: 216px;
  border-radius: 2px;
  padding: 24px;
  margin: 8px;
  text-align: center;
  transition: box-shadow 0.2s ease-in-out;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.25);
  float: left;
}

@media (min-width: 992px) {
  body .data-source-tile:hover {
    box-shadow: 0 0.8rem 1.4rem 0 rgba(0, 0, 0, 0.35);
  }
}
body .tile-row {
  margin-bottom: 4rem;
}

.drawer-container {
  padding-left: 1.6rem;
}

.hero-bg {
  background: #f7f7f9;
}

.col-sm-9 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .col-sm-9 {
    width: 75%;
    float: left;
  }
}
body .drawer-wrapper:first-of-type {
  padding-top: 1rem;
}

@media (min-width: 768px) {
  body .drawer-wrapper {
    border: none;
  }
}
.db-icon {
  display: inline-block;
  width: 96px;
  margin-bottom: 24px;
}

.border-radius-10 {
  border-radius: 10px;
}

.integrations-container {
  background-color: #fff;
}

body .js-sidebar-container:first-of-type {
  padding-top: 1rem;
}

.left-sidebar {
  position: relative;
}

.js-sidebar-container {
  position: relative;
}

@media (min-width: 992px) {
  body .sidebar-affix-top {
    max-width: 100%;
  }
}
.sidebar-affix-top {
  position: fixed;
  top: 80px;
  max-width: 118px;
}

.left-sidebar .sidebar-title {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  padding-left: 16px;
  padding-bottom: 0;
}

.left-sidebar .sidebar-list {
  list-style: none;
  padding: 0;
  font-size: 1em;
  min-width: 170px;
}

body .left-sidebar .sidebar-item {
  display: block;
  color: #63656e;
  line-height: 1.5em;
  padding: 0.8rem 1.6rem;
}

body .left-sidebar .sidebar-item:hover, body .left-sidebar .sidebar-item.selected {
  color: #fff;
  background-color: #1b4d6e;
}

.primary-text {
  margin-top: 16px;
  color: #191925;
  font-family: Verdana, Arial, Tahoma, Serif;
  margin-bottom: 16px;
}

.white-color {
  color: #fff !important;
}

.padding-10 {
  padding: 10px;
}

.features-section-min {
  padding-top: 30px;
  padding-bottom: 30px;
}

.width-20 {
  width: 20% !important;
}

.cointainer-customer-header {
  position: relative;
  min-height: 1px;
  display: flex;
}

.thumbnail {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
  transition: 0.3s;
  min-width: 40%;
  border-radius: 5px;
}

.thumbnail-description {
  min-height: 40px;
}

.thumbnail:hover {
  cursor: pointer;
  box-shadow: 0 8px 16px 0 rgb(0, 0, 0);
}

@media (min-width: 992px) {
  .customer-story-container .customer-story-article {
    padding-top: 3rem;
    padding-right: 3rem;
  }
}
.customer-story-container .customer-story-article {
  padding-bottom: 5rem;
  background: #fff;
}

@media (min-width: 992px) {
  .customer-story-container .customer-story-heading {
    line-height: 1.1;
    font-size: 64px;
  }
}
.customer-story-container .customer-story-heading {
  margin: 3rem 0 0.8rem;
  font-family: "Blender", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  font-size: 48px;
}

.customer-story-container .customer-story-subheading {
  display: inline-block;
  margin-bottom: 3.5rem;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
}

@media (min-width: 992px) {
  .customer-story-insights {
    display: inline;
    right: -1px;
    margin-top: -10rem;
  }
}
.customer-story-insights {
  padding: 4rem 4rem 8rem;
  margin-bottom: -1px;
  color: black;
  background-color: #fff;
  border-radius: 10px;
}

.customer-story-insights .subject-logo {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid;
}

.customer-story-insights .subject-name {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Blender", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  font-size: 48px;
}

.customer-story-insights .subject-description {
  margin: 4rem 0 4rem;
}

.customer-story-container p {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 2rem;
  line-height: 24px;
}

.customer-story-insights .insight-list {
  margin: 0;
  padding: 0;
}

.customer-story-insights .insight-list-item {
  list-style: none;
  line-height: 32px;
}

.margin-right-2 {
  margin-right: 2px;
}

.aws-background-color {
  background-color: #232f3e;
}

.aws-cards {
  width: 240px;
  max-height: 240px;
  box-sizing: content-box;
  padding: o 40px 32px 0;
}

.border-right-color-white {
  border-right: solid;
  border-right-color: #fff !important;
}

.margin-t-30 {
  margin-top: 50px;
}

.margin-r-20 {
  margin-right: 20px;
}

.color-aws {
  color: #ff9900;
}

.color-aws:hover, .color-aws:active, .color-aws:focus {
  color: #a16304;
}

.border-r-aws {
  border-right: solid 5px;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-header,
  .card-group > .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-footer,
  .card-group > .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-header,
  .card-group > .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-footer,
  .card-group > .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-header,
  .card-group > .card:only-child .card-img-top {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-footer,
  .card-group > .card:only-child .card-img-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.text-muted {
  color: #6c757d !important;
}

.border-b-gray {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.non-margin {
  margin: 0 !important;
}

.height-320 {
  height: 320px;
}

/*# sourceMappingURL=style.css.map */
