*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

*::-webkit-scrollbar {
    width: 8px;
    height: 6px;
    background-color: #F5F5F5;
}

*::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #868686;
    border-radius:4px;
}
*::-webkit-scrollbar-thumb:hover {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #ababab;
    border-radius:4px;
}

body, p {
    font-family: 'Rubik', sans-serif;
}

blockquote {
    font-size:16px !important;
}
input, select, textarea {
    border: 1px solid #999;
    padding: 2px 5px;
    border-radius: 4px;
}

input:focus, select:focus {
    font-weight: bold
}

#sidebar, #sidebar.active {
    overflow: hidden;
    height: 100%;
}

.box-body:after, .box-footer:after, .box-header:after, .user-block:after {
    clear: both
}

.box-comments .box-comment img, .dataTables_wrapper .dt-buttons, .img-lg, .img-md, .img-sm, .user-block img, .user-block.user-block-sm img {
    float: left
}

.info-box .icon .chart.chart-bar canvas, .info-box .icon .chart.chart-line canvas, .info-box .icon .chart.chart-pie canvas, .info-box-2 .chart.chart-bar canvas, .info-box-2 .chart.chart-pie canvas, .info-box-3 .chart.chart-bar canvas, .info-box-3 .chart.chart-line canvas, .info-box-3 .chart.chart-pie canvas, .info-box-4 .chart.chart-bar canvas, .info-box-4 .chart.chart-line canvas, .info-box-4 .chart.chart-pie canvas {
    vertical-align: baseline !important
}

.coverbg {
    background: url(../../assets/images/cover.png) center center/cover repeat-x fixed;
    -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 100px rgba(0, 0, 0, .5);
}

p {
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.5em;
    color: #666;
}
p small {
    text-overflow: ellipsis;
    overflow-wrap: break-word;
    color: #666;
}

a, a:focus, a:hover {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

table tr td {
    padding: 5px !important;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #dedede;
}

.navbar, .navbar.active {
    padding: 5px 10px 5px 20px;
    background: #fff;
    border: none;
    margin-bottom: 20px;
    right: 0
}

.pointer {
    cursor: pointer !important
}

.navbar {
    border-radius: 0;
    top: 0;
    left: 70px;
    position: fixed;
    -webkit-box-shadow: 0 0 7px 5px rgba(240, 240, 240, .69) inset, 1px 1px 15px 10px rgba(90, 90, 90, .36);
    box-shadow: 0 0 7px 5px rgba(240, 240, 240, .69) inset, 1px 1px 15px 10px rgba(90, 90, 90, .36);
    z-index: 90
}

#sidebar, .navbar.active {
    top: 0;
    z-index: 999;
    position: fixed
}

.navbar.active {
    border-radius: 0;
    left: 170px;
    -webkit-box-shadow: 1px 1px 25px 10px rgba(90, 90, 90, .55);
    box-shadow: 1px 1px 25px 10px rgba(90, 90, 90, .55)
}

.navbar-btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
    border: none
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 0px 0 10px 0;
}

i, span {
    display: inline-block
}

.wrapper {
    /* display: flex; */
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-left: 170px;
}

.wrapper.active {
    padding-left: 65px
}

#sidebar {
    min-width: 170px;
    max-width: 170px;
    left: 0;
    background: #7386D5;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0, #008fe2), color-stop(100%, #00b29c));
    background: -webkit-linear-gradient(-65deg, #008fe2 0, #00b29c 100%);
    background: -o-linear-gradient(-65deg, #008fe2 0, #00b29c 100%);
    background: -webkit-linear-gradient(296deg, #008fe2 0, #00b29c 100%);
    background: -o-linear-gradient(296deg, #008fe2 0, #00b29c 100%);
    background: linear-gradient(154deg, #008fe2 0, #00b29c 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#008fe2', endColorstr='#00b29c', GradientType=1);
    -webkit-box-shadow: 1px 1px 15px 5px #c7c7c7;
    box-shadow: 1px 1px 15px 5px #c7c7c7
}

#sidebar.active {
    min-width: 70px;
    max-width: 70px;
    text-align: center;
    position: fixed;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

#sidebar.active .CTAs, #sidebar.active .sidebar-header b, #sidebar.active .sidebar-header h2 {
    display: none
}

#sidebar.active .sidebar-header strong {
    display: block;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: .8em
}

#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px
}

#sidebar.active ul ul a {
    padding: 15px 5px !important
}

#sidebar.active ul ul a:focus {
    color: #555;
    font-weight: 700;
}

#sidebar.active a[aria-expanded=false]::before, #sidebar.active a[aria-expanded=true]::before {
    top: auto;
    bottom: 5px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

#sidebar ul li ul li ul {
    border-top: solid 2px #999;
    padding-bottom: 5px;
    background: #c7c7c7;
}

#sidebar ul li ul li ul li {
    border-top: #bbb solid 1px;
}

#sidebar ul li ul li ul li a {
    background: #dddddd;
    color: #666666 !important;
}

#sidebar ul li ul li ul li a:hover {
    background: #eee;
    color: #0098cf !important;
}

#sidebar.active .sidebar-header {
    /* padding: 10px 23px; */
    background: #666;
    height: 65px;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

#sidebar .sidebar-header {
    padding: 10px 0 20px 0;
    background: #666666f7;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: -2px 2px 20px 1px #666;
    box-shadow: -2px 2px 20px 1px #666;
    text-align: center;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

#sidebar .sidebar-header a {
    cursor: -webkit-zoom-out !important;
    cursor: zoom-out !important;
}

#sidebar.active .sidebar-header a {
    cursor: -webkit-zoom-in !important;
    cursor: zoom-in !important;
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 2.5em;
    line-height: 1.3em
}

#sidebar.active ul.components {
    padding: 0px 0;
    border-bottom: 1px solid #06a7bc;
    height: 100vh;
    padding-bottom: 150px;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #06a7bc;
    height: 100vh;
}

#sidebar ul.components.sidebarmn li {
    width: 170px;
}

#sidebar.active ul.components.sidebarmn li {
    width: 70px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    text-align: left
}

#sidebar ul li li a {
    color: #666 !important
}

#sidebar ul li li a:hover {
    color: #03a9f4 !important
}

#sidebar ul li a:hover {
    color: #03a9f4;
    background: #fff
}

#sidebar ul li a i {
    margin-right: 10px
}

#sidebar ul li.active>a {
    color: #666666;
    background: #eee;
}

a[aria-expanded=true] {
    color: #03a9f4;
    background: #fff;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 4px;
}

a[data-toggle=collapse] {
    position: relative
}

#sidebar a[aria-expanded=false]::before, #sidebar a[aria-expanded=true]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: .6em
}

#sidebar a[aria-expanded=true]::before {
    content: '\e260'
}

ul ul a {
    font-size: 14px;
    padding-left: 30px !important;
    background: #fafafa;
    color: #333
}

.list-unstyled li ul li {
    border-top: #d2d6de solid 1px
}

ul.CTAs {
    padding: 20px
}

ul.CTAs a {
    text-align: center;
    font-size: .9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5pxt
}

a.download {
    background: #fff;
    color: #7386D5
}

a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important
}

#content {
    -o-transition: all .1s;
    -webkit-transition: all .1s;
    transition: all .1s
}

.box-widget {
    border: none;
    position: relative
}

.widget-user .widget-user-header {
    padding: 20px;
    height: 120px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.widget-user .widget-user-username {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 300;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2)
}

.widget-user .widget-user-desc {
    margin-top: 0
}

.widget-user .widget-user-image {
    position: absolute;
    top: 65px;
    left: 50%;
    margin-left: -45px
}

.widget-user .widget-user-image>img {
    width: 90px;
    height: auto;
    border: 3px solid #fff
}

.widget-user .box-footer {
    padding-top: 30px
}

.widget-user-2 .widget-user-header {
    padding: 20px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.widget-user-2 .widget-user-username {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 300
}

.widget-user-2 .widget-user-desc {
    margin-top: 0
}

.widget-user-2 .widget-user-desc, .widget-user-2 .widget-user-username {
    margin-left: 75px
}

.widget-user-2 .widget-user-image>img {
    width: 65px;
    height: auto;
    float: left
}

.box {
    position: relative;
    border-radius: 5px;
    border-top: 1px solid #eee;
    margin-bottom: 20px;
    width: 100%;
    background: #fefefe;
    -webkit-box-shadow: 0 0 30px #f5f5f5 inset, 0 2px 2px #ccc;
    box-shadow: 0 0 30px #f5f5f5 inset, 0 2px 2px #ccc
}

.box.active, .box:hover {
    -webkit-box-shadow: 0 0 30px #e8f6fd inset, 0 2px 2px #59f;
    box-shadow: 0 0 30px #e8f6fd inset, 0 2px 2px #59f
}

.box.box-primary {
    border-top-color: #3c8dbc
}

.box.box-info {
    border-top-color: #00c0ef
}

.box.box-danger {
    border-top-color: #dd4b39
}

.box.box-warning {
    border-top-color: #f39c12
}

.box.box-success {
    border-top-color: #00a65a
}

.box.box-default {
    border-top-color: #d2d6de
}

.box.collapsed-box .box-body, .box.collapsed-box .box-footer {
    display: none
}

.box .nav-stacked>li {
    border-bottom: 1px solid #f4f4f4;
    margin: 0
}

.box .nav-stacked>li:last-of-type {
    border-bottom: none
}

.box.height-control .box-body {
    max-height: 300px;
    overflow: auto
}

.box .border-right {
    border-right: 1px solid #f4f4f4
}

.box .border-left {
    border-left: 1px solid #f4f4f4
}

.box.box-solid {
    border-top: 0
}

.box.box-solid>.box-header .btn.btn-default {
    background: 0 0
}

.box.box-solid>.box-header .btn:hover, .box.box-solid>.box-header a:hover {
    background: rgba(0, 0, 0, .1)
}

.box.box-solid.box-default {
    border: 1px solid #d2d6de
}

.box.box-solid.box-default>.box-header {
    color: #444;
    background: #d2d6de
}

.box.box-solid.box-default>.box-header .btn, .box.box-solid.box-default>.box-header a {
    color: #444
}

.box.box-solid.box-primary {
    border: 1px solid #3c8dbc
}

.box.box-solid.box-primary>.box-header {
    color: #fff;
    background: #3c8dbc
}

.box.box-solid.box-primary>.box-header .btn, .box.box-solid.box-primary>.box-header a {
    color: #fff
}

.box.box-solid.box-info {
    border: 1px solid #00c0ef
}

.box.box-solid.box-info>.box-header {
    color: #fff;
    background: #00c0ef
}

.box.box-solid.box-info>.box-header .btn, .box.box-solid.box-info>.box-header a {
    color: #fff
}

.box.box-solid.box-danger {
    border: 1px solid #dd4b39
}

.box.box-solid.box-danger>.box-header {
    color: #fff;
    background: #dd4b39
}

.box.box-solid.box-danger>.box-header .btn, .box.box-solid.box-danger>.box-header a {
    color: #fff
}

.box.box-solid.box-warning {
    border: 1px solid #f39c12
}

.box.box-solid.box-warning>.box-header {
    color: #fff;
    background: #f39c12
}

.box.box-solid.box-warning>.box-header .btn, .box.box-solid.box-warning>.box-header a {
    color: #fff
}

.box.box-solid.box-success {
    border: 1px solid #00a65a
}

.box.box-solid.box-success>.box-header {
    color: #fff;
    background: #00a65a
}

.box.box-solid.box-success>.box-header .btn, .box.box-solid.box-success>.box-header a {
    color: #fff
}

.box.box-solid>.box-header>.box-tools .btn {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.box.box-solid[class*=bg]>.box-header {
    color: #fff
}

.box .box-group>.box {
    margin-bottom: 5px
}

.box .knob-label {
    text-align: center;
    color: #333;
    font-weight: 100;
    font-size: 12px;
    margin-bottom: .3em
}

.box>.loading-img, .box>.overlay, .overlay-wrapper>.loading-img, .overlay-wrapper>.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.box .overlay, .overlay-wrapper .overlay {
    z-index: 50;
    background: rgba(255, 255, 255, .7);
    border-radius: 3px
}

.box .overlay>.fa, .overlay-wrapper .overlay>.fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 30px
}

.box .overlay.dark, .overlay-wrapper .overlay.dark {
    background: rgba(0, 0, 0, .5)
}

.box-body:after, .box-body:before, .box-footer:after, .box-footer:before, .box-header:after, .box-header:before {
    content: " ";
    display: table
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative
}

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4
}

.collapsed-box .box-header.with-border {
    border-bottom: none
}

.box-header .box-title, .box-header>.fa, .box-header>.glyphicon, .box-header>.ion {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1
}

.box-header>.fa, .box-header>.glyphicon, .box-header>.ion {
    margin-right: 5px
}

.box-header>.box-tools {
    position: absolute;
    right: 5px;
    top: 65px;
}

.box-header>.box-tools [data-toggle=tooltip], .card, .card .header, .dataTables_wrapper {
    position: relative
}

.box-header>.box-tools.pull-right .dropdown-menu {
    right: 0;
    left: auto
}

.info-box-3 .icon, .info-box-4 .icon {
    right: 10px;
    bottom: 2px;
    text-align: center
}

.box-header>.box-tools .dropdown-menu>li>a {
    color: #444 !important
}

.btn-box-tool {
    padding: 5px;
    font-size: 20px;
    background: 0 0;
    color: #777777;
}

.btn-box-tool:hover, .open .btn-box-tool {
    color: #b7b2b2;
}

.btn-box-tool.btn:active {
    -webkit-box-shadow: none;
    box-shadow: none
}

.box-body {
    padding: 10px;
    border-radius: 0 0 3px 3px
}

