
a {
    color: #2196f3;
    text-decoration: none;
    cursor: pointer;
}
a:hover, a:focus {
    color: #0a6ebd;
    text-decoration: none;
}
#header {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 40px 45px;
    margin-bottom: 20px;
    z-index: 10;
}
.h-logo a {
    color: #fff;
    font-weight: 700;
    font-size: 23px;
    display: inline-block;
}
.h-logo a small {
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    margin-top: -3px;
    color: rgba(255, 255, 255, 0.6);
}
.menu-collapse {
    cursor: pointer;
    position: relative;
    width: 55px;
    height: 35px;
    padding: 12px 0 0 8px;
}
.mc-wrap {
    width: 18px;
    height: 12px;
}
.menu-collapse.toggled .mc-wrap {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.cursor-pointer {
    cursor: pointer;
}
.h-menu {
    list-style: none;
    padding: 0;
}
.menu-collapse.toggled .mc-wrap .mcw-line.top {
    width: 12px;
    transform: translateX(8px) translateY(1px) rotate(45deg);
    -webkit-transform: translateX(8px) translateY(1px) rotate(45deg);
}
.menu-collapse:before, .mc-wrap, .mcw-line {
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}
.menu-collapse.toggled .mc-wrap .mcw-line.bottom {
    width: 12px;
    transform: translateX(8px) translateY(-1px) rotate(-45deg);
    -webkit-transform: translateX(8px) translateY(-1px) rotate(-45deg);
}
.h-menu > li {
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
    min-width: 50px;
}
.h-menu > li > a {
    color: #fff;
    display: block;
    text-align: center;
    z-index: 1;
    position: relative;
}

.hm-icon {
    font-size: 24px;
    line-height: 36px;
}

.h-apps .dropdown-menu {
    width: 305px;
    padding: 25px 10px 15px;
}
.dropdown-menu > li > a {
    padding: 10px 20px;
    -webkit-transition: background-color;
    -o-transition: background-color;
    transition: background-color;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}
.dropdown-menu.dm-icon > li > a > .zmdi {
    line-height: 100%;
    vertical-align: top;
    font-size: 18px;
    width: 28px;
}
.h-apps .dropdown-menu > li {
    display: inline-block;
    width: 95px;
    margin-right: -4px;
    margin-bottom: 5px;
}
.h-apps .dropdown-menu > li > a {
    display: block;
    text-align: center;
}
.h-apps .dropdown-menu > li > a > i {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 52px;
    border-radius: 50%;
    font-size: 22px;
    color: #fff;
}
.h-apps .dropdown-menu > li > a > small, .h-apps .dropdown-menu > li > a > i {
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.h-apps .dropdown-menu > li > a > small {
    display: block;
    text-align: center;
    color: #ABABAB;
    margin-top: 5px;
}
.h-apps .dropdown-menu > li > a:hover {
    background: transparent;
}
.h-apps .dropdown-menu > li > a:hover > i {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
}
.h-apps .dropdown-menu > li > a:hover > small {
    color: #333;
}
.h-search {
    padding: 2px 30px 2px 0;
}
.h-search, .hs-input, .hs-reset:before, .hs-reset:after {
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}
.hs-input {
    border: 0;
    height: 50px;
    padding: 10px 20px 10px 50px;
    border-radius: 2px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.25);
    color: #fff;
    font-size: 15px;
}
.hs-input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

.hs-input:-ms-input-placeholder {
  color: #ffffff;
}

.hs-input::-webkit-input-placeholder {
  color: #ffffff;
}

.hs-input.ie9-placeholder {
  color: #fff !important;
}

.focused .hs-input {
  background-color: #fff;
  color: #5e5e5e;
}

.focused .hs-input + .hs-reset {
  color: #5e5e5e;
}

.focused .hs-input + .hs-reset:before {
  -webkit-transform: scale(0) rotate(180deg);
  -ms-transform: scale(0) rotate(180deg);
  -o-transform: scale(0) rotate(180deg);
  transform: scale(0) rotate(180deg);
}

.focused .hs-input + .hs-reset:after {
  -webkit-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}

.focused .hs-input::-moz-placeholder {
  color: #6b6b6b;
  opacity: 1;
}

.focused .hs-input:-ms-input-placeholder {
  color: #6b6b6b;
}

.focused .hs-input::-webkit-input-placeholder {
  color: #6b6b6b;
}
.dropzone {
    border: 2px dashed #0087F7!important;
    border-radius: 5px!important;
    background: white!important;
}

.waves-button, .waves-circle {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, #ffffff 100%, #000000 100%);
}
.waves-float {
    -webkit-mask-image: none;
    -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.media-body {
    zoom: 1;
    display: block;
    width: auto;
}
.hs-reset {
    left: 0;
    font-size: 20px;
    color: #fff;
    top: 0;
    position: absolute;
    cursor: pointer;
    width: 50px;
    height: 100%;
}
.h-search, .hs-input, .hs-reset:before, .hs-reset:after {
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}
.hs-reset:before, .hs-reset:after {
    position: absolute;
    left: 20px;
    top: 16px;
}
.hs-reset:after {
    content: '\f2ff';
    -webkit-transform: scale(0) rotate(-180deg);
    -ms-transform: scale(0) rotate(-180deg);
    -o-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg);
    color: #5e5e5e;
}
.h-search, .hs-input, .hs-reset:before, .hs-reset:after {
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}
.hs-reset:before, .hs-reset:after {
    position: absolute;
    left: 20px;
    top: 16px;
}
.palette-White.bg {
    background-color: #ffffff;
}
.mc-wrap .mcw-line {
    width: 18px;
    height: 2px;
}
.mc-wrap .mcw-line.center {
    margin: 3px 0;
}
.mc-wrap .mcw-line {
    width: 18px;
    height: 2px;
}
#main {
    position: relative;
    z-index: 11;
}

