.emerald-bg {
  background-color: #3fcfbb !important; /*2fb2a0*/
}
.red-bg {
  background-color: #fe635f !important; /*dd504c*/
}
.yellow-bg {
  background-color: #f1c40f !important; /*d5ac08*/
}
.green-bg {
  background-color: #8dc859 !important; /*77ab49*/
}
.purple-bg {
  background-color: #8f44ad !important;
}
.gray-bg {
  background-color: #7e8c8d !important; /*626f70*/
}

.emerald {
  color: #3fcfbb !important;
}
.red {
  color: #fe635f !important;
}
.yellow {
  color: #f1c40f !important;
}
.green {
  color: #8dc859 !important;
}
.purple {
  color: #8f44ad !important;
}
.gray {
  color: #7e8c8d !important;
}

.status-green {
  color: #005826;
}
.status-red {
  color: #9e0b0f;
}

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

h1 small, 
h2 small, 
h3 small, 
h1 .small, 
h2 .small, 
h3 .small {
  padding-left: 8px;
}

.top-page-ui {
  padding-top: 15px
}

/* BUTTONS */
.btn {
  border: none;
  padding: 6px 12px;
  border-bottom: 4px solid;
  -webkit-transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
  transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
  outline: none;
}
.btn-default,
.wizard-cancel,
.wizard-back {
  background-color: #7e8c8d;
  border-color: #626f70;
  color: #fff;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active, 
.open .dropdown-toggle.btn-default,
.wizard-cancel:hover,
.wizard-cancel:focus,
.wizard-cancel:active,
.wizard-cancel.active,
.wizard-back:hover,
.wizard-back:focus,
.wizard-back:active,
.wizard-back.active {
  background-color: #949e9f;
  border-color: #748182;
  color: #fff;
}
.btn-default .caret {
  border-top-color: #FFFFFF;
}
.btn-info {
  background-color: #5daee7;
  border-color: #4c95c9;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active, 
.open .dropdown-toggle.btn-info {
  background-color: #4c95c9;
  border-color: #3f80af;
}
.btn-link {
  border: none;
}
.btn-primary {
  background-color: #3fcfbb;
  border-color: #2fb2a0;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active, 
.open .dropdown-toggle.btn-primary {
  background-color: #38c2af;
  border-color: #2aa493;
}
.btn-success {
  background-color: #8dc859;
  border-color: #77ab49;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active, 
.open .dropdown-toggle.btn-success {
  background-color: #77ab49;
}
.btn-danger {
  background-color: #fe635f;
  border-color: #dd504c;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active, 
.open .dropdown-toggle.btn-danger {
  background-color: #dd504c;
}
.btn-warning {
  background-color: #f1c40f;
  border-color: #d5ac08;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active, 
.open .dropdown-toggle.btn-warning {
  background-color: #e0b50a;
  border-color: #bd9804;
}

.icon-box {
  
}
.icon-box .btn {
  border: 1px solid #e1e1e1;
  margin-left: 3px;
  margin-right: 0;
}
.icon-box .btn:hover {
  background-color: #eee;
  color: #2BB6A3;
}


/* LABELS */
.label {
  border-radius: 0 0 0 0;
  font-size: 0.875em;
  font-weight: 400;
}
.label-default,
.fc-event.label-default {
  background-color: #7e8c8d;
}
.label-primary,
.fc-event.label-primary {
  background-color: #2bb6a3;
}
.label-success,
.fc-event.label-success {
  background-color: #8dc859;
}
.label-info,
.fc-event.label-info {
  background-color: #8f44ad;/*#2b9db6;*/
}
.label-warning,
.fc-event.label-warning {
  background-color: #f1c40f;
}
.label-danger,
.fc-event.label-danger {
  background-color: #fe635f;
}
.label.label-large {
  font-size: 1em;
  padding: 0.4em 0.8em 0.5em;
}
#calendar .fc-event,
.external-event {
  border-left: 4px solid #209081;
}
#calendar .fc-event.label-success,
.external-event.label-success {
  border-left: 4px solid #77AB49;
}
#calendar .fc-event.label-warning,
.external-event.label-warning {
  border-left: 4px solid #D5AC08;
}
#calendar .fc-event.label-danger,
.external-event.label-danger {
  border-left: 4px solid #DD504C;
}
#calendar .fc-event.label-info,
.external-event.label-info {
  border-left: 4px solid #65287e;
}
#calendar .fc-event.label-default,
.external-event.label-default {
  border-left: 4px solid #626F70;
}
@media only screen and (max-width: 440px) {
  #calendar .fc-header-right,
  #calendar .fc-button-today,
  #calendar .fc-header-space {
    display: none;
  }
}


/* ALERTS */

.alert {
  border-radius: 0;
  border-image: none;
  border-style: none none none solid;
  border-width: 0 0 0 4px;
}
.alert-success {
  border-color: #77AB49;
}
.alert-warning {
  border-color: #D5AC08;
}
.alert-danger {
  border-color: #DD504C;
}
.alert-info {
  background-color: #e9fdfb;
  border-color: #c6eae6;
  color: #2BB6A3;
}
.alert-info .alert-link {
  color: #209081;
}


/* PAGINATION */
.pagination {
  margin: 5px 0;
}
.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0;
}
.pagination > li > a, 
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > li > a:active,
.pagination > li > span:active {
  color: #2BB6A3;
}
.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
  background-color: #2BB6A3;
  border-color: #2BB6A3;
}

.pager li > a, 
.pager li > span {
  border-radius: 0;
}

/* ITEMS */
a.list-group-item.active, 
a.list-group-item.active:hover, 
a.list-group-item.active:focus {
  background-color: #2BB6A3;
  border-color: #2BB6A3;
}
.list-group-item:first-child,
.list-group-item:last-child {
  border-radius: 0;
}

/* BADGES */
.badge {
  text-shadow: 0 1px 2px rgba(0,0,0,0.35);
}
.badge.badge-danger {
  background-color: #fe635f;
}
.badge.badge-success {
  background-color: #8DC859;
}
.badge.badge-warning {
  background-color: #F1C40F;
}
.badge.badge-primary {
  background-color: #2BB6A3;
}
.badge.badge-info {
  background-color: #3bafda;
}
.badge.badge-system {
  background-color: #8F44AD;
}

/* TABS */
.nav-tabs > li > a {
  border-radius: 0;
  outline: none;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  border-color: #eee;
}
.nav .caret {
  border-bottom-color: #2BB6A3;
  border-top-color: #2BB6A3;
}

/* PANEL */
.panel-default > .panel-heading {
  background-color: #2BB6A3;
  border-color: #2BB6A3;
  color: #FFFFFF;
  border-radius: 0;
}
.panel-group .panel {
  border-radius: 0;
  border: 0 none;
}
.panel-collapse {
  border: 1px solid #e1e1e1;
  border-top: 0;
}
.accordion .panel-title > a {
  display: block;
  position: relative;
  outline: none;
  text-decoration: none;
  color: #FFFFFF;
  padding-right: 15px;
}
.accordion .panel-title > a:hover {
  text-decoration: none;
  color: #FFFFFF;
}
.accordion .panel-title > a:after {
  content: "\f068";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-top: -5px;
  font-size: 0.75em;
  position: absolute;
  right: 0;
  top: 50%;
}
.accordion .panel-title > a.accordion-toggle.collapsed:after {
  content: "\f067";
}
.accordion .panel-title > a.accordion-toggle > i {
  width: 24px;
  text-align: center;
  padding-right: 6px;
}


/* TABLES */
.table {
  border-collapse: separate;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #eee;
}
.table thead > tr > th {
  border-bottom: 1px solid #C2C2C2;
  padding-bottom: 0;
}
.table tbody > tr > td {
  font-size: 1em;
  background: #f5f5f5;
  border-top: 10px solid #fff;
  vertical-align: middle;
  padding: 12px 8px;
}
.table tbody > tr > td:first-child,
.table thead > tr > th:first-child {
  padding-left: 20px;
}
.table thead > tr > th span {
  border-bottom: 2px solid #C2C2C2;
  display: inline-block;
  padding: 0 5px;
  padding-bottom: 5px;
  font-weight: normal;
}
.table thead > tr > th > a span {
  color: #344644;
}
.table thead > tr > th > a span:after {
  content: "\f0dc";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-left: 5px;
  font-size: 0.75em;
}
.table thead > tr > th > a.asc span:after {
  content: "\f0dd";
}
.table thead > tr > th > a.desc span:after {
  content: "\f0de";
}
.table thead > tr > th > a:hover span {
  text-decoration: none;
  color: #2bb6a3;
  border-color: #2bb6a3;
}
.table.table-hover tbody > tr > td {
  -webkit-transition: background-color 0.15s ease-in-out 0s;
  transition: background-color 0.15s ease-in-out 0s;
}
.table tbody tr td .call-type {
  display: block;
  font-size: 0.75em;
  text-align: center;
}
.table tbody tr td .first-line {
  line-height: 1.5;
  font-weight: 400;
  font-size: 1.125em;
}
.table tbody tr td .first-line span {
  font-size: 0.875em;
  color: #969696;
  font-weight: 300;
}
.table tbody tr td .second-line {
  font-size: 0.875em;
  line-height: 1.2;
}
.table a.table-link {
  margin: 0 1px;
  font-size: 1.125em;
}
.table a.table-link:hover {
  text-decoration: none;
  color: #2aa493;
}
.table a.table-link.danger {
  color: #fe635f;
}
.table a.table-link.danger:hover {
  color: #dd504c;
}

.table-products tbody > tr > td {
  background: none;
  border: none;
  border-bottom: 1px solid #ebebeb;
  -webkit-transition: background-color 0.15s ease-in-out 0s;
  transition: background-color 0.15s ease-in-out 0s;
  position: relative;
}
.table-products tbody > tr:hover > td {
  text-decoration: none;
  background-color: #f6f6f6;
}
.table-products .name {
  display: block;
  font-weight: 600;
  padding-bottom: 7px;
}
.table-products .price {
  display: block;
  text-decoration: none;
  width: 50%;
  float: left;
  font-size: 0.875em;
}
.table-products .price > i {
  color: #8dc859;
}
.table-products .warranty {
  display: block;
  text-decoration: none;
  width: 50%;
  float: left;
  font-size: 0.875em;
}
.table-products .warranty > i {
  color: #f1c40f;
}
.table tbody > tr.table-line-fb > td {
  background-color: #9daccb;
  color: #262525;
}
.table tbody > tr.table-line-twitter > td {
  background-color: #9fccff;
  color: #262525;
}
.table tbody > tr.table-line-plus > td {
  background-color: #eea59c;
  color: #262525;
}
.table-stats .status-social-icon {
  font-size: 1.9em;
  vertical-align: bottom;
}
.table-stats .table-line-fb .status-social-icon {
  color: #556484;
}
.table-stats .table-line-twitter .status-social-icon {
  color: #5885b8;
}
.table-stats .table-line-plus .status-social-icon {
  color: #a75d54;
}

.daterange-filter {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #CCCCCC;
  cursor: pointer;
  padding: 5px 10px;
}
.filter-block .form-group {
  margin-right: 10px;
  position: relative;
}
.filter-block .form-group .form-control {
  height: 36px;
}
.filter-block .form-group .search-icon {
  position: absolute;
  color: #707070;
  right: 8px;
  top: 11px;
}
.filter-block .btn {
  margin-left: 5px;
}
@media only screen and (max-width: 440px) {
  .filter-block {
    float: none !important;
    clear: both
  }
  .filter-block .form-group {
    float: none !important;
    margin-right: 0;
  }
  .filter-block .btn {
    display: block;
    float: none !important;
    margin-bottom: 15px;
    margin-left: 0;
  }
  #reportrange {
    clear: both;
    float: none !important;
    margin-bottom: 15px;
  }
}


/* USER LIST TABLE */
.user-list tbody td > img {
  position: relative;
  max-width: 50px;
  float: left;
  margin-right: 15px;
}
.user-list tbody td .user-link {
  display: block;
  font-size: 1.25em;
  padding-top: 3px;
  margin-left: 60px;
}
.user-list tbody td .user-subhead {
  font-size: 0.875em;
  font-style: italic;
}


/* FORMS */
.form-group {
  margin-bottom: 15px;
}
label {
  font-weight: 400;
  font-size: 1.1em;
}
.form-control {
  border-radius: 0px;
  border-color: #e1e1e1;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.form-control:focus {
  border-color: #2bb6a3;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(43, 182, 163, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(43, 182, 163, 0.6);
}
.form-inline-box {
  background: none repeat scroll 0 0 #F6F6F6;
  border: 1px solid #E1E1E1;
  padding: 7px;
}

.success .form-control {
  border-color: #8DC859;
}
.success .help-block, 
.success .control-label {
  color: #77AB49;
}
.success .form-control:focus {
  border-color: #77AB49;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #77AB49;  
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #77AB49;
}
.success .input-group-addon {
  color: #8DC859;
  background-color: #dff0d8;
  border-color: #8DC859;
}
.warning .form-control {
  border-color: #F1C40F;
}
.warning .help-block, 
.warning .control-label {
  color: #D5AC08;
}
.warning .form-control:focus {
  border-color: #D5AC08;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #D5AC08;  
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #D5AC08;
}
.warning .input-group-addon {
  color: #F1C40F;
  background-color: #fcf8e3;
  border-color: #F1C40F;
}
.error .form-control {
  border-color: #FE635F;
}
.error .help-block, 
.error .control-label {
  color: #DD504C;
}
.error .form-control:focus {
  border-color: #DD504C;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #DD504C;  
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #DD504C;
}
.error .input-group-addon {
  color: #FE635F;
  background-color: #f2dede;
  border-color: #FE635F;
}

.input-group > .form-control, 
.input-group > .input-group-addon, 
.input-group > .input-group-btn > .btn {
  border-radius: 0;
  line-height: 1;
}
.input-group > .input-group-btn > .btn {
  border: 0;
  height: 34px;
}
.input-group-addon {
  background: transparent;
  border-color: #e1e1e1;
}
.dropdown-menu {
  border-radius: 0;
}
.help-block {
  font-size: 0.875em;
}
.checkbox-inline > input {
  margin-top: 0;
}
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus {
  background-color: #2BB6A3;
}

.bootstrap-timepicker-widget table td input {
  border: 1px solid #ccc;
  width: 30px !important;
  height: 30px;
}
.bootstrap-timepicker-widget a.btn, 
.bootstrap-timepicker-widget input,
.bootstrap-timepicker-widget table td a:hover {
  border-radius: 0 !important;
}
.form-group-select2 label {
  display: block;
}
.select2-results .select2-result-label {
  font-size: 0.875em;
}
.select2-container .select2-choice {
  font-size: 0.875em;
}
.select2-container.select2-container-multi .select2-choices .select2-search-field input {
  font-size: 0.875em;
  background-color: #FFFFFF;
  color: #555555;
  display: block;
  font-size: 14px;
  height: 34px;
  padding: 6px 12px;
  -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  vertical-align: middle;
}
.select2-container.select2-container-multi .select2-choices {
  border-color: #ccc;
}
.select2-container.select2-container-multi .select2-choices .select2-search-choice {
  line-height: 22px;
  background: #c2f5ef;
  border-radius: 0;
  border-color: #ccc;
  color: #707070;
  font-size: 0.875em;
}
.select2-container.select2-container-multi .select2-search-choice-close {
  top: 8px;
}
.select2-container-active .select2-choice, 
.select2-container-active .select2-choices {
  border-color: #2BB6A3;
}
.select2-container .select2-choice {
  border-radius: 0 !important;
  background: #fff !important;
  border-color: #E1E1E1 !important;
  height: 34px !important;
  line-height: 34px !important;
}
.select2-container .select2-choice .select2-arrow {
  border-radius: 0 !important;
  background: #eee !important;
  border-color: #E1E1E1 !important;
  width: 24px !important;
}
.select2-container .select2-choice .select2-arrow b {
  background-position: 3px 4px !important;
}
.select2-dropdown-open.select2-drop-above .select2-choice, 
.select2-dropdown-open.select2-drop-above .select2-choices {
  border-color: rgba(0, 0, 0, 0) #2BB6A3 #2BB6A3 !important;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #2BB6A3 !important;
}
.select2-drop-active {
  border-color: #2BB6A3 #2BB6A3 !important;
}
.tt-query {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.wysiwyg-editor {
  max-height: 250px;
  height: 250px;
  background-color: #fff;
  border-collapse: separate; 
  border: 1px solid #ccc; 
  padding: 10px; 
  box-sizing: content-box; 
  -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  overflow: scroll;
  outline: none;
}
.btn-toolbar.editor-toolbar {
  margin-bottom: 7px;
}

.checkbox-nice {
  position: relative;
  padding-left: 15px;
}
.checkbox-nice input[type=checkbox] {
  visibility: hidden;
}
.checkbox-nice label:before {
  cursor: pointer;
  position: absolute;
  width: 22px;
  height: 22px;
  left: 1px;
  top: 1px;
  background: #ffffff;
  content: "";
  border: 1px solid #e1e1e1;
}
.checkbox-nice label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 12px;
  height: 7px;
  background: transparent;
  top: 7px;
  left: 6px;
  border: 3px solid #2bb6a3;
  border-top: none;
  border-right: none;

  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.checkbox-nice label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.checkbox-nice input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

/* FORM ON/OFF SWITCH */
.onoffswitch {
  position: relative; width: 90px;
  -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin-right: 20px;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block; overflow: hidden; cursor: pointer;
  border: 1px solid #999999; border-radius: 20px;
}

.onoffswitch-inner {
  width: 200%; margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
  float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
  font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: "ON";
  padding-left: 10px;
  background-color: #34D1BE; color: #FFFFFF;
}
.onoffswitch.onoffswitch-success .onoffswitch-inner:before {
  background-color: #8dc859;
}
.onoffswitch.onoffswitch-danger .onoffswitch-inner:before {
  background-color: #fe635f;
}
.onoffswitch.onoffswitch-warning .onoffswitch-inner:before {
  background-color: #f1c40f;
}

.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 10px;
  background-color: #EEEEEE; color: #999999;
  text-align: right;
}

.onoffswitch-switch {
  width: 18px; margin: 6px;
  background: #FFFFFF;
  border: 1px solid #999999; border-radius: 20px;
  position: absolute; top: 0; bottom: 0; right: 56px;
  -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px; 
}


/* INFOGRAPHIC BOX */
.infographic-box i {
  font-size: 2.9em;
  display: block;
  float: left;
  margin-right: 15px;
  margin-top: 5px;
  width: 40px;
  text-align: center;
}
.infographic-box .headline {
  display: block;
  font-size: 1.2em;
  font-weight: 300;
}
.infographic-box .value {
  font-size: 2.1em;
  font-weight: 600;
  margin-top: -5px;
  display: block;
}
.infographic-box i.red {
  color: #fe635f;
}
.infographic-box i.emerald {
  color: #2bb6a3;
}
.infographic-box i.green {
  color: #8dc859;
}
.infographic-box i.yellow {
  color: #f1c40f;
}


/* GALLERY */
#gallery-photos-wrapper {
  position: relative;
}
#gallery-photos {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
#gallery-photos li {
  float: left;
  display: block;
  margin-top: 7px;
  margin-bottom: 7px;
  overflow: hidden;
  position: relative;
}
#gallery-photos li .photo-box {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: #eee;
  border: 1px solid #c6c6c6;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: move;
  min-width: 100px;
  min-height: 100px;
  padding-top: 98%;
}
#gallery-photos .remove-photo-link {
  cursor: pointer;
  display: none;
  left: 50%;
  margin-left: -28px;
  position: absolute;
  text-align: center;
  top: 50%;
  margin-top: -28px;
}
#gallery-photos li .remove-photo-link .icon-stack {
  font-size: 2em;
}
#gallery-photos li:hover .photo-box:after {
  background: rgba(63, 207, 187, 0.35);
  position: absolute;
  content: "";
  top: 0;
  right: 8px;
  bottom: 0;
  left: 8px;
}
#gallery-photos li:hover .remove-photo-link {
  display: block;
}