.no-header .box-body {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.box-body>.table {
    margin-bottom: 0
}

.box-body .fc {
    margin-top: 5px
}

.box-body .full-width-chart {
    margin: -19px
}

.box-body.no-padding .full-width-chart {
    margin: -9px
}

.box-body .box-pane {
    border-radius: 0 0 0 3px
}

.box-body .box-pane-right {
    border-radius: 0 0 3px
}

.box-footer {
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff;
    border-radius: 0 0 3px 3px
}

.alert {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: 0 2px 5px 2px #ddd;
    border: none;
    color: #fff !important;
    -webkit-animation: scaleUp 1s ease both;
    animation: scaleUp 1s ease both;
    margin: 10px;
}

.alert .alert-link {
    color: #fff;
    text-decoration: underline;
    font-weight: 700
}

.alert-success {
    background-color: #2b982b
}

.alert-info {
    background-color: #00b0e4
}

.alert-warning {
    background-color: #ff9600 !important
}

.alert-danger {
    background-color: #fb483a !important
}

.alert-standard {
    background-color: #eee !important;
    color: #969696 !important
}

.alert-dismissible .close {
    color: #fff;
    opacity: 1;
    border: none;
    text-shadow: none
}

.user-block:after, .user-block:before {
    content: " ";
    display: table
}

.user-block img {
    width: 50px;
    height: 50px;
    float: right;
    margin: 2px;
}

.user-block .comment, .user-block .description, .user-block .username {
    display: block;
    /* margin-left: 50px */
}

.img-sm+.img-push, .user-block.user-block-sm .comment, .user-block.user-block-sm .description, .user-block.user-block-sm .username {
    margin-left: 40px
}

.user-block .username {
    font-size: 16px;
    font-weight: 600
}

.user-block .username.overflow {
    height: 25px;
    overflow: hidden
}

.user-block .username.overflow:hover {
    height: auto;
    min-height: 25px
}

.user-block .description {
    color: #666;
    font-size: 13px
}

.user-block.overflow {
    max-height: 78px;
    overflow: hidden;
}

.user-block.user-block-sm .username {
    font-size: 14px
}

.box-comments .box-comment img, .img-sm, .user-block.user-block-sm img {
    width: 30px !important;
    height: 30px !important
}

.img-md {
    width: 60px;
    height: 60px
}

.img-md+.img-push {
    margin-left: 70px
}

.img-lg {
    width: 100px;
    height: 100px
}

.img-lg+.img-push {
    margin-left: 110px
}

.img-bordered {
    border: 3px solid #d2d6de;
    padding: 3px
}

.img-bordered-sm {
    border: 2px solid #d2d6de;
    padding: 2px
}

.card {
    min-height: 50px;
    border-radius: 5px;
    border-top: 1px solid #eee;
    margin-bottom: 20px;
    width: 100%;
    background: #fefefe;
    -webkit-box-shadow: 0 0 30px #f5f5f5 inset, 0 2px 2px #ccc;
    box-shadow: 0 0 30px #f5f5f5 inset, 0 2px 2px #ccc
}

.card:hover {
    -webkit-box-shadow: 0 0 30px #e8f6fd inset, 0 2px 2px #59f;
    box-shadow: 0 0 30px #e8f6fd inset, 0 2px 2px #59f
}

.card .card-inside-title {
    margin-top: 25px;
    margin-bottom: 15px;
    display: block;
    font-size: 15px;
    color: #000
}

.card .card-inside-title small {
    color: #999;
    display: block;
    font-size: 11px;
    margin-top: 5px
}

.card .card-inside-title small a {
    color: #777;
    font-weight: 700
}

.card .card-inside-title:first-child {
    margin-top: 0
}

.card .bg-amber, .card .bg-black, .card .bg-blue, .card .bg-blue-grey, .card .bg-brown, .card .bg-cyan, .card .bg-deep-orange, .card .bg-deep-purple, .card .bg-green, .card .bg-grey, .card .bg-indigo, .card .bg-light-blue, .card .bg-light-green, .card .bg-lime, .card .bg-orange, .card .bg-pink, .card .bg-purple, .card .bg-red, .card .bg-teal, .card .bg-yellow {
    border-bottom: none !important;
    color: #fff !important
}

.card .bg-amber:hover, .card .bg-black, .card .bg-blue-grey:hover, .card .bg-blue:hover, .card .bg-brown:hover, .card .bg-cyan:hover, .card .bg-deep-orange:hover, .card .bg-deep-purple:hover, .card .bg-green:hover, .card .bg-grey:hover, .card .bg-indigo:hover, .card .bg-light-blue:hover, .card .bg-light-green:hover, .card .bg-lime:hover, .card .bg-orange:hover, .card .bg-pink:hover, .card .bg-purple:hover, .card .bg-red:hover, .card .bg-teal:hover, .card .bg-yellow:hover {
    border-bottom: none !important;
    color: #333 !important
}

.card .bg-amber .material-icons, .card .bg-amber h2, .card .bg-amber small, .card .bg-black .material-icons, .card .bg-black h2, .card .bg-black small, .card .bg-blue .material-icons, .card .bg-blue h2, .card .bg-blue small, .card .bg-blue-grey .material-icons, .card .bg-blue-grey h2, .card .bg-blue-grey small, .card .bg-brown .material-icons, .card .bg-brown h2, .card .bg-brown small, .card .bg-cyan .material-icons, .card .bg-cyan h2, .card .bg-cyan small, .card .bg-deep-orange .material-icons, .card .bg-deep-orange h2, .card .bg-deep-orange small, .card .bg-deep-purple .material-icons, .card .bg-deep-purple h2, .card .bg-deep-purple small, .card .bg-green .material-icons, .card .bg-green h2, .card .bg-green small, .card .bg-grey .material-icons, .card .bg-grey h2, .card .bg-grey small, .card .bg-indigo .material-icons, .card .bg-indigo h2, .card .bg-indigo small, .card .bg-light-blue .material-icons, .card .bg-light-blue h2, .card .bg-light-blue small, .card .bg-light-green .material-icons, .card .bg-light-green h2, .card .bg-light-green small, .card .bg-lime .material-icons, .card .bg-lime h2, .card .bg-lime small, .card .bg-orange .material-icons, .card .bg-orange h2, .card .bg-orange small, .card .bg-pink .material-icons, .card .bg-pink h2, .card .bg-pink small, .card .bg-purple .material-icons, .card .bg-purple h2, .card .bg-purple small, .card .bg-red .material-icons, .card .bg-red h2, .card .bg-red small, .card .bg-teal .material-icons, .card .bg-teal h2, .card .bg-teal small, .card .bg-yellow .material-icons, .card .bg-yellow h2, .card .bg-yellow small {
    color: #fff !important
}

.card .bg-amber .badge, .card .bg-black .badge, .card .bg-blue .badge, .card .bg-blue-grey .badge, .card .bg-brown .badge, .card .bg-cyan .badge, .card .bg-deep-orange .badge, .card .bg-deep-purple .badge, .card .bg-green .badge, .card .bg-grey .badge, .card .bg-indigo .badge, .card .bg-light-blue .badge, .card .bg-light-green .badge, .card .bg-lime .badge, .card .bg-orange .badge, .card .bg-pink .badge, .card .bg-purple .badge, .card .bg-red .badge, .card .bg-teal .badge, .card .bg-yellow .badge {
    background-color: #fff;
    color: #555
}

.card .header {
    color: #555;
    padding: 20px;
    border-bottom: 1px solid rgba(204, 204, 204, .35)
}

.card .header .header-dropdown .dropdown-menu li {
    display: block !important
}

.card .header .header-dropdown li {
    display: inline-block
}

.card .header .header-dropdown i {
    font-size: 20px;
    color: #111;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

.card .header .header-dropdown i:hover {
    color: #555
}

.card .header h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    color: #111
}

.info-box-3 .chart, .info-box-4 .chart {
    margin-right: 5px
}

.card .header h2 small {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    color: #999;
    line-height: 15px
}

.card .header h2 small a {
    font-weight: 700;
    color: #777
}

.card .header .col-xs-12 h2 {
    margin-top: 5px
}

.card .body {
    font-size: 14px;
    color: #555;
    padding: 10px
}

.card .body .col-lg-1, .card .body .col-lg-10, .card .body .col-lg-11, .card .body .col-lg-12, .card .body .col-lg-2, .card .body .col-lg-3, .card .body .col-lg-4, .card .body .col-lg-5, .card .body .col-lg-6, .card .body .col-lg-7, .card .body .col-lg-8, .card .body .col-lg-9, .card .body .col-md-1, .card .body .col-md-10, .card .body .col-md-11, .card .body .col-md-12, .card .body .col-md-2, .card .body .col-md-3, .card .body .col-md-4, .card .body .col-md-5, .card .body .col-md-6, .card .body .col-md-7, .card .body .col-md-8, .card .body .col-md-9, .card .body .col-sm-1, .card .body .col-sm-10, .card .body .col-sm-11, .card .body .col-sm-12, .card .body .col-sm-2, .card .body .col-sm-3, .card .body .col-sm-4, .card .body .col-sm-5, .card .body .col-sm-6, .card .body .col-sm-7, .card .body .col-sm-8, .card .body .col-sm-9, .card .body .col-xs-1, .card .body .col-xs-10, .card .body .col-xs-11, .card .body .col-xs-12, .card .body .col-xs-2, .card .body .col-xs-3, .card .body .col-xs-4, .card .body .col-xs-5, .card .body .col-xs-6, .card .body .col-xs-7, .card .body .col-xs-8, .card .body .col-xs-9 {
    margin-bottom: 20px
}

.dataTables_wrapper select {
    border: none;
    border-bottom: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.dataTables_wrapper select:active,.dataTables_wrapper select:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.dataTables_wrapper input[type=search] {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border: none;
    font-size: 12px;
    border-bottom: 1px solid #ddd
}

.dataTables_wrapper input[type=search]:active,.dataTables_wrapper input[type=search]:focus {
    border-bottom: 2px solid #1f91f3
}

.dataTables_wrapper .dt-buttons a.dt-button {
    background-color: #607D8B;
    color: #fff;
    padding: 7px 12px;
    margin-right: 5px;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0,0,0,.16),0 2px 10px rgba(0,0,0,.12);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    border: none;
    font-size: 13px;
    outline: 0
}

.dataTables_wrapper input[type="search"],.dataTables_wrapper select {
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fafafa;
    padding: 5px;
}

.info-box-2,.info-box-3,.info-box-4 {
    box-shadow: 0 2px 10px rgba(0,0,0,.2)
}

.btn-circle,.btn-circle-lg,.btn:focus {
    outline: 0!important
}

.dataTables_wrapper .dt-buttons a.dt-button:active {
    opacity: .8
}

.dt-button-info {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 400px;
    text-align: center;
    background-color: #fff;
    border: 2px solid #999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin-top: -100px;
    margin-left: -200px;
    z-index: 21
}

.dt-button-info h2 {
    color: #777
}

.dt-button-info div {
    color: #777;
    margin-bottom: 20px
}

.info-box, .info-box-2, .info-box-3, .info-box-4 {
    cursor: default;
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
}

.info-box {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    position: relative;
    border-radius: 5px
}

.info-box .icon {
    display: inline-block;
    text-align: center;
    background-color: rgba(0, 0, 0, .12);
    width: 80px
}

.info-box .icon i {
    color: #fff;
    font-size: 50px;
    line-height: 80px
}

.info-box .icon .chart.chart-bar {
    height: 100%;
    line-height: 100px
}

.info-box .icon .chart.chart-pie {
    height: 100%;
    line-height: 123px
}

.info-box .icon .chart.chart-line {
    height: 100%;
    line-height: 115px
}

.info-box .content {
    display: inline-block;
    padding: 7px 10px
}

.info-box .content .text {
    font-size: 13px;
    margin-top: 11px;
    color: #555
}

.info-box .content .number {
    font-weight: 400;
    font-size: 26px;
    margin-top: -4px;
    color: #555
}

.info-box.hover-zoom-effect .icon {
    overflow: hidden
}

.info-box.hover-zoom-effect .icon i {
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.info-box.hover-zoom-effect:hover .icon i {
    opacity: .4;
    -ms-transform: rotate(-32deg) scale(1.4);
    -webkit-transform: rotate(-32deg) scale(1.4);
    transform: rotate(-32deg) scale(1.4)
}

.info-box-2.hover-zoom-effect:hover .icon i, .info-box-3.hover-zoom-effect:hover .icon i {
    -ms-transform: rotate(-32deg) scale(1.4);
    -webkit-transform: rotate(-32deg) scale(1.4);
    transform: rotate(-32deg) scale(1.4);
    opacity: .4
}

.info-box.hover-expand-effect:after {
    background-color: rgba(0, 0, 0, .05);
    content: ".";
    position: absolute;
    left: 80px;
    top: 0;
    width: 0;
    height: 100%;
    color: transparent;
    -o-transition: all .95s;
    -webkit-transition: all .95s;
    transition: all .95s
}

.info-box.hover-expand-effect:hover:after {
    width: 100%
}

.info-box-2 {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    position: relative;
    border-radius: 5px
}

.info-box-2 .icon {
    display: inline-block;
    text-align: center;
    width: 80px
}

.info-box-2 .icon i {
    color: #fff;
    font-size: 50px;
    line-height: 80px
}

.info-box-2 .chart.chart-bar {
    height: 100%;
    line-height: 105px
}

.info-box-2 .chart.chart-pie {
    height: 100%;
    line-height: 123px
}

.info-box-2 .chart.chart-line {
    height: 100%;
    line-height: 115px
}

.info-box-2 .chart.chart-line canvas {
    vertical-align: baseline !important
}

.info-box-2 .content {
    display: inline-block;
    padding: 7px 10px
}

.info-box-2 .content .text {
    font-size: 13px;
    margin-top: 11px;
    color: #555
}

.info-box-2 .content .number {
    font-weight: 400;
    font-size: 26px;
    margin-top: -4px;
    color: #555
}

.info-box-2.hover-zoom-effect .icon {
    overflow: hidden
}

.info-box-2.hover-zoom-effect .icon i {
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.info-box-2.hover-zoom-effect:hover .icon i {
    -webkit-transform: rotate(-32deg) scale(1.4);
    -ms-transform: rotate(-32deg) scale(1.4);
    transform: rotate(-32deg) scale(1.4)
}

.info-box-2.hover-expand-effect:after {
    background-color: rgba(0, 0, 0, .05);
    content: ".";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    color: transparent;
    -o-transition: all .95s;
    -webkit-transition: all .95s;
    transition: all .95s
}

.info-box-2.hover-expand-effect:hover:after {
    width: 100%
}

.info-box-3 {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    position: relative;
    border-radius: 5px
}

.info-box-3 .icon {
    position: absolute
}

.info-box-3 .icon i {
    color: rgba(0, 0, 0, .15);
    font-size: 60px
}

.info-box-3 .chart.chart-bar {
    height: 100%;
    line-height: 50px
}

.info-box-3 .chart.chart-pie {
    height: 100%;
    line-height: 34px
}

.info-box-3 .chart.chart-line {
    height: 100%;
    line-height: 40px
}

.info-box-3 .content {
    display: inline-block;
    padding: 7px 16px
}

.info-box-3 .content .text {
    font-size: 13px;
    margin-top: 5px;
    color: #555;
}

.info-box-3 .content .number {
    font-weight: 400;
    font-size: 26px;
    margin-top: -4px;
    color: #555
}

.info-box-3.hover-zoom-effect .icon i {
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.info-box-3.hover-zoom-effect:hover .icon i {
    -webkit-transform: rotate(-32deg) scale(1.4);
    -ms-transform: rotate(-32deg) scale(1.4);
    transform: rotate(-32deg) scale(1.4)
}

.info-box-3.hover-expand-effect:after {
    background-color: rgba(0, 0, 0, .05);
    content: ".";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    color: transparent;
    -o-transition: all .95s;
    -webkit-transition: all .95s;
    transition: all .95s
}

.info-box-3.hover-expand-effect:hover:after {
    width: 100%
}

.info-box-4 {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    position: relative;
    border-radius: 5px
}

.info-box-4 .icon {
    position: absolute
}

.info-box-4 .icon i {
    color: rgba(0, 0, 0, .15);
    font-size: 60px
}

.info-box-4 .chart.chart-bar {
    height: 100%;
    line-height: 50px
}

.info-box-4 .chart.chart-pie {
    height: 100%;
    line-height: 34px
}

.info-box-4 .chart.chart-line {
    height: 100%;
    line-height: 40px
}

.info-box-4 .content {
    display: inline-block;
    padding: 7px 16px
}

.info-box-4 .content .text {
    font-size: 13px;
    margin-top: 11px;
    color: #555
}

.info-box-4 .content .number {
    font-weight: 400;
    font-size: 26px;
    margin-top: -4px;
    color: #555
}

.info-box-4.hover-zoom-effect .icon i {
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.info-box-4.hover-zoom-effect:hover .icon i {
    opacity: .4;
    -ms-transform: rotate(-32deg) scale(1.4);
    -webkit-transform: rotate(-32deg) scale(1.4);
    transform: rotate(-32deg) scale(1.4)
}

.info-box-4.hover-expand-effect:after {
    background-color: rgba(0, 0, 0, .05);
    content: ".";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    color: transparent;
    -o-transition: all .95s;
    -webkit-transition: all .95s;
    transition: all .95s
}

.info-box-4.hover-expand-effect:hover:after {
    width: 100%
}

@media (max-width: 768px) {
    .navbar.active {
        left: 0
    }

    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important
    }

    #sidebar a[aria-expanded=false]::before, #sidebar a[aria-expanded=true]::before {
        top: auto;
        bottom: 5px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%)
    }

    #sidebar.active {
        margin-left: 0 !important
    }

    #sidebar .CTAs, #sidebar .sidebar-header h3 {
        display: none
    }

    #sidebar .sidebar-header strong {
        display: block
    }

    #sidebar ul li a {
        padding: 20px 10px
    }

    #sidebar ul li a span {
        font-size: .85em
    }

    #sidebar ul li a i {
        margin-right: 0;
        display: block;
        font-size: 1.3em
    }

    #sidebar ul ul a {
        padding: 10px !important
    }

    #sidebarCollapse span {
        display: none
    }
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    /* vertical-align: middle; */
    padding: 10px;
}

.table .progress {
    margin-bottom: auto
}

.search-bar {
    position: absolute;
    left: 0;
    z-index: 9999999;
    width: 100%;
    -o-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s;
    top: -100px
}

.search-bar.open {
    top: 0
}

.search-bar .search-icon {
    position: absolute;
    top: 13px;
    left: 14px;
    cursor: pointer;
    font-size: 32px;
    color: #999
}

.search-bar .close-search {
    position: absolute;
    cursor: pointer;
    font-size: 30px;
    top: 15px;
    right: 18px
}

.search-bar .close-search, .search-bar .search-icon {
    color: #999;
    opacity: 1;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s
}

.search-bar .close-search:hover, .search-bar .search-icon:hover {
    opacity: .5
}

.search-bar input[type=text] {
    width: 100%;
    font-size: 16px;
    padding: 22px 60px 20px 66px;
    border: none
}

.btn-group .btn-default:not(.btn-primary) {
    background: #fafafa
}

.btn-circle {
    border: none;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.btn-circle i {
    font-size: 18px;
    position: relative;
    left: -1px
}

.btn-link {
    font-weight: 700;
    color: #333;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s
}

.btn-link:active, .btn-link:focus {
    text-decoration: none;
    color: #333
}

.btn-link:hover {
    text-decoration: none;
    color: #333;
    background-color: #ddd
}

.btn-circle-lg {
    border: none;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 50% !important
}

.btn-circle-lg i {
    font-size: 26px !important;
    position: relative !important;
    left: 0 !important;
    top: 6px !important
}

.btn:not(.btn-link):not(.btn-circle) {
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .23);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .23);
    border-radius: 5px;
    border: none;
    outline: 0
}

.btn-group .btn, .btn-group-vertical .btn, .pager li>a {
    border-radius: 0;
}

.btn:not(.btn-link):not(.btn-circle):hover {
    outline: 0;
    color: #23527c;
    background-color: #eee !important;
    border-color: #ddd
}

.form-control[disabled], .form-control[readonly], .pager li a:active, .pager li a:focus, .pager li>a, fieldset[disabled] .form-control {
    background-color: transparent
}

.btn:not(.btn-link):not(.btn-circle) i {
    font-size: 20px;
    position: relative;
    top: 3px
}

.btn-group .btn, .btn-group-vertical .btn {
    -webkit-box-shadow: 0 4px 2px #ddd !important;
    box-shadow: 0 4px 2px #ddd !important;
    border-radius: 0
}

.btn-group .btn .caret, .btn-group-vertical .btn .caret {
    position: relative;
    bottom: 1px
}

.btn-group .btn-group, .btn-group-vertical .btn-group {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.btn-group .btn+.dropdown-toggle, .btn-group-vertical .btn+.dropdown-toggle {
    border-left: 1px solid rgba(0, 0, 0, .08) !important
}

.input-group {
    width: 100%;
    margin-bottom: 20px
}

.input-group .form-line {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    position: relative
}

.input-group .form-line:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -2px;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -o-transition: .25s ease-in;
    -webkit-transition: .25s ease-in;
    transition: .25s ease-in;
    border-bottom: 2px solid #1f91f3
}

.input-group .form-line+.input-group-addon {
    padding-right: 0;
    padding-left: 10px
}

.input-group .help-info {
    float: right;
    font-size: 12px;
    margin-top: 5px;
    color: #999
}

.input-group label.error {
    font-size: 12px;
    display: block;
    margin-top: 5px;
    font-weight: 400;
    color: #F44336
}

.input-group .form-line.error:after {
    border-bottom: 2px solid #F44336
}

.input-group .form-line.success:after {
    border-bottom: 2px solid #4CAF50
}

.input-group .form-line.warning:after {
    border-bottom: 2px solid #FFC107
}