#s-main-menu, .sub-menu > a:before, .sub-menu > a:after {
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
}
.smm-header {
    display: none;
}
.smm-alerts {
    list-style: none;
    padding: 0;
    margin: 30px 0 30px;
    padding-left: 40px;
}
.smm-alerts > li{
    display: inline-block;
}
.smm-alerts > li > a{
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    text-align: center;
    line-height: 43px;
    background-color: rgba(255, 255, 255, 0.2);
    margin-right: 13px;
    color: #fff!important;
    font-size: 20px;
    vertical-align: top;
    cursor: pointer;
    -webkit-transition: background-color;
    -o-transition: background-color;
    transition: background-color;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    color: white;
}
.main-menu {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.main-menu a {
    color: inherit;
}

.main-menu > li > a {
    padding: 16px 25px 16px 60px;
    display: block;
    position: relative;
    font-weight: 700;
}
.main-menu > li > a:hover {
    background-color: #F3F3F3;
}
.main-menu > li > a > i {
    position: absolute;
    left: 20px;
    font-size: 22px;
    top: 2px;
    width: 25px;
    text-align: center;
    padding: 13px 0;
}
li.current_ancestor .sub-menu {
  display: block;
}
.sub-menu > a {
    position: relative;
}
.sub-menu ul {
    list-style: none;
    display: none;
    padding: 0;
}
.sub-menu ul > li > a {
    padding: 8px 25px 8px 60px;
    font-weight: 500;
    display: block;
    font-weight: 700;
}
.sub-menu ul > li:first-child > a {
    padding-top: 14px;
}
.sub-menu ul > li:last-child > a {
    padding-bottom: 16px;
}

#s-main-menu, .sub-menu > a:before, .sub-menu > a:after {
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
}
#s-main-menu {
    left: 0;
}
.sub-menu > a:before, .sub-menu > a:after {
    position: absolute;
    top: 14px;
    color: #9ba1b1;
    font-family: 'Material-Design-Iconic-Font';
    font-size: 17px;
    right: 25px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.sub-menu > a:before {
    content: "\f278";
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.sub-menu > a:after {
    content: "\f273";
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.sub-menu.toggled > a:before, .sub-menu.toggled > a:after {
    opacity: 1;
    filter: alpha(opacity=100);
}
.sub-menu.toggled > a:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.sub-menu > a:hover:before, .sub-menu > a:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
}
.sub-menu.toggled > a:before, .sub-menu.toggled > a:after {
    opacity: 1;
    filter: alpha(opacity=100);
}
.sub-menu.toggled > a:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.sub-menu ul > li ul {
    font-size: 12px;
    margin: 10px 0;
    background-color: #F3F3F3;
}
.sub-menu .sub-menu > a:before, .sub-menu .sub-menu > a:after {
    top: 5px;
}
.container {
    padding: 0;
}
#footer {
    text-align: center;
    width: 100%;
    color: #a2a2a2;
    padding-bottom: 20px;
    padding-top: 20px;
}
#footer .f-menu {
    display: block;
    width: 100%;
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
    margin-top: 8px;
    margin-bottom: 0;
}
#footer .f-menu > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
#footer .f-menu > li > a {
    color: #a2a2a2;
}
.c-header {
    margin-bottom: 25px;
    position: relative;
}
.c-header > h2 {
    font-size: 15px;
    color: #fff;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
}
.c-header .actions {
    position: absolute;
    right: 15px;
    top: -5px;
    z-index: 4;
}

.c-header > h2 > small {
    display: block;
    text-transform: none;
    margin-top: 8px;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 140%;
    font-size: 13px;
}
.card {
  position: relative;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  border-radius: 2px;
}

.card.c-dark .card-header > h2 {
  color: #fff;
}

.card.c-dark .card-header > h2 small {
  color: rgba(255, 255, 255, 0.7);
}

.card > .actions,
.card-header .actions {
  position: absolute;
  right: 20px;
  z-index: 2;
  top: 25px;
}

.card-body.card-padding {
  padding: 30px 33px;
}

.card-body.card-padding-sm {
  padding: 15px;
}

.card-body > .btn-float {
  bottom: 30px;
  right: 30px;
}

.card-header {
  position: relative;
  padding: 30px;
  border-radius: 2px 2px 0 0;
}

.card-header h2 {
  margin: 0;
  line-height: 100%;
  font-size: 17px;
  font-weight: 400;
}

.card-header h2 small {
  display: block;
  margin-top: 10px;
  line-height: 160%;
  font-size: 12px;
  color: #AEAEAE;
}

.card-header.ch-dark h2,
.card-header.ch-dark small {
  color: #fff;
}

.card-header .btn-float {
  right: 25px;
  bottom: -23px;
  z-index: 1;
}

.card-header.ch-img {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}

.card-header.ch-img h2,
.card-header.ch-img small {
  color: #fff;
  text-shadow: 0 0px 5px rgba(0, 0, 0, 0.25);
}

