/*
======================================== 
css/cms-panel/_cms-panel-vars.scss 
======================================== 
*/
/*
========================================  css/cms-panel/admin.scss 
======================================== 
*/
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900&subset=latin-ext");
.tabler caption.panel-heading .tabler-refresh { top: 0; left: 0; }
.tabler caption.panel-heading .tabler-toggle { top: 0; right: 0; }

/*
======================================== 
module/such/cms-panel/css/cms-panel/cms-panel-vars.scss 
======================================== 
*/
/*
======================================== 
css/cms-panel/_cms-panel-vars.scss 
======================================== 
*/
/*
======================================== 
module/such/cms-panel/css/cms-panel/cms-panel.scss 
======================================== 
*/
html { min-height: 100%; position: relative; }

body { margin-bottom: 36px; }
body a, body .btn { -webkit-transition-duration: 250ms; transition-duration: 250ms; outline: none; }
body a:not(.btn), body .btn-link { color: #c94154; }
body a:not(.btn):hover, body .btn-link:hover { color: #bb3548; }
body .btn-primary { color: #fff; background-color: #c94154; border-color: #bb3548; }
body .btn-primary:hover, body .btn-primary:focus, body .btn-primary.focus, body .btn-primary:active, body .btn-primary.active, body .open > .btn-primary.dropdown-toggle { color: #fff; background-color: #bb3548; border-color: #bb3548; }
body .btn:not(.btn-xs):not(.btn-link):not(.dropdown-toggle):not(.btn-icon) .glyphicon { border-right: 1px solid rgba(0, 0, 0, 0.15); line-height: inherit; margin: -7px 7px -7px -10px; padding: inherit; top: 0; vertical-align: top; }
body .btn-group .margin-left-small { margin-left: 10px; }
body .form-control { box-shadow: none; -webkit-box-shadow: none; }
body .form-control:focus { border-color: #c94154; box-shadow: none; -webkit-box-shadow: none; }
body #content-container { padding-left: 245px; }
body #content { margin-top: 20px; }
body .navbar-default { background-color: #a73040; border: none; border-radius: 0; min-height: 0; height: 50px; z-index: 1; margin-bottom: 0; }
body .navbar-default .navbar-nav > li > a { color: #fff; padding-top: 15px; padding-bottom: 15px; }
body .navbar-default .navbar-nav > li > a:hover, body .navbar-default .navbar-nav > li > a:focus { background-color: #bb3548; }
body .navbar-default .navbar-nav > li.active > a { background-color: #bb3548; color: #fff; }
body .navbar-default .navbar-nav > li.active > a:hover { color: #fff; }
body .navbar-default .navbar-nav > li.dropdown a:hover, body .navbar-default .navbar-nav > li.dropdown a:focus, body .navbar-default .navbar-nav > li.dropdown.open a { background-color: #bb3548 !important; color: #fff !important; }
body .navbar-default .navbar-nav > li.dropdown ul.dropdown-menu { background-color: #bb3548; box-shadow: none; border: none; }
body .navbar-default .navbar-nav > li.dropdown ul.dropdown-menu li a { background-color: #bb3548 !important; color: #fff !important; }
body .navbar-default .navbar-nav > li.dropdown ul.dropdown-menu li a:hover { background-color: #a73040 !important; }
body .navbar-default .dropdown.dropdown-hover:hover > ul.dropdown-menu, body .navbar-default .dropdown.open > ul.dropdown-menu { display: block; }
body #content-wrapper { padding-bottom: 20px; overflow: hidden; }
body footer { position: absolute; bottom: 0; left: 0; width: 100%; height: 36px; border-top: 1px solid #c94154; background-color: #fff; line-height: 35px; text-align: center; font-size: 12px; }
body .user-login-wrapper { margin-top: 40px; }
body .user-login-wrapper .col-md-4 { width: 100%; margin: 0; padding: 0; }
body .tabler table td.col-actions { width: 1px; padding: 0 5px; white-space: nowrap; }
body .tabler table td.col-actions a { display: inline-block; padding: 5px 8px; }
body .navbar-header { float: left; }
body .navbar-nav { margin: 0; }
body .navbar-toggle { background-color: transparent; border-color: #fff; box-shadow: none; -webkit-box-shadow: none; display: none; float: left; margin: 0; margin-top: 8px; }
body .navbar-toggle .icon-bar { background-color: #fff; }
body .navbar-toggle:hover, body .navbar-toggle:focus { background-color: #fff; border-color: #fff; }
body .navbar-toggle:hover .icon-bar, body .navbar-toggle:focus .icon-bar { background-color: #c94154; }
body .navbar-brand { padding: 5px 15px; margin: 0; height: auto; width: 230px; height: 50px; }
body .navbar-brand a { position: relative; display: block; height: 100%; }
body .navbar-brand a img { display: block; position: absolute; top: 50%; left: 50%; -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); max-height: 100%; max-width: 100%; }
body .sidebar { position: absolute; top: 0; left: 0; bottom: 0; width: 230px; padding-top: 50px; padding-bottom: 26px; background: #bb3548; }
body .sidebar ul { padding: 0; list-style-type: none; overflow: hidden; }
body .sidebar ul div.expandable { display: inline-block; position: relative; min-height: 30px; width: 50px; float: right; cursor: pointer; }
body .sidebar ul div.expandable:hover { background-color: #a73040; }
body .sidebar ul li { position: relative; }
body .sidebar ul li ul { height: 0; -moz-transition: height 0.5s ease; -o-transition: height 0.5s ease; -webkit-transition: height 0.5s ease; transition: height 0.5s ease; }
body .sidebar ul li.expandable-li div.expandable:after { content: ''; position: absolute; height: 7px; width: 7px; right: 6px; top: 12px; -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); -moz-transition: -moz-transform 0.5s ease; -o-transition: -o-transform 0.5s ease; -webkit-transition: -webkit-transform 0.5s ease; transition: transform 0.5s ease; border-top: 2px solid rgba(255, 255, 255, 0.7); border-left: 2px solid rgba(255, 255, 255, 0.7); }
body .sidebar ul li.expandable-li.active div.expandable:after { -moz-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -webkit-transform: rotate(-135deg); transform: rotate(-135deg); }
body .sidebar ul li.expandable-li a { padding-right: 0; }
body .sidebar ul li.active > a { color: white; }
body .sidebar ul li.active ul { height: auto; }
body .sidebar ul li.active:not(.active-passive) > a:before { content: ''; position: absolute; top: 0; left: 0; height: 100%; width: 4px; background: #581922; }
body .sidebar ul li a { color: rgba(255, 255, 255, 0.7); text-decoration: none; display: block; padding: 5px 0; position: relative; padding-right: 15px; }
body .sidebar ul li a.pre-expandable { display: inline-block; width: calc(100% - 50px); }
body .sidebar ul li a:hover { color: white; }
body .sidebar ul li i { font-style: normal; display: inline-block; margin-right: 3px; }
body .sidebar > ul > li { background-color: #bb3548; -moz-transition: background-color 0.3s ease; -o-transition: background-color 0.3s ease; -webkit-transition: background-color 0.3s ease; transition: background-color 0.3s ease; }
body .sidebar > ul > li.active { background: #a73040; }
body .sidebar > ul > li > a { padding-left: 15px; }
body .sidebar > ul > li > a:hover { background-color: #a73040; }
body .sidebar > ul > li > a i { display: none; }
body .sidebar > ul > li > ul > li > a { padding-left: 30px; }
body .sidebar > ul > li > ul > li > ul > li > a { padding-left: 45px; }
body .sidebar > ul > li > ul li { background-color: #c94154; }
body #notify-container { margin-left: 245px; -moz-transition: margin-left 0.3s ease; -o-transition: margin-left 0.3s ease; -webkit-transition: margin-left 0.3s ease; transition: margin-left 0.3s ease; }

@media (max-width: 1199px) { .navbar-right { float: right; } }
@media (max-width: 767px) { body #content-container { -moz-transition: padding-left 0.3s ease, margin-right 0.3s ease; -o-transition: padding-left 0.3s ease, margin-right 0.3s ease; -webkit-transition: padding-left 0.3s ease, margin-right 0.3s ease; transition: padding-left 0.3s ease, margin-right 0.3s ease; margin-right: -230px; }
  body #content-container.collapsed { padding-left: 15px; margin-right: 0; }
  body .navbar-toggle { display: block; }
  body .navbar-default { height: 100px; }
  body .navbar-header { width: 100%; }
  body .navbar-brand { width: 100%; }
  body .sidebar { padding-top: 100px; -moz-transition: left 0.3s ease; -o-transition: left 0.3s ease; -webkit-transition: left 0.3s ease; transition: left 0.3s ease; }
  body .sidebar.collapsed { left: -230px; }
  body .navbar-right { margin: 0; }
  body .sidebar.collapsed ~ #notify-container { margin-left: 0; }
  .dropdown.dropdown-hover:hover > ul.dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; box-shadow: none; }
  .dropdown.dropdown-hover:hover > ul.dropdown-menu > li > a { line-height: 20px; padding: 5px 15px 5px 25px; } }
@media (min-width: 768px) { .navbar-right { margin-right: 0 !important; } }
/*
======================================== 
module/such/cms-panel/css/cms-panel/form.scss 
======================================== 
*/
[role="subform"] [href="#rm"] { margin-left: 20px; display: inline-block; margin-bottom: 20px; }

/*
======================================== 
module/such/cms-panel/css/cms-panel/tabler.css 
======================================== 
*/
.tabler.act-working:after { content: "\e031"; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: normal; font-size: 40px; color: #c94154; background-color: rgba(255, 255, 255, 0.75); width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 2; display: flex; align-items: center; justify-content: center; animation-name: opacity-fade-in; animation-duration: 0.5s; }
@keyframes opacity-fade-in { 0% { opacity: 0; }
  66% { opacity: 0; }
  100% { opacity: 1; } }