/* NESTABLE LIST */
.dd { 
  position: relative; 
  display: block; 
  list-style: none; 
  font-size: 13px; 
  line-height: 20px; 
}

.dd-list { 
  display: block; 
  position: relative; 
  margin: 0; 
  padding: 0; 
  list-style: none; 
}
.dd-list .dd-list { 
  padding-left: 30px; 
}
.dd-collapsed .dd-list { 
  display: none; 
}
.dd-item,
.dd-empty,
.dd-placeholder { 
  display: block;
  position: relative; 
  margin: 0; 
  padding: 0; 
  min-height: 20px; 
  font-size: 13px; 
  line-height: 20px; 
}
.dd-handle-list {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #E1E1E1;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 1em;
  color: #000000;
  text-align: center;
  border: 1px solid #E1E1E1;
  padding-top: 4px;
}
.dd-handle { 
  background: none repeat scroll 0 0 #F6F6F8;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  color: #000000;
  display: block;
  font-size: 0.875em;
  font-weight: 700;
  height: 30px;
  margin: 5px 0;
  padding: 5px 10px;
  text-decoration: none;
  box-sizing: border-box; 
  -moz-box-sizing: border-box;
}
.dd-handle:hover { 
  color: #2bb6a3; 
  background: #fff; 
}
.dd-handle .nested-links {
  float: right;
}
.dd-handle .nested-links .nested-link {
  margin: 0 2px;
}
.dd-handle .nested-links .nested-link:last-child {
  margin-right: 0;
}
.dd-handle .nested-links .nested-link i {
  font-size: 1.25em;
}
.dd-item-list .dd-handle {
  padding-left: 40px;
}
.dd-item > button { 
  display: block; 
  position: relative; 
  cursor: pointer; 
  float: left; 
  width: 25px; 
  height: 20px; 
  margin: 5px 0; 
  padding: 0; 
  text-indent: 100%; 
  white-space: nowrap; 
  overflow: hidden; 
  border: 0; 
  background: transparent; 
  font-size: 12px; 
  line-height: 1; 
  text-align: center; 
  font-weight: bold;
}
.dd-item > button:before { 
  content: '+'; 
  display: block; 
  position: absolute; 
  width: 100%; 
  text-align: center; 
  text-indent: 0; 
}
.dd-item > button[data-action="collapse"]:before { 
  content: '-'; 
}
.dd-placeholder,
.dd-empty { 
  margin: 5px 0; 
  padding: 0; 
  min-height: 30px; 
  background: #f2fbff; 
  border: 1px dashed #b6bcbf; 
  box-sizing: border-box; 
  -moz-box-sizing: border-box; 
}
.dd-empty { 
  border: 1px dashed #bbb; 
  min-height: 100px; 
  background-color: #e5e5e5;
  background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), 
            -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), 
             -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-image:    linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), 
                linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}

