body {
    color: #31373d;
    background: #f4f6f8;
    text-align: left;
    margin: 0px;
    font-size: .9rem;
}
button, input, optgroup, select, textarea {
    font-family: inherit; font-size: inherit;
}
label { margin-bottom: 0; }
.h2, h2 { font-size: 1.3rem; }
.h3, h3 { font-size: 1.1rem; }
.h4, h4 { font-size: 1.0rem; }
.h5, h5 { font-size: .9rem; }

.card {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
/*    box-shadow: 0 2px 4px rgba(0,0,0,0.1);*/
    -webkit-box-shadow: 0 0 0 1px rgba(63,63,68,0.05), 0 1px 3px 0 rgba(63,63,68,0.15);
    box-shadow: 0 0 0 1px rgba(63,63,68,0.05), 0 1px 3px 0 rgba(63,63,68,0.15);
}

.doc-title {
    margin-bottom: 1rem;
}

.card-aside { background-color: #f9fafb; }
.card-header { border-bottom: 1px solid #ebeef0; }
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { border-color: #ebeef0 #ebeef0 #fff; }
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #eceeef #eceeef transparent;
}
.col-form-label { text-align: left;}
.form-check-input {margin-right: 10px;}
.form-control { background-color: #F5F8F9; font-size: inherit; }
.form-control-custom { padding: .3rem .45rem;}
.btn {cursor: pointer; font-size: inherit; }
.hidden { display: none; visibility: hidden; }
/*
.card .card-block h1,.card .card-block h2,
.card .card-block h3,.card .card-block h4 { margin-top: 15px;margin-bottom: 20px; }
*/
section { margin-bottom: 25px; }
.table tr > td { vertical-align: middle; }

/* Switch button */
.btn-secondary.btn-on.active{background-color: #5BB75B;color: white;}
.btn-secondary.btn-off.active{background-color: #DA4F49;color: white;}

.autocomplete-suggestions {
    overflow: auto;
    border: 1px solid #CBD3DD;
    background: #FFF;
    z-index: 99;
    max-height: 200px;
}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestion {
    display: block;
    overflow: hidden;
    padding: 5px 5px;
    white-space: nowrap;
}
.pointer { cursor: pointer; }
a.autocomplete-suggestion { text-decoration: none; }

.autocomplete-suggestion img { float: left; margin: 5px 0 0 0; }
.autocomplete-suggestion .prod-right { margin-left: 40px; }
.prod-desc { font-size: .8em; color: #ccc; }
.text-highlight { background-color: #fcf8e3;color: red; padding: 0; }

.clickable { cursor: pointer; }

.notification {
    position: fixed !important;
    top: 10px;
    right: 10px;
}

.plan { margin: 50px auto 0; width: 100%; max-width: 500px; text-align: center; }
.upgrade .alert-custom {
    margin: 1rem;
}

h2.plan-name {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px !important;
}

.plan-price {
    font-size: 3.0rem;
    text-align: center;
    text-shadow: 0 0 3px #ccc, 0 0 5px #999;
}

.plan-price-unit {
    text-align: center;
    margin-bottom: 15px;
}

.price {
    color: red;
}

.btn-plan {
    min-width:150px;
}
.btn-plan:disabled { cursor: auto; }

.plan-offer {
    color: #f7a305;
    margin-top: 15px;
}

/*
.alert { padding-right: 27px; }
.alert .close {
    position: absolute;
    top: 5px;
    right: 10px;
}*/

.footer {
    padding: 1.5rem 0;
    color: #999;
    font-size: .8rem;
    text-align: center;
    background-color: transparent;
}

.report-header {
    margin-top: 20px;
}

.lead {
    font-size: 2.25rem;
}

.text-bigger {
    font-size: 3.25rem;
}

.tooltip {
  font-size: 12px;
}

.getresponse span + span {
    margin-left: 10px;
}

.getresponse span.action {
    vertical-align: middle;
}

.getresponse svg {
    fill: #dddddd;
    width: 18px;
    cursor: pointer;
}

.getresponse .active svg {
    fill: black;
}

.notify {
    display: none;
    border-radius: 2px;
    position:fixed;
    bottom:0px;
    left: 50%;
    margin-left:-200px;
    width: 400px;
    z-index:105;
    text-align:center;
    font-size:16px;
    color: white;
    background-color:rgba(0, 0, 0, 0.7);
    padding:15px;
}

.menu-list {
    list-style: none;
    outline-style: hidden;
    margin: 0;
    padding: 0;
}

.menu-list .menu-item {
    display: inline;
}

.menu-list .menu-item + .menu-item {
    margin-left: 15px;
}

.menu-list .menu-link {
    color: #999;
}

/*
.menu-list .active .menu-link {
    color: #000;
    background-color: #55bb00;
}
*/

.menu-list .active .menu-link {
  color: white;
  border: 0px solid gray;
  background: black;
  position: relative;
  display: inline-block;
  padding: 1px 7px;
    border-radius: 3px;
}
.menu-list .active .menu-link:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-top: 5px solid black;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.item-three {
    border: 1px solid #ddd;
    border-radius: 3px;
    text-align: center;
    padding: 5px;
}

.item-three .item-three--header {
    font-size: 1.05rem;
    margin-top: 1.2rem;
}

.item-three p {
    margin-bottom: 1.2rem;
}

.first-time .intro {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1;
    margin-top: 2.5rem;
}

.first-time .intro-sub {
    text-align: center;
    color: gray;
    margin-bottom: 30px;
}

.robot p:last-child {
    margin-bottom: 0;
}

.card-handling {
    margin-top: 0;
    margin-bottom: 2rem;
    text-align: center;
}

.sortable tr {
    cursor: move;
}

.install-content {
    margin-top: 90px;
    margin-bottom: 85px;
}

.overlay {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    background-color: rgba(48, 63, 86, 0.77);
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 50px;
}

.search-input {
    position: relative;
}

.search-input .btn-search {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 3px;
    width: 25px;
    height: 22px;
    padding: 4px;
    background: 0;
    border: 0;
    cursor: pointer;
}

.widget-review {
    margin-top: 15px;
}


/************* Side Navigation ****************/
.wrapper {
/*    display: flex;*/
    width: 100%;
}

#sidebar {
    width: 200px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #f4f6f8;
    color: #fff;
    transition: all 0.3s;
}

.sidebar-wrapper {
    height: 100vh;
    padding-top: 15px;
    padding-left: 10px;
    overflow-x: hidden;
    overflow-y: auto;
}

.sidebar-wrapper > ul > li > a {
    border-radius: 3px;
    color: #0b428a;
}

.sidebar-wrapper > ul > li > a:hover {
    background-color: rgba(92,106,196,.06);
}

.sidebar-wrapper > ul > li > a.active {
    background-color: rgba(92,106,196,.12);
    font-weight: bold;
}

.sidebar-wrapper > ul > li > .nav-link {
    padding: .5em .5em;
}

.sidebar-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

#sidebar + #content {
    width: calc(100% - 200px);
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}


#sidebar.active {
    margin-left: -200px;
}

#dismiss {
    display: none;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #7386D5;
    position: absolute;
    top: 10px;
    right: -37px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #fff;
    color: #7386D5;
}

.overlay-menu {
    display: none;
    position: fixed;
    /* full screen */
    width: 100vw;
    height: 100vh;
    /* transparent black */
    background: rgba(0, 0, 0, 0.7);
    /* middle layer, i.e. appears below the sidebar */
    z-index: 998;
    opacity: 0;
    /* animate the transition */
    transition: all 0.5s ease-in-out;
}
/* display .overlay when it has the .active class */
.overlay-menu.active {
    display: block;
    opacity: 1;
}

.btn-sidebar {
    display: none;
    margin-top: .5em;
    padding: 2px 8px;
    font-size: 1.5rem;
    cursor: pointer;
}

@media (max-width: 768px) {
    #sidebar {
        margin-left: -200px;
    }

    #content {
        width: 100%;
    }
    
    #sidebar.active {
        margin-left: 0;
    }
    #sidebar.active #dismiss {
        display: block;
    }
    
    .btn-sidebar {
        display: inline-block;
    }
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}