.input-group .form-line.focused:after {
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.input-group .form-line.focused .form-label {
    bottom: 25px;
    left: 0;
    font-size: 12px
}

.input-group .input-group-addon {
    border: none;
    background-color: transparent;
    padding-left: 0;
    font-weight: 700
}

.input-group .input-group-addon .material-icons {
    font-size: 18px;
    color: #555
}

.input-group .form-control, .input-group input[type=text] {
    z-index: 3
}

.input-group .form-control:focus {
    -webkit-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important
}

.input-group.input-group-sm .input-group-addon i {
    font-size: 14px
}

.input-group.input-group-sm .form-control {
    font-size: 12px
}

.input-group.input-group-lg .input-group-addon i {
    font-size: 26px
}

.input-group.input-group-lg .form-control {
    font-size: 18px
}

.form-control-label {
    text-align: right
}

.form-control-label label {
    margin-top: 8px
}

.form-horizontal .form-group {
    margin-bottom: 0
}

.form-group {
    width: 100%;
    margin-bottom: 25px
}

.form-group .form-control {
    width: 100%;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding-left: 0
}

.form-group .help-info {
    float: right;
    font-size: 12px;
    margin-top: 5px;
    color: #999
}

.form-group label.error {
    font-size: 12px;
    display: block;
    margin-top: 5px;
    font-weight: 400;
    color: #F44336
}

.form-group .form-line {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ddd
}

.form-group .form-line:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    bottom: -1px;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -o-transition: .25s ease-in;
    -webkit-transition: .25s ease-in;
    transition: .25s ease-in;
    border-bottom: 2px solid #1f91f3
}

.form-group .form-line .form-label {
    font-weight: 400;
    color: #aaa;
    position: absolute;
    top: 10px;
    left: 0;
    cursor: text;
    -o-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s
}

.font-bold, .pager li>a, .pagination>li>a {
    font-weight: 700
}

.form-group .form-line.error:after {
    border-bottom: 2px solid #F44336
}

.form-group .form-line.success:after {
    border-bottom: 2px solid #4CAF50
}

.form-group .form-line.warning:after {
    border-bottom: 2px solid #FFC107
}

.form-group .form-line.focused:after {
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.form-group .form-line.focused .form-label {
    top: -10px;
    left: 0;
    font-size: 12px
}

.form-group-sm .form-label {
    font-size: 12px
}

.form-group-sm .form-line.focused .form-label {
    bottom: 20px;
    font-size: 10px
}

.form-group-lg .form-label {
    font-size: 18px
}

.form-group-lg .form-line.focused .form-label {
    bottom: 35px;
    font-size: 12px
}

.pager li>a {
    border-radius: 0;
    border: none;
    color: #222
}

.pagination {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12)
}

.pagination .disabled a, .pagination .disabled a:active, .pagination .disabled a:focus, .pagination .disabled a:hover {
    color: #bbb
}

.pagination li.active a {
    background-color: #2196F3
}

.pagination li {
    border-radius: 0
}

.pagination li a:active, .pagination li a:focus {
    background-color: transparent;
    color: #555
}

.pagination>li>a {
    border: none;
    color: #555
}

.pagination>li:first-child>a, .pagination>li:last-child>a {
    width: auto;
    height: 32px;
    border-radius: 0
}

.pagination>li:first-child>a .material-icons, .pagination>li:last-child>a .material-icons {
    position: relative;
    bottom: 2px
}

.pagination-sm>li:first-child>a, .pagination-sm>li:last-child>a {
    width: 28px;
    height: 28px
}

.pagination-sm>li:first-child>a .material-icons, .pagination-sm>li:last-child>a .material-icons {
    position: relative;
    top: -1px;
    left: -6px;
    font-size: 20px
}

.pagination-lg>li:first-child>a, .pagination-lg>li:last-child>a {
    width: 44px;
    height: 44px
}

.pagination-lg>li:first-child>a .material-icons, .pagination-lg>li:last-child>a .material-icons {
    font-size: 30px;
    position: relative;
    top: -3px;
    left: -10px
}

li.filter:hover {
    background: #eee
}

li.filter ul {
    width: 100%;
    margin: 0;
    background: #fafafa;
    font-size: 12px;
    list-style: none;
    display: none;
    padding-left: 20px
}

li.filter:hover ul {
    display: block;
    padding-left: 20px
}

li.filter ul li {
    width: 100%;
    display: block;
    padding: 0;
    border-left: 5px solid #eee
}

li.filter ul li :hover {
    border-bottom: 1px solid #090;
    text-indent: 10px
}

li.filter ul li a {
    display: block;
    padding: 7px 0 !important;
    font-size: 1em !important;
    text-indent: 5px
}

li.filter ul li.disabled>a {
    background: #eee;
    margin-left: -6px;
    padding-left: 6px !important;
    font-weight: 700
}

li.filter ul li.disabled :hover {
    border-bottom: 1px solid #eee
}