.card-header + .card-body {
  padding-top: 0;
}
.action-header {
    padding: 25px 30px;
    line-height: 100%;
    font-weight: 500;
    color: #4C4C4C;
    margin-bottom: 10px;
    font-size: 15px;
    position: relative;
    z-index: 1;
    background-color: #f7f7f7;
    min-height: 65px;
}
.action-header .actions {
    position: absolute;
    top: 18px;
    right: 17px;
    z-index: 10;
}
.view-more {
    text-align: center;
    padding: 10px 0;
    color: #AEAEAE;
    font-size: 12px;
    margin-top: 10px;
    border-bottom: 0;
}
.list-group-item:first-child {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}
.list-group.lg-alt .list-group-item {
    border: 0;
    margin: 0;
    padding: 15px 25px;
}
.view-more i {
    font-size: 15px;
    line-height: 100%;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background: #EFEFEF;
    text-align: center;
    line-height: 30px;
    margin-right: 5px;
    color: #9E9E9E;
}
.ms-menu .list-group-item {
    padding: 12px 22px !important;
}
.media > .pull-left {
    padding-right: 15px;
}
.media > .pull-right {
    padding-left: 15px;
}
.avatar-char {
    color: #fff;
    line-height: 38px;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    min-width: 54px;
}
.ac-check {
    position: relative;
    cursor: pointer;
}
.avatar-img, .avatar-char {
    border-radius: 50%;
}
.avatar-img:not(.a-lg), .avatar-char:not(.a-lg) {
    padding-left: 10px;
    padding-right: 10px;
    height: 38px;
}
.avatar-img:not(.a-lg), .avatar-char:not(.a-lg) {
    width: 38px;
    height: 38px;

}
.avatar-char.a-lg{
  padding: 9px;
}
.select2.select2-container {
    min-width: 150px;
}
.select2-dropdown {
    z-index: 9999;
}
.actions.a-alt > li > a > i {
    color: #fff;
}
.ac-check .acc-helper, .ac-check .acc-check {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.ac-check .acc-check {
    z-index: 1;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
.ac-check .acc-helper {
    border-radius: 50%;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 100ms;
    transition-duration: 100ms;
}
.chart-edge {
  margin: 0 -8px 0 -10px;
  overflow: hidden;
  position: relative;
}

.chart-edge .flot-chart {
  bottom: -14px;
}

.charts-row {
  margin-top: 50px;
  margin-bottom: 20px;
}

/*----------------------------------
    Easy Pie Charts
-----------------------------------*/

.easy-pie {
  display: inline-block;
  position: relative;
}

.ep-value {
  position: absolute;
  color: #fff;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 15px;
  line-height: 74px;
}

.ep-value:after {
  content: "%";
}

.ep-lg .ep-value {
  line-height: 149px;
  font-size: 40px;
}

/*----------------------------------
    Number Stats Chart
-----------------------------------*/

.ns-chart {
  height: 130px;
}

.ns-item > h3 {
  color: #fff;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ns-item > small {
  color: #fff;
}

/*----------------------------------
    Content Anylitics
-----------------------------------*/

.c-analytics {
  padding: 14px 0 70px;
}

.ca-item {
  padding: 10px 20px 15px;
  border-radius: 2px;
  margin-top: -20px !important;
  background: rgba(255, 255, 255, 0.09);
}

.ca-item h2,
.ca-item small {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ca-item h2 {
  line-height: 100%;
  margin: 7px 0 0;
}

.cai-chart {
  position: relative;
  top: 4px;
}

/*
 * Flot Chart
 */

[class*="flot-chart"] {
  width: 100%;
  display: block;
}

.flot-chart {
  height: 200px;
}

.flot-chart-pie {
  height: 300px;
}

@media (min-width: 768px) {
  .flot-chart-pie {
    margin-bottom: 20px;
  }
}

.flot-tooltip,
#flotTip {
  position: absolute;
  color: #333;
  display: none;
  font-size: 12px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
  background-color: #fff;
  z-index: 99999;
  border-radius: 2px;
}

[class*="flc-"] {
  text-align: center;
  margin: 10px 0 5px;
}

[class*="flc-"] table {
  display: inline-block;
}

[class*="flc-"] .legendColorBox > div {
  border: #fff !important;
}

[class*="flc-"] .legendColorBox > div > div {
  border-radius: 50%;
}

[class*="flc-"] .legendLabel {
  padding: 0 8px 0 3px;
}

/*----------------------------------
    Sparkline Charts
-----------------------------------*/

#jqstooltip {
  min-width: 21px;
  min-height: 23px;
  border: 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 2px;
}

#jqstooltip .jqsfield {
  font-size: 12px;
  font-family: inherit;
  text-align: center;
  color: #333;
}

#jqstooltip .jqsfield > span {
  display: none;
}

.lgi-heading {
    color: #333;
    margin-bottom: 4px;
}
.lgi-heading, .lgi-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lgi-text {
    display: block;
    font-size: 12px;
    color: #AEAEAE;
}
.lgi-checkbox {
    margin-top: 8px;
    margin-bottom: 0;
}
.wall-img-preview {
    text-align: center;
    margin: 0 -31px 20px;
}



.chosen-container-multi .chosen-choices {
    padding: 0;
    border: 0;
    border-bottom: 1px solid #e0e0e0;
    background: none;
    box-shadow: none;
}
.chosen-container-multi .chosen-choices li.search-choice {
    border-radius: 2px;
    margin: 4px 4px 0 0;
    background: #eaeaea;
    padding: 5px 23px 5px 8px;
    border: 0;
    box-shadow: none;
}
.search-choice-close:before {
    display: inline-block;
    font-family: 'Material-Design-Iconic-Font';
    content: "\f135";
    position: relative;
    top: 1px;
    color: #9C9C9C;
    z-index: 2;
    background: #fff;
    font-size: 12px;
}
.chosen-container .chosen-drop {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    margin-top: 1px;
    border: 0;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.chosen-container .chosen-results li {
    padding: 10px 17px;
    width: 100%;
}
.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}
.chosen-container .chosen-results {
    margin: 0;
    padding: 0;
    max-height: 300px;
}
.chosen-container .chosen-results li.result-selected {
    background: transparent;
    color: #5e5e5e;
    position: relative;
}
.chosen-container .chosen-results li.result-selected:before {
    content: "\f26b";
    font-family: 'Material-Design-Iconic-Font';
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 19px;
}
.chosen-container .chosen-results li.highlighted {
    background: rgba(0, 0, 0, 0.075);
    color: #333333;
}
.pt-item {
}
.pti-header {
    padding: 45px 10px 70px;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
}
.pti-header > h2 {
    margin: 0;
    line-height: 100%;
    color: #fff;
    font-weight: 100;
    font-size: 50px;
}
.pti-header > h2 small {
    color: #fff;
    letter-spacing: 0;
    vertical-align: top;
    font-size: 16px;
    font-weight: 100;
}
.ptih-title {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 8px 10px 9px;
    text-transform: uppercase;
    margin: 0 -10px;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.wall-img-preview .wip-item {
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
    border: 2px solid #fff;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}
.wall-img-preview .wip-item:only-child, .wall-img-preview .wip-item:first-child:nth-last-child(4) ~ div:nth-child(4) {
    width: 100%;
    padding-bottom: 50%;
}
.lightbox .lightbox-item:not(.p-item) {
    position: relative;
}
.lightbox .lightbox-item > img {
    width: 100%;
    border-radius: 2px;
}

.actions {
    list-style: none;
    padding: 0;
    z-index: 3;
    margin: 0;
}
.card > .actions, .card-header .actions {
    position: absolute;
    right: 20px;
    z-index: 2;
    top: 25px;
}
.actions > li {
    display: inline-block;
    vertical-align: baseline;
}
.actions > li > a {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    padding-top: 5px;
    border-radius: 50%;
}
.actions > li > a > i {
    color: #adadad;
    font-size: 20px;
}
.actions > li > a, .actions > li > a > i {
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
}
.actions > li > a:hover {
    background-color: rgba(0, 0, 0, 0.08);
}
.actions > li > a:hover > i {
    color: #000;
}
.actions.a-alt > li > a > i {
    color: #fff;
}
#profile-main .pmo-pic {
    position: relative;
    margin: 20px;
}
#profile-main .pmo-pic .pmo-stat {
    border-radius: 0 0 2px 2px;
    color: #fff;
    text-align: center;
    padding: 30px 5px 0;
}
#profile-main .pmo-items .pmob-body {
    padding: 0 10px;
}
#profile-main .pmo-block {
    padding: 25px;
}
#profile-main .pmo-block > h2 {
    font-size: 16px;
    margin: 0 0 15px;
}
#profile-main .pmo-items a {
    display: block;
    padding: 4px;
}
#profile-main .pmo-items a img {
    width: 100%;
}
.pmo-contact ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.pmo-contact ul li {
    position: relative;
    padding: 8px 0 8px 35px;
}
.pmo-contact ul li i {
    font-size: 18px;
    vertical-align: top;
    line-height: 100%;
    position: absolute;
    left: 0;
    width: 18px;
    text-align: center;
}
address {
    margin-bottom: 18px;
    font-style: normal;
    line-height: 1.42857143;
}
.img-circle {
    border-radius: 50%;
}
#profile-main {
    background: #f8f8f8;
}
#profile-main .pmb-block .pmbb-header {
    margin-bottom: 25px;
    position: relative;
}
#profile-main .pmb-block .pmbb-header h2 {
    margin: 0;
    font-weight: 100;
    font-size: 20px;
}
#profile-main .pmb-block .pmbb-header .actions {
    position: absolute;
    top: -2px;
    right: 0;
}
.nav-tabs.tab-nav {
    border-bottom: none;
}
.toggable-bloc.closed {
    display:none;
}
.toggable-handle.closed i:before {
    content: '\f278';
}
.tab-nav li > a {
    display: inline-block;
    color: #BBBBBB;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    font-weight: 500;
}
.nav-tabs.tab-nav > li > a{
    border: none!important;
}