.dd-dragel { 
  position: absolute; 
  pointer-events: none; 
  z-index: 9999; 
}
.dd-dragel > .dd-item .dd-handle {
  margin-top: 0; 
}
.dd-dragel .dd-handle {
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
      box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
}

.nestable-lists { 
  display: block; 
  clear: both; 
  padding: 30px 0; 
  width: 100%; 
}

.nestable-lists .dd-placeholder {
  background: #E9FDFB;
  border-color: #2FB2A0;
}

/* #nestable2 .dd-handle {
  color: #fff;
  border: 1px solid #999;
  background: #bbb;
  background: -webkit-linear-gradient(top, #bbb 0%, #999 100%);
  background: -moz-linear-gradient(top, #bbb 0%, #999 100%);
  background:    linear-gradient(top, #bbb 0%, #999 100%);
}
#nestable2 .dd-handle:hover { 
  background: #bbb; 
}
#nestable2 .dd-item > button:before { 
  color: #fff; 
} */

@media only screen and (min-width: 700px) { 

  .dd { 
    float: left; 
    width: 48%; 
  }
  .dd + .dd { 
    margin-left: 2%; 
  }

}
.dd-hover > .dd-handle { 
  background: #2ea8e5 !important; 
}


/* SLIDER */
.slider-vertical {
  height: 200px;
  float: left;
  margin-right: 20px;
}