li.filter ul li.disabled>a:focus, li.filter ul li.disabled>a:hover {
    color: #999;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

li.filter.disabled {
    background: #eee
}

li.filter.disabled ul {
    display: block
}

.room {
    -webkit-animation: scaleUp .7s ease both;
    animation: scaleUp .7s ease both
}

@-webkit-keyframes scaleUp {
    from {
        opacity: 0;
        -webkit-transform: scale(.8)
    }
}

@keyframes scaleUp {
    from {
        opacity: 0;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

.pace {
    width: 140px;
    height: 300px;
    position: fixed;
    top: -90px;
    right: -20px;
    z-index: 2000;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 2s linear 0;
    -o-transition: all 2s linear 0;
    transition: all 2s linear 0
}

.pace.pace-active {
    -webkit-transform: scale(.25);
    -ms-transform: scale(.25);
    transform: scale(.25);
    opacity: 1
}

.pace .pace-activity {
    width: 140px;
    height: 140px;
    border-radius: 70px;
    background: #29d;
    position: absolute;
    top: 0;
    z-index: 1911;
    -webkit-animation: pace-bounce 1s infinite;
    animation: pace-bounce 1s infinite
}

.pace .pace-progress {
    position: absolute;
    display: block;
    left: 50%;
    bottom: 0;
    z-index: 1910;
    margin-left: -30px;
    width: 60px;
    height: 75px;
    background: rgba(20, 20, 20, .1);
    -webkit-box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1);
    box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1);
    border-radius: 30px/40px;
    -webkit-transform: scaleY(.3) !important;
    -ms-transform: scaleY(.3) !important;
    transform: scaleY(.3) !important;
    -webkit-animation: pace-compress .5s infinite alternate;
    animation: pace-compress .5s infinite alternate
}

@-webkit-keyframes pace-bounce {
    0%, 100%, 95% {
        top: 0;
        -webkit-animation-timing-function: ease-in
    }

    50% {
        top: 140px;
        height: 140px;
        -webkit-animation-timing-function: ease-out
    }

    55% {
        top: 160px;
        height: 120px;
        border-radius: 70px/60px;
        -webkit-animation-timing-function: ease-in
    }

    65% {
        top: 120px;
        height: 140px;
        border-radius: 70px;
        -webkit-animation-timing-function: ease-out
    }
}

@keyframes pace-bounce {
    0%, 100%, 95% {
        top: 0;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    50% {
        top: 140px;
        height: 140px;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    55% {
        top: 160px;
        height: 120px;
        border-radius: 70px/60px;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    65% {
        top: 120px;
        height: 140px;
        border-radius: 70px;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@-webkit-keyframes pace-compress {
    0% {
        bottom: 0;
        margin-left: -30px;
        width: 60px;
        height: 75px;
        background: rgba(20, 20, 20, .1);
        -webkit-box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1);
        box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1);
        border-radius: 30px/40px;
        -webkit-animation-timing-function: ease-in
    }

    100% {
        bottom: 30px;
        margin-left: -10px;
        width: 20px;
        height: 5px;
        background: rgba(20, 20, 20, .3);
        -webkit-box-shadow: 0 0 20px 35px rgba(20, 20, 20, .3);
        box-shadow: 0 0 20px 35px rgba(20, 20, 20, .3);
        border-radius: 20px;
        -webkit-animation-timing-function: ease-out
    }
}

@keyframes pace-compress {
    0% {
        bottom: 0;
        margin-left: -30px;
        width: 60px;
        height: 75px;
        background: rgba(20, 20, 20, .1);
        -webkit-box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1);
        box-shadow: 0 0 20px 35px rgba(20, 20, 20, .1);
        border-radius: 30px/40px;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        bottom: 30px;
        margin-left: -10px;
        width: 20px;
        height: 5px;
        background: rgba(20, 20, 20, .3);
        -webkit-box-shadow: 0 0 20px 35px rgba(20, 20, 20, .3);
        box-shadow: 0 0 20px 35px rgba(20, 20, 20, .3);
        border-radius: 20px;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.m-l--125 {
    margin-left: -125px !important
}

.m-t--125 {
    margin-top: -125px !important
}

.m-r--125 {
    margin-right: -125px !important
}

.m-b--125 {
    margin-bottom: -125px !important
}

.m-l--120 {
    margin-left: -120px !important
}

.m-t--120 {
    margin-top: -120px !important
}

.m-r--120 {
    margin-right: -120px !important
}

.m-b--120 {
    margin-bottom: -120px !important
}

.m-l--115 {
    margin-left: -115px !important
}

.m-t--115 {
    margin-top: -115px !important
}

.m-r--115 {
    margin-right: -115px !important
}

.m-b--115 {
    margin-bottom: -115px !important
}

.m-l--110 {
    margin-left: -110px !important
}

.m-t--110 {
    margin-top: -110px !important
}

.m-r--110 {
    margin-right: -110px !important
}

.m-b--110 {
    margin-bottom: -110px !important
}

.m-l--105 {
    margin-left: -105px !important
}

.m-t--105 {
    margin-top: -105px !important
}

.m-r--105 {
    margin-right: -105px !important
}

.m-b--105 {
    margin-bottom: -105px !important
}

.m-l--100 {
    margin-left: -100px !important
}

.m-t--100 {
    margin-top: -100px !important
}

.m-r--100 {
    margin-right: -100px !important
}

.m-b--100 {
    margin-bottom: -100px !important
}

.m-l--95 {
    margin-left: -95px !important
}

.m-t--95 {
    margin-top: -95px !important
}

.m-r--95 {
    margin-right: -95px !important
}

.m-b--95 {
    margin-bottom: -95px !important
}

.m-l--90 {
    margin-left: -90px !important
}

.m-t--90 {
    margin-top: -90px !important
}

.m-r--90 {
    margin-right: -90px !important
}

.m-b--90 {
    margin-bottom: -90px !important
}

.m-l--85 {
    margin-left: -85px !important
}

.m-t--85 {
    margin-top: -85px !important
}

.m-r--85 {
    margin-right: -85px !important
}

.m-b--85 {
    margin-bottom: -85px !important
}

.m-l--80 {
    margin-left: -80px !important
}

.m-t--80 {
    margin-top: -80px !important
}

.m-r--80 {
    margin-right: -80px !important
}

.m-b--80 {
    margin-bottom: -80px !important
}

.m-l--75 {
    margin-left: -75px !important
}

.m-t--75 {
    margin-top: -75px !important
}

.m-r--75 {
    margin-right: -75px !important
}

.m-b--75 {
    margin-bottom: -75px !important
}

.m-l--70 {
    margin-left: -70px !important
}

.m-t--70 {
    margin-top: -70px !important
}

.m-r--70 {
    margin-right: -70px !important
}

.m-b--70 {
    margin-bottom: -70px !important
}

.m-l--65 {
    margin-left: -65px !important
}

.m-t--65 {
    margin-top: -65px !important
}

.m-r--65 {
    margin-right: -65px !important
}

.m-b--65 {
    margin-bottom: -65px !important
}

.m-l--60 {
    margin-left: -60px !important
}

.m-t--60 {
    margin-top: -60px !important
}

.m-r--60 {
    margin-right: -60px !important
}

.m-b--60 {
    margin-bottom: -60px !important
}

.m-l--55 {
    margin-left: -55px !important
}

.m-t--55 {
    margin-top: -55px !important
}

.m-r--55 {
    margin-right: -55px !important
}

.m-b--55 {
    margin-bottom: -55px !important
}

.m-l--50 {
    margin-left: -50px !important
}

.m-t--50 {
    margin-top: -50px !important
}

.m-r--50 {
    margin-right: -50px !important
}

.m-b--50 {
    margin-bottom: -50px !important
}

.m-l--45 {
    margin-left: -45px !important
}

.m-t--45 {
    margin-top: -45px !important
}

.m-r--45 {
    margin-right: -45px !important
}

.m-b--45 {
    margin-bottom: -45px !important
}

.m-l--40 {
    margin-left: -40px !important
}

.m-t--40 {
    margin-top: -40px !important
}

.m-r--40 {
    margin-right: -40px !important
}

.m-b--40 {
    margin-bottom: -40px !important
}

.m-l--35 {
    margin-left: -35px !important
}

.m-t--35 {
    margin-top: -35px !important
}

.m-r--35 {
    margin-right: -35px !important
}

.m-b--35 {
    margin-bottom: -35px !important
}

.m-l--30 {
    margin-left: -30px !important
}

.m-t--30 {
    margin-top: -30px !important
}

.m-r--30 {
    margin-right: -30px !important
}

.m-b--30 {
    margin-bottom: -30px !important
}

.m-l--25 {
    margin-left: -25px !important
}

.m-t--25 {
    margin-top: -25px !important
}

.m-r--25 {
    margin-right: -25px !important
}

.m-b--25 {
    margin-bottom: -25px !important
}

.m-l--20 {
    margin-left: -20px !important
}

.m-t--20 {
    margin-top: -20px !important
}

.m-r--20 {
    margin-right: -20px !important
}

.m-b--20 {
    margin-bottom: -20px !important
}

.m-l--15 {
    margin-left: -15px !important
}

.m-t--15 {
    margin-top: -15px !important
}

.m-r--15 {
    margin-right: -15px !important
}

.m-b--15 {
    margin-bottom: -15px !important
}

.m-l--10 {
    margin-left: -10px !important
}

.m-t--10 {
    margin-top: -10px !important
}

.m-r--10 {
    margin-right: -10px !important
}

.m-b--10 {
    margin-bottom: -10px !important
}

.m-l--5 {
    margin-left: -5px !important
}

.m-t--5 {
    margin-top: -5px !important
}

.m-r--5 {
    margin-right: -5px !important
}

.m-b--5 {
    margin-bottom: -5px !important
}

.m-l-0 {
    margin-left: 0 !important
}

.m-t-0 {
    margin-top: 0 !important
}

.m-r-0 {
    margin-right: 0 !important
}

.m-b-0 {
    margin-bottom: 0 !important
}

.m-l-5 {
    margin-left: 5px !important
}

.m-t-5 {
    margin-top: 5px !important
}

.m-r-5 {
    margin-right: 5px !important
}

.m-b-5 {
    margin-bottom: 5px !important
}

.m-l-10 {
    margin-left: 10px !important
}

.m-t-10 {
    margin-top: 10px !important
}

.m-r-10 {
    margin-right: 10px !important
}

.m-b-10 {
    margin-bottom: 10px !important
}

.m-l-15 {
    margin-left: 15px !important
}

.m-t-15 {
    margin-top: 15px !important
}

.m-r-15 {
    margin-right: 15px !important
}

.m-b-15 {
    margin-bottom: 15px !important
}

.m-l-20 {
    margin-left: 20px !important
}

.m-t-20 {
    margin-top: 20px !important
}

.m-r-20 {
    margin-right: 20px !important
}

.m-b-20 {
    margin-bottom: 20px !important
}

.m-l-25 {
    margin-left: 25px !important
}

.m-t-25 {
    margin-top: 25px !important
}

.m-r-25 {
    margin-right: 25px !important
}

.m-b-25 {
    margin-bottom: 25px !important
}

.m-l-30 {
    margin-left: 30px !important
}

.m-t-30 {
    margin-top: 30px !important
}

.m-r-30 {
    margin-right: 30px !important
}

.m-b-30 {
    margin-bottom: 30px !important
}

.m-l-35 {
    margin-left: 35px !important
}

.m-t-35 {
    margin-top: 35px !important
}

.m-r-35 {
    margin-right: 35px !important
}

.m-b-35 {
    margin-bottom: 35px !important
}

.m-l-40 {
    margin-left: 40px !important
}

.m-t-40 {
    margin-top: 40px !important
}

.m-r-40 {
    margin-right: 40px !important
}

.m-b-40 {
    margin-bottom: 40px !important
}

.m-l-45 {
    margin-left: 45px !important
}

.m-t-45 {
    margin-top: 45px !important
}

.m-r-45 {
    margin-right: 45px !important
}

.m-b-45 {
    margin-bottom: 45px !important
}

.m-l-50 {
    margin-left: 50px !important
}

.m-t-50 {
    margin-top: 50px !important
}

.m-r-50 {
    margin-right: 50px !important
}

.m-b-50 {
    margin-bottom: 50px !important
}

.m-l-55 {
    margin-left: 55px !important
}

.m-t-55 {
    margin-top: 55px !important
}

.m-r-55 {
    margin-right: 55px !important
}

.m-b-55 {
    margin-bottom: 55px !important
}

.m-l-60 {
    margin-left: 60px !important
}

.m-t-60 {
    margin-top: 60px !important
}

.m-r-60 {
    margin-right: 60px !important
}

.m-b-60 {
    margin-bottom: 60px !important
}

.m-l-65 {
    margin-left: 65px !important
}

.m-t-65 {
    margin-top: 65px !important
}

.m-r-65 {
    margin-right: 65px !important
}

.m-b-65 {
    margin-bottom: 65px !important
}

.m-l-70 {
    margin-left: 70px !important
}

.m-t-70 {
    margin-top: 70px !important
}

.m-r-70 {
    margin-right: 70px !important
}

.m-b-70 {
    margin-bottom: 70px !important
}

.m-l-75 {
    margin-left: 75px !important
}

.m-t-75 {
    margin-top: 75px !important
}

.m-r-75 {
    margin-right: 75px !important
}

.m-b-75 {
    margin-bottom: 75px !important
}

.m-l-80 {
    margin-left: 80px !important
}

.m-t-80 {
    margin-top: 80px !important
}

.m-r-80 {
    margin-right: 80px !important
}

.m-b-80 {
    margin-bottom: 80px !important
}

.m-l-85 {
    margin-left: 85px !important
}

.m-t-85 {
    margin-top: 85px !important
}

.m-r-85 {
    margin-right: 85px !important
}

.m-b-85 {
    margin-bottom: 85px !important
}

.m-l-90 {
    margin-left: 90px !important
}

.m-t-90 {
    margin-top: 90px !important
}

.m-r-90 {
    margin-right: 90px !important
}

.m-b-90 {
    margin-bottom: 90px !important
}

.m-l-95 {
    margin-left: 95px !important
}

.m-t-95 {
    margin-top: 95px !important
}

.m-r-95 {
    margin-right: 95px !important
}

.m-b-95 {
    margin-bottom: 95px !important
}

.m-l-100 {
    margin-left: 100px !important
}

.m-t-100 {
    margin-top: 100px !important
}

.m-r-100 {
    margin-right: 100px !important
}

.m-b-100 {
    margin-bottom: 100px !important
}

.m-l-105 {
    margin-left: 105px !important
}

.m-t-105 {
    margin-top: 105px !important
}

.m-r-105 {
    margin-right: 105px !important
}

.m-b-105 {
    margin-bottom: 105px !important
}

.m-l-110 {
    margin-left: 110px !important
}

.m-t-110 {
    margin-top: 110px !important
}

.m-r-110 {
    margin-right: 110px !important
}

.m-b-110 {
    margin-bottom: 110px !important
}

.m-l-115 {
    margin-left: 115px !important
}

.m-t-115 {
    margin-top: 115px !important
}

.m-r-115 {
    margin-right: 115px !important
}

.m-b-115 {
    margin-bottom: 115px !important
}

.m-l-120 {
    margin-left: 120px !important
}

.m-t-120 {
    margin-top: 120px !important
}

.m-r-120 {
    margin-right: 120px !important
}

.m-b-120 {
    margin-bottom: 120px !important
}

.m-l-125 {
    margin-left: 125px !important
}

.m-t-125 {
    margin-top: 125px !important
}

.m-r-125 {
    margin-right: 125px !important
}

.m-b-125 {
    margin-bottom: 125px !important
}

.margin-0 {
    margin: 0
}

.p-l-0 {
    padding-left: 0 !important
}

.p-t-0 {
    padding-top: 0 !important
}

.p-r-0 {
    padding-right: 0 !important
}

.p-b-0 {
    padding-bottom: 0 !important
}

.p-l-5 {
    padding-left: 5px !important
}

.p-t-5 {
    padding-top: 5px !important
}

.p-r-5 {
    padding-right: 5px !important
}

.p-b-5 {
    padding-bottom: 5px !important
}

.p-l-10 {
    padding-left: 10px !important
}

.p-t-10 {
    padding-top: 10px !important
}

.p-r-10 {
    padding-right: 10px !important
}

.p-b-10 {
    padding-bottom: 10px !important
}

.p-l-15 {
    padding-left: 15px !important
}

.p-t-15 {
    padding-top: 15px !important
}

.p-r-15 {
    padding-right: 15px !important
}

.p-b-15 {
    padding-bottom: 15px !important
}

.p-l-20 {
    padding-left: 20px !important
}

.p-t-20 {
    padding-top: 20px !important
}

.p-r-20 {
    padding-right: 20px !important
}

.p-b-20 {
    padding-bottom: 20px !important
}

.p-l-25 {
    padding-left: 25px !important
}

.p-t-25 {
    padding-top: 25px !important
}

.p-r-25 {
    padding-right: 25px !important
}

.p-b-25 {
    padding-bottom: 25px !important
}

.p-l-30 {
    padding-left: 30px !important
}

.p-t-30 {
    padding-top: 30px !important
}

.p-r-30 {
    padding-right: 30px !important
}

.p-b-30 {
    padding-bottom: 30px !important
}

.p-l-35 {
    padding-left: 35px !important
}

.p-t-35 {
    padding-top: 35px !important
}

.p-r-35 {
    padding-right: 35px !important
}

.p-b-35 {
    padding-bottom: 35px !important
}

.p-l-40 {
    padding-left: 40px !important
}

.p-t-40 {
    padding-top: 40px !important
}

.p-r-40 {
    padding-right: 40px !important
}

.p-b-40 {
    padding-bottom: 40px !important
}

.p-l-45 {
    padding-left: 45px !important
}

.p-t-45 {
    padding-top: 45px !important
}

.p-r-45 {
    padding-right: 45px !important
}

.p-b-45 {
    padding-bottom: 45px !important
}

.p-l-50 {
    padding-left: 50px !important
}

.p-t-50 {
    padding-top: 50px !important
}

.p-r-50 {
    padding-right: 50px !important
}

.p-b-50 {
    padding-bottom: 50px !important
}

.p-l-55 {
    padding-left: 55px !important
}

.p-t-55 {
    padding-top: 55px !important
}

.p-r-55 {
    padding-right: 55px !important
}

.p-b-55 {
    padding-bottom: 55px !important
}

.p-l-60 {
    padding-left: 60px !important
}

.p-t-60 {
    padding-top: 60px !important
}

.p-r-60 {
    padding-right: 60px !important
}

.p-b-60 {
    padding-bottom: 60px !important
}

.p-l-65 {
    padding-left: 65px !important
}

.p-t-65 {
    padding-top: 65px !important
}

.p-r-65 {
    padding-right: 65px !important
}

.p-b-65 {
    padding-bottom: 65px !important
}

.p-l-70 {
    padding-left: 70px !important
}

.p-t-70 {
    padding-top: 70px !important
}

.p-r-70 {
    padding-right: 70px !important
}

.p-b-70 {
    padding-bottom: 70px !important
}

.p-l-75 {
    padding-left: 75px !important
}

.p-t-75 {
    padding-top: 75px !important
}

.p-r-75 {
    padding-right: 75px !important
}

.p-b-75 {
    padding-bottom: 75px !important
}

.p-l-80 {
    padding-left: 80px !important
}

.p-t-80 {
    padding-top: 80px !important
}

.p-r-80 {
    padding-right: 80px !important
}

.p-b-80 {
    padding-bottom: 80px !important
}

.p-l-85 {
    padding-left: 85px !important
}

.p-t-85 {
    padding-top: 85px !important
}

.p-r-85 {
    padding-right: 85px !important
}

.p-b-85 {
    padding-bottom: 85px !important
}

.p-l-90 {
    padding-left: 90px !important
}

.p-t-90 {
    padding-top: 90px !important
}

.p-r-90 {
    padding-right: 90px !important
}

.p-b-90 {
    padding-bottom: 90px !important
}

.p-l-95 {
    padding-left: 95px !important
}

.p-t-95 {
    padding-top: 95px !important
}

.p-r-95 {
    padding-right: 95px !important
}

.p-b-95 {
    padding-bottom: 95px !important
}

.p-l-100 {
    padding-left: 100px !important
}

.p-t-100 {
    padding-top: 100px !important
}

.p-r-100 {
    padding-right: 100px !important
}

.p-b-100 {
    padding-bottom: 100px !important
}

.p-l-105 {
    padding-left: 105px !important
}

.p-t-105 {
    padding-top: 105px !important
}

.p-r-105 {
    padding-right: 105px !important
}

.p-b-105 {
    padding-bottom: 105px !important
}

.p-l-110 {
    padding-left: 110px !important
}

.p-t-110 {
    padding-top: 110px !important
}

.p-r-110 {
    padding-right: 110px !important
}

.p-b-110 {
    padding-bottom: 110px !important
}

.p-l-115 {
    padding-left: 115px !important
}

.p-t-115 {
    padding-top: 115px !important
}

.p-r-115 {
    padding-right: 115px !important
}

.p-b-115 {
    padding-bottom: 115px !important
}

.p-l-120 {
    padding-left: 120px !important
}

.p-t-120 {
    padding-top: 120px !important
}

.p-r-120 {
    padding-right: 120px !important
}

.p-b-120 {
    padding-bottom: 120px !important
}

.p-l-125 {
    padding-left: 125px !important
}

.p-t-125 {
    padding-top: 125px !important
}

.p-r-125 {
    padding-right: 125px !important
}

.p-b-125 {
    padding-bottom: 125px !important
}

.padding-0 {
    padding: 0
}

.p-10 {
    padding: 10px
}

.font-6 {
    font-size: 6px
}

.font-7 {
    font-size: 7px
}

.font-8 {
    font-size: 8px
}

.font-9 {
    font-size: 9px
}

.font-10 {
    font-size: 10px
}

.font-11 {
    font-size: 11px
}

.font-12 {
    font-size: 12px
}

.font-13 {
    font-size: 13px
}

.font-14 {
    font-size: 14px
}

.font-15 {
    font-size: 15px
}

.font-16 {
    font-size: 16px
}

.font-17 {
    font-size: 17px
}

.font-18 {
    font-size: 18px
}

.font-19 {
    font-size: 19px
}

.font-20 {
    font-size: 20px
}

.font-21 {
    font-size: 21px
}

.font-22 {
    font-size: 22px
}

.font-23 {
    font-size: 23px
}

.font-24 {
    font-size: 24px
}

.font-25 {
    font-size: 25px
}

.font-26 {
    font-size: 26px
}

.font-27 {
    font-size: 27px
}

.font-28 {
    font-size: 28px
}

.font-29 {
    font-size: 29px
}

.font-30 {
    font-size: 30px
}

.font-31 {
    font-size: 31px
}

.font-32 {
    font-size: 32px
}

.font-33 {
    font-size: 33px
}

.font-34 {
    font-size: 34px
}

.font-35 {
    font-size: 35px
}

.font-36 {
    font-size: 36px
}

.font-37 {
    font-size: 37px
}

.font-38 {
    font-size: 38px
}

.font-39 {
    font-size: 39px
}

.font-40 {
    font-size: 40px
}

.font-41 {
    font-size: 41px
}

.font-42 {
    font-size: 42px
}

.font-43 {
    font-size: 43px
}

.font-44 {
    font-size: 44px
}

.font-45 {
    font-size: 45px
}

.font-46 {
    font-size: 46px
}

.font-47 {
    font-size: 47px
}

.font-48 {
    font-size: 48px
}

.font-49 {
    font-size: 49px
}

.font-50 {
    font-size: 50px
}

.align-left {
    text-align: left
}

.align-center {
    text-align: center
}

.align-right {
    text-align: right
}

.align-justify {
    text-align: justify
}

.no-resize {
    resize: none
}

.font-italic {
    font-style: italic
}

.font-underline {
    text-decoration: underline
}

.font-line-through {
    text-decoration: line-through
}

.font-overline {
    text-decoration: overline
}

.block-header {
    margin-bottom: 15px
}

.block-header h2 {
    margin: 0 !important;
    color: #666 !important;
    font-weight: 400;
    font-size: 16px
}

.block-header h2 small {
    display: block;
    font-size: 12px;
    margin-top: 8px;
    color: #888
}

.block-header h2 small a {
    font-weight: 700;
    color: #777
}

.bg-red {
    background-color: #F44336 !important;
    color: #fff
}

.bg-red .content .number, .bg-red .content .text {
    color: #fff !important
}

.bg-pink {
    background-color: #E91E63 !important;
    color: #fff
}

.bg-pink .content .number, .bg-pink .content .text {
    color: #fff !important
}

.bg-purple {
    background-color: #9C27B0 !important;
    color: #fff
}

.bg-purple .content .number, .bg-purple .content .text {
    color: #fff !important
}

.bg-deep-purple {
    background-color: #673AB7 !important;
    color: #fff
}

.bg-deep-purple .content .number, .bg-deep-purple .content .text {
    color: #fff !important
}

.bg-indigo {
    background-color: #3F51B5 !important;
    color: #fff
}

.bg-indigo .content .number, .bg-indigo .content .text {
    color: #fff !important
}

.bg-blue {
    background-color: #2196F3 !important;
    color: #fff
}

.bg-blue .content .number, .bg-blue .content .text {
    color: #fff !important
}

.bg-light-blue {
    background-color: #03A9F4 !important;
    color: #fff
}

.bg-light-blue .content .number, .bg-light-blue .content .text {
    color: #fff !important
}

.bg-cyan {
    background-color: #00BCD4 !important;
    color: #fff
}

.bg-cyan .content .number, .bg-cyan .content .text {
    color: #fff !important
}

.bg-teal {
    background-color: #009688 !important;
    color: #fff
}

.bg-teal .content .number, .bg-teal .content .text {
    color: #fff !important;
}

.bg-green {
    background-color: #4CAF50 !important;
    color: #fff
}

.bg-green .content .number, .bg-green .content .text {
    color: #fff !important
}

.bg-light-green {
    background-color: #8BC34A !important;
    color: #fff
}

.bg-light-green .content .number, .bg-light-green .content .text {
    color: #fff !important
}

.bg-lime {
    background-color: #CDDC39 !important;
    color: #fff
}

.bg-lime .content .number, .bg-lime .content .text {
    color: #fff !important
}

.bg-yellow {
    background-color: #ffe821 !important;
    color: #fff
}

.bg-yellow .content .number, .bg-yellow .content .text {
    color: #fff !important
}

.bg-amber {
    background-color: #FFC107 !important;
    color: #fff
}

.bg-amber .content .number, .bg-amber .content .text {
    color: #fff !important
}

.bg-orange {
    background-color: #FF9800 !important;
    color: #fff
}

.bg-orange .content .number, .bg-orange .content .text {
    color: #fff !important
}

.bg-deep-orange {
    background-color: #FF5722 !important;
    color: #fff
}

.bg-deep-orange .content .number, .bg-deep-orange .content .text {
    color: #fff !important
}

.bg-brown {
    background-color: #795548 !important;
    color: #fff
}

.bg-brown .content .number, .bg-brown .content .text {
    color: #fff !important
}

.bg-grey {
    background-color: #9E9E9E !important;
    color: #fff
}

.bg-grey .content .number, .bg-grey .content .text {
    color: #fff !important
}

.bg-blue-grey {
    background-color: #607D8B !important;
    color: #fff
}

.bg-blue-grey .content .number, .bg-blue-grey .content .text {
    color: #fff !important
}

.bg-black {
    background-color: #000 !important;
    color: #fff
}

.bg-black .content .number, .bg-black .content .text {
    color: #fff !important
}

.bg-white {
    background-color: #fff !important;
    color: #615e5e;
}

.bg-white .content .number, .bg-white .content .text {
    color: #fff !important
}

.bg-juicy-peach-gradient {
    background-image: linear-gradient(to right,#ffecd2 0,#fcb69f 100%)
}

.bg-young-passion-gradient {
    background-image: linear-gradient(to right,#ff8177 0,#ff867a 0,#ff8c7f 21%,#f99185 52%,#cf556c 78%,#b12a5b 100%)
}

.bg-lady-lips-gradient {
    background-image: linear-gradient(to top,#ff9a9e 0,#fecfef 99%,#fecfef 100%)
}

.bg-sunny-morning-gradient {
    background-image: linear-gradient(120deg,#f6d365 0,#fda085 100%)
}

.bg-rainy-ashville-gradient {
    background-image: linear-gradient(to top,#fbc2eb 0,#a6c1ee 100%)
}

.bg-frozen-dreams-gradient {
    background-image: linear-gradient(to top,#fdcbf1 0,#fdcbf1 1%,#e6dee9 100%)
}

.bg-warm-flame-gradient {
    background-image: linear-gradient(45deg,#ff9a9e 0,#fad0c4 99%,#fad0c4 100%)
}

.bg-night-fade-gradient {
    background-image: linear-gradient(to top,#a18cd1 0,#fbc2eb 100%)
}

.bg-spring-warmth-gradient {
    background-image: linear-gradient(to top,#fad0c4 0,#ffd1ff 100%)
}

.bg-winter-neva-gradient {
    background-image: linear-gradient(120deg,#a1c4fd 0,#c2e9fb 100%)
}

.bg-dusty-grass-gradient {
    background-image: linear-gradient(120deg,#d4fc79 0,#96e6a1 100%)
}

.bg-tempting-azure-gradient {
    background-image: linear-gradient(120deg,#84fab0 0,#8fd3f4 100%)
}

.bg-heavy-rain-gradient {
    background-image: linear-gradient(to top,#cfd9df 0,#e2ebf0 100%)
}

.bg-amy-crisp-gradient {
    background-image: linear-gradient(120deg,#a6c0fe 0,#f68084 100%)
}

.bg-mean-fruit-gradient {
    background-image: linear-gradient(120deg,#fccb90 0,#d57eeb 100%)
}

.bg-deep-blue-gradient {
    background-image: linear-gradient(120deg,#e0c3fc 0,#8ec5fc 100%)
}

.bg-ripe-malinka-gradient {
    background-image: linear-gradient(120deg,#f093fb 0,#f5576c 100%)
}

.bg-cloudy-knoxville-gradient {
    background-image: linear-gradient(120deg,#fdfbfb 0,#ebedee 100%)
}

.bg-morpheus-den-gradient {
    background-image: linear-gradient(to top,#30cfd0 0,#330867 100%)
}

.bg-rare-wind-gradient {
    background-image: linear-gradient(to top,#a8edea 0,#fed6e3 100%)
}

.bg-near-moon-gradient {
    background-image: linear-gradient(to top,#5ee7df 0,#b490ca 100%)
}

.bg-purple-gradient {
    background: linear-gradient(40deg,#ff6ec4,#7873f5)!important
}

.bg-peach-gradient {
    background: linear-gradient(40deg,#ffd86f,#fc6262)!important
}

.bg-aqua-gradient {
    background: linear-gradient(40deg,#2096ff,#05ffa3)!important
}

.bg-blue-gradient {
    background: linear-gradient(40deg,#45cafc,#303f9f)!important
}

.bg-purple-gradient-rgba {
    background: linear-gradient(40deg,rgba(255,110,196,.9),rgba(120,115,245,.9))!important
}

.bg-peach-gradient-rgba {
    background: linear-gradient(40deg,rgba(255,216,111,.9),rgba(252,98,98,.9))!important
}

.bg-aqua-gradient-rgba {
    background: linear-gradient(40deg,rgba(32,150,255,.9),rgba(5,255,163,.9))!important
}

.bg-blue-gradient-rgba {
    background: linear-gradient(40deg,rgba(69,202,252,.9),rgba(48,63,159,.9))!important
}
.bg-red-gradient {
        background-image: linear-gradient(to right top, #f44336, #e84135, #dd3f34, #d13d32, #c63b31);
}
.bg-teal-gradient {
    background-image: linear-gradient(to right top, #009688, #00897c, #007d71, #007065, #00645a);
}
.bg-light-green-gradient {
    background-image: linear-gradient(to right top, #8bc34a, #80b541, #75a839, #6a9b30, #5f8e28);
    }
.bg-orange-gradient {
    background-image: linear-gradient(to right top, #ff9800, #f39100, #e78900, #db8200, #cf7b00);
}
.bg-blue-gradient {
        background-image: linear-gradient(to right top, #2196f3, #1d8ce6, #1983d8, #1479cb, #0f70be);
}
.bg-purple-gradient {
        background-image: linear-gradient(to right top, #9c27b0, #9424a7, #8c209e, #841d95, #7c1a8c);
}
.bg-lime-gradient {
        background-image: linear-gradient(to right top, #cddc39, #c1cf32, #b5c32c, #a9b625, #9daa1e);
}

.col-red {
    color: #F44336 !important
}

.col-pink {
    color: #E91E63 !important
}

.col-purple {
    color: #9C27B0 !important
}

.col-deep-purple {
    color: #673AB7 !important
}

.col-indigo {
    color: #3F51B5 !important
}

.col-blue {
    color: #2196F3 !important
}

.col-light-blue {
    color: #03A9F4 !important
}

.col-cyan {
    color: #00BCD4 !important
}

.col-teal {
    color: #009688 !important
}

.col-green {
    color: #4CAF50 !important
}

.col-light-green {
    color: #8BC34A !important
}

.col-lime {
    color: #CDDC39 !important
}

.col-yellow {
    color: #ffe821 !important
}

.col-amber {
    color: #FFC107 !important
}

.col-orange {
    color: #FF9800 !important
}

.col-deep-orange {
    color: #FF5722 !important
}

.col-brown {
    color: #795548 !important
}

.col-grey {
    color: #9E9E9E !important
}

.col-blue-grey {
    color: #607D8B !important
}

.col-black {
    color: #000 !important
}

.col-white {
    color: #fff !important
}

.listtable {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-collapse: collapse;
    border-color: #e0e0e0;
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
    border-right: 1px solid #FFF;
    border-style: solid;
    border-width: 1px;
    padding-top: 5px;
    width: 100%;
    background: #FFF;
    box-shadow: 0 0px 3px #e0e0e0;
}

.listtable td {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #e0e0e0;
}

.listtable td.nomor {
    text-align: center
}

.listtable tr.subtitle td, .listtable tr.subtitle th {
    border-bottom: 1px solid #DDD;
    border-right: 1px solid #DDD;
    text-align: center;
    background: #f5f5f5;
    color: #999
}

.listtable thead td {
    background-color: #5cb85c;
    text-align: center;
    border-bottom: 1px solid #ddd;
    border: 1px solid #45a245;
    padding: 8px 0 !important;
    color: #fff !important;
}

.listtable thead td, .listtable thead td a {
    color: #333;
    font-weight: 700;
    text-decoration: none
}

.listtable tbody a {
    text-decoration: none
}

.listtable tbody td {
    padding: 0 5px;
    color: #333;
    vertical-align: middle;
    min-height: 50px;
    font-size: 13px
}

.listtable .left {
    padding: 7px;
    text-align: left
}

.listtable .right {
    padding: 7px;
    text-align: right
}

.listtable .center {
    padding: 7px;
    text-align: center
}

.listtable .asc {
    background: url(images/asc.png) right center no-repeat;
    padding-right: 15px
}

.listtable .desc {
    background: url(images/desc.png) right center no-repeat;
    padding-right: 15px
}

.listtable tbody tr {
    position: static
}

.listtable tbody tr:hover {
    background: #EEE
}

.nama {
    width: 100%;
    height: 24px;
    overflow: hidden
}

.nama:hover {
    width: 100%;
    height: auto;
    overflow: auto
}

.listtable .action {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 5px;
    background: #eef;
    -webkit-box-shadow: 0 0 2px #aaa;
    box-shadow: 0 0 2px #aaa
}

.listtable:hover .action {
    display: block
}

.table-no-border, .table-no-border td {
    border: none !important
}

.statusnya {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
    background: #FFF;
    content: "?";
    text-align: center;
    color: #fff;
    cursor: help
}

.sts_1 {
    color: #8BC34A
}

.sts_2 {
    color: #4CAF50
}

.sts_3 {
    color: #FFC107
}

.sts_4 {
    color: #2196F3
}

.sts_5 {
    color: #F44336
}

.listtable tbody tr.sts0.highlight, .listtable tbody tr.sts0:hover {
    background: #f5f5f5
}

.sts1 {
    background: #88bb4c
}

.listtable tbody tr.sts1 {
    background: #cdfa99
}

.listtable tbody tr.sts1.highlight, .listtable tbody tr.sts1:hover {
    background: #e2fec2
}

.listtable tbody tr.sts2, .sts2 {
    background: #4CAF50
}

.sts2 td {
    color: #fff !important
}

.listtable tbody tr.sts2.highlight, .listtable tbody tr.sts2:hover {
    background: #79c77c
}

.listtable tbody tr.sts3, .sts3 {
    background: #FFC107
}

.sts3 td {
    color: #555 !important
}

.sts4 td, .sts5 td {
    color: #fff !important
}

.listtable tbody tr.sts3.highlight, .listtable tbody tr.sts3:hover {
    background: #ffe493
}

.listtable tbody tr.sts4, .sts4 {
    background: #2196F3
}

.listtable tbody tr.sts4.highlight, .listtable tbody tr.sts4:hover {
    background: #5ab6ff
}

.listtable tbody tr.sts5, .sts5 {
    background: #F44336
}

.listtable tbody tr.sts5.highlight, .listtable tbody tr.sts5:hover {
    background: #ff6e6e
}

.no-more-tables {
    overflow-x: auto
}

.modal-body input[type=text], .modal-body input[type=password], .modal-body input[type=number], .modal-body input[type=date] {
    color: #333;
    padding-left: 3px;
    margin: 2px auto;
    border: none;
    padding-top: 10px;
    border-bottom: dotted 1px #333
}

.modal-body input[type=submit], input[type=reset], input[type=button] {
    border-bottom: none;
    min-width: 125px;
    color: #333
}

.modal-body textarea {
    min-width: 325px;
    color: #333;
    background: 0 0;
    padding-left: 0;
    font: 13px Verdana, Geneva, sans-serif;
    line-height: 1.7em
}

.labelform, .row.tableless.title {
    font-weight: 700
}

.modal-body select {
    border: none;
    background: 0 0;
    border-bottom: dotted 1px #333;
    color: #333;
    margin: 10px auto;
}

.modal-body select:focus {
    background: #fff
}

.modal-body select option {
    border: none;
    background: #fff
}

.modal-body table, .modal-body table tbody tr, .modal-body table tbody tr td {
    padding: 5px !important;
    border: none;
    vertical-align: middle
}

.w300 {
    width: 250px
}

.w150 {
    width: 150px
}

.w142 {
    width: 115px
}

.labelform1 {
    display: inline
}

.layTemplate tr:hover td {
    background: #eee;
}
.layTemplate tr:hover table.listtable td {
    background: inherit;
}
.layTemplate tr:hover table.listtable thead td {
    background: #5cb85c
}

.row.tableless div {
    margin-bottom: 2px;
    padding: 5px;
    background: #f5f5f5;
    -webkit-box-shadow: 0 0 1px 1px #fff;
    box-shadow: 0 0 1px 1px #fff;
    min-height: 50px;
    vertical-align: middle
}

.row.tableless:hover div {
    background: #fdfdfd
}

.row.tableless.title div {
    background: #dedede
}

#loaderbrand {
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#loaderbrand .loaderbrand {
    width: 250px;
    height: 120px;
    text-align: center;
    z-index: 100;
    -webkit-animation: jump .9s ease-in infinite;
    animation: jump .9s ease-in infinite
}

#loaderbrand .loaderbrand b {
    font-size: 36px;
    padding: 0 15px;
    border-radius: 5px;
    border: 1px solid #fff
}

#loaderbrand .loaderbrand h3 {
    font-size: 14px;
    padding: 5px;
    border-radius: 5px
}

#loaderbrand .shadowbrand {
    position: absolute;
    margin-top: 25px;
    border-radius: 40%;
    height: 10px;
    width: 275px;
    background: #999;
    opacity: .3;
    -webkit-animation: scale-shadow .9s ease-in infinite;
    animation: scale-shadow .9s ease-in infinite
}

@-webkit-keyframes jump {
    0%, to {
        -webkit-transform: translateY(0) scale(1.15, .8);
        transform: translateY(0) scale(1.15, .8)
    }

    20% {
        -webkit-transform: translateY(-35px) scaleY(1.1);
        transform: translateY(-35px) scaleY(1.1)
    }

    50% {
        -webkit-transform: translateY(-50px) scale(1);
        transform: translateY(-50px) scale(1)
    }

    80% {
        -webkit-transform: translateY(-35px) scale(1);
        transform: translateY(-35px) scale(1)
    }
}

@keyframes jump {
    0%, to {
        -webkit-transform: translateY(0) scale(1.15, .8);
        transform: translateY(0) scale(1.15, .8)
    }

    20% {
        -webkit-transform: translateY(-35px) scaleY(1.1);
        transform: translateY(-35px) scaleY(1.1)
    }

    50% {
        -webkit-transform: translateY(-50px) scale(1);
        transform: translateY(-50px) scale(1)
    }

    80% {
        -webkit-transform: translateY(-35px) scale(1);
        transform: translateY(-35px) scale(1)
    }
}

@-webkit-keyframes scale-shadow {
    0%, to {
        opacity: .3;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: .2;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

@keyframes scale-shadow {
    0%, to {
        opacity: .3;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: .2;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

input.error, select.error {
    border-bottom-color: red !important;
    color: red !important
}

.labelerror {
    color: red !important
}

input.error::-webkit-input-placeholder {
    color: red;
    opacity: 1
}

input.error:-ms-input-placeholder {
    color: red;
    opacity: 1
}

input.error::-ms-input-placeholder {
    color: red;
    opacity: 1
}

input.error::placeholder {
    color: red;
    opacity: 1
}

input.error:-ms-input-placeholder {
    color: red
}

input.error::-ms-input-placeholder {
    color: red
}

.listtable tr {
    background: #fafafa
}

.listtable tr:nth-of-type(odd) {
    background: #fff
}

@media (min-width: 1200px) {
    .sidebarCollapseBtn {
        display: none
    }

    .labelform1 {
        display: inline
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .sidebarCollapseBtn {
        display: none
    }

    .w300 {
        width: 300px
    }

    .w150 {
        width: 150px
    }

    .w142 {
        width: 142px
    }

    .labelform1 {
        display: inline
    }

    .active .labelform1, .form-container.active .labelform {
        display: none
    }

    .form-container.active .w142, .form-container.active .w150, .form-container.active .w300 {
        width: 100%
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .labelform1 {
        display: inline
    }

    .wrapper {
        padding-left: 170px
    }

    .active .wrapper {
        padding-left: 0
    }
}

@media (max-width: 768px) {
    .wrapper {
        padding-left: 0px
    }

    .sidebarCollapseBtn {
        display: inline-block
    }

    .no-more-tables table, .no-more-tables tbody, .no-more-tables td, .no-more-tables th, .no-more-tables thead, .no-more-tables tr {
        display: block
    }

    .no-more-tables tbody.panel-collapse.collapse {
        display: none
    }

    .no-more-tables tbody.panel-collapse.collapse.in {
        display: block
    }

    .wrapper {
        padding-left: 0
    }

    .no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }

    .no-more-tables tr {
        border: 1px solid #ccc
    }

    .no-more-tables td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        /* padding-left: 40% !important; */
        white-space: normal;
        text-align: left;
        min-height: 30px !important;
        padding-top: 5px !important;
        font-size: 12px;
    }

    .no-more-tables td:before {
        position: static;
        white-space: nowrap;
        text-align: left;
        padding-top: 5px;
        font-weight: 700;
        content: attr(data-title);
        display: inline-block;
        min-width: 20%;
    }

    .no-more-tables tr:nth-of-type(odd) {
        background: #fff
    }

    .labelform {
        display: none !important
    }

    .w300 {
        width: 100%
    }
}

.laser {
    border: solid 1px #f44336;
    width: 100%;
    margin: 0px auto 0px;
    height: 250px;
    position: relative;
    display: block;
    z-index: 2;
}

.laser:after {
    content: "";
    width: 30%;
    height: 60%;
    position: absolute;
    top: 0;
    left: 0;
    border: #f44336 solid 3px;
    border-right: none;
    border-bottom: none;
}

.laser:before {
    content: "";
    width: 30%;
    height: 60%;
    position: absolute;
    bottom: 0;
    right: 0;
    border: #f44336 solid 3px;
    border-left: none;
    border-top: none;
}

.diode {
    -webkit-animation: beam .05s infinite;
    animation: beam 0.7s infinite;
}

@-webkit-keyframes beam {
    50% {
        opacity: 0;
    }
}

@keyframes beam {
    50% {
        opacity: 0;
    }
}

@-webkit-keyframes scanning {
    50% {
        -webkit-transform: translateY(280px);
        transform: translateY(280px);
    }
}

@keyframes scanning {
    50% {
        -webkit-transform: translateY(280px);
        transform: translateY(280px);
    }
}

@media (max-width: 480px) {
    @-webkit-keyframes beam {
        50% {
            opacity: 0;
        }
    }

    @keyframes beam {
        50% {
            opacity: 0;
        }
    }

    @-webkit-keyframes scanning {
        50% {
            -webkit-transform: translateY(150px);
            transform: translateY(150px);
        }
    }

    @keyframes scanning {
        50% {
            -webkit-transform: translateY(150px);
            transform: translateY(150px);
        }
    }

    .filter .caret {
        float: right;
        margin-top: 10px
    }

    .filter .btn-group {
        width: 100%
    }

    .filter .btn-group button {
        width: 100%;
        height: 60px;
        text-align: left
    }

    .filter .btn-group .btn.first:first-child {
        border-radius: 5px 5px 0 0 !important;
        -webkit-box-shadow: 0 5px 0 0 #666 !important;
        box-shadow: 0 5px 0 0 #666 !important;
        margin-left: -1px
    }

    .filter .btn-group button:first-child:active, .filter .btn-group button:first-child:hover:not(.btn-group:last-child .btn-group:last-child .btn) {
        -webkit-box-shadow: 0 -10px 2px 0 #ddd !important;
        box-shadow: 0 -10px 2px 0 #ddd !important
    }

    .filter .btn-group button:first-child:before {
        position: absolute;
        left: 40px;
        top: 19px;
        content: attr(data-title);
        font-weight: 600;
        font-size: 16px
    }

    .filter .btn-group:last-child .btn-group:last-child .btn {
        border-radius: 0 0 5px 5px !important
    }

    .filter .btn-group ul.dropdown-menu {
        width: 100%;
        text-align: left
    }

    .filter .btn-group ul.dropdown-menu li {
        min-height: 50px !important;
        padding: 12px 0 0
    }

    .filter .btn-group ul.dropdown-menu li ul {
        min-height: 50px !important;
        margin-top: 15px
    }

    .filter .btn-group ul.dropdown-menu li ul li a {
        text-indent: 10px;
        padding-bottom: 20px !important
    }

    .filter .btn-group ul.dropdown-menu li ul li:hover a {
        text-indent: 15px
    }

    .sidebarCollapseBtn {
        display: inline-block
    }

    .w142, .w150, .w300 {
        width: 100%
    }

    .labelform {
        display: none !important
    }

    .labelform1 {
        display: none
    }

    .no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }

    .no-more-tables tr {
        border: 1px solid #ccc
    }

    .no-more-tables td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        /* padding-left: 10px !important; */
        white-space: normal;
        text-align: left;
        height: auto !important;
        padding-top: 17px !important;
        font-size: 12px;
        min-height: 40px;
        font-weight: 700;
    }

    .no-more-tables td:before {
        position: static;
        display: block;
        padding: 0 0 !important;
        white-space: nowrap;
        text-align: left;
        font-weight: 400;
        content: attr(data-title);
        font-size: 10px;
        border-radius: 0 10px 0 0;
    }

    .container-fluid {
        padding-right: 0;
        padding-left: 0
    }

    label.btn {
        text-align: left;
        white-space: normal
    }

    .layTemplate tr:hover td {
        background: #eee
    }
}

.wraper .ps--active-y.active .sidebar-header {
    position: fixed !important;
}

.wraper.active .ps--active-y.active .sidebar-header {
    position: fixed !important;
}

.ps--active-y .sidebar-header {
    position: fixed;
}

@media (max-width: 768px) {
    .ps--active-y .sidebar-header {
        position: absolute !important;
    }
}

.ps--active-y.active .sidebar-header {
    position: fixed !important;
}

.avatar {
    margin: auto;
    width: 100%;
    min-height: 115px;
    height: 100%;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 5px #eee;
    box-shadow: 0 0 5px #eee;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

input[readonly], select[readonly] {
    background-color: #f5f5f5 !important
}

.panel-body {
    padding: 15px;
    -webkit-box-shadow: -2px 2px 10px #ccc;
    box-shadow: -2px 2px 10px #ccc
}

.tgl_stsnya {
    display: none
}

.news li:hover {
    background: #f5f5f5
}

.news li {
    list-style: none;
    padding: 5px;
    border-radius: 5px;
    min-height: 320px;
}

.news li a {
    display: block
}

.news {
    padding: 5px 10px;
}

.news li img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 140px;
    float: left;
    padding-right: 10px;
    padding-bottom: 5px;
}

.news_front li:hover {
    background: #8bc9ec;
}

.news_front li {
    list-style: none;
    padding: 10px;
    border-radius: 5px;
    min-height: 100px;
}

.news_front li a {
    display: block
}

.news_front li a b {
    font-size: 18px;
}

.news_front {
    padding: 5px 10px;
}

.news_front li img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.bgfirst {
    border-top: 10px solid rgba(255, 255, 255, .46);
    color: white;
    /*padding-bottom: 4em;*/
    overflow: hidden;
    position: relative;
}

.bgfirst::before {
    content: ' ';
    position: fixed;
    width: 105%;
    height: 105%;
    top: -10px;
    left: -10px;
    background-color: white;
    background: url('../images/cover.png') no-repeat center center;
    background-size: cover;
    will-change: transform;
    -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
    -o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.bgsecond {
    background: rgba(250, 250, 250, 0.7);
    position: fixed;
    width: 105%;
    height: 105%;
    top: -10px;
    left: -10px;
}

.chart ul {
    list-style-type: none;
    margin: 0;
}

.scnd-font-color {
    color: #333333;
    padding-left: 5px;
}

.titular {
    display: block;
    line-height: 40px;
    margin: 0;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.horizontal-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.horizontal-list li {
    float: left;
}

.block {
    border-radius: 5px;
    overflow: hidden;
}

.placeAnimate:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #e0e0e0 8%, #e5e5e5 18%, #eeeeee 33%);
    animation: loadKilap 1s linear infinite;
    background-size: 800px 104px;
}

.placeAnimate.green:before {
    background-image: linear-gradient(to right, #dbf5dd 8%, #bee2c0 18%, #dbf5dd 33%);
}

.placeAnimate.yellow:before {
    background-image: linear-gradient(to right, #f1fbb8 8%, #fbf88f 18%, #f1fbb8 33%);
}

.placeAnimate.red:before {
    background-image: linear-gradient(to right, #fdd7ce 8%, #f2c2b8 18%, #fdd7ce 33%);
}

.placeAnimate.square {
    height: auto;
}

.placeAnimate.square:after {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 100%;
}

@keyframes loadKilap {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

.easeAnimate {
    -webkit-animation: scaleUp 1s ease both;
    animation: scaleUp 1s ease both;
}

/* Timeline */
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    right: 22px;
    margin-left: -1.5px;
}

.timeline>li {
    margin-bottom: 20px;
    position: relative;
}

.timeline>li:before, .timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li:before, .timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li>.timeline-panel {
    width: calc(100% - 55px);
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 10px 20px;
    padding: 10px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 4px 2px 6px rgba(0, 0, 0, 0.175);
    -o-transition: all .1s ease;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    background: #fafbfb;
}

.timeline>li:hover>.timeline-panel {
    background: #eeeeee;
}

.timeline>li>.timeline-panel:before {
    position: absolute;
    top: 20px;
    right: -11px;
    display: inline-block;
    border-top: 11px solid transparent;
    border-left: 11px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 11px solid transparent;
    content: " ";
}

.timeline>li>.timeline-panel:after {
    position: absolute;
    top: 21px;
    right: -10px;
    display: inline-block;
    border-top: 10px solid transparent;
    border-left: 10px solid #fafbfb;
    border-right: 0 solid #fafbfb;
    border-bottom: 10px solid transparent;
    content: " ";
    -o-transition: all .05s ease;
    -webkit-transition: all .05s ease;
    transition: all .05s ease;
}

.timeline>li:hover>.timeline-panel:after {
    border-left: 11px solid #eeeeee;
    border-right: 0 solid #eeeeee;
}

.timeline>li>.timeline-badge {
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 38px;
    font-size: 1.2em;
    text-align: center;
    position: absolute;
    top: 16px;
    right: 5px;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
    margin-bottom: 4px;
}

.timeline-body>p, .timeline-body>ul {
    margin-bottom: 0;
}

.timeline-body>p+p {
    margin-top: 5px;
}

.timeline-horizontal {
    list-style: none;
    position: relative;
    padding: 20px 0px 20px 0px;
    display: inline-block;
}

.timeline-horizontal:before {
    height: 3px;
    top: auto;
    bottom: 26px;
    left: 56px;
    right: 0;
    width: 100%;
    margin-bottom: 20px;
}

.timeline-horizontal .timeline-item {
    display: table-cell;
    height: 280px;
    width: 20%;
    min-width: 320px;
    float: none !important;
    padding-left: 0px;
    padding-right: 20px;
    margin: 0 auto;
    vertical-align: bottom;
}

.timeline-horizontal .timeline-item .timeline-panel {
    top: auto;
    bottom: 64px;
    display: inline-block;
    float: none !important;
    left: 0 !important;
    right: 0 !important;
    width: 100%;
    margin-bottom: 20px;
}

.timeline-horizontal .timeline-item .timeline-panel:before {
    top: auto;
    bottom: -16px;
    left: 28px !important;
    right: auto;
    border-right: 16px solid transparent !important;
    border-top: 16px solid #c0c0c0 !important;
    border-bottom: 0 solid #c0c0c0 !important;
    border-left: 16px solid transparent !important;
}

.timeline-horizontal .timeline-item:before, .timeline-horizontal .timeline-item:after {
    display: none;
}

.timeline-horizontal .timeline-item .timeline-badge {
    top: auto;
    bottom: 0px;
    left: 43px;
}

#v {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

#qr-canvas {
    display: none;
}

#outdiv {
    width: 100%;
    padding: 10px;
    position: relative;
    overflow: hidden;
}

#qrfile {
    width: 100%;
    height: 260px;
    background: #f5f5f5;
    overflow: hidden;
}

#mp1 {
    text-align: center;
    font-size: 35px;
}

#imghelp {
    position: relative;
    left: 0px;
    top: -200px;
    z-index: 100;
    font: 18px arial, sans-serif;
    background: #fffffff0;
    margin-left: 35px;
    margin-right: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 15px;
    text-align: center;
    border: 3px solid #ccc;
}

.selector {
    margin: 0;
    padding: 0;
    cursor: pointer;
    margin-bottom: -5px;
}

#outdiv input[type=file] {
    width: 95%;
    height: 80px;
    margin: auto;
    margin-top: -44px;
    padding-top: 50px;
    box-shadow: none;
    padding-left: 20%;
    padding-right: 20%;
}

.margin-on-mobile {
    margin-top: 50px;
}

.margin-on-mobile-fixed {margin-top: 10px;}

@media (min-width: 768px) {
    .margin-on-mobile {
        margin-top: auto;
    }
}

@media (min-width: 992px) {
    .margin-on-mobile {
        margin-top: 10px;
    }
}

/* CHAT */
.chat-window {
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: 9;
    padding: 0;
}

.chat-window>div>.panel {
    border-radius: 7px 7px 0 0;
    margin-bottom: 0;
    box-shadow: -1px 2px 15px 2px #4a4a4a78;
}

.icon_minim {
    /* padding: 2px 10px; */
}

.msg_container_base {
    background: #e5e5e5;
    margin: 0;
    padding: 0 10px 10px;
    max-height: 60vh;
    overflow-x: hidden;
}

.top-bar {
    border-radius: 7px 7px 0 0;
    background: #666;
    color: white;
    padding: 10px;
    position: relative;
    overflow: hidden;
}

.msg_receive {
    padding-left: 0;
    margin-left: 0;
}

.msg_sent {
    padding-bottom: 10px !important;
    margin-right: 5px;
}

.messages {
    background: #d9dfe8;
    padding: 10px;
    /* padding-bottom: 35px; */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 20px rgb(150, 150, 150);
    max-width: 100%;
}

.messages>p {
    font-size: 14px;
    margin: 0 0 0.2rem 0;
    color: #333333;
}
.messages.msg_sent>p {
    color: #333333;
}
.messages>time {
    font-size: 11px;
    color: #ccc;
}

.msg_container {
    padding: 10px;
    overflow: hidden;
    display: flex;
}

.chat-window img {
    display: block;
    width: 100%;
}

.avatar {
    position: relative;
}

.base_receive>.avatar:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 5px solid #FFF;
    border-left-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
}

.base_sent {
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
}

.base_sent>.avatar:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 5px solid white;
    border-right-color: transparent;
    border-top-color: transparent;
    box-shadow: 1px 1px 2px rgba(black, 0.2);
}

.msg_sent>time {
    float: right;
}

.msg_container_base::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.msg_container_base::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

.msg_container_base::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #868686;
}
@media screen and (min-width: 735px) {
    .chat-window {
    padding-right: 90px !important;
}
}

/*---*CHAT*-----*/
#chat .messages {
    box-shadow: none;
    background: #f3f5f9;
}

#chat .base_sent .messages {
    background: #d6ffb6;
    border-radius: 8px 8px 0px 8px;
    -webkit-border-radius: 8px 0px 8px 8px;
    color: #fff;
    border-bottom: 1px solid #c2e6a6;
}

#chat .base_sent::before {
    top: 10px;
    right: 5px;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-left: 10px solid #d6feb6;
    border-bottom: 10px solid transparent;
}

#chat .base_sent .messages small {
    float: left;
    color: #333333;
}

#chat .base_sent .messages small:before {
    /* content: "-"; */
    padding: 0 5px 0 0;
}

#chat .base_receive .messages {
    background: #ffffff;
    border-radius: 0 8px 8px 8px;
    border-bottom: 1px solid #ccc;
}

#chat .base_receive::before {
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-right: 10px solid #ffffff;
    border-bottom: 10px solid transparent;
}

#chat .base_receive .messages small {
    margin-right: 5px;
}
 
#chat .msg_container_base {
    box-shadow: none;
    background: #fff;
    background: rgb(224, 239, 255);
    background: linear-gradient(330deg, rgb(190, 241, 253) 0%, rgb(203, 231, 243) 35%, rgb(254, 254, 254) 100%);
    box-shadow: inset 0px 10px 20px 5px #aecbd6;
}

#chat time {
    color: #5a5a5a;
    font-style: italic;
}

div#frame.overlay:before {
    content: "";
    width: 110%;
    height: 110%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    will-change: transform;
    -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
    -o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s; 
}

#contacts ul {
    list-style: none;
    padding-left: 0;
}

#frame {
    margin: auto;
    margin-left: 8.4%;
    margin-right: 4%;
    width: 87.6%;
    height: 92vh;
    min-height: 300px;
    max-height: 720px;
    background: #d9dfe8;
    bottom: 0px;
    position: fixed;
    z-index: 999;
    animation: ease all 5.5;
    box-shadow: -1px 12px 20px 4px #6d6d6d;
    border-radius: 14px 14px 0 0;
    overflow: hidden;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.mobile {
    display:none;
}
@media screen and (max-width: 360px) {
    .mobile {
        display:block;
    }
    #frame .content .contact-profile .social-media {
        right: 0px !important;
    }

    #frame {
        width: 100%;
        margin: 0;
    }

    #frame .content {
        /* width: 55% !important; */
        /* min-width: 260px !important; */
    }
}

#frame #sidepanel {
    height: 100%;
    background: #3883ce;
    color: #f5f5f5;
    overflow: hidden;
    z-index: 999;
    border-radius: 10px 0 0 0;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel {
        width: 100%;
        min-width: 58px;
    }
}

#frame #sidepanel #profile {
    width: 80%;
    margin: 15px auto;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile {
        width: 100%;
        margin: 0 auto;
        padding: 5px 0 0 0;
        background: #3883ce;
    }
    
    .mobile {
        display: block;
    }
}

#frame #sidepanel #profile.expanded .wrap {
    height: 210px;
    line-height: initial;
}

#frame #sidepanel #profile.expanded .wrap p {
    margin-top: 20px;
}

#frame #sidepanel #profile.expanded .wrap i.expand-button {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

#frame #sidepanel #profile .wrap {
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    -moz-transition: 0.3s height ease;
    -o-transition: 0.3s height ease;
    -webkit-transition: 0.3s height ease;
    transition: 0.3s height ease;
    color: #000;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap {
        height: 55px;
    }
}

#frame #sidepanel #profile .wrap .img {
    font-size: 30px;
    text-align: center;
    color: #555555;
    width: 50px;
    height: 50px;
    background: #ddd;
    border-radius: 50%;
    padding: 5px 0;
    line-height: normal;
    border: 2px solid #e74c3c;
    float: left;
    cursor: pointer;
    -moz-transition: 0.3s border ease;
    -o-transition: 0.3s border ease;
    -webkit-transition: 0.3s border ease;
    transition: 0.3s border ease;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap .img {
        width: 40px;
        height: 40px;
        margin-left: 8px;
    }
}

#frame #sidepanel #profile .wrap .img.online {
    border: 2px solid #2ecc71;
}

#frame #sidepanel #profile .wrap .img.away {
    border: 2px solid #f1c40f;
}

#frame #sidepanel #profile .wrap .img.busy {
    border: 2px solid #e74c3c;
}

#frame #sidepanel #profile .wrap .img.offline {
    border: 2px solid #95a5a6;
}

#frame #sidepanel #profile .wrap p {
    margin-left: 55px;
    white-space: nowrap;
    width: 100%;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap p {
        /* display: none; */
    }
}

#frame #sidepanel #profile .wrap i.expand-button {
    float: right;
    margin-top: 23px;
    font-size: 0.8em;
    cursor: pointer;
    color: #435f7a;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap i.expand-button {
        display: none;
    }
}

#frame #sidepanel #profile .wrap #status-options {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 150px;
    margin: 10px 0 0 0;
    border-radius: 6px;
    z-index: 99;
    line-height: initial;
    background: #435f7a;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap #status-options {
        width: 58px;
        margin-top: 57px;
    }
}