.nav-tabs.tab-nav {
    list-style: none;
    padding: 0;
    white-space: nowrap;
    margin: 0;
    overflow: auto;
    box-shadow: inset 0 -2px 0 0 #eeeeee;
    width: 100%;
}
.nav-tabs.tab-nav li.active > a {
    box-shadow: inset 0 -2px 0 0 #2196f3;
}
.login {
  overflow: hidden;
  height: 100vh;
  text-align: center;
  -webkit-transition: background-color;
  -o-transition: background-color;
  transition: background-color;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.login:before {
  content: '';
  height: 100vh;
  display: inline-block;
  vertical-align: middle;
  width: 1px;
}

[data-lbg="teal"] {
  background-color: #26a69a;
}

[data-lbg="blue"] {
  background-color: #42a5f5;
}

[data-lbg="purple"] {
  background-color: #ab47bc;
}
[data-lbg="orange"] {
  background-color: #ffb74d;
}

.l-block {
  background: #fff;
  border-radius: 2px;
  max-width: 350px;
  width: 100%;
  vertical-align: middle;
  position: relative;
  display: none;
  text-align: left;
}

.l-block.toggled {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 10;
  display: inline-block;
}

.lb-header {
  padding: 25px 30px;
  color: #fff;
  border-radius: 1px 1px 0 0;
}

.lb-header i,
.lb-header .avatar-img {
  display: block;
  margin-bottom: 10px;
}

.lb-header .avatar-img {
  border: 2px solid #fff;
}

.lb-header i {
  font-size: 40px;
}

.lb-body {
  padding: 30px;
}

.lb-body a:hover {
  text-decoration: underline;
}
input:active, input:focus {
    outline: 0;
    box-shadow: none !important;
}
.title-video {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.fg-float {
    margin-top: 2px;
    position: relative;
}
.fg-float .form-control {
    position: relative;
    background: transparent;
    z-index: 1;
}
.fg-line {
    position: relative;
    vertical-align: top;
}
.fg-line:not(.form-group) {
    display: inline-block;
    width: 100%;
}
.fg-float .fg-label {
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    position: absolute;
    top: 5px;
    font-weight: 400;
    color: #959595;
    pointer-events: none;
    z-index: 0;
    left: 0;
    white-space: nowrap;
}
.fg-line:not(.disabled):after, .fg-line:not(.readonly):after {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    content: "";
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}
.fg-line:not([class*=has-]):after {
    background: #2196f3;
}
.rating-list {
    padding: 0 0 20px;
}
.rating-list .rl-star {
    margin-top: 10px;
    margin-bottom: 4px;
}
.rating-list .rl-star .zmdi:not(.active) {
    color: #ccc;
}
.rating-list .rl-star .zmdi.active {
    color: #ff9800;
}
.rating-list .rl-star .zmdi {
    font-size: 20px;
}
.rating-list .media .zmdi-star {
    line-height: 100%;
    font-size: 22px;
    color: #ccc;
    vertical-align: middle;
    position: relative;
    top: -2px;
    left: 6px;
}
.rating-list .media .zmdi-star.active {
    color: #FF9800;
}
.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  text-align: center;
  background-color: #2196f3;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress {
  box-shadow: none;
  border-radius: 0;
  height: 5px;
  margin-bottom: 0;
}

.progress .progress-bar {
  box-shadow: none;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #4caf50;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #00bcd4;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #ff9800;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #f44336;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.thumb-video {
    max-width: 128px;
}
.list-group.lg-even-black .list-group-item:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.04);
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
}
.sidebar-backdrop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 100;
}
.preloader {
    position: relative;
    margin: 0px auto;
    display: inline-block;
}
.preloader.pl-xl {
    width: 80px;
}
html:not(.ismobile) .page-loader .preloader {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
html:not(.ismobile) .page-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}
.pl-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;
}
.preloader:before {
    content: '';
    display: block;
    padding-top: 100%;
}
.preloader.pls-teal .plc-path {
  stroke: #009688;
}

.preloader.pls-gray .plc-path {
  stroke: #9e9e9e;
}

.preloader.pls-pink .plc-path {
  stroke: #e91e63;
}

.preloader.pls-purple .plc-path {
  stroke: #9c27b0;
}

.preloader.pls-white .plc-path {
  stroke: #fff;
}

.preloader[class*="pls-"] .plc-path {
    animation: dash 1.5s ease-in-out infinite;
}
.plc-path {
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  stroke-width: 2;
  stroke-miterlimit: 10;
  fill: none;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@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 color {
  100%, 0% {
    stroke: #f44336;
  }

  40% {
    stroke: #2196f3;
  }

  66% {
    stroke: #4caf50;
  }

  80%, 90% {
    stroke: #ffc107;
  }
}

[data-fv-header="teal"]:before,
[data-fv-header="teal"] #header {
  background-color: #009688;
}

[data-fv-header="teal"] .smm-alerts > li.active,
[data-fv-header="teal"] .main-menu li.current > a,[data-fv-header="teal"] .main-menu li.current_ancestor > a {
  color: #009688;
}

[data-fv-header="blue"]:before,
[data-fv-header="blue"] #header {
  background-color: #2196f3;
}