/* AUTOCOMPLETE */
.typeahead,
.tt-query,
.tt-hint {
  width: 400px;
}
.twitter-typeahead {
  display: block !important;
}
.typeahead {
  background-color: #fff;
}
.typeahead:focus {
  border: 2px solid #0097cf;
}
.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
  color: #999;
  padding-top: 5px;
  padding-left: 11px;
}
.tt-dropdown-menu {
  width: 422px;
  margin-top: 12px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.tt-suggestion {
  padding: 3px 20px;
  font-size: 1em;
  line-height: 20px;
}
.tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #34D1BE;
}
.tt-suggestion p {
  margin: 0;
}
.gist {
  font-size: 12px;
}
/* example specific styles */
.example-twitter-oss .tt-suggestion {
  padding: 8px 20px;
}
.example-twitter-oss .tt-suggestion + .tt-suggestion {
  border-top: 1px solid #ccc;
}
.example-twitter-oss .repo-language {
  float: right;
  font-style: italic;
  font-size: 12px;
}
.example-twitter-oss .repo-name {
  font-weight: bold;
}
.example-twitter-oss .repo-description {
  font-size: 12px;
}
@media only screen and (max-width: 480px) {
  .typeahead,
  .tt-query,
  .tt-hint {
    width: 100%;
  }
  .tt-dropdown-menu {
    width: 100%;
  }
}


/* PASSWORD METER */
#pwindicator {
  margin-top: 15px;
  margin-bottom: 5px;
  width: 150px;
}
.pwdindicator .bar {
  height: 4px;
}
.pwdindicator .pwdstrength-label {
  
}
.pwdindicator.pw-very-weak .bar {
  background: #fb241f;
  width: 30px;
}
.pwdindicator.pw-very-weak .pwdstrength-label {
  color: #fb241f;
}
.pwdindicator.pw-weak .bar {
  background: #fe635f;
  width: 60px;
}
.pwdindicator.pw-weak .pwdstrength-label {
  color: #fe635f;
}
.pwdindicator.pw-mediocre .bar {
  background: #f1c40f;
  width: 90px;
}
.pwdindicator.pw-mediocre .pwdstrength-label {
  color: #f1c40f;
}
.pwdindicator.pw-strong .bar {
  background: #f3b31a;
  width: 120px;
}
.pwdindicator.pw-strong .pwdstrength-label {
  color: #f3b31a;
}
.pwdindicator.pw-very-strong .bar {
  background: #8dc859;
  width: 150px;
}
.pwdindicator.pw-very-strong .pwdstrength-label {
  color: #8dc859;
}


/* LOGIN PAGE */
#login-page,
#login-page-full {
  background-color: #eee;
}
#login-box {
  background: #fff;
  max-width: 450px;
  min-width: 280px;
  border: 1px solid #e1e1e1;
  border-bottom-width: 5px;
  margin: 60px auto 20px;
}
#login-box #login-box-header {
  height: 5px;
}
#login-box #login-box-header > div {
  height: 100%;
  width: 16.6667%;
  float: left;
}
#login-box #login-box-header .login-box-header-red {
  background: #fe635f;
}
#login-box #login-box-header .login-box-header-green {
  background: #8dc859;
}
#login-box #login-box-header .login-box-header-yellow {
  background: #f1c40f;
}
#login-box #login-box-header .login-box-header-purple {
  background: #8f44ad;
}
#login-box #login-box-header .login-box-header-blue {
  background: #5de7d7;
}
#login-box #login-box-header .login-box-header-gray {
  background: #7e8c8d;
}
#login-box-inner {
  padding: 50px 42px;
}
#login-logo {
  display: block;
  margin: 30px auto 60px;
  text-align: center;
  font-size: 2.1em;
  font-weight: 600;
}
#login-box .input-group {
  margin-bottom: 10px;
}
#login-box .input-group input {
  font-weight: 300;
}
#login-box .input-group .input-group-addon {
  padding-left: 0;
  padding-right: 0;
  min-width: 50px;
}
#login-box .input-group .input-group-addon i {
  color: #efefef;
}
#login-box #login-forget-link {
  display: block;
}
#login-box .btn {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.125em;
}
#login-box-inner .input-group > .form-control,
#login-box-inner .input-group > .input-group-addon {
  height: 46px;
  padding-top: 0;
  padding-bottom: 0;
}
#login-box-inner .input-group > .input-group-addon {
  height: 44px;
}
@media only screen and (max-width: 768px) {
  #login-box {
    margin-top: 20px;
  }
  #login-logo {
    margin-top: 0px;
    margin-bottom: 40px;
  }
  #login-box #login-forget-link {
    text-align: center;
    margin-top: 20px;
  }
  #login-box-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#login-page .login-create,
#login-page-full .login-create {
  margin-bottom: 20px;
}

#login-page-full .container {
  max-width: 1440px;
  margin: 0 auto;
}
#login-page-full .login-full-create {
  margin-right: 20px;
  line-height: 50px;
}
#login-full-left {
  margin-top: 50px;
  margin-bottom: 20px;
}
#login-full-left h1 {
  text-align: center;
  color: #363636;
  font-weight: 600;
  margin-bottom: 40px;
}
#login-full-left h2 {
  text-align: center;
  margin-top: 30px;
}
#login-full-left p.login-full-devices {
  margin-top: 30px;
}
#login-full-left .login-full-features {
  margin: 20px 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
#login-full-left .login-full-features > li {
  display: inline-block;
  margin: 0 8px;
}
#login-full-left .login-full-features > li > i {
  display: block;
  text-align: center;
  font-size: 1.6em;
  margin-bottom: 4px;
}
#login-full-left .login-full-features > li > span {
  display: block;
  text-align: center;
  font-size: 0.845em;
  line-height: 1.2;
}


/* PROGRESS BAR */
.progress {
  background-color: #eee;
  border-radius: 0;
  height: 8px;
  margin-bottom: 12px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress-round-2 {
    border-radius: 2px;
}
.progress-round-4 {
    border-radius: 4px;
}
.progress-round-6 {
    border-radius: 6px;
}
.progress-bar {
  background-color: #5de7d7;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress-bar-success {
  background-color: #8dc859;
}
.progress-bar-info {
  background-color: #8f44ad;
}
.progress-bar-warning {
  background-color: #f1c40f;
}
.progress-bar-danger {
  background-color: #fe635f;
}
.progress.progress-2x {
  height: 12px;
}
.progress.progress-3x {
  height: 16px;
}
.progress.progress-4x {
  height: 20px;
}
.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,rgba(0, 0, 0, 0) 25%,rgba(0, 0, 0, 0) 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,rgba(0, 0, 0, 0) 75%,rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,rgba(0, 0, 0, 0) 25%,rgba(0, 0, 0, 0) 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,rgba(0, 0, 0, 0) 75%,rgba(0, 0, 0, 0));
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}


/* POPOVER */
.popover {
  border: 1px solid #1BBC9B;
}
.popover.right .arrow {
  border-right-color: #1BBC9B;
}
.popover.left .arrow {
  border-left-color: #1BBC9B;
}
.popover.bottom .arrow {
  border-bottom-color: #1BBC9B;
}
.popover.top .arrow {
  border-top-color: #1BBC9B;
}
.popover-content {
  font-size: 0.875em;
}


/* MODAL */
.modal-content {
  border-radius: 0;
}


/* ERROR PAGE */
#error-page {
  background-color: #eeeeee;
}
#error-box {
  min-width: 280px;
  text-align: center;
  margin: 40px auto 20px;
}
#error-box h1 {
  margin-top: 40px;
  color: #605f5f;
  padding: 0;
}
#error-box p {
  margin: 20px 0;
}

/* DATEPICKER */
.datepicker,
.daterangepicker,
.daterangepicker .calendar-date {
  border-radius: 0 !important;
}
.daterangepicker .ranges .input-mini {
  border-radius: 0 !important;
}
.datepicker td, 
.datepicker th,
.daterangepicker td, 
.daterangepicker th {
  border-radius: 0 !important;
}
.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled.disabled:hover, .datepicker table tr td.active[disabled], .datepicker table tr td.active[disabled]:hover, .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled[disabled]:hover {
  background: #2BB6A3 !important;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
  background: #2BB6A3 !important;
}
.daterangepicker td.in-range {
  background: #dff9f5 !important;
}
.daterangepicker .ranges li {
  border-radius: 0 !important;
  color: #2BB6A3 !important;
}
.daterangepicker .ranges li.active, 
.daterangepicker .ranges li:hover {
  background-color: #2BB6A3 !important;
  border-color: #2BB6A3 !important;
  color: #fff !important;
}
.daterangepicker .range_inputs button.applyBtn {
  min-width: 74px;
  margin-right: 7px;
}
.daterangepicker .range_inputs button.cancelBtn {
  min-width: 74px;
}