#frame #sidepanel #profile .wrap #status-options.active {
    opacity: 1;
    visibility: visible;
    margin: 5px 0 0 -5px;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap #status-options.active {
        margin-top: 62px;
        margin-left: 0px;
    }
}

#frame #sidepanel #profile .wrap #status-options:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #435f7a;
    margin: -8px 0 0 24px;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap #status-options:before {
        margin-left: 23px;
    }
}

#frame #sidepanel #profile .wrap #status-options ul {
    overflow: hidden;
    border-radius: 6px;
    padding-left: 0;
    margin-bottom: 5px;
}

#frame #sidepanel #profile .wrap #status-options ul li {
    padding: 11px 0 1px 20px;
    display: block;
    cursor: pointer;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap #status-options ul li {
        padding: 15px 0 35px 22px;
    }
}

#frame #sidepanel #profile .wrap #status-options ul li:hover {
    background: #496886;
}

#frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 5px 0 0 0;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
        width: 14px;
        height: 14px;
    }
}

#frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    margin: -3px 0 0 -3px;
    background: transparent;
    border-radius: 50%;
    z-index: 0;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
        height: 18px;
        width: 18px;
    }
}

#frame #sidepanel #profile .wrap #status-options ul li p {
    padding-left: 10px;
    margin-left: 10px;
    color: #fff;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap #status-options ul li p {
        display: none;
    }
}