[data-fv-header="blue"] .smm-alerts > li.active,
[data-fv-header="blue"] .main-menu li.current > a,[data-fv-header="blue"] .main-menu li.current_ancestor > a {
  color: #2196f3;
}

[data-fv-header="bluegrey"]:before,
[data-fv-header="bluegrey"] #header {
  background-color: #607d8b;
}

[data-fv-header="bluegrey"] .smm-alerts > li.active,
[data-fv-header="bluegrey"] .main-menu li.current > a,[data-fv-header="bluegrey"] .main-menu li.current_ancestor > a {
  color: #607d8b;
}

[data-fv-header="cyan-600"]:before,
[data-fv-header="cyan-600"] #header {
  background-color: #00acc1;
}

[data-fv-header="cyan-600"] .smm-alerts > li.active,
[data-fv-header="cyan-600"] .main-menu li.current > a,[data-fv-header="cyan-600"] .main-menu li.current_ancestor > a {
  color: #00acc1;
}

[data-fv-header="green"]:before,
[data-fv-header="green"] #header {
  background-color: #4caf50;
}

[data-fv-header="green"] .smm-alerts > li.active,
[data-fv-header="green"] .main-menu li.current > a,[data-fv-header="green"] .main-menu li.current_ancestor > a {
  color: #4caf50;
}

[data-fv-header="lightgreen"]:before,
[data-fv-header="lightgreen"] #header {
  background-color: #8bc34a;
}

[data-fv-header="lightgreen"] .smm-alerts > li.active,
[data-fv-header="lightgreen"] .main-menu li.current > a,[data-fv-header="lightgreen"] .main-menu li.current_ancestor > a {
  color: #8bc34a;
}

[data-fv-header="purple-400"]:before,
[data-fv-header="purple-400"] #header {
  background-color: #ab47bc;
}

[data-fv-header="purple-400"] .smm-alerts > li.active,
[data-fv-header="purple-400"] .main-menu li.current > a,[data-fv-header="purple-400"] .main-menu li.current_ancestor > a {
  color: #ab47bc;
}

[data-fv-header="red-400"]:before,
[data-fv-header="red-400"] #header {
  background-color: #ef5350;
}

[data-fv-header="red-400"] .smm-alerts > li.active,
[data-fv-header="red-400"] .main-menu li.current > a,[data-fv-header="red-400"] .main-menu li.current_ancestor > a {
  color: #ef5350;
}

[data-fv-header="pink-400"]:before,
[data-fv-header="pink-400"] #header {
  background-color: #ec407a;
}

[data-fv-header="pink-400"] .smm-alerts > li.active,
[data-fv-header="pink-400"] .main-menu li.current > a,[data-fv-header="pink-400"] .main-menu li.current_ancestor > a {
  color: #ec407a;
}

[data-fv-header="brown"]:before,
[data-fv-header="brown"] #header {
  background-color: #795548;
}

[data-fv-header="brown"] .smm-alerts > li.active,
[data-fv-header="brown"] .main-menu li.current > a,[data-fv-header="brown"] .main-menu li.current_ancestor > a {
  color: #795548;
}

[data-fv-header="grey-600"]:before,
[data-fv-header="grey-600"] #header {
  background-color: #757575;
}

[data-fv-header="grey-600"] .smm-alerts > li.active,
[data-fv-header="grey-600"] .main-menu li.current > a,[data-fv-header="grey-600"] .main-menu li.current_ancestor > a {
  color: #757575;
}

[data-fv-header="orange"]:before,
[data-fv-header="orange"] #header {
  background-color: #ff9800;
}

[data-fv-header="orange"] .smm-alerts > li.active,
[data-fv-header="orange"] .main-menu li.current > a,[data-fv-header="orange"] .main-menu li.current_ancestor > a {
  color: #ff9800;
}
/*
 * Generate Margin Class
 * margin, margin-top, margin-bottom, margin-left, margin-right
 */

.m-0 {
  margin: 0px !important;
}

.m-t-0 {
  margin-top: 0px !important;
}
.m-t-1 {
  margin-top: 1px !important;
}
.m-b-0 {
  margin-bottom: 0px !important;
}

.m-l-0 {
  margin-left: 0px !important;
}

.m-r-0 {
  margin-right: 0px !important;
}