/* CONVERSATION */
.conversation-inner {
  padding: 0 0 5px 0;
  margin-right: 10px;
}
.conversation-item {
  padding: 5px 0;
  position: relative;
}
.conversation-user {
  width: 50px;
  height: 50px;
  overflow: hidden;
  float: left;
  border-radius: 50%;
  margin-top: 6px;
}
.conversation-body {
  background: #f5f5f5;
  font-size: 0.875em;
  width: auto;
  margin-left: 60px;
  padding: 8px 10px;
  position: relative;
}
.conversation-body:before {
  border-color: transparent #f5f5f5 transparent transparent;
  border-style: solid;
  border-width: 6px;
  content: "";
  cursor: pointer;
  left: -12px;
  position: absolute;
  top: 25px;
}
.conversation-item.item-right .conversation-body {
  background: #dcfffa;
}
.conversation-item.item-right .conversation-body:before {
  border-color: transparent transparent transparent #dcfffa;
  left: auto;
  right: -12px;
}
.conversation-item.item-right .conversation-user {
  float: right;
}
.conversation-item.item-right .conversation-body {
  margin-left: 0;
  margin-right: 60px;
}
.conversation-body > .name {
  font-weight: 600;
  font-size: 1.125em;
}
.conversation-body > .time {
  position: absolute;
  font-size: 0.875em;
  right: 10px;
  top: 0;
  margin-top: 10px;
  color: #605f5f;
  font-weight: 300;
}
.conversation-body > .time:before {
  content: "\f017";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-top: 4px;
  font-size: 0.875em;
}
.conversation-body > .text {
  padding-top: 6px;
}
.conversation-new-message {
  padding-top: 10px;
}

/* RECENT - USERS */
.widget-users {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget-users li {
  border-bottom: 1px solid #ebebeb;
  padding: 15px 0;
  height: 96px;
}
.widget-users li > .img {
  float: left;
  margin-top: 8px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
}
.widget-users li > .details {
  margin-left: 60px;
}
.widget-users li > .details > .name {
  font-weight: 600;
}
.widget-users li > .details > .name > a {
  color: #344644;
}
.widget-users li > .details > .name > a:hover {
  color: #2bb6a3;
}
.widget-users li > .details > .time {
  color: #2bb6a3;
  font-size: 0.75em;
  padding-bottom: 7px;
}
.widget-users li > .details > .time.online {
  color: #8dc859;
}

/* RECENT - PRODUCTS */
.widget-products {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget-products li {
  border-bottom: 1px solid #ebebeb;
}
.widget-products li > a {
  height: 88px;
  display: block;
  width: 100%;
  color: #344644;
  padding: 3px 10px;
  position: relative;
  -webkit-transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
  transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
}
.widget-products li > a:after {
  content: "\f138";
  font-family: FontAwesome;
  font-size: 0.875em;
  font-style: normal;
  font-weight: normal;
  margin-top: 32px;
  position: absolute;
  right: 10px;
  text-decoration: inherit;
  top: 0;
  color: #cccccc;
  font-size: 1.3em;
}
.widget-products li > a:hover {
  text-decoration: none;
  background-color: #f6f6f6;
}
.widget-products li .img {
  display: block;
  float: left;
  text-align: center;
  width: 70px;
  height: 68px;
  overflow: hidden;
  margin-top: 7px;
}
.widget-products li .product {
  display: block;
  margin-left: 90px;
  margin-top: 19px;
}
.widget-products li .product > .name {
  display: block;
  font-weight: 600;
  padding-bottom: 7px;
}
.widget-products li .product > .price {
  display: block;
  text-decoration: none;
  width: 50%;
  float: left;
  font-size: 0.875em;
}
.widget-products li .product > .price > i {
  color: #8dc859;
}
.widget-products li .product > .warranty {
  display: block;
  text-decoration: none;
  width: 50%;
  float: left;
  font-size: 0.875em;
}
.widget-products li .product > .warranty > i {
  color: #f1c40f;
}
@media only screen and (max-width: 440px) {
  .widget-products li > a {
    height: auto;
    padding-bottom: 10px;
  }
  .widget-products li .product > .price {
    width: 100%;
  }
  .widget-products li .product > .warranty {
    clear: both;
    width: 100%;
  }
  .widget-products li > a:after {
    display: none;
  }
}

/* RECENT - TODO */
.widget-todo {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget-todo > li {
  border-bottom: 1px solid #ebebeb;
  padding: 10px 5px;
}
.widget-todo > li:hover {
  background-color: #f6f6f6;
}
.widget-todo .name {
  float: left;
}
.widget-todo .name span.label {
  margin-left: 5px;
}
.widget-todo > li input:checked + label {
  text-decoration: line-through;
}
.widget-todo .actions {
  float: right;
  padding-right: 5px;
  padding-top: 2px;
}
.widget-todo .actions > a {
  margin: 0 2px;
  color: #707070;
}
.widget-todo .actions > a.badge {
  color: #fff;
}
.widget-todo .actions > a:hover {
  text-decoration: none;
  color: #2BB6A3;
}
.widget-todo .actions > a.badge:hover {
  background-color: #fff;
}
.widget-todo .actions > a > i {
  font-size: 1.125em;
}


/* CHART SMALL */
.dashboard-stats {
  margin: 20px -20px -20px;
}
.chart-small {
  border-top: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  outline: none;
  padding: 15px 0;
  display: block;
  text-decoration: none;
  color: #344644;
  -webkit-transition: background-color 0.1s ease-in-out 0s;
  transition: background-color 0.1s ease-in-out 0s;
}
.chart-small:last-child,
.chart-small.last {
  border-right: 0;
}
.chart-small:hover {
  background-color: #f9f9f9;
  text-decoration: none;
  color: #344644;
}
.chart-small .headline {
  font-weight: 600;
  font-size: 0.75em;
  padding: 0 20px;
  margin-bottom: -5px;
}
.chart-small .value {
  font-weight: 600;
  font-size: 1.9em;
  padding: 0 20px;
}
.chart-small-content {
  max-height: 100px;
  height: 50px; 
  padding: 0px; 
  margin: 20px 20px 0; 
  position: relative;
}
@media (max-width: 768px) {
  .chart-small:nth-child(2) {
    border-right: 0;
  }
}
@media (max-width: 420px) {
  .dashboard-stats {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -12px;
  }
  .chart-small .value {
    font-size: 1.6em;
  }
}


/* PRICING */
.pricing-package {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pricing-package .pricing-package-inner {
  color: #7d7d7d;
  position: relative;
  -webkit-transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
  transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
}
.pricing-package .pricing-star {
  background: url(../../img/pricing-star.png) no-repeat;
  position: absolute;
  width: 39px;
  height: 40px;
  color: #fff;
  font-size: 0.65em;
  text-align: center;
  line-height: 1.1;
  padding-top: 9px;
  right: -10px;
  top: -20px;
}
.pricing-package .package-header {
  background: #3fcfbb;
}
.pricing-package .package-header h3 {
  height: 36px;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 2px 0 0;
  border: 0;
  font-size: 1.5em;
}
.pricing-package .package-header .stars {
  color: #fff;
  text-align: center;
  padding-top: 8px;
}
.pricing-package .package-content {
  padding: 0 14px;
  margin: 0;
  border: 1px solid #e1e1e1;
  border-top: 0;
}
.pricing-package .package-content .package-price {
  font-size: 2.4em;
  font-weight: bold;
  text-align: center;
  height: 75px;
  line-height: 75px;
}
.pricing-package .package-content .package-price .package-month {
  font-size: 0.6em;
  font-weight: normal;
}
.pricing-package .package-top-features {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pricing-package .package-top-features li {
  border-bottom: 1px solid #ebebeb;
  text-align: center;
  font-size: 1.125em;
  line-height: 1.5;
  padding: 8px 0;
}
.pricing-package .package-top-features li:first-child {
  border-top: 1px solid #ebebeb;
}
.pricing-package .package-features {
  list-style: none;
  margin: 0;
  padding: 15px 0;
  position: relative;
}
.pricing-package .package-features li {
  font-size: 0.875em;
  padding: 4px 0;
  line-height: 1.3;
  color: #cccccc;
  padding-left: 25px;
}
.pricing-package .package-features li.has-feature {
  color: #7d7d7d;
  -webkit-transition: color 0.1s ease-in-out 0s;
  transition: color 0.1s ease-in-out 0s;
}
.pricing-package .package-features li.has-feature:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1.3em;
  text-decoration: inherit;
  color: #8dc859;
  margin-top: -2px;
  position: absolute;
  left: 0;
}
.pricing-package .package-features li.has-nofeature:before {
  content: "\f00d";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1.3em;
  text-decoration: inherit;
  color: #fe635f;
  margin-top: -2px;
  position: absolute;
  left: 0;
}
.pricing-package .package-footer {
  text-align: center;
  padding-top: 16px;
}
.pricing-package .package-footer .btn > span {
  color: #77ab49;
  padding-right: 6px;
  -webkit-transition: color 0.1s ease-in-out 0s;
  transition: color 0.1s ease-in-out 0s;
}
.pricing-package .package-footer .btn:hover > span {
  color: #fff;
}

.pricing-package.simple .package-header h3 {
  font-size: 1.3em;
  padding: 0;
  line-height: 42px;
  height: 42px;
}
.pricing-package.simple .package-content .package-price {
  font-size: 1.8em;
  height: 60px;
  line-height: 60px;
}
.pricing-package.simple .package-top-features li {
  font-size: 0.875em;
}
.pricing-package.simple .package-top-features li:last-child {
  border-bottom: 0;
}
.pricing-package:hover .pricing-package-inner {
  background-color: #f9f9f9;
  color: #344644;
}
.pricing-package:hover .package-features li.has-feature {
  color: #344644;
}


/* INVOICE */
#invoice-companies {
  border: 1px solid #e1e1e1;
  border-left: 0;
  border-right: 0;
  margin: 20px -20px;
}
#invoice-companies .invoice-box {
  border-right: 1px solid #e1e1e1;
  padding: 25px 20px;
  height: 100%;
  min-height: 165px;
}
#invoice-companies .invoice-icon {
  float: left;
  margin-right: 20px;
  margin-top: 20px;
  color: #e1e1e1;
  text-align: center;
}
#invoice-companies .invoice-icon > i {
  font-size: 2.4em;
  display: block;
}
#invoice-companies .invoice-company {
  float: left;
}
#invoice-companies .invoice-company h4 {
  font-size: 1.4em;
}
#invoice-companies .invoice-box.invoice-box-dates {
  border-right: 0;
}
#invoice-companies .invoice-dates .invoice-date > strong {
  text-transform: uppercase;
  line-height: 28px;
}
#invoice-companies .invoice-dates .invoice-date > span {
  font-size: 1.3em;
}
#invoice-companies .invoice-dates .invoice-date.invoice-due-date > span {
  font-weight: bold;
}
#invoice-companies .invoice-dates .invoice-number > strong {
  text-transform: uppercase;
  line-height: 48px;
}
#invoice-companies .invoice-dates .invoice-number > span {
  color: #2bb6a3;
  font-size: 1.9em;
}