#frame #sidepanel #profile .wrap #status-options ul li#status-online span.status-circle {
    background: #2ecc71;
}

#frame #sidepanel #profile .wrap #status-options ul li#status-online.active span.status-circle:before {
    border: 1px solid #2ecc71;
}

#frame #sidepanel #profile .wrap #status-options ul li#status-away span.status-circle {
    background: #f1c40f;
}

#frame #sidepanel #profile .wrap #status-options ul li#status-away.active span.status-circle:before {
    border: 1px solid #f1c40f;
}

#frame #sidepanel #profile .wrap #status-options ul li#status-busy span.status-circle {
    background: #e74c3c;
}

#frame #sidepanel #profile .wrap #status-options ul li#status-busy.active span.status-circle:before {
    border: 1px solid #e74c3c;
}

#frame #sidepanel #profile .wrap #status-options ul li#status-offline span.status-circle {
    background: #95a5a6;
}

#frame #sidepanel #profile .wrap #status-options ul li#status-offline.active span.status-circle:before {
    border: 1px solid #95a5a6;
}

#frame #sidepanel #profile .wrap #expanded {
    padding: 100px 0 0 0;
    display: block;
    line-height: initial !important;
}

#frame #sidepanel #profile .wrap #expanded label {
    float: left;
    clear: both;
    margin: 0 8px 5px 0;
    padding: 5px 0;
}

#frame #sidepanel #profile .wrap #expanded input {
    border: none;
    margin-bottom: 6px;
    background: #32465a;
    border-radius: 3px;
    color: #f5f5f5;
    padding: 7px;
    width: calc(100% - 43px);
}

#frame #sidepanel #profile .wrap #expanded input:focus {
    outline: none;
    background: #435f7a;
}

#frame #sidepanel #search {
    border-top: 1px solid #245b92;
    border-bottom: 1px solid #245b92;
    font-weight: 300;
}
 #frame .content .contact-profile .back {
        display: none;
    }

@media screen and (max-width: 735px) {
    #frame #sidepanel #search {
        /* display: none; */
    }
}

#frame #sidepanel #search label {
    position: absolute;
    margin: 10px 0 0 20px;
}

#frame #sidepanel #search input {
    padding: 10px 0 10px 46px;
    width: 100%;
    border: none;
    background: #2967a5;
    color: #f5f5f5;
    border-radius: 0;
}

#frame #sidepanel #search input:focus {
    outline: none;
    background: #3178bf;
}

#frame #sidepanel #search input::-webkit-input-placeholder {
    color: #f5f5f5;
}

#frame #sidepanel #search input::-moz-placeholder {
    color: #f5f5f5;
}

#frame #sidepanel #search input:-ms-input-placeholder {
    color: #f5f5f5;
}

#frame #sidepanel #search input:-moz-placeholder {
    color: #f5f5f5;
}
.contact .menuPerm {
    opacity: 0;
    background: #fff;
    position: absolute;
    right: -33px;
    border-radius: 5px;
    top: 30%;
    color: #333;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.contact:hover .menuPerm {
right:11px;
opacity:1;
}