.m-5 {
  margin: 5px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.m-25 {
  margin: 25px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

/*
 * Generate Padding Class
 * padding, padding-top, padding-bottom, padding-left, padding-right
 */

.p-0 {
  padding: 0px !important;
}

.p-t-0 {
  padding-top: 0px !important;
}

.p-b-0 {
  padding-bottom: 0px !important;
}

.p-l-0 {
  padding-left: 0px !important;
}

.p-r-0 {
  padding-right: 0px !important;
}

.p-5 {
  padding: 5px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

/*
 * Generate Font-Size Classes (8px - 20px)
 */

.f-8 {
  font-size: 8px !important;
}

.f-9 {
  font-size: 9px !important;
}

.f-10 {
  font-size: 10px !important;
}

.f-11 {
  font-size: 11px !important;
}

.f-12 {
  font-size: 12px !important;
}

.f-13 {
  font-size: 13px !important;
}

.f-14 {
  font-size: 14px !important;
}

.f-15 {
  font-size: 15px !important;
}

.f-16 {
  font-size: 16px !important;
}

.f-17 {
  font-size: 17px !important;
}

.f-18 {
  font-size: 18px !important;
}

.f-19 {
  font-size: 19px !important;
}

.f-20 {
  font-size: 20px !important;
}

/*
 * Font Weight
 */

.f-300 {
  font-weight: 300 !important;
}

.f-400 {
  font-weight: 400 !important;
}

.f-500 {
  font-weight: 500 !important;
}

.f-700 {
  font-weight: 700 !important;
}

/*
 * Position Classes
 */

.p-relative {
  position: relative !important;
}

.p-absolute {
  position: absolute !important;
}

.p-fixed {
  position: fixed !important;
}

.p-static {
  position: static !important;
}

/*
 * Overflow
 */

.o-hidden {
  overflow: hidden !important;
}

.o-visible {
  overflow: visible !important;
}

.o-auto {
  overflow: auto !important;
}

/*
 * Display
 */

.d-block {
  display: block !important;
}

.di-block {
  display: inline-block !important;
}

/*
 * Material Background Colors
 */

.bgm-white {
  background-color: #ffffff !important;
}

.c-white {
  color: #ffffff !important;
}

.bgm-black {
  background-color: #000000 !important;
}

.c-black {
  color: #000000 !important;
}

.bgm-brown {
  background-color: #795548 !important;
}

.c-brown {
  color: #795548 !important;
}

.bgm-pink {
  background-color: #e91e63 !important;
}

.c-pink {
  color: #e91e63 !important;
}

.bgm-red {
  background-color: #f44336 !important;
}

.c-red {
  color: #f44336 !important;
}

.bgm-blue {
  background-color: #2196f3 !important;
}

.c-blue {
  color: #2196f3 !important;
}

.bgm-purple {
  background-color: #9c27b0 !important;
}

.c-purple {
  color: #9c27b0 !important;
}

.bgm-deeppurple {
  background-color: #673ab7 !important;
}

.c-deeppurple {
  color: #673ab7 !important;
}

.bgm-lightblue {
  background-color: #03a9f4 !important;
}

.c-lightblue {
  color: #03a9f4 !important;
}

.bgm-cyan {
  background-color: #00bcd4 !important;
}

.c-cyan {
  color: #00bcd4 !important;
}

.bgm-teal {
  background-color: #009688 !important;
}

.c-teal {
  color: #009688 !important;
}

.bgm-green {
  background-color: #4caf50 !important;
}

.c-green {
  color: #4caf50 !important;
}

.bgm-lightgreen {
  background-color: #8bc34a !important;
}

.c-lightgreen {
  color: #8bc34a !important;
}

.bgm-lime {
  background-color: #cddc39 !important;
}

.c-lime {
  color: #cddc39 !important;
}

.bgm-yellow {
  background-color: #ffeb3b !important;
}

.c-yellow {
  color: #ffeb3b !important;
}

.bgm-amber {
  background-color: #ffc107 !important;
}

.c-amber {
  color: #ffc107 !important;
}

.bgm-orange {
  background-color: #ff9800 !important;
}

.c-orange {
  color: #ff9800 !important;
}

.bgm-deeporange {
  background-color: #ff5722 !important;
}

.c-deeporange {
  color: #ff5722 !important;
}

.bgm-gray {
  background-color: #9e9e9e !important;
}

.c-gray {
  color: #9e9e9e !important;
}

.bgm-bluegray {
  background-color: #607d8b !important;
}

.c-bluegray {
  color: #607d8b !important;
}

.bgm-indigo {
  background-color: #3f51b5 !important;
}

.c-indigo {
  color: #3f51b5 !important;
}

/*
 * Background Colors
 */

.bg-black-trp {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.overlay-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}
.bg-white {
  background-color: white !important;
}
/*
 * Border
 */

.b-0 {
  border: 0 !important;
}

/*
 * width
 */

.w-100 {
  width: 100% !important;
}

/*
 * Border Radius
 */

.brd-2 {
  border-radius: 2px;
}

/*
 * Text Overflow
 */

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*
 * Media - Overriding the Media object to 3.2 version in order to prevent issues like text overflow.
 */

.media {
  overflow: visible;
}

.media:before,
.media:after {
  content: " ";
  display: table;
}

.media:after {
  clear: both;
}

.media:before,
.media:after {
  content: " ";
  display: table;
}

.media:after {
  clear: both;
}

.media > .pull-left {
  padding-right: 15px;
}

.media > .pull-right {
  padding-left: 15px;
}

.media-heading {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 700;
}

.media-body {
  zoom: 1;
  display: block;
  width: auto;
}

.media-object {
  border-radius: 2px;
}

.close {
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-weight: normal;
  text-shadow: none;
}

.close:hover {
  color: inherit;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dl-horizontal dt {
  text-align: left;
}

*,
button,
input,
i,
a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*:active,
*:hover {
  outline: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn {
    border: 0;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: none !important;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: transparent;
}

.btn-default:hover:hover,
.btn-default:focus:hover,
.btn-default.focus:hover,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:hover:focus,
.btn-default:focus:focus,
.btn-default.focus:focus,
.btn-default:active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:hover.focus,
.btn-default:focus.focus,
.btn-default.focus.focus,
.btn-default:active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: transparent;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}

.btn-primary {
  color: #ffffff;
  background-color: #2196f3;
  border-color: #0d8aee;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #0c7cd5;
  border-color: #064475;
}

.btn-primary:hover {
  color: #ffffff;
  background-color: #0c7cd5;
  border-color: #0a68b4;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #0c7cd5;
  border-color: #0a68b4;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #0a68b4;
  border-color: #064475;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #2196f3;
  border-color: #0d8aee;
}

.btn-primary .badge {
  color: #2196f3;
  background-color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #2196f3;
  border-color: transparent;
}

.btn-primary:hover:hover,
.btn-primary:focus:hover,
.btn-primary.focus:hover,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:hover:focus,
.btn-primary:focus:focus,
.btn-primary.focus:focus,
.btn-primary:active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:hover.focus,
.btn-primary:focus.focus,
.btn-primary.focus.focus,
.btn-primary:active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #2196f3;
  border-color: transparent;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active {
  background-color: #2196f3;
  border-color: #0d8aee;
}

.btn-primary .badge {
  color: #2196f3;
  background-color: #ffffff;
}

.btn-success {
  color: #ffffff;
  background-color: #4caf50;
  border-color: #449d48;
}

.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #3d8b40;
  border-color: #1e441f;
}

.btn-success:hover {
  color: #ffffff;
  background-color: #3d8b40;
  border-color: #327334;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #3d8b40;
  border-color: #327334;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #327334;
  border-color: #1e441f;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #4caf50;
  border-color: #449d48;
}

.btn-success .badge {
  color: #4caf50;
  background-color: #ffffff;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #4caf50;
  border-color: transparent;
}

.btn-success:hover:hover,
.btn-success:focus:hover,
.btn-success.focus:hover,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:hover:focus,
.btn-success:focus:focus,
.btn-success.focus:focus,
.btn-success:active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:hover.focus,
.btn-success:focus.focus,
.btn-success.focus.focus,
.btn-success:active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #4caf50;
  border-color: transparent;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active {
  background-color: #4caf50;
  border-color: #449d48;
}

.btn-success .badge {
  color: #4caf50;
  background-color: #ffffff;
}

.btn-info {
  color: #ffffff;
  background-color: #00bcd4;
  border-color: #00a5bb;
}

.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #008fa1;
  border-color: #00343b;
}

.btn-info:hover {
  color: #ffffff;
  background-color: #008fa1;
  border-color: #006f7d;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #008fa1;
  border-color: #006f7d;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #006f7d;
  border-color: #00343b;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #00bcd4;
  border-color: #00a5bb;
}

.btn-info .badge {
  color: #00bcd4;
  background-color: #ffffff;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #00bcd4;
  border-color: transparent;
}

.btn-info:hover:hover,
.btn-info:focus:hover,
.btn-info.focus:hover,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:hover:focus,
.btn-info:focus:focus,
.btn-info.focus:focus,
.btn-info:active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:hover.focus,
.btn-info:focus.focus,
.btn-info.focus.focus,
.btn-info:active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #00bcd4;
  border-color: transparent;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active {
  background-color: #00bcd4;
  border-color: #00a5bb;
}

.btn-info .badge {
  color: #00bcd4;
  background-color: #ffffff;
}

.btn-warning {
  color: #ffffff;
  background-color: #ff9800;
  border-color: #e68900;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #cc7a00;
  border-color: #663d00;
}

.btn-warning:hover {
  color: #ffffff;
  background-color: #cc7a00;
  border-color: #a86400;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #cc7a00;
  border-color: #a86400;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #a86400;
  border-color: #663d00;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #ff9800;
  border-color: #e68900;
}

.btn-warning .badge {
  color: #ff9800;
  background-color: #ffffff;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ff9800;
  border-color: transparent;
}

.btn-warning:hover:hover,
.btn-warning:focus:hover,
.btn-warning.focus:hover,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:hover:focus,
.btn-warning:focus:focus,
.btn-warning.focus:focus,
.btn-warning:active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:hover.focus,
.btn-warning:focus.focus,
.btn-warning.focus.focus,
.btn-warning:active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #ff9800;
  border-color: transparent;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active {
  background-color: #ff9800;
  border-color: #e68900;
}

.btn-warning .badge {
  color: #ff9800;
  background-color: #ffffff;
}

.btn-danger {
  color: #ffffff;
  background-color: #f44336;
  border-color: #f32c1e;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #ea1c0d;
  border-color: #891008;
}

.btn-danger:hover {
  color: #ffffff;
  background-color: #ea1c0d;
  border-color: #c8180b;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #ea1c0d;
  border-color: #c8180b;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #c8180b;
  border-color: #891008;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #f44336;
  border-color: #f32c1e;
}

.btn-danger .badge {
  color: #f44336;
  background-color: #ffffff;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #f44336;
  border-color: transparent;
}

.btn-danger:hover:hover,
.btn-danger:focus:hover,
.btn-danger.focus:hover,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:hover:focus,
.btn-danger:focus:focus,
.btn-danger.focus:focus,
.btn-danger:active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:hover.focus,
.btn-danger:focus.focus,
.btn-danger.focus.focus,
.btn-danger:active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #f44336;
  border-color: transparent;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active {
  background-color: #f44336;
  border-color: #f32c1e;
}

.btn-danger .badge {
  color: #f44336;
  background-color: #ffffff;
}

.btn-link {
  color: #2196f3;
  font-weight: normal;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #0a6ebd;
  text-decoration: none;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 2px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}
.btn-icon {
    border-radius: 50%;
    width: 40px;
    line-height: 43px;
    height: 40px;
    padding: 0;
    text-align: center;
}
.dropdown-btn-demo .dropdown, .dropdown-btn-demo .btn-group, .btn-demo .btn {
    display: inline-block;
    margin: 0 5px 7px 0;
}
.btn:not(.btn-link) {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}
.btn:not(.palette-White):not(.btn-default) {
    color: #fff;
}
.btn-colors > .btn {
    min-width: 112px;
}
.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
}
.btn-float {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 45px !important;
}
.btn-float:not(.m-btn) {
    position: absolute !important;
}
.btn-float i {
    font-size: 23px;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.alert {
    padding: 15px;
    margin-bottom: 18px;
    border: 1px solid transparent;
    border-radius: 2px;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.close {
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-weight: normal;
    text-shadow: none;
}
.alert span {
    cursor: pointer;
}
.alert {
    padding-left: 30px;
    font-size: 13px;
}
.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}
.alert:not(.alert-dismissible) {
    padding-right: 30px;
}
.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    background-color: #4caf50;
    border-color: transparent;
    color: #ffffff;
}
.alert-info {
    background-color: #2196f3;
    border-color: transparent;
    color: #ffffff;
}
.alert-warning {
    background-color: #ffc107;
    border-color: transparent;
    color: #ffffff;
}
.alert-danger {
    background-color: #f44336;
    border-color: transparent;
    color: #ffffff;
}
.alert-link {
    color: #fff !important;
}
.alert .alert-link {
    font-weight: bold;
}
.table-middle td , .table-middle th {
    vertical-align: middle!important;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.table {
    background-color: #ffffff;
    margin-bottom: 0;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #f0f0f0;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 15px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #f0f0f0;
}
.table > thead > tr > th {
    background-color: #fff;
    vertical-align: middle;
    font-weight: 500;
    color: #333;
    border-width: 1px;
}
.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #67bd6a;
}
.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #f6675d;
}
.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #d9edf7;
}
.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #ffa829;
}
.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #fffcbe;
}
.table-striped td, .table-striped th {
    border: 0 !important;
}
.toggle-switch {
    display: inline-block;
    vertical-align: top;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.toggle-switch .ts-label {
    display: inline-block;
    margin: 0 20px 0 0;
    vertical-align: top;
    -webkit-transition: color 0.56s cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 0.56s cubic-bezier(0.4, 0, 0.2, 1);
}
.toggle-switch .ts-label {
    min-width: 130px;
}
.toggle-switch input {
    position: absolute;
    z-index: 1;
    width: 46px;
    margin: 0 0 0 -4px;
    height: 24px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}
.toggle-switch .ts-helper {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 16px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.26);
    -webkit-transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    vertical-align: middle;
    cursor: pointer;
}
.toggle-switch .ts-helper:before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    width: 24px;
    height: 24px;
    background: #fafafa;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
    border-radius: 50%;
    webkit-transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.toggle-switch:not([data-ts-color]) input:not(:disabled):checked + .ts-helper {
    background: rgba(0, 150, 136, 0.5);
}
.toggle-switch:not([data-ts-color]) input:not(:disabled):checked + .ts-helper:before {
    background: #009688;
}
.toggle-switch[data-ts-color="red"] input:not(:disabled):checked + .ts-helper {
    background: rgba(244, 67, 54, 0.5);
}
.toggle-switch[data-ts-color="red"] input:not(:disabled):checked + .ts-helper:before {
    background: #f44336;
}
.toggle-switch input:checked + .ts-helper:before {
    left: 20px;
}
.toggle-switch[data-ts-color="cyan"] input:not(:disabled):checked + .ts-helper:before {
    background: #00bcd4;
}
.toggle-switch[data-ts-color="cyan"] input:not(:disabled):checked + .ts-helper {
    background: rgba(0, 188, 212, 0.5);
}
.toggle-switch[data-ts-color="purple"] input:not(:disabled):checked + .ts-helper {
    background: rgba(156, 39, 176, 0.5);
}
.toggle-switch[data-ts-color="purple"] input:not(:disabled):checked + .ts-helper:before {
    background: #9c27b0;
}
.toggle-switch[data-ts-color="blue"] input:not(:disabled):checked + .ts-helper {
    background: rgba(33, 150, 243, 0.5);
}
.toggle-switch[data-ts-color="blue"] input:not(:disabled):checked + .ts-helper:before {
    background: #2196f3;
}
.toggle-switch[data-ts-color="lime"] input:not(:disabled):checked + .ts-helper {
    background: rgba(205, 220, 57, 0.5);
}
.toggle-switch[data-ts-color="lime"] input:not(:disabled):checked + .ts-helper:before {
    background: #cddc39;
}
.toggle-switch[data-ts-color="pink"] input:not(:disabled):checked + .ts-helper {
    background: rgba(233, 30, 99, 0.5);
}
.toggle-switch[data-ts-color="pink"] input:not(:disabled):checked + .ts-helper:before {
    background: #e91e63;
}
.toggle-switch[data-ts-color="green"] input:not(:disabled):checked + .ts-helper {
    background: rgba(76, 175, 80, 0.5);
}
.toggle-switch[data-ts-color="green"] input:not(:disabled):checked + .ts-helper:before {
    background: #4caf50;
}
.toggle-switch[data-ts-color="amber"] input:not(:disabled):checked + .ts-helper {
    background: rgba(255, 193, 7, 0.5);
}
.toggle-switch[data-ts-color="amber"] input:not(:disabled):checked + .ts-helper:before {
    background: #ffc107;
}