.invoice-box-total {
  line-height: 1.8;
  border: 1px solid #e1e1e1;
  border-right: 0;
  border-left: 0;
  padding: 20px 0;
}
.invoice-box-total .invoice-box-total-label {
  font-size: 1.125em;
}
.invoice-box-total .invoice-box-total-value {
  font-size: 1.125em;
}
.invoice-box-total .grand-total {
  font-size: 1.25em;
  text-transform: uppercase;
  font-weight: bold;
}

.invoice-summary {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: -3px;
  margin-right: -3px;
}
.invoice-summary > div {
  padding-left: 3px;
  padding-right: 3px;
}
.invoice-summary .invoice-summary-item {
  background: #dcfffa;
  text-align: center;
  padding: 10px 0;
  margin-top: 3px;
  margin-bottom: 3px; 
}
.invoice-summary .invoice-summary-item > span {
  font-size: 0.75em;
}
.invoice-summary .invoice-summary-item > div {
  font-size: 1.125em;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #invoice-companies .invoice-dates {
    padding-top: 15px;
  }
  #invoice-companies .invoice-dates .invoice-number > span {
    font-size: 1.4em;
  }
  #invoice-companies .invoice-dates .invoice-number > strong {
    font-size: 0.875em;
    line-height: 33px;
  }
  #invoice-companies .invoice-dates .invoice-date > span {
    font-size: 1.1em;
  }
  #invoice-companies .invoice-dates .invoice-date > strong {
    font-size: 0.875em;
    line-height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  #invoice-companies .invoice-box {
    border-bottom: 1px solid #e1e1e1;
    border-right: 0;
    border-left: 0;
  }
  #invoice-companies .invoice-box.invoice-box-dates {
    border-bottom: 0;
  }
  .invoice-summary .invoice-summary-item {
  }
}
@media (max-width: 420px) {
  #invoice-companies {
    margin-left: -10px;
    margin-right: -10px;
  }
}