#frame #sidepanel #contacts {
    height: calc(100% - 132px);
    overflow-y: scroll;
    overflow-x: hidden;
    background: #e6e6e6;
}

@media screen and (max-width: 735px) {

    .menuPerm {display:none;}
    #frame #sidepanel #contacts {
        height: calc(100% - 100px);
        overflow-y: scroll;
        overflow-x: hidden;
    }

    #frame #sidepanel #contacts::-webkit-scrollbar {
        display: none;
    }
}

#frame #sidepanel #contacts.expanded {
    height: calc(100% - 334px);
}

#frame #sidepanel #contacts::-webkit-scrollbar {
    width: 8px;
    background: #cecece;
}

#frame #sidepanel #contacts::-webkit-scrollbar-thumb {
    background-color: #989ca2;
}

#frame #sidepanel #contacts ul li.contact {
    position: relative;
    padding: 0;
    font-size: 0.9em;
    /* cursor: pointer; */
    border-top: 1px solid #dadada;
    background: #fafafa;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #contacts ul li.contact {
        padding: 0 10px;
    }
}

#frame #sidepanel #contacts ul li.contact:hover {
    background: #ecebeb;
}

#frame #sidepanel #contacts ul li.contact.active {
    background: #bec8e2;
    border-right: 5px solid #aab3ca;
    border-top: solid 1px #cecece;
}

#frame #sidepanel #contacts ul li.contact.active span.contact-status {
    border: 2px solid #32465a !important;
}

#frame #sidepanel #contacts ul li.contact .wrap {
    width: 88%;
    margin: 0px auto;
    position: relative;
    cursor: pointer;
    padding: 10px 0;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #contacts ul li.contact .wrap {
        width: 100%;
    }
}

#frame #sidepanel #contacts ul li.contact .wrap span {
    position: absolute;
    left: 0;
    margin: 2px 0 0 -2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #2c3e50;
    background: #95a5a6;
}

#frame #sidepanel #contacts ul li.contact .wrap span.online {
    background: #2ecc71;
}

#frame #sidepanel #contacts ul li.contact .wrap span.away {
    background: #f1c40f;
}

#frame #sidepanel #contacts ul li.contact .wrap span.busy {
    background: #e74c3c;
}

#frame #sidepanel #contacts ul li.contact .wrap .img {
    color: #ffffff;
    font-size: 12px;
    padding: 12px 0px;
    text-align: center;
    width: 40px;
    height: 40px;
    background: #999999;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #contacts ul li.contact .wrap img {
        margin-right: 0px;
    }
}

#frame #sidepanel #contacts ul li.contact .wrap .meta {
    padding: 5px 0 0 0;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #contacts ul li.contact .wrap .meta {
        /* display: none; */
    }
}

#frame #sidepanel #contacts ul li.contact .wrap .meta .name {
    /* font-weight: 600; */
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#frame #sidepanel #contacts ul li.contact .wrap .meta .preview sup {position: absolute;top: 13px;right: 5px;}
#frame #sidepanel #contacts ul li.contact .wrap .meta .preview {
    margin: 0;
    padding: 0;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-transition: 1s all ease;
    -o-transition: 1s all ease;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
    line-height: 20px;
}

#frame #sidepanel #contacts ul li.contact .wrap .meta .preview span {
    position: initial;
    border-radius: initial;
    background: none;
    border: none;
    padding: 0 2px 0 0;
    margin: 0 0 0 1px;
    opacity: .5;
    width: 45px;
}

#frame #sidepanel #bottom-bar {
    position: absolute;
    width: 100%;
    bottom: 0;
}

#frame #sidepanel #bottom-bar button {
    float: left;
    border: none;
    width: 50%;
    padding: 10px 0;
    background: #2967a5;
    color: #f5f5f5;
    cursor: pointer;
    font-size: 0.85em;
    font-family: "proxima-nova", "Source Sans Pro", sans-serif;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #bottom-bar button {
        float: none;
        width: 100%;
        padding: 15px 0;
    }

    #frame .content .contact-profile p {
        padding-left: 10px;
    }

    #frame .content .contact-profile .img {
        display: none;
    }
    #frame .content .contact-profile .back {
        display: block;
    }
}

#frame #sidepanel #bottom-bar button:focus {
    outline: none;
}

#frame #sidepanel #bottom-bar button:nth-child(1) {
    border-right: 1px solid #245b92;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #bottom-bar button:nth-child(1) {
        border-right: none;
        border-bottom: 1px solid #2c3e50;
    }
}

#frame #sidepanel #bottom-bar button:hover {
    background: #3178bf;
}

#frame #sidepanel #bottom-bar button i {
    margin-right: 3px;
    font-size: 1em;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #bottom-bar button i {
        font-size: 1.3em;
    }
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #bottom-bar button span {
        display: none;
    }
}

#frame .content {
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 999;
    background: #f5f5f5;
}

@media screen and (max-width: 735px) {
    #frame .content .contact-profile .social-media:before {
        background: #f5f5f5;
        width: 1px;
        height: 60px;
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        box-shadow: -2px 0px 4px 0px #333;
    }

    #frame .content .contact-profile .social-media {
        position: absolute;
        top: 0;
        right: 0;
        background: #f5f5f5;
        line-height: 60px;
    }

    #frame .content {
        /* width: calc(100% - 58px); */
        min-width: 260px;
    }
}

@media screen and (min-width: 900px) {
    #frame .content {
        /* width: calc(100% - 340px); */
    }
}

#frame .content .contact-profile {
    width: 100%;
    height: 60px;
    line-height: 20px;
    background: #f5f5f5;
    border-bottom: solid 1px #e8e6e6;
    position: absolute;
    z-index: 99;
}

#frame .content .contact-profile .img {
    width: 40px;
    height: 40px;
    background: #ddd;
    float: left;
    margin: 9px 12px 0 9px;
}

#frame .content .contact-profile p {
    padding-top: 5px;
}

#frame .content .contact-profile .social-media:before {
    background: #f5f5f5;
    width: 1px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    box-shadow: -2px 0px 4px 0px #333;
}

#frame .content .contact-profile .social-media {
    float: right;
    position: absolute;
    right: 0px;
    top: 0;
    line-height: 59px;
    background: #f5f5f5;
}

#frame .content .contact-profile .social-media i {
    margin-left: 14px;
    cursor: pointer;
}

#frame .content .contact-profile .social-media i:nth-last-child(1) {
    margin-right: 20px;
}

#frame .content .contact-profile .social-media i:hover {
    color: #435f7a;
}

#frame .content .messages {
    height: auto;
    padding-top: 60px;
    min-height: calc(100% - 35px);
    max-height: calc(100% - 35px);
    overflow-y: scroll;
    overflow-x: hidden;
}

@media screen and (max-width: 735px) {
    #frame {
        height: 90vh;
        margin: 0;
        width: 100%;
    }

    #frame .content .messages {
        max-height: calc(100% - 105px);
        width: 100%;
    }

    #frame .content .messages ul {
        padding-left: 0;
    }
    #frame .content .messages ul li.sent .img,#frame .content .messages ul li.replies .img {
        display:none;
    }
}

#frame .content .messages::-webkit-scrollbar {
    width: 8px;
    background: transparent;
}

#frame .content .messages::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
}

#frame .content .messages ul {
    padding-left: 0;
}

#frame .content .messages ul li {
    display: inline-block;
    clear: both;
    float: left;
    margin: 0px 15px 0px 15px;
    width: calc(100% - 25px);
    font-size: 0.9em;
}

#frame .content .messages ul li:nth-last-child(1) {
    margin-bottom: 20px;
}

#frame .content .messages ul li.sent .img {
    margin: 6px 8px 0 0;
}

#frame .content .messages,#frame .content blockquote  {
    font-size:13px
}

#frame .content .messages ul li.sent p {
    background: #a6e0a9;
    color: #333333;
}

#frame .content .messages ul li.replies .img {
    float: right;
    margin: 6px 0 0 8px;
}

#frame .content .messages ul li.replies p {
    background: #f5f5f5;
    float: right;
    line-height: inherit;
}

#frame .content .messages ul li.sent .img {
    background: #a6e0a9;
}

#frame .content .messages ul li.replies .img {
    background: #f5f5f5;
}

#frame .content .messages ul li .img {
    padding: 2px 3px;
    color: #a54848;
    text-align: center;
    width: 22px;
    height: 22px;
    border-radius: 50% 0;
    float: left;
    font-size: 12px;
}

#frame .content .messages ul li p {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    max-width: calc(100% - 30px);
    line-height: 130%;
}

@media screen and (min-width: 735px) {
    #frame .content .messages ul li p {
        max-width: 400px;
    }
}

#frame .content .message-input {
    position: absolute;
    bottom: 20px;
    height: 50px;
    width: 100%;
    z-index: 99;
}

#frame .content .message-input .wrap {
    position: relative;
    height: inherit;
}

#frame .content .message-input .wrap input {
    font-family: "proxima-nova", "Source Sans Pro", sans-serif;
    float: left;
    border: none;
    width: calc(100% - 100px);
    padding: 11px 32px 10px 8px;
    font-size: 0.8em;
    color: #32465a;
}

@media screen and (max-width: 735px) {
    #frame .content .message-input .wrap input {
        padding: 12px 15px 12px 8px;
    }
}

@media screen and (min-width: 768px) {
    #frame .content .message-input .wrap input {
        padding: 12px 15px 12px 8px;
    }
}

#frame .content .message-input .wrap input:focus {
    outline: none;
}

#frame .content .message-input .wrap .attachment {
    position: absolute;
    right: 60px;
    z-index: 4;
    margin-top: 10px;
    font-size: 1.1em;
    color: #435f7a;
    opacity: .5;
    cursor: pointer;
}

@media screen and (max-width: 735px) {
    #frame .content .message-input .wrap .attachment {
        margin-top: 17px;
        right: 65px;
    }
}

#frame .content .message-input .wrap .attachment:hover {
    opacity: 1;
}

#frame .content .message-input .wrap button {
    float: right;
    border: none;
    width: 50px;
    height: 50px;
    padding: 12px 0;
    cursor: pointer;
    /* background: #2967a5; */
    /* color: #b1b1b1; */
    border-radius: 0;
}

@media screen and (max-width: 735px) {
    #frame .content .message-input .wrap button {
        padding: 16px 0;
    }
}
 
#frame .content .message-input .wrap button:focus {
    outline: none;
}

#contacts ul li.contact .meta .name, #contacts ul li.contact .meta .preview {
    color: #444444;
}

div#frame p {
    color: #333;
}
a[data-original-title="SIPADE"],a[data-original-title="SIPADE"] ~ p.msg_sent {
    background: #bacae2 !important;
}

.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: 100%;
  padding: 15px;
  width: auto;
}