.toggle-switch.disabled {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

@media (min-width: 767px){
    .h-logo {
        width: 230px;
    }
}
@media (max-width: 767px){
    #main {
        padding: 0 15px 30px;
    }
    #header {
        padding: 15px 25px;
    }
}
@media (min-width: 768px){
    .container {
        width: 100%;
    }
    .c-header {
        padding: 0 32px;
    }
    #profile-main .pmo-pic .pmo-stat {
        background: #ffc107;
        padding-bottom: 15px;
    }
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
    .nav-tabs.tab-nav li > a {
        padding: 15px;
    }
}
@media (max-width: 991px){
    .h-search {
        padding: 40px 40px 0;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        background-color: #009688;
        z-index: 1;
        opacity: 0;
        -webkit-transform: translate3d(0, -65px, 0);
        transform: translate3d(0, -65px, 0);
    }
    .c-header {
        padding: 0 18px;
    }
}
@media (min-width: 992px){
    .hm-search-trigger {
        display: none !important;
    }
    .container {
        width: 100%;
    }
}
@media (max-width: 1199px){
    #profile-main .pmb-block {
        padding: 30px 20px 0;
    }
}
@media (min-width: 1200px){
    .container {
        width: 100%;
    }
    #profile-main .pmb-block {
        padding: 40px 42px 0;
    }
}
@media (max-width: 1279px){
    .h-logo .menu-collapse {
        margin-top: 8px;
        float: left;
    }
    #s-main-menu {
        padding-top: 80px;
        opacity: 0;
        -webkit-transform: translate3d(-320px, 0, 0);
        transform: translate3d(-320px, 0, 0);
        position: fixed;
        top: 0;
        height: 100%;
        width: 300px;
        box-shadow: 0px 0 30px rgba(0, 0, 0, 0.3);
        background: #fff;
    }
    #s-main-menu.toggled {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        z-index: 101;
    }
    .smm-header {
        display: block;
        height: 80px;
        background-image: url('../bundles/app/images/skin/top_header.png');
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center;
        position: fixed;
        top: 0;
        left: 0;
        width: 300px;
        z-index: 10;
    }
    .smm-header i {
        font-size: 21px;
        color: #009688;
        background: #fff;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        text-align: center;
        line-height: 41px;
        margin: 20px 30px 0;
        cursor: pointer;
    }
    .main-menu {
        height: 100%;
        overflow-y: auto;
    }
    .smm-alerts {
        display: none;
    }
    .c-items.p-l-0 {
        padding-left: 15px!important;
    }
}