/* USER PROFILE */
#user-profile h2 {
  padding-right: 15px;
}
#user-profile .profile-status {
  font-size: 0.75em;
  padding-left: 12px;
  margin-top: -10px;
  padding-bottom: 10px;
  color: #8dc859;
}
#user-profile .profile-status.offline {
  color: #fe635f;
}
#user-profile .profile-img {
  border: 1px solid #e1e1e1;
  padding: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#user-profile .profile-label {
  text-align: center;
  padding: 5px 0;
}
#user-profile .profile-label .label {
  padding: 5px 15px;
  font-size: 1em;
}
#user-profile .profile-stars {
  color: #FABA03;
  padding: 7px 0;
  text-align: center;
}
#user-profile .profile-stars > i {
  margin-left: -2px;
}
#user-profile .profile-since {
  text-align: center;
  margin-top: -5px;
}
#user-profile .profile-details {
  padding: 15px 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  margin: 15px 0;
}
#user-profile .profile-details ul {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 40px;
}
#user-profile .profile-details ul > li {
  margin: 3px 0;
  line-height: 1.5;
}
#user-profile .profile-details ul > li > i {
  padding-top: 2px;
}
#user-profile .profile-details ul > li > span {
  color: #34d1be;
}
#user-profile .profile-header {
  position: relative;
}
#user-profile .profile-header > h3 {
  margin-top: 10px
}
#user-profile .profile-header .edit-profile {
  margin-top: -6px;
  position: absolute;
  right: 0;
  top: 0;
}
#user-profile .profile-tabs {
  margin-top: 30px;
}
#user-profile .profile-user-info {
  padding-bottom: 20px;
}
#user-profile .profile-user-info .profile-user-details {
  position: relative;
  padding: 4px 0;
}
#user-profile .profile-user-info .profile-user-details .profile-user-details-label {
  width: 110px;
  float: left;
  bottom: 0;
  font-weight: bold;
  left: 0;
  position: absolute;
  text-align: right;
  top: 0;
  width: 110px;
  padding-top: 4px;
}
#user-profile .profile-user-info .profile-user-details .profile-user-details-value {
  margin-left: 120px;
}
#user-profile .profile-social li {
  padding: 4px 0;
}
#user-profile .profile-social li > i {
  padding-top: 6px;
}
@media only screen and (max-width: 767px) {
  #user-profile .profile-user-info .profile-user-details .profile-user-details-label {
    float: none;
    position: relative;
    text-align: left;
  }
  #user-profile .profile-user-info .profile-user-details .profile-user-details-value {
    margin-left: 0;
  }
  #user-profile .profile-social {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 420px) {
  #user-profile .profile-header .edit-profile {
    display: block;
    position: relative;
    margin-bottom: 15px;
  }
  #user-profile .profile-message-btn .btn {
    display: block;
  }
}
/* margind, paddings and fontsizes */
.mauto {
    margin: 0 auto!important
}
.m0 {
    margin: 0!important
}
.m1 {
    margin: 1px!important
}
.m2 {
    margin: 2px!important
}
.m3 {
    margin: 3px!important
}
.m4 {
    margin: 4px!important
}
.m5 {
    margin: 5px!important
}
.m10 {
    margin: 10px!important
}
.m15 {
    margin: 15px!important
}
.m20 {
    margin: 20px!important
}
.m25 {
    margin: 25px!important
}
.m30 {
    margin: 30px!important
}
.m35 {
    margin: 35px!important
}
.m40 {
    margin: 40px!important
}
.mt0 {
    margin-top: 0!important
}
.mt1 {
    margin-top: 1px!important
}
.mt2 {
    margin-top: 2px!important
}
.mt3 {
    margin-top: 3px!important
}
.mt4 {
    margin-top: 4px!important
}
.mt5 {
    margin-top: 5px!important
}
.mt10 {
    margin-top: 10px!important
}
.mt15 {
    margin-top: 15px!important
}
.mt20 {
    margin-top: 20px!important
}
.mt25 {
    margin-top: 25px!important
}
.mt30 {
    margin-top: 30px!important
}
.mt35 {
    margin-top: 35px!important
}
.mt40 {
    margin-top: 40px!important
}
.mr0 {
    margin-right: 0!important
}
.mr1 {
    margin-right: 1px!important
}
.mr2 {
    margin-right: 2px!important
}
.mr3 {
    margin-right: 3px!important
}
.mr4 {
    margin-right: 4px!important
}
.mr5 {
    margin-right: 5px!important
}
.mr10 {
    margin-right: 10px!important
}
.mr15 {
    margin-right: 15px!important
}
.mr20 {
    margin-right: 20px!important
}
.mr25 {
    margin-right: 25px!important
}
.mr30 {
    margin-right: 30px!important
}
.mr35 {
    margin-right: 35px!important
}
.mr40 {
    margin-right: 40px!important
}
.mb0 {
    margin-bottom: 0!important
}
.mb1 {
    margin-bottom: 1px!important
}
.mb2 {
    margin-bottom: 2px!important
}
.mb3 {
    margin-bottom: 3px!important
}
.mb4 {
    margin-bottom: 4px!important
}
.mb5 {
    margin-bottom: 5px!important
}
.mb10 {
    margin-bottom: 10px!important
}
.mb15 {
    margin-bottom: 15px!important
}
.mb20 {
    margin-bottom: 20px!important
}
.mb25 {
    margin-bottom: 25px!important
}
.mb30 {
    margin-bottom: 30px!important
}
.mb35 {
    margin-bottom: 35px!important
}
.mb40 {
    margin-bottom: 40px!important
}
.ml0 {
    margin-left: 0!important
}
.ml1 {
    margin-left: 1px!important
}
.ml2 {
    margin-left: 2px!important
}
.ml3 {
    margin-left: 3px!important
}
.ml4 {
    margin-left: 4px!important
}
.ml5 {
    margin-left: 5px!important
}
.ml10 {
    margin-left: 10px!important
}
.ml15 {
    margin-left: 15px!important
}
.ml20 {
    margin-left: 20px!important
}
.ml25 {
    margin-left: 25px!important
}
.ml30 {
    margin-left: 30px!important
}
.ml35 {
    margin-left: 35px!important
}
.ml40 {
    margin-left: 40px!important
}
.p0 {
    padding: 0!important
}
.p1 {
    padding: 1px!important
}
.p2 {
    padding: 2px!important
}
.p3 {
    padding: 3px!important
}
.p4 {
    padding: 4px!important
}
.p5 {
    padding: 5px!important
}
.p10 {
    padding: 10px!important
}
.p15 {
    padding: 15px!important
}
.p20 {
    padding: 20px!important
}
.p25 {
    padding: 25px!important
}
.p30 {
    padding: 30px!important
}
.p35 {
    padding: 35px!important
}
.p40 {
    padding: 40px!important
}
.pt0 {
    padding-top: 0!important
}
.pt1 {
    padding-top: 1px!important
}
.pt2 {
    padding-top: 2px!important
}
.pt3 {
    padding-top: 3px!important
}
.pt4 {
    padding-top: 4px!important
}
.pt5 {
    padding-top: 5px!important
}
.pt10 {
    padding-top: 10px!important
}
.pt15 {
    padding-top: 15px!important
}
.pt20 {
    padding-top: 20px!important
}
.pt25 {
    padding-top: 25px!important
}
.pt30 {
    padding-top: 30px!important
}
.pt35 {
    padding-top: 35px!important
}
.pt40 {
    padding-top: 40px!important
}
.pr0 {
    padding-right: 0!important
}
.pr1 {
    padding-right: 1px!important
}
.pr2 {
    padding-right: 2px!important
}
.pr3 {
    padding-right: 3px!important
}
.pr4 {
    padding-right: 4px!important
}
.pr5 {
    padding-right: 5px!important
}
.pr10 {
    padding-right: 10px!important
}
.pr15 {
    padding-right: 15px!important
}
.pr20 {
    padding-right: 20px!important
}
.pr25 {
    padding-right: 25px!important
}
.pr30 {
    padding-right: 30px!important
}
.pr35 {
    padding-right: 35px!important
}
.pr40 {
    padding-right: 40px!important
}
.pb0 {
    padding-bottom: 0!important
}
.pb1 {
    padding-bottom: 1px!important
}
.pb2 {
    padding-bottom: 2px!important
}
.pb3 {
    padding-bottom: 3px!important
}
.pb4 {
    padding-bottom: 4px!important
}
.pb5 {
    padding-bottom: 5px!important
}
.pb10 {
    padding-bottom: 10px!important
}
.pb15 {
    padding-bottom: 15px!important
}
.pb20 {
    padding-bottom: 20px!important
}
.pb25 {
    padding-bottom: 25px!important
}
.pb30 {
    padding-bottom: 30px!important
}
.pb35 {
    padding-bottom: 35px!important
}
.pb40 {
    padding-bottom: 40px!important
}
.pl0 {
    padding-left: 0!important
}
.pl1 {
    padding-left: 1px!important
}
.pl2 {
    padding-left: 2px!important
}
.pl3 {
    padding-left: 3px!important
}
.pl4 {
    padding-left: 4px!important
}
.pl5 {
    padding-left: 5px!important
}
.pl10 {
    padding-left: 10px!important
}
.pl15 {
    padding-left: 15px!important
}
.pl20 {
    padding-left: 20px!important
}
.pl25 {
    padding-left: 25px!important
}
.pl30 {
    padding-left: 30px!important
}
.pl35 {
    padding-left: 35px!important
}
.pl40 {
    padding-left: 40px!important
}
.fs8 {
    font-size: 8px!important
}
.fs9 {
    font-size: 9px!important
}
.fs10 {
    font-size: 10px!important
}
.fs11 {
    font-size: 11px!important
}
.fs12 {
    font-size: 12px!important
}
.fs13 {
    font-size: 13px!important
}
.fs14 {
    font-size: 14px!important
}
.fs15 {
    font-size: 15px!important
}
.fs16 {
    font-size: 16px!important
}
.fs17 {
    font-size: 17px!important
}
.fs18 {
    font-size: 18px!important
}
.fs19 {
    font-size: 19px!important
}
.fs20 {
    font-size: 20px!important
}
.no-border {
    border: 0px !important;
}
/*==================================================
  Theme Skin - Controlled by skin settings.less
==================================================== */
/* BACKGROUND CONTEXTUALS
 */