/*  - Center with Flexbox and Text*/
.brand-centered {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.brand-centered .navbar-brand {
  display: flex;
  align-items: center;
}
.navbar-toggle {
    z-index: 1;
}

/* CSS Transform Align Navbar Brand Text ... This could also be achieved with table / table-cells */
.navbar-alignit .navbar-header {
	  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 50px;
}
.navbar-alignit .navbar-brand {
	top: 50%;
	display: block;
	position: relative;
	height: auto;
	transform: translate(0,-50%);
	margin-right: 15px;
  margin-left: 15px;
}

.navbar-nav>li>.dropdown-menu {
	z-index: 9999;
}
@media (min-width: 768px)
{
    #navbarWarga>.navbar-nav>li>a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    display: inline-flex; 
    padding: 0; 
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border:1px solid;
    background-color:none;
   }
table.dataTable.no-footer {
    border-bottom: 1px solid #cecece;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #7cb33d;
    border-right: 1px solid #7cb33d;
    border-left: 1px solid #98ca5f;
}
table.dataTable tbody td:last-child,table.dataTable thead td:last-child{
    border-right: 1px solid #dedede;
}
table.dataTable tbody td:first-child,table.dataTable thead td:last-child{
    border-left: 1px solid #dedede;
}
table.dataTable thead th:last-child {
     border-right: 1px solid #7cb33d;
}
table.dataTable thead th:first-child {
     border-right: 1px solid #7cb33d;
}
   .nav-tabs>li>a {
    background-color: #f9f9f9;
    border-color: #eee #eee #ddd;
}
.ellipsis {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

 .lang_add_lay.highlightshadow .list_lay{
        box-shadow: inset 0px 0px 10px 5px #666666, 3px 3px 5px 0px #ff4f4f;
}

.multi-steps > li.active:before, .multi-steps > li.active ~ li:before {
    content: counter(stepNum);
    font-family: inherit;
    font-weight: 700;
  }
  .multi-steps > li.active:after, .multi-steps > li.active ~ li:after {
    background-color: #ededed;
  }
  
  .multi-steps {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .multi-steps > li {
    counter-increment: stepNum;
    text-align: center;
    display: table-cell;
    position: relative;
    color: #57b45b;
  }
  .multi-steps > li:before {
    content: '\f00c';
    content: '\2713;';
    content: '\10003';
    content: '\10004';
    content: '\2713';
    display: block;
    margin: 0 auto 4px;
    background-color: #fff;
    width: 36px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    font-weight: bold;
    border-width: 2px;
    border-style: solid;
    border-color: #4caf50;
    border-radius: 50%;
  }
  .multi-steps > li:after {
    content: '';
    height: 2px;
    width: 100%;
    background-color: #57b45b;
    position: absolute;
    top: 16px;
    left: 50%;
    z-index: -1;
  }
  .multi-steps > li:last-child:after {
    display: none;
  }
  .multi-steps > li.active:before {
    background-color: #fff;
    border-color: #4caf50;
  }
  .multi-steps > li.active ~ li {
    color: #808080;
  }
  .multi-steps > li.active ~ li:before {
    background-color: #ededed;
    border-color: #ededed;
  }
  
  @media (max-width: 480px) {
    .btn-group-responsive {
      width: 100%;
      margin-bottom: 10px;
    }
    .btn-group-responsive .pull-left, .btn-group-responsive .pull-right { float: none; }
     .btn-group-responsive .btn {
        border-radius: 4px !important;
        display: block;
        width: 100%; 
        margin-bottom: 10px;
      }
      .btn-group-responsive .btn:last-child { margin-bottom: 0px; }
   
  }

  /**
 * Responsive Bootstrap Tabs  
 */
@media screen and (max-width: 479px) {
    .nav-tabs-responsive > li {
      display: none;
      width: 23%;
    }
    .nav-tabs-responsive > li > a {
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      word-wrap: normal;
      width: 100%;
      width: 100%;
      text-align: center;
      vertical-align: top;
    }
    .nav-tabs-responsive > li.active {
      width: 54%;
    }
    .nav-tabs-responsive > li.active:first-child {
      margin-left: 23%;
    }
    .nav-tabs-responsive > li.active, .nav-tabs-responsive > li.prev, .nav-tabs-responsive > li.next {
      display: block;
    }
    .nav-tabs-responsive > li.prev, .nav-tabs-responsive > li.next {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
    .nav-tabs-responsive > li.next > a, .nav-tabs-responsive > li.prev > a {
      -webkit-transition: none;
      transition: none;
      font-weight: bold;
    }
    .nav-tabs-responsive > li.next > a .text, .nav-tabs-responsive > li.prev > a .text {
      display: none;
    }
    .nav-tabs-responsive > li.next > a:after, .nav-tabs-responsive > li.next > a:after, .nav-tabs-responsive > li.prev > a:after, .nav-tabs-responsive > li.prev > a:after {
      position: relative;
      top: 1px;
      display: inline-block;
      font-family: 'Glyphicons Halflings';
      font-style: normal;
      font-weight: 400;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
    .nav-tabs-responsive > li.prev > a:after {
      content: "\e079";
    }
    .nav-tabs-responsive > li.next > a:after {
      content: "\e080";
    }
    .nav-tabs-responsive > li.dropdown > a > .caret {
      display: none;
    }
    .nav-tabs-responsive > li.dropdown > a:after {
      content: "\e114";
    }
    .nav-tabs-responsive > li.dropdown.active > a:after {
      display: none;
    }
    .nav-tabs-responsive > li.dropdown.active > a > .caret {
      display: inline-block;
    }
    .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-left {
      left: 0;
      right: auto;
    }
    .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-center {
      right: auto;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
    }
    .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-right {
      left: auto;
      right: 0;
    }
  }  

  a.imgchatgallery {
    display: block;
    overflow: hidden;
    border-radius: 5px 5px 10px 10px;
    margin: -8px -13px 8px;
}
a.imgchatgallery:hover {opacity:1;}
a.imgchatgallery img {
    filter:blur(1px);
}
a.imgchatgallery:hover img {
    filter:none;
}

/*KATALOG */
.l-MainNav {
    display: block;
    max-width: 60em;
    margin: auto;
    line-height: 3rem
}

.l-MainNav:after {
    display: table;
    clear: both;
    content: ''
}

.MainNav {
    font-weight: 700;
    font-size: .9rem
}

.MainNav-item {
    color: #212121;
    border: 1px solid #d1c4e9;
    border-right-color: rgba(0,0,0,.12);
    float: left;
    padding: 0 .75rem;
    text-decoration: none;
    -webkit-transition: .25s;
    transition: .25s
}

.MainNav-home {
    font-size: 1.2rem
}

.MainNav-login {
    border-right-color: #d1c4e9;
    float: right;
    font-size: 1rem
}

.MainNav-is-active,.MainNav-item:hover {
    color: #ff6d00;
    background-color: #ede7f6;
    border-color: #ede7f6;
    border-right-color: rgba(0,0,0,.12)
}

.MainNav-item:focus {
    border: 1px solid #673ab7;
    -webkit-transition: none;
    transition: none
}

.Header {
    color: #fff;
    background-color: #673ab7;
    height: 10.5rem;
    padding: 1.5rem;
    text-align: center
}

.Header-is-error {
    color: #ff9800
}

.l-fullwidth {
    width: 100%;
    text-align: center
}

.l-wrapper-MainNav {
    background-color: #d1c4e9
}

.l-main {
    display: block;
    max-width: 60em;
    margin: auto
}

.l-main-2 {
    display: block;
    width: 50%;
    float: left;
    padding: .5rem
}

@media (max-width: 45em) {
    .l-main-2 {
        width:100%;
        float: none
    }
}

.l-wrapper-footer {
    color: #ff6d00;
    display: block;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    background-color: #ede7f6;
    box-shadow: 0 0 .625rem rgba(0,0,0,.8)
}

.Button {
    color: #fff;
    background-color: #673ab7;
    border: .125rem solid #673ab7;
    border-radius: .25rem;
    padding: .625rem 1rem;
    text-align: center;
    font-size: 1rem;
    -webkit-transition: .1s;
    transition: .1s
}

.Button-fullwidth {
    width: 100%
}

.Button-content {
    margin: 0 .375rem
}

.Button-small {
    padding: .25rem .5rem;
    font-size: .875rem
}

.Button-secondary {
    background-color: #ff6d00
}

.Button-secondary,.Button:active,.Button:focus {
    border-color: #ff6d00
}

.Button:active {
    background-color: #ff6d00
}

.Button-secondary:active,.Button-secondary:focus {
    border-color: #673ab7
}

.Button-secondary:active {
    background-color: #673ab7
}

.Button:disabled {
    opacity: .5;
    cursor: not-allowed
}

.l-FilterInput {
    width: 30rem;
    margin: auto;
    line-height: 3.5rem
}

.l-FilterInput-no-btn {
    position: relative
}

.FilterInput {
    border-style: solid;
    line-height: 2.5rem;
    vertical-align: middle;
    -webkit-transition: .25s;
    transition: .25s
}

.FilterInput-txt {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    border-color: #bdbdbd;
    width: 27rem;
    padding: .125rem 1rem;
    font-family: Lato,sans-serif;
    font-size: 1rem
}

.FilterInput-txt.FilterInput-txt-no-btn {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    border-right: 2px solid #bdbdbd;
    width: 30rem
}

.FilterInput-txt-search-icon {
    color: #bdbdbd;
    position: absolute;
    right: 2rem;
    width: 0;
    -webkit-transition: .25s;
    transition: .25s
}

@media (max-width: 36em) {
    .l-FilterInput {
        width:90%
    }

    .FilterInput-txt {
        width: 75%;
        width: calc(100% - 3rem)
    }

    .FilterInput-txt.FilterInput-txt-no-btn {
        width: 100%
    }
}

.FilterInput-btn {
    background-color: #673ab7;
    border-radius: 0 1.5rem 1.5rem 0;
    border-color: #673ab7;
    width: 3rem;
    padding: .125rem .625rem;
    font-size: 1rem
}

.FilterInput-txt:focus {
    border: 2px solid #673ab7
}

.FilterInput-txt,.FilterInput-txt:focus {
    border-right: 0
}

.FilterInput-txt.FilterInput-txt-no-btn:focus {
    border-right: 2px solid #673ab7
}

.FilterInput-btn:active,.FilterInput-btn:focus {
    border-color: #ff6d00
}

.FilterInput-btn:active {
    background-color: #ff6d00
}

.Section {
    border: 0;
    position: relative;
    padding: 0;
    margin-left: 0;
    margin-right: 0
}

.Section-label {
    background-color: #ede7f6;
    display: inline-block;
    position: static;
    margin: 0 auto;
    padding: .5rem;
    font-size: 1.5rem;
    font-weight: 700
}

.Section-separator {
    border-top: .125rem solid #673ab7;
    border-bottom: none;
    position: absolute;
    top: 1rem;
    left: 0;
    width: 100%;
    z-index: -1
}

.Card {
    background-color: #fff;
    border-radius: 4px;
    margin: .5rem 0;
    overflow: visible;
    border-bottom: 2px solid #e1e1e1;
}

.Card:hover {background: #f9f9f9;box-shadow: 0 5px 10px #c6c6c6;}
.Card-image {
    background-color: #a9a9a9;
    position: relative
}

.Card-image>img {
    border-radius: .25rem .25rem 0 0;
    display: block;
    max-width: 100%;
    height: auto;
    min-height: 10.25rem
}

.Card-image-overlay {
    color: #fff;
    background-color: hsla(0,0%,8%,.45);
    border-radius: .25rem .25rem 0 0;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding-top: 40%;
    padding-bottom: 40%;
    text-align: center
}

.Card-image-overlay-qty {
    font-size: 1.5rem
}

.Card-ribbon-wrapper {
    color: #fff;
    width: 7rem;
    height: 7rem;
    overflow: hidden;
    position: absolute;
    top: -.125rem;
    right: -.125rem;
    z-index: 2;
    font-size: .75rem
}

.Card-ribbon {
    background-color: #ff6d00;
    box-shadow: 0 0 .125rem rgba(0,0,0,.12);
    position: relative;
    top: 1rem;
    right: -1rem;
    width: 8rem;
    padding: .625rem 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.Card-tooltip {
    color: #fff;
    background-color: #ff6d00;
    border-radius: .25rem;
    box-shadow: .125rem .125rem .375rem rgba(0,0,0,.12);
    position: absolute;
    top: 80px;
    display: block;
    margin: .5rem;
    padding: .5rem;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    font-size: .875rem;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.Card-ribbon-wrapper:hover+.Card-tooltip {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.Card-content {
    padding: 0.7rem 1.5rem;
    line-height: 1rem;
}

.Card-content-title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2rem;
}

.Card-content-description {
    color: #888;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 2rem;
}

.Card-action {
    border-top: 1px solid hsla(0,0%,63%,.2);
    padding: .25rem .5rem .5rem
}

.Card-action-price-parent {
    margin-bottom: 7px;
}

.Card-action-price {
    color: #ff6d00;
    font-weight: 700;
    font-size: 1.3rem;
}

.Card-action-step,.Card-action-unit {
    color: #888;
    font-size: 1.2rem;
}

.Card-action-step {
    bottom: 0;
    right: 0
}

.Card-action-minus,.Card-action-plus {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    padding: 0;
}

.Card-action-plus {
    margin-left: 2.5%
}

.Card-action-minus {
    margin-right: 2.5%
}

.Card-is-selected {
    box-shadow: inset 0 0 .75rem #673ab7
}

.l-FilterCards {
    margin-top: 1rem;
    width: 100%
}

.l-FilterCards-grid>li {
    display: block;
    width: 25%;
    float: left;
    padding-right: .5rem;
    padding-left: .5rem
}

.l-FilterCards-grid>li:nth-child(4n+1) {
    clear: both
}

.l-FilterCards-grid:after {
    display: table;
    clear: both;
    content: ''
}

@media (max-width: 45em) {
    .l-FilterCards-grid>li {
        width:33.333333%
    }

    .l-FilterCards-grid>li:nth-child(4n+1) {
        clear: none
    }

    .l-FilterCards-grid>li:nth-child(3n+1) {
        clear: both
    }

    .card-image>img {
        min-height: 9rem
    }
}

@media (max-width: 30em) {
    .l-FilterCards-grid>li {
        width:50%
    }

    .l-FilterCards-grid>li:nth-child(3n+1) {
        clear: none
    }

    .l-FilterCards-grid>li:nth-child(2n+1) {
        clear: both
    }
}

.l-Order {
    max-width: 60em;
    margin: auto
}

.l-footer-buffer {
    height: 4.5rem
}

.Order-price-wrapper {
    float: left;
    margin: .5rem;
    font-size: 1.25rem;
    text-align: left
}

.Order-product-count {
    color: #fff;
    background-color: #673ab7;
    border-radius: .125rem;
    width: 2.25rem;
    height: 2.25rem;
    margin-bottom: .5rem;
    text-align: center;
    line-height: 2.25rem
}

.Order-price,.Order-product-count {
    display: inline-block;
    margin-right: .5rem
}

.Order-price {
    font-size: 1.5rem;
    font-weight: 700
}

.Order-delivery-fee {
    display: table;
    font-size: .75rem;
    font-weight: 700;
    font-style: italic
}

.Order-delivery-fee-label {
    color: #673ab7;
    font-weight: 300
}

.Order-action-wrapper {
    float: right;
    margin: .5rem;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.Order-action {
    color: #fff;
    background-color: #673ab7;
    border-style: solid;
    border-radius: .25rem;
    border-color: #673ab7;
    padding: .625rem 1rem;
    font-size: 1rem;
    -webkit-transition: .1s;
    transition: .1s
}

.Order-action-clear {
    background-color: #ff6d00;
    border-color: #ff6d00;
    margin-right: .375rem
}

.Order-action-checkout {
    margin-left: .375rem
}

@media (max-width: 30em) {
    .Order-price-wrapper {
        display:block;
        width: 100%;
        margin: .5rem auto;
        text-align: center
    }

    .Order-product-count {
        margin-bottom: 0
    }

    .Order-delivery-fee {
        display: inline-block
    }

    .Order-action-wrapper {
        display: block;
        width: 100%;
        margin: auto;
        padding: 0
    }

    .Order-action {
        margin-bottom: .375rem
    }

    .l-footer-buffer {
        height: 7.25rem
    }
}

.Order-action-clear:active,.Order-action-clear:focus {
    border-color: #673ab7
}

.Order-action-clear:active {
    background-color: #673ab7
}

.Order-action-checkout:active,.Order-action-checkout:focus {
    border-color: #ff6d00
}

.Order-action-checkout:active {
    background-color: #ff6d00
}

.Form {
    border: 1px solid #b39ddb;
    border-radius: .25rem;
    margin: .5rem;
    overflow: hidden
}

.Form-header {
    color: #fff;
    background-color: #673ab7;
    border-color: #b39ddb;
    border-bottom: .125rem solid transparent;
    position: relative;
    padding: .5rem 1rem;
    line-height: 1.5rem;
    text-align: left
}

.Form-header-title {
    font-size: 1rem;
    font-weight: 700
}

.Form-header-action {
    position: absolute;
    right: .375rem;
    top: .375rem
}

.Form-body {
    width: 100%;
    padding-left: .5rem;
    padding-right: .5rem;
    table-layout: fixed
}

.Form-body:after {
    display: table;
    clear: both;
    content: ''
}

.Form-footer {
    background-color: #f5f5f5;
    border-color: #b39ddb;
    border-top: .125rem solid transparent;
    padding: .5rem;
    text-align: right
}

.FormFooterNumbers-delivery-fee:after,.FormFooterNumbers-total-price:after {
    display: table;
    clear: both;
    content: ""
}

.FormFooterNumbers-delivery-fee-label,.FormFooterNumbers-total-price-label {
    float: left
}

.FormFooterNumbers-delivery-fee-amount,.FormFooterNumbers-total-price-amount {
    color: #ff6d00;
    float: right;
    font-weight: 700
}

.FormFooterNumbers-delivery-fee {
    font-style: italic
}

.FormFooterNumbers-delivery-fee-label {
    color: #673ab7
}

.FormFooterNumbers-total-price {
    font-size: 1.25rem
}

.FormFooterNumbers-total-price-label {
    color: #ff6d00;
    font-weight: 700
}

.FormFooterNumbers>hr {
    border: 1px solid #673ab7;
    border-bottom: none
}

.TextField {
    color: rgba(0,0,0,.54);
    padding: .5rem 0;
    line-height: 2rem;
    text-align: left
}

.TextField-label {
    display: block;
    font-weight: 700
}

.TextField-label-span {
    font-weight: 300;
    font-style: italic;
    font-size: .75rem
}

.TextField-input {
    color: rgba(0,0,0,.78);
    border-radius: .375rem;
    border: 1px solid rgba(0,0,0,.12);
    padding: .375rem .625rem;
    line-height: 1.5rem;
    font-family: Lato,sans-serif;
    font-size: .875rem;
    -webkit-transition: .5s;
    transition: .5s
}

.TextField-input-fullwidth {
    width: 100%
}

.TextField-message {
    color: #ff6d00;
    float: right;
    line-height: 1.5rem;
    font-size: .75rem
}

.TextField-input:focus {
    border: 1px solid #673ab7;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.12),0 0 5px rgba(103,58,183,.54)
}

.TextField-input-is-error {
    border-color: #ff6d00
}

.ListItem {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.ListItem td {
    color: #616161;
    padding: .125rem;
    line-height: 80%;
    text-align: left;
    font-size: 1rem
}

.ListItem-image-wrapper {
    width: 10%
}

.ListItem-detail {
    width: 72%
}

.ListItem-order-qty {
    width: 10%
}

.ListItem-order-qty-action {
    width: 8%
}

.ListItem-image {
    border-radius: .375rem;
    max-width: 4em;
    max-height: 4rem
}

.ListItem-order-quantified,.ListItem-price-per-unit {
    font-weight: 300
}

.ListItem-name {
    color: #000
}

.ListItem-price {
    font-size: .75rem
}

.ListItem-unit {
    font-size: .625rem
}

.ListItem-order-quantified {
    float: right;
    font-size: .75rem
}

.ListItem-total-price {
    color: #ff6d00;
    text-align: right;
    font-weight: 700
}

td.ListItem-order-qty {
    text-align: center
}

.ListItem-order-qty-input.TextField {
    padding: 0
}

.ListItem-order-qty-input>.TextField-input {
    color: #673ab7;
    width: 3rem;
    padding: 1px;
    line-height: 2rem;
    text-align: center;
    font-family: Lato,sans-serif;
    font-size: .875rem
}

.ListItem-order-qty-unit {
    color: #673ab7;
    font-size: .75rem;
    font-weight: 300
}

.ListItem-order-qty-action>.order-action-clear {
    margin-right: 0;
    padding: .5rem
}

.ListItem-order-qty-action:after {
    display: block;
    height: .75rem;
    content: "\A0"
}

@media (max-width: 22.5em) {
    .ListItem-image-wrapper {
        display:none
    }
}

.TextArea {
    color: rgba(0,0,0,.54);
    padding: .5rem 0;
    line-height: 2rem;
    text-align: left
}

.TextArea-label {
    display: block;
    font-weight: 700
}

.TextArea-label-span {
    font-weight: 300;
    font-style: italic;
    font-size: .75rem
}

.TextArea-input {
    color: rgba(0,0,0,.78);
    border-radius: .375rem;
    border: 1px solid rgba(0,0,0,.12);
    padding: .375rem .625rem;
    line-height: 1.5rem;
    font-family: Lato,sans-serif;
    font-size: .875rem;
    -webkit-transition: .5s;
    transition: .5s
}

.TextArea-input-fullwidth {
    width: 100%
}

.TextArea-message {
    color: #ff6d00;
    float: right;
    line-height: 1.5rem;
    font-size: .75rem
}

.TextArea-input:focus {
    border: 1px solid #673ab7;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.12),0 0 5px rgba(103,58,183,.54)
}

.TextArea-input-is-error {
    border-color: #ff6d00
}

.FormFooterButtons-reset,.FormFooterButtons-submit {
    width: 48.5%
}

.FormFooterButtons-submit {
    margin-left: 1.5%;
    margin-right: 0
}

.FormFooterButtons-reset {
    margin-left: 0;
    margin-right: 1.5%
}

.l-Login {
    width: 90%;
    max-width: 21rem;
    margin: auto
}

.DescriptionList {
    width: 100%;
    max-width: 26rem;
    margin: 1rem auto;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.5rem
}

.DescriptionList dt {
    float: left;
    width: 10rem;
    overflow: hidden;
    clear: left;
    font-weight: 300;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap
}

.DescriptionList dd {
    margin-left: 11rem;
    text-align: left;
    white-space: pre-line
}

@media (max-width: 30em) {
    .DescriptionList {
        width:75%;
        min-width: 10rem
    }

    .DescriptionList dt {
        float: none;
        text-align: left
    }

    .DescriptionList dd {
        margin-left: 0
    }
}

.Table {
    width: 100%;
    margin: 1rem auto;
    line-height: 1.2rem;
    font-size: 1.3rem;
    border-collapse: collapse;
}

.Table tfoot td,.Table th {
    border-width: 1px 0;
    border-style: solid;
    border-color: #2196f3;
    padding: 5px;
}

.Table td {
    padding: 5px;
}

.Table>tfoot {
    color: #333333;
}

.Table-header-number {
    width: 7%
}

.Table-header-name {
    width: 27%
}

.Table-header-price,.Table-header-qty {
    width: 22%
}

.Table-name {
    text-align: left
}

.Table-price,.Table-qty,.Table-subtotal {
    text-align: right
}

tfoot td.Table-reverse {
    color: #ff6d00;
    border-color: #ff6d00
}

.Table-price.Table-reverse:before {
    content: "- "
}

tfoot td.Table-italic {
    font-style: italic
}

.Table-total {
    font-weight: 700;
    font-size: 1.5rem;
}

@media (max-width: 36em) {
    .Table {
        font-size: 1rem;
    }
}

.Brand {
    color: #673ab7;
    font-weight: 700
}

.l-ThankYou {
    width: 90%;
    max-width: 45rem;
    margin: auto
}

.l-ThankYou li {
    text-align: left;
    line-height: 1.5rem;
    font-size: .875rem
}

@media (max-width: 22.5em) {
    .l-ThankYou {
        width:95%
    }
}

.ThankYou-pesanan-unit {
    font-size: .625rem
}

.summary {
    padding: 5px 10px;
    background: #fff;
    box-shadow: -1px -5px 5px 3px rgba(0,0,0,.1);
    position: fixed;
    bottom: -20vh;
    height: 100vh;
    left: 0;
    width: 100%;
    border-top: 5px #19ac46 solid;
    border-radius: 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 1;
}
    .meta-data {
      border-right: 1px solid #eee; 
    }
    .total {
      font-size: 0.9em;
    } 
  
    .toggleSummary {
         bottom: -100vh;
    }
    .toggleSummarymiddle {
        bottom: -90vh;
    }
    hr {
        margin-top: 5px;
        margin-bottom: 5px;
        border: 0;
        border-top: 1px solid #eee;
    }