@media (min-width: 1280px){
    .h-logo .menu-collapse {
        display: none;
    }
    .hm-alerts {
        display: none !important;
    }
    #main {
        padding: 0 40px 30px 270px;
        min-height: calc(100vh - 159px);
        top: -110px;
    }
    #s-main-menu {
        width: 270px;
        position: absolute;
        height: 100%;
        top: 0;
    }
    #header {
        padding-bottom: 120px;
    }
}
@media (max-width: 1279px) and (min-width: 768px){
    #main {
        padding: 0 40px 30px;
    }
}
@media (max-width: 1279px){
    #main {
        padding: 0 40px 30px;
        top: -98px;
    }
    #header {
        padding-bottom: 100px;
    }
}
.dl-horizontal dt {
    text-align: left;
}
.color-white {
    color: white!important;
}
.color-palette {
    color: rgba(255,255,255,0.87);
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 60px;
}
.color-palette .color-group, .color-palette .color-group:last-child {
    float: left;
    padding-bottom: 40px;
    display: block;
}
.color-palette .color-group:first-child, .color-palette .color-group:nth-of-type(3n+1), .color-palette .color-group:last-child:first-child, .color-palette .color-group:last-child:nth-of-type(3n+1) {
    clear: left;
    margin-left: 0;
}
.color-palette .color-group li, .color-palette .color-group:last-child li {
    list-style-type: none;
}
.color-palette .color-group li.color, .color-palette .color-group:last-child li.color {
    padding: 15px;
}
.color-palette .color-group li.main-color, .color-palette .color-group:last-child li.main-color {
    border-bottom: 4px solid #fafafa;
}
.color-palette .color-group li.main-color .name, .color-palette .color-group:last-child li.main-color .name {
    display: block;
    margin-bottom: 60px;
}
.color-palette .light-strong {
    color: #fff;
}
.color-palette .color-group li.color .hex, .color-palette .color-group:last-child li.color .hex {
    float: right;
    text-transform: uppercase;
}
