/*==================================*/
/* SKIN CLASS                       */
/*==================================*/

.skin-red .main-header .navbar {
  background-color: #B53A43;
}
.skin-red .main-header .navbar .nav > li > a {
  color: #ffffff;
}
.skin-red .main-header .navbar .nav > li > a:hover,
.skin-red .main-header .navbar .nav > li > a:active,
.skin-red .main-header .navbar .nav > li > a:focus,
.skin-red .main-header .navbar .nav .open > a,
.skin-red .main-header .navbar .nav .open > a:hover,
.skin-red .main-header .navbar .nav .open > a:focus,
.skin-red .main-header .navbar .nav > .active > a {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6;
}
.skin-red .main-header .navbar .sidebar-toggle {
  color: #ffffff;
}
.skin-red .main-header .navbar .sidebar-toggle:hover {
  color: #f6f6f6;
  background: rgba(0, 0, 0, 0.1);
}
.skin-red .main-header .navbar .sidebar-toggle {
  color: #ffffff;
}
.skin-red .main-header .navbar .sidebar-toggle:hover {
  background-color: #800000;
}
@media (max-width: 767px) {
  .skin-red .main-header .navbar .dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .skin-red .main-header .navbar .dropdown-menu li a {
    color: #fff;
  }
  .skin-red .main-header .navbar .dropdown-menu li a:hover {
    background: #f89633;
  }
}
.skin-red .main-header .logo {
  background-color: #B53A43;
  color: #ffffff;
  border-bottom: 0 solid transparent;
}
.skin-red .main-header .logo:hover {
  background-color: #800000;
}
.skin-red .main-header li.user-header {
  background-color: #800000;
}
.skin-red .content-header {
  background: transparent;
}
.skin-red .wrapper,
.skin-red .main-sidebar,
.skin-red .left-side {
  background-color: #111;
}
.skin-red .user-panel > .info,
.skin-red .user-panel > .info > a {
  color: #fff;
}
.skin-red .sidebar-menu > li.header {
  color: #4b646f;
  background: #1a2226;
}
.skin-red .sidebar-menu > li > a {
  border-left: 3px solid transparent;
}
.skin-red .sidebar-menu > li:hover > a,
.skin-red .sidebar-menu > li.active > a {
  color: #ffffff;
  background: #222;
  border-left-color: #B53A43;
}
.skin-red .sidebar-menu > li > .treeview-menu {
  margin: 0 1px;
  background: #0a0a0a;
}
.skin-red .sidebar a {
  color: #b8c7ce;
}
.skin-red .sidebar a:hover {
  text-decoration: none;
}
.skin-red .treeview-menu > li > a {
  color: #8aa4af;
}
.skin-red .treeview-menu > li.active > a,
.skin-red .treeview-menu > li > a:hover {
  color: #ffffff;
}
.skin-red .sidebar-form {
  border-radius: 3px;
  border: 1px solid #374850;
  margin: 10px 10px;
}
.skin-red .sidebar-form input[type="text"],
.skin-red .sidebar-form .btn {
  box-shadow: none;
  background-color: #374850;
  border: 1px solid transparent;
  height: 35px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.skin-red .sidebar-form input[type="text"] {
  color: #666;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
.skin-red .sidebar-form input[type="text"]:focus,
.skin-red .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  background-color: #fff;
  color: #666;
}
.skin-red .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  border-left-color: #fff;
}
.skin-red .sidebar-form .btn {
  color: #999;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}

/*==================================*/
/* COMMON CLASS                     */
/*==================================*/

a {
  color: #2d2d2d;
}

a:active,
a:focus,
a:hover {
  color: #2d2d2d;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

p, h1, h2, h3, h4, h5 {
  margin: 0 0;
}

label {
  font-weight: 400;
  margin-bottom: 0;
  padding-top: 0 !important;
}

hr {
  opacity: 0.2;
  margin: 5px 0;
}

.caret {
  border-top: 4px solid;
}

.btn {
  border-radius: 0;
}

.no-list li {
  list-style: none;
}

.inline li {
  display: inline-block;
}

.tooltip.top {
  padding: 4px 0;
}

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

.bootstrap-select .btn-default {
  height: 34px;
}

.bootstrap-select .btn-default,
.bootstrap-select .btn-default.active,
.bootstrap-select .btn-default:active,
.bootstrap-select .open>.dropdown-toggle.btn-default {
  background-color: #ffffff;
}

.breadcrumb {
  padding: 0 0;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
}

ol {
  margin-bottom: 0;
}

#no-more-tables table th {
  vertical-align: middle;
}

table tbody.dragable tr td {
  cursor: move;
}

.file-container {
  padding: 20px 20px;
  background-color: #efefef;
}

/*==================================*/
/* COMMON CLASS                     */
/*==================================*/

.holder {
  padding-top: 60px;
  padding-bottom: 60px;
}

.spacing-1 { line-height: 1; }
.spacing-12 { line-height: 1.2; }
.spacing-15 { line-height: 1.5; }
.spacing-18 { line-height: 1.8; }
.spacing-2 { line-height: 2; }

.float-10 { width: 10%; }
.float-20 { width: 20%; }
.float-30 { width: 30%; }
.float-40 { width: 40%; }
.float-50 { width: 50%; }
.float-60 { width: 60%; }
.float-70 { width: 70%; }
.float-80 { width: 80%; }
.float-90 { width: 90%; }
.float-100 { width: 100%; }

.no-shadow { box-shadow: none !important; }

/* MARGIN & PADDING */

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

.margin-5 { margin: 5px 5px !important; }
.margin-top-5 { margin-top: 5px !important; }
.margin-bot-5 { margin-bottom: 5px !important; }
.margin-left-5 { margin-left: 5px !important; }
.margin-right-5 { margin-right: 5px !important; }

.margin-10 { margin: 10px 10px !important; }
.margin-top-10 { margin-top: 10px !important; }
.margin-bot-10 { margin-bottom: 10px !important; }
.margin-left-10 { margin-left: 10px !important; }
.margin-right-10 { margin-right: 10px !important; }

.margin-top-20 { margin-top: 20px !important; }
.margin-bot-20 { margin-bottom: 20px !important; }
.margin-left-20 { margin-left: 20px !important; }
.margin-right-20 { margin-right: 20px !important; }

.margin-top-30 { margin-top: 30px !important; }
.margin-bot-30 { margin-bottom: 30px !important; }
.margin-left-30 { margin-left: 30px !important; }
.margin-right-30 { margin-right: 30px !important; }

.margin-top-40 { margin-top: 40px !important; }
.margin-bot-40 { margin-bottom: 40px !important; }
.margin-left-40 { margin-left: 40px !important; }
.margin-right-40 { margin-right: 40px !important; }

.margin-top-50 { margin-top: 50px; }
.margin-bot-50 { margin-bottom: 50px; }
.margin-left-50 { margin-left: 50px; }
.margin-right-50 { margin-right: 50px; }

.margin-top-60 { margin-top: 60px; }
.margin-bot-60 { margin-bottom: 60px; }
.margin-left-60 { margin-left: 60px; }
.margin-right-60 { margin-right: 60px; }

.no-pad { padding: 0 0 !important; }

.no-pad-top { padding-top: 0 !important; }
.no-pad-bot { padding-bottom: 0 !important; }
.no-pad-left { padding-left: 0 !important; }
.no-pad-right { padding-right: 0 !important; }

.pad-thin { padding: 1px 1px; }
.pad-thin-top { padding-top: 1px; }
.pad-thin-bot { padding-bottom: 1px; }
.pad-thin-left { padding-left: 1px; }
.pad-thin-right { padding-right: 1px; }

.pad-5 { padding: 5px 5px; }
.pad-top-5 { padding-top: 5px; }
.pad-bot-5 { padding-bottom: 5px; }
.pad-left-5 { padding-left: 5px; }
.pad-right-5 { padding-right: 5px; }

.pad-10 { padding: 10px 10px; }
.pad-top-10 { padding-top: 10px; }
.pad-bot-10 { padding-bottom: 10px; }
.pad-left-10 { padding-left: 10px; }
.pad-right-10 { padding-right: 10px; }

.pad-20 { padding: 20px 20px !important; }
.pad-top-20 { padding-top: 20px !important; }
.pad-bot-20 { padding-bottom: 20px !important; }
.pad-left-20 { padding-left: 20px !important; }
.pad-right-20 { padding-right: 20px !important; }

.pad-30 { padding: 30px 30px; }
.pad-top-30 { padding-top: 30px; }
.pad-bot-30 { padding-bottom: 30px; }
.pad-left-30 { padding-left: 30px; }
.pad-right-30 { padding-right: 30px; }

.pad-40 { padding: 40px 40px; }
.pad-top-40 { padding-top: 40px; }
.pad-bot-40 { padding-bottom: 40px; }
.pad-left-40 { padding-left: 40px; }
.pad-right-40 { padding-right: 40px; }

.pad-50 { padding: 50px 50px; }
.pad-top-50 { padding-top: 50px; }
.pad-bot-50 { padding-bottom: 50px; }
.pad-left-50 { padding-left: 50px; }
.pad-right-50 { padding-right: 50px; }

.pad-60 { padding: 60px 60px; }
.pad-top-60 { padding-top: 60px; }
.pad-bot-60 { padding-bottom: 60px; }
.pad-left-60 { padding-left: 60px; }
.pad-right-60 { padding-right: 60px; }

.pad-90 { padding: 90px 90px; }
.pad-top-90 { padding-top: 90px !important; }
.pad-bot-90 { padding-bottom: 90px; }
.pad-left-90 { padding-left: 90px; }
.pad-right-90 { padding-right: 90px; }

/* FONT & TEXT */

.font-fa { font-family: 'FontAwesome', Arial; }

.font-10 { font-size: 10px !important; }
.font-12 { font-size: 12px !important; }
.font-13 { font-size: 13px !important; }
.font-14 { font-size: 14px !important; }
.font-16 { font-size: 16px !important; }
.font-18 { font-size: 18px !important; }
.font-20 { font-size: 20px !important; }
.font-24 { font-size: 24px !important; }
.font-28 { font-size: 28px !important; }
.font-32 { font-size: 32px !important; }
.font-36 { font-size: 36px !important; }
.font-48 { font-size: 48px !important; }
.font-42 { font-size: 42px !important; }
.font-60 { font-size: 60px !important; }
.font-72 { font-size: 72px !important; }
.font-82 { font-size: 82px !important; }

.font-thin { font-weight: 100; }
.font-light { font-weight: 300; }
.font-normal { font-weight: 400; }
.font-bold { font-weight: 700; }
.font-ultrabold { font-weight: 900; }

.text-white { color: #ffffff; }
.text-gray { color: #999999; }
.text-light-gray { color: #dadada; }
.text-green { color: #52bd3b; }
.text-yellow { color: #ffcc00; }
.text-orange { color: #ff8500; }
.text-red { color: #fe0000; }

.text-underline { text-decoration: underline; }

/* BACKGROUND */

.bg-white { background-color: #ffffff; }
.bg-gray { background-color: #f4f5f7; }

.fade-50 { opacity: 0.5; }

/* SIZING */

.xs { width: 50px; }
.short { width: 100px; }
.med { width: 150px; }
.long { width: 200px; }
.longer { width: 300px; }

.fourth { width: 25%; }
.half { width: 50%; }

.img-responsive { max-width: auto; width: 100%; }
.img-resp { width: 100%; }
.img-prev { height: 100px; }
.img-prev-m { height: 80px; }
.img-prev-s { height: 50px; }

/* BUTTON */

.btn-red {
  background-color: #B53A43;
  color: #efefef;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-red:active,
.btn-red:focus,
.btn-red:hover {
  background-color: #690000;
  color: #efefef;
}

btn-blue {
  background-color: #265275;
  color: #efefef;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-blue:active,
.btn-blue:focus,
.btn-blue:hover {
  background-color: #163751;
  color: #efefef;
}

.btn-add-job {
  width: 104%;
}

.btn-add-job .btn-green:first-child {
  width: 89%;
}

.btn-add-job .btn-green:last-child {
  width: 10%;
}

.btn-md {
  padding: 3px 4px;
}

/*==================================*/
/* NAVBAR & SIDEBAR                 */
/*==================================*/

.treeview-menu > li > a {
  padding-left: 32px !important;
}

/*==================================*/
/* DASHBOARD                        */
/*==================================*/

/*==================================*/
/* GALLERY                          */
/*==================================*/

.photo-item {
  border: 5px solid #fff;
  cursor: pointer;
  margin-bottom: 15px;

  width: 100%;
  height: 100%;

  position: relative;
  display:flex;
  justify-content:center;
  align-items:center;
  overflow:hidden;
}

.photo-item img {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%
}

.photo-item:hover {
  border-color: #eeeeee;
}

.photo-item.selected {
  border-color: #1474ca;
}

/*==================================*/
/* SETTING                          */
/*==================================*/

.box-group {
  padding: 20px 20px;
  margin-bottom: 10px;
  border: solid 1px #dadada;
}

.box-group:last-child {
  margin-bottom: 0;
}

.input-group-addon img {
  width: 16px;
}

.morelink,
.morelink:active,
.morelink:focus,
.morelink:hover {
  text-decoration: none !important;
  color: #f89633;
}

#loc,
#edit-loc {
  height: 300px;
}

/*==================================*/
/* CUSTOM MODAL                     */
/*==================================*/

.vertical-alignment-helper {
	display:table;
	height: 100%;
	width: 100%;
	pointer-events:none;
}

.vertical-align-center {
	display: table-cell;
	vertical-align: middle;
	pointer-events:none;
}

.modal-body {
  padding: 0;
}

.modal-body .close {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
}

.modal-header {
  border-bottom: solid 1px #dadada;
}

.modal-content {
	width: inherit;
	height:inherit;
	margin: 0 auto;
	pointer-events:all;
	border: none;
	border-radius: 0;
  background-color: #ffffff;
  color: #222222;
  background-size: cover;
}

body.modal-open {
	overflow: hidden;
}

#addJobModal .modal-footer {
  text-align: center !important;
}

/*==================================*/
/* CUSTOM SCROLLBAR                 */
/*==================================*/

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #999999;
  border: 0px none #999999;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #999999;
}
::-webkit-scrollbar-thumb:active {
  background: #999999;
}
::-webkit-scrollbar-track {
  background: #dadada;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: #dadada;
}
::-webkit-scrollbar-track:active {
  background: #dadada;
}
::-webkit-scrollbar-corner {
  background: transparent;
}



/*==================================*/
/* CUSTOM STEP PROGRESS BAR         */
/*==================================*/

.wizard {
    margin: 20px auto;
    background: #fff;
}

    .wizard .nav-tabs {
        position: relative;
        margin: 40px auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;

}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

/*CSS SATRIO*/
.resize-v {
  resize: vertical;
}
.break-word {
    display: -webkit-box!important;
    margin: 0;
    line-height: 1.2;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    height: 70px;
}
.img-responsive-custom {
  width: 100%;
  height: auto;
}
/*
.img-profile {
  max-width: 200px;
}
*/

.label {
  line-height: 1.7;
  display: inline-block;
  white-space: normal;
}

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

.customer-info-side tr {
  line-height: 2;
}

/*Bootstrap Toggle*/
.btn-toggle {
  margin: 0 4rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 1.5rem;
  color: #6b7381;
  background: #bdc1c8;
}
.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
  outline: none;
}
.btn-toggle:before,
.btn-toggle:after {
  line-height: 1.5rem;
  width: 4rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle:before {
  content: 'Off';
  left: -4rem;
}
.btn-toggle:after {
  content: 'On';
  right: -4rem;
  opacity: 0.5;
}
.btn-toggle > .handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left 0.25s;
}
.btn-toggle.active {
  transition: background-color 0.25s;
}
.btn-toggle.active > .handle {
  left: 1.6875rem;
  transition: left 0.25s;
}
.btn-toggle.active:before {
  opacity: 0.5;
}
.btn-toggle.active:after {
  opacity: 1;
}
.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
  line-height: -0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.4125rem;
  width: 2.325rem;
}
.btn-toggle.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
  display: none;
}
.btn-toggle:before,
.btn-toggle:after {
  color: #6b7381;
}
.btn-toggle.active {
  background-color: #29b5a8;
}
.btn-toggle.btn-lg {
  margin: 0 5rem;
  padding: 0;
  position: relative;
  border: none;
  height: 2.5rem;
  width: 5rem;
  border-radius: 2.5rem;
}
.btn-toggle.btn-lg:focus,
.btn-toggle.btn-lg.focus,
.btn-toggle.btn-lg:focus.active,
.btn-toggle.btn-lg.focus.active {
  outline: none;
}
.btn-toggle.btn-lg:before,
.btn-toggle.btn-lg:after {
  line-height: 2.5rem;
  width: 5rem;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle.btn-lg:before {
  content: 'Off';
  left: -5rem;
}
.btn-toggle.btn-lg:after {
  content: 'On';
  right: -5rem;
  opacity: 0.5;
}
.btn-toggle.btn-lg > .handle {
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 1.875rem;
  background: #fff;
  transition: left 0.25s;
}
.btn-toggle.btn-lg.active {
  transition: background-color 0.25s;
}
.btn-toggle.btn-lg.active > .handle {
  left: 2.8125rem;
  transition: left 0.25s;
}
.btn-toggle.btn-lg.active:before {
  opacity: 0.5;
}
.btn-toggle.btn-lg.active:after {
  opacity: 1;
}
.btn-toggle.btn-lg.btn-sm:before,
.btn-toggle.btn-lg.btn-sm:after {
  line-height: 0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.6875rem;
  width: 3.875rem;
}
.btn-toggle.btn-lg.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-lg.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-lg.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-lg.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-lg.btn-xs:before,
.btn-toggle.btn-lg.btn-xs:after {
  display: none;
}
.btn-toggle.btn-sm {
  margin: 0 0.5rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 1.5rem;
}
.btn-toggle.btn-sm:focus,
.btn-toggle.btn-sm.focus,
.btn-toggle.btn-sm:focus.active,
.btn-toggle.btn-sm.focus.active {
  outline: none;
}
.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
  line-height: 1.5rem;
  width: 0.5rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.55rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle.btn-sm:before {
  content: 'Off';
  left: -0.5rem;
}
.btn-toggle.btn-sm:after {
  content: 'On';
  right: -0.5rem;
  opacity: 0.5;
}
.btn-toggle.btn-sm > .handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left 0.25s;
}
.btn-toggle.btn-sm.active {
  transition: background-color 0.25s;
}
.btn-toggle.btn-sm.active > .handle {
  left: 1.6875rem;
  transition: left 0.25s;
}
.btn-toggle.btn-sm.active:before {
  opacity: 0.5;
}
.btn-toggle.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-sm.btn-sm:before,
.btn-toggle.btn-sm.btn-sm:after {
  line-height: -0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.4125rem;
  width: 2.325rem;
}
.btn-toggle.btn-sm.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-sm.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-sm.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-sm.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-sm.btn-xs:before,
.btn-toggle.btn-sm.btn-xs:after {
  display: none;
}
.btn-toggle.btn-xs {
  margin: 0 0;
  padding: 0;
  position: relative;
  border: none;
  height: 1rem;
  width: 2rem;
  border-radius: 1rem;
}
.btn-toggle.btn-xs:focus,
.btn-toggle.btn-xs.focus,
.btn-toggle.btn-xs:focus.active,
.btn-toggle.btn-xs.focus.active {
  outline: none;
}
.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
  line-height: 1rem;
  width: 0;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle.btn-xs:before {
  content: 'Off';
  left: 0;
}
.btn-toggle.btn-xs:after {
  content: 'On';
  right: 0;
  opacity: 0.5;
}
.btn-toggle.btn-xs > .handle {
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.75rem;
  background: #fff;
  transition: left 0.25s;
}
.btn-toggle.btn-xs.active {
  transition: background-color 0.25s;
}
.btn-toggle.btn-xs.active > .handle {
  left: 1.125rem;
  transition: left 0.25s;
}
.btn-toggle.btn-xs.active:before {
  opacity: 0.5;
}
.btn-toggle.btn-xs.active:after {
  opacity: 1;
}
.btn-toggle.btn-xs.btn-sm:before,
.btn-toggle.btn-xs.btn-sm:after {
  line-height: -1rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.275rem;
  width: 1.55rem;
}
.btn-toggle.btn-xs.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-xs.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-xs.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-xs.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-xs.btn-xs:before,
.btn-toggle.btn-xs.btn-xs:after {
  display: none;
}
.btn-toggle.btn-secondary {
  color: #6b7381;
  background: #bdc1c8;
}
.btn-toggle.btn-secondary:before,
.btn-toggle.btn-secondary:after {
  color: #6b7381;
}
.btn-toggle.btn-secondary.active {
  background-color: #ff8300;
}

/*info icon - table*/
.info-table {
  position: relative;
}
.info-icon {
  position: absolute;
  display: inline-block;
  border-bottom: 1px dotted black;
  right: 10;
  top: 10;
}

.info-icon .info-detail {
  visibility: hidden;
  width: 140px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: -59px;
  left: -50px;
  font-weight: 400;
  font-size: 14px;
}

.info-icon:hover .info-detail {
  visibility: visible;
}

/*Custom Radio Button*/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #B53A43;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#input-percent {
  display: none;
}
.no-pad .dropdown-menu {
  padding: 0 !important;
}

@media (max-width: 1199px) {
  .hide-992 {
    display: none;
  }
}
@media (min-width: 1200px) {
  .show-992 {
    display: none;
  }
}

table.fold-table {
  background: white;
  color: #555;
}
table.fold-table > tbody > tr.view {
  transition: all .3s ease;
}
table.fold-table > tbody > tr.view td, table.fold-table > tbody > tr.view th {
  cursor: pointer;
}
table.fold-table > tbody > tr.view td:first-child,
table.fold-table > tbody > tr.view th:first-child {
  position: relative;
  padding-left: 20px;
}
/*
table.fold-table > tbody > tr.view td:first-child:before,
table.fold-table > tbody > tr.view th:first-child:before {
  position: absolute;
  top: 50%;
  left: 5px;
  width: 9px;
  height: 16px;
  margin-top: -8px;
  font: 16px fontawesome;
  content: "\f0d7";
  transition: all .3s ease;
}
*/
table.fold-table > tbody > tr.view:nth-child(4n-1) {
  background: #eee;
}
table.fold-table > tbody > tr.view:hover {
  background: #ddd;
}
table.fold-table > tbody > tr.view.open {
  background: #B53A43;
  color: white;
}
table.fold-table > tbody > tr.view.open td:first-child:before, table.fold-table > tbody > tr.view.open th:first-child:before {
  transform: rotate(-180deg);
  color: white;
}
table.fold-table > tbody > tr.fold {
  display: none;
}
table.fold-table > tbody > tr.fold.open {
  display: table-row;
}

.fold-content {
  padding: .5em;
}
.fold-content h3 {
  margin-top: 0;
}
.fold-content > table {
  background: white;
  color: #555;
/*  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);*/
}
.fold-content > table > tbody > tr {
  cursor: pointer;
}
.fold-content > table > tbody > tr:nth-child(even) {
  background: #eee;
}
.fold-content > table > tbody > tr:hover {
  background: #ddd;
}

.portal-link {
    text-decoration: underline;
    color: #039be5;
  }