.topbar .navbar-toggler {
    padding: .25rem .35rem;
}

.topbar .navbar-toggler:hover {
    background-color: #fff;
}

.topbar .navbar-toggler-icon {
    width: 1.15em;
    height: 1.15em;
}

.form-align-middle {
    margin: 10px 0;
}

.navbar .dropdown-menu {
    font-size: unset;
}

.topbar .dropdown-item:hover{
    background-color:#e0e0e0;
}

.topbar .dropdown-item > span.lnr {
    margin-right:.5rem;
}

.navbar .nav-item.active .nav-link {
    /* border: 1px solid #595ef7; */
    border-radius: 3px;
    padding-left: .5rem;
    font-weight: bold;
    background-color: #cdedf9;
}

.navbar .navbar-nav {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.navbar-light .navbar-nav .nav-link {
    color: #333;
}

@media (min-width: 768px) {
    .navbar .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }
    .navbar .dropdown-menu {
        box-shadow: 0px 2px 3px #b5b6b7;
    }
}


/************** SLIDER SWITCH BUTTON **********************/
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .2s;
  transition: .2s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .2s;
  transition: .2s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 12px;
}

.slider.round:before {
  border-radius: 50%;
}

/*
@media (min-width: 576px) {
    .container {
        max-width: unset;
    }
}
*/

@media (min-width: 768px) {
    .col-form-label { text-align: right;}
}


.box-loading {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 9px;
}

.btn-refresh {
    color: #ff3b2c;
    background-color: #f3f3f3;
    border-color: #cecece;
}

.btn-refresh:hover {
    color: #ff3b2c;
    background-color: #e2e2e2;
}

.btn-refresh .lnr {
    display: inline-block;
    line-height: 1;
    -webkit-transition: -webkit-transform .3s ease-in-out;
            transition:         transform .3s ease-in-out;
}

.btn-refresh:hover .lnr {
    transform: rotate(-360deg);
}