.bg-primary {
  background-color: #3498db !important;
  color: #e1f0fa;
}
a.bg-primary:hover {
  background-color: #217dbb !important;
}
.bg-primary .text-muted {
  color: #b0dbf8;
}
.bg-primary .text-darken {
  color: #217dbb;
}
.bg-primary.light {
  background-color: #4ea5e0 !important;
}
.bg-primary.lighter {
  background-color: #5faee3 !important;
}
.bg-primary.dark {
  background-color: #2489cc !important;
}
.bg-primary.darker {
  background-color: #217dbb !important;
}
.bg-primary .open > a,
.bg-primary .open > a:hover,
.bg-primary .open > a:focus {
  color: #ffffff;
}
.bg-success {
  background-color: #70ca63 !important;
  color: #fcfefb;
}
a.bg-success:hover {
  background-color: #4fbb3f !important;
}
.bg-success .text-muted {
  color: #d6f5d1;
}
.bg-success .text-darken {
  color: #4fbb3f;
}
.bg-success.light {
  background-color: #85d27a !important;
}
.bg-success.lighter {
  background-color: #93d789 !important;
}
.bg-success.dark {
  background-color: #5bc24c !important;
}
.bg-success.darker {
  background-color: #4fbb3f !important;
}
.bg-success .open > a,
.bg-success .open > a:hover,
.bg-success .open > a:focus {
  color: #ffffff;
}
.bg-info {
  background-color: #3bafda !important;
  color: #e7f5fa;
}
a.bg-info:hover {
  background-color: #2494be !important;
}
.bg-info .text-muted {
  color: #b6e6f8;
}
.bg-info .text-darken {
  color: #2494be;
}
.bg-info.light {
  background-color: #55badf !important;
}
.bg-info.lighter {
  background-color: #66c1e2 !important;
}
.bg-info.dark {
  background-color: #27a2cf !important;
}
.bg-info.darker {
  background-color: #2494be !important;
}
.bg-info .open > a,
.bg-info .open > a:hover,
.bg-info .open > a:focus {
  color: #ffffff;
}
.bg-warning {
  background-color: #f6bb42 !important;
  color: #ffffff;
}
a.bg-warning:hover {
  background-color: #f4a911 !important;
}
.bg-warning .text-muted {
  color: #fff0d2;
}
.bg-warning .text-darken {
  color: #f4a911;
}
.bg-warning.light {
  background-color: #f7c65f !important;
}
.bg-warning.lighter {
  background-color: #f8cd73 !important;
}
.bg-warning.dark {
  background-color: #f5b025 !important;
}
.bg-warning.darker {
  background-color: #f4a911 !important;
}
.bg-warning .open > a,
.bg-warning .open > a:hover,
.bg-warning .open > a:focus {
  color: #ffffff;
}
.bg-danger {
  background-color: #df5640 !important;
  color: #fcf1ef;
}
a.bg-danger:hover {
  background-color: #ca3922 !important;
}
.bg-danger .text-muted {
  color: #fac6be;
}
.bg-danger .text-darken {
  color: #ca3922;
}
.bg-danger.light {
  background-color: #e36d5a !important;
}
.bg-danger.lighter {
  background-color: #e67d6c !important;
}
.bg-danger.dark {
  background-color: #db3f26 !important;
}
.bg-danger.darker {
  background-color: #ca3922 !important;
}
.bg-danger .open > a,
.bg-danger .open > a:hover,
.bg-danger .open > a:focus {
  color: #ffffff;
}
.bg-alert {
  background-color: #967adc !important;
  color: #ffffff;
}
a.bg-alert:hover {
  background-color: #7652d1 !important;
}
.bg-alert .text-muted {
  color: #f5f2fd;
}
.bg-alert .text-darken {
  color: #7652d1;
}
.bg-alert.light {
  background-color: #a992e2 !important;
}
.bg-alert.lighter {
  background-color: #b6a2e7 !important;
}
.bg-alert.dark {
  background-color: #8362d6 !important;
}
.bg-alert.darker {
  background-color: #7652d1 !important;
}
.bg-alert .open > a,
.bg-alert .open > a:hover,
.bg-alert .open > a:focus {
  color: #ffffff;
}
.bg-system {
  background-color: #37bc9b !important;
  color: #cef1e8;
}
a.bg-system:hover {
  background-color: #2b957a !important;
}
.bg-system .text-muted {
  color: #9eeeda;
}
.bg-system .text-darken {
  color: #2b957a;
}
.bg-system.light {
  background-color: #48c9a9 !important;
}
.bg-system.lighter {
  background-color: #58ceb1 !important;
}
.bg-system.dark {
  background-color: #30a487 !important;
}
.bg-system.darker {
  background-color: #2b957a !important;
}
.bg-system .open > a,
.bg-system .open > a:hover,
.bg-system .open > a:focus {
  color: #ffffff;
}
.bg-dark {
  background-color: #3b3f4f !important;
  color: #9fa4b7;
}
a.bg-dark:hover {
  background-color: #252832 !important;
}
.bg-dark .text-muted {
  color: #717eb2;
}
.bg-dark .text-darken {
  color: #252832;
}
.bg-dark.light {
  background-color: #484d61 !important;
}
.bg-dark.lighter {
  background-color: #51566c !important;
}
.bg-dark.dark {
  background-color: #2e313d !important;
}
.bg-dark.darker {
  background-color: #252832 !important;
}
.bg-dark .open > a,
.bg-dark .open > a:hover,
.bg-dark .open > a:focus {
  color: #ffffff;
}
.bg-light {
  background-color: #FAFAFA;
  color: #666;
}
a.bg-light:hover {
  background-color: #e8e8e8 !important;
}
.bg-light .text-muted {
  color: #999;
}
.bg-light .text-darken {
  color: #222;
}
.bg-light.light {
  background-color: #FEFEFE;
}
.bg-light.lighter {
  background-color: #FFF;
}
.bg-light.dark {
  background-color: #F2F2F2;
}
.bg-light.darker {
  background-color: #E7E7E7;
}
.bg-white {
  color: #666;
  background-color: #FFF !important;
}
a.bg-white:hover {
  background-color: #ededed !important;
}
.bg-white .text-muted {
  color: #999;
}
.bg-white .text-darken {
  color: #222;
}
.bg-white.light {
  background-color: #FEFEFE;
}
.bg-white.lighter {
  background-color: #FFF;
}
.bg-white.dark {
  background-color: #F2F2F2;
}
.bg-white.darker {
  background-color: #E7E7E7;
}
/*Border Colors Generate contextual modifier classes for colorizing the alert.
*/
.br-white {
  border-color: #ffffff !important;
}
.br-lighter {
  border-color: #eeeeee !important;
}
.br-light {
  border-color: #e7e7e7 !important;
}
.br-grey {
  border-color: #d9d9d9 !important;
}
.br-greyer {
  border-color: #cccccc !important;
}
.br-dark {
  border-color: #3b3f4f !important;
}
.br-dark-light {
  border-color: #51566c !important;
}
.br-primary {
  border-color: #3498db !important;
}
.br-primary-light {
  border-color: #5faee3 !important;
}
.br-info {
  border-color: #3bafda !important;
}
.br-info-light {
  border-color: #66c1e2 !important;
}
.br-success {
  border-color: #70ca63 !important;
}
.br-success-light {
  border-color: #93d789 !important;
}
.br-warning {
  border-color: #f6bb42 !important;
}
.br-warning-light {
  border-color: #f8cd73 !important;
}
.br-danger {
  border-color: #df5640 !important;
}
.br-danger-light {
  border-color: #e67d6c !important;
}
.br-alert {
  border-color: #967adc !important;
}
.br-alert-light {
  border-color: #b6a2e7 !important;
}
.br-system {
  border-color: #37bc9b !important;
}
.br-system-light {
  border-color: #58ceb1 !important;
}
.br-tp-top {
  border-top-color: rgba(0, 0, 0, 0.1);
}
.br-tp-right {
  border-right-color: rgba(0, 0, 0, 0.1);
}
.br-tp-left {
  border-left-color: rgba(0, 0, 0, 0.1);
}
.text-white { color: white; }
.icon-bg {
  position: absolute;
  opacity: 0.5;
  right: 8px;
  top: 2px;
  line-height: 100px;
  font-size: 100px;
}
/*===============================================
  C. Text Helpers
================================================= */
.text-uppercase {
  text-transform: uppercase !important;
}
.fw200 {
  font-weight: 200 !important;
}
.fw300 {
  font-weight: 300 !important;
}
.fw400 {
  font-weight: 400 !important;
}
.fw600 {
  font-weight: 600 !important;
}
.fs3 {
  font-size: 4px !important;
}
.fs4 {
  font-size: 4px !important;
}
.fs5 {
  font-size: 5px !important;
}
.fs6 {
  font-size: 6px !important;
}
.fs7 {
  font-size: 7px !important;
}
.fs8 {
  font-size: 8px !important;
}
.fs9 {
  font-size: 9px !important;
}
.fs10 {
  font-size: 10px !important;
}
.fs11 {
  font-size: 11px !important;
}
.fs12 {
  font-size: 12px !important;
}
.fs13 {
  font-size: 13px !important;
}
.fs14 {
  font-size: 14px !important;
}
.fs15 {
  font-size: 15px !important;
}
.fs16 {
  font-size: 16px !important;
}
.fs17 {
  font-size: 17px !important;
}
.fs18 {
  font-size: 18px !important;
}
.fs20 {
  font-size: 20px !important;
}
.fs22 {
  font-size: 22px !important;
}
.fs24 {
  font-size: 24px !important;
}
.fs26 {
  font-size: 26px !important;
}
.fs28 {
  font-size: 28px !important;
}
.fs30 {
  font-size: 30px !important;
}
.fs35 {
  font-size: 35px !important;
}
.fs40 {
  font-size: 40px !important;
}
.fs45 {
  font-size: 45px !important;
}
.fs50 {
  font-size: 50px !important;
}
.fs60 {
  font-size: 60px !important;
}
.fs70 {
  font-size: 70px !important;
}
.fs80 {
  font-size: 80px !important;
}
.fs90 {
  font-size: 90px !important;
}
.fs100 {
  font-size: 100px !important;
}