/*********** material ***********/
.mbtn {
  position: relative;
  overflow: hidden; }
  .mbtn .material_circle {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.085);
    border-radius: 50%;
    transform: scale(0); }
    .mbtn .material_circle.animate {
      animation: effect 0.65s linear; }

@keyframes effect {
  100% {
    opacity: 0;
    transform: scale(2.5); } }

.btn {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0px;
  color: #444444;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
  border-radius: 2px;
  font-size: 14px;
  padding: 5px 12px;
  line-height: 16px;
  margin: 0px;
  background: #E7E7E7;
  color: #444444;
  padding: 5px 12px; }
  .btn:link, .btn:visited {
    color: #444444;
    text-decoration: none; }
  .btn:hover {
    text-decoration: none;
    background: #f4f4f4; }
  .btn:focus {
    outline-width: 1px;
    outline-style: dashed;
    outline-color: #0F8DCB; }
  .btn:active {
    background: #e4e4e4; }
  .btn .mdi {
    display: inline-block; }
    .btn .mdi::before {
      font-size: 14px; }
  .btn:hover {
    background: #dadada;
    color: #444444; }
  .btn a {
    color: #444444; }
  .btn:active {
    background: #cecece; }
  .btn:visited, .btn:link {
    color: #444444; }
  .btn .mdi::before {
    margin-left: 0px; }
  .btn.disabled {
    opacity: 0.2;
    cursor: default; }
  .btn.btn-with-icon {
    padding: 5px 12px 5px 6px; }
    .btn.btn-with-icon i {
      margin-right: 3px;
      margin-left: 3px; }

.btn-link {
  background: #f6f6f6;
  border: 0px;
  color: #444444; }
  .btn-link:hover {
    background: #E7E7E7; }

.btn-round {
  border-radius: 20px; }

.btn-green {
  background: #0FAC1E;
  color: #B5F6A6; }
  .btn-green:hover {
    background: #0d951a;
    color: #B5F6A6; }
  .btn-green a {
    color: #B5F6A6; }

.btn-white {
  background: #FFFFFF;
  color: #444444; }
  .btn-white:hover {
    background: #f2f2f2; }
  .btn-white a {
    color: #444444; }
    .btn-white a:hover {
      color: #444444; }

.btn-black {
  background: #131313;
  color: #EAEAEA; }
  .btn-black:hover {
    background: #060606; }
  .btn-black a {
    color: #EAEAEA; }
    .btn-black a:hover {
      color: #EAEAEA; }

.btn-red {
  background: #D30C1E;
  color: #F6FAFF; }
  .btn-red:hover {
    background: #bb0b1b;
    color: #F6FAFF; }
  .btn-red a {
    color: #F6FAFF; }
    .btn-red a:hover {
      color: #F6FAFF; }

.btn-light-blue, .btn-primary, .btn-success {
  background: #0F8DCB;
  color: #F6FAFF; }
  .btn-light-blue:hover, .btn-primary:hover, .btn-success:hover {
    background: #0B628D;
    color: #F6FAFF; }
  .btn-light-blue:active, .btn-primary:active, .btn-success:active {
    background: #095275; }
  .btn-light-blue:visited, .btn-light-blue:link, .btn-primary:visited, .btn-primary:link, .btn-success:visited, .btn-success:link {
    color: #F6FAFF; }
  .btn-light-blue.selected, .btn-primary.selected, .btn-success.selected {
    background: #0B628D; }
  .btn-light-blue a, .btn-primary a, .btn-success a {
    color: #F6FAFF; }

.btn-blue {
  background: #0F8DCB;
  color: #F6FAFF; }
  .btn-blue:hover {
    background: #0B628D;
    color: #F6FAFF; }
  .btn-blue:active {
    background: #095275; }
  .btn-blue:visited, .btn-blue:link {
    color: #F6FAFF; }
  .btn-blue.selected {
    background: #0B628D; }
  .btn-blue a {
    color: #F6FAFF; }

.btn-orange {
  background: #FFBE00;
  color: #0B5176; }
  .btn-orange:hover {
    background: #e6ab00; }
  .btn-orange:active {
    background: #cc9800; }
  .btn-orange.selected {
    background: #e6ab00; }
  .btn-orange a {
    color: #0B5176; }

.btn-info {
  background: #A2E0FF;
  color: #074195; }
  .btn-info:hover {
    background: #89d8ff; }
  .btn-info:active {
    background: #6fcfff; }
  .btn-info.selected {
    background: #89d8ff; }
  .btn-info a {
    color: #074195; }

.btn-mini {
  font-size: 12px;
  line-height: 15px;
  margin: 0px;
  padding: 2px 5px; }
  .btn-mini .mdi::before {
    margin-left: 0px; }

.btn-small, .btn-see-more {
  font-size: 13px;
  height: 22px;
  line-height: 12px;
  margin: 0px;
  padding: 4px 6px; }
  .btn-small .mdi::before, .btn-see-more .mdi::before {
    margin-left: 0px; }

.btn-large {
  padding: 10px 10px; }
  .btn-large .mdi::before {
    margin-left: 3px;
    margin-top: -13px; }

.btn-big {
  font-size: 15px;
  padding: 25px; }

.btn-take-action {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -15px;
  margin-right: -15px; }
  .btn-take-action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  @media screen and (min-width: 319px) {
    .btn-take-action .left, .btn-take-action .left a.btn, .btn-take-action .right, .btn-take-action .right a.btn {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -moz-box-flex: 0;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      display: block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding-right: 15px;
      padding-bottom: 5px;
      padding-left: 15px; } }
  @media screen and (min-width: 319px) {
    .btn-take-action .left a.btn, .btn-take-action .right a.btn {
      position: relative; } }
  @media screen and (min-width: 767px) {
    .btn-take-action .left, .btn-take-action .right {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -moz-box-flex: 0;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      display: block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding-right: 15px;
      padding-bottom: 5px;
      padding-left: 15px; } }
  [class*="no-gutter"] > .btn-take-action {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .btn-take-action .btn-take-action {
    margin-left: -15px;
    margin-right: -15px; }
  @media screen and (min-width: 319px) {
    .btn-take-action .btn-take-action {
      margin-left: -15px;
      margin-right: -15px; } }
  @media screen and (min-width: 479px) {
    .btn-take-action .btn-take-action {
      margin-left: -15px;
      margin-right: -15px; } }
  @media screen and (min-width: 767px) {
    .btn-take-action .btn-take-action {
      margin-left: -15px;
      margin-right: -15px; } }
  @media screen and (min-width: 992px) {
    .btn-take-action .btn-take-action {
      margin-left: -15px;
      margin-right: -15px; } }
  @media screen and (min-width: 1200px) {
    .btn-take-action .btn-take-action {
      margin-left: -15px;
      margin-right: -15px; } }
  @media screen and (min-width: 1450px) {
    .btn-take-action .btn-take-action {
      margin-left: -15px;
      margin-right: -15px; } }
  @media screen and (min-width: 319px) {
    .btn-take-action .left {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -moz-order: 2;
      -ms-flex-order: 2;
      order: 2; }
      .btn-take-action .left a.btn {
        -webkit-flex-basis: 83.33333%;
        -moz-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
        left: 8.33333%;
        right: auto;
        text-align: center; }
    .btn-take-action .right {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1; }
      .btn-take-action .right a.btn {
        -webkit-flex-basis: 83.33333%;
        -moz-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
        left: 8.33333%;
        right: auto;
        text-align: center; } }
  @media screen and (min-width: 767px) {
    .btn-take-action .left {
      -webkit-flex-basis: 50%;
      -moz-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1; }
    .btn-take-action .right {
      -webkit-flex-basis: 50%;
      -moz-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -moz-order: 2;
      -ms-flex-order: 2;
      order: 2; } }

.btn-block {
  display: block; }

.btn-see-more {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0px;
  color: #444444;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
  border-radius: 2px;
  font-size: 14px;
  padding: 5px 12px;
  line-height: 16px;
  margin: 0px;
  background: #E7E7E7;
  color: #444444;
  background: #0B6C9C;
  color: #F6FAFF;
  float: right;
  display: none;
  font-weight: normal;
  padding: 3px 10px; }
  .btn-see-more:link, .btn-see-more:visited {
    color: #444444;
    text-decoration: none; }
  .btn-see-more:hover {
    text-decoration: none;
    background: #f4f4f4; }
  .btn-see-more:focus {
    outline-width: 1px;
    outline-style: dashed;
    outline-color: #0F8DCB; }
  .btn-see-more:active {
    background: #e4e4e4; }
  .btn-see-more .mdi {
    display: inline-block; }
    .btn-see-more .mdi::before {
      font-size: 14px; }
  .btn-see-more:hover {
    background: #dadada;
    color: #444444; }
  .btn-see-more a {
    color: #444444; }
  .btn-see-more:active {
    background: #cecece; }
  .btn-see-more:visited, .btn-see-more:link {
    color: #444444; }
  .btn-see-more:hover {
    background: #0B628D;
    color: #F6FAFF; }
    .btn-see-more:hover a {
      color: #F6FAFF; }
  .btn-see-more a {
    color: #F6FAFF; }
  @media screen and (min-width: 767px) {
    .btn-see-more {
      display: block; } }

.toggleInRow {
  background: #FFF;
  border-radius: 2px;
  color: #444444;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  max-width: 900px;
  min-height: 40px;
  text-align: left;
  text-decoration: none; }
  .toggleInRow:link, .toggleInRow:visited {
    color: #444444; }
  .toggleInRow label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    display: block;
    font-size: 12px;
    margin: 0px;
    padding: 5px 5px 5px 40px; }
  .toggleInRow .customCheck {
    background: #E6E6E6;
    border: 1px solid #EEEEEE;
    border-radius: 2px;
    height: 25px;
    margin-left: -35px;
    position: absolute;
    transition: all .2s;
    width: 25px; }
    .toggleInRow .customCheck:after {
      border: solid #888888;
      border-width: 0 4px 4px 0;
      content: '';
      height: 20px;
      left: 8px;
      opacity: 0;
      position: absolute;
      top: 0px;
      transform: rotate(45deg);
      transition: all .1s;
      width: 8px; }
  .toggleInRow:hover .customCheck:after {
    border: solid #EEEEEE;
    border-width: 0 4px 4px 0;
    opacity: 100; }
  .toggleInRow input:checked + label .customCheck {
    border: 1px solid #8BC435; }
    .toggleInRow input:checked + label .customCheck:after {
      border: solid #8BC435;
      border-width: 0 4px 4px 0;
      opacity: 100; }
  .toggleInRow input {
    display: none;
    margin: 7px 0 0 7px;
    position: absolute; }
