@charset "utf-8";

body.modal-open {
  overflow: hidden!important
}

a:active,a:focus,a:hover,button,button:active,button:focus,embed,input::-moz-focus-inner,object {
  outline: 0
}

/* h1,h2,h3,h4 {
  margin: 0;
  font-family: "Noto Sans CJK KR","Noto Sans KR", MalgunGothic, "留묒� 怨좊뵓", "Malgun Gothic", sans-serif;
  font-weight: 300
} */
input::-ms-clear{
    display:none;
}
.txt-emphasis{
	font-weight:900;
}

.bg-color-inherit{
    background-color:inherit !important;
}
.bg-color-summary{
    background-color:#EAF1FB !important;
}
.bg-color-subsummary{
    background-color:#FFFFEF !important;
}
.txt-color-link {
    color : #0054FF !important;
}
.txt-color-summary{
    color : #FF3300 !important;
}
.txt-color-subsummary{
    color : #FF6600 !important;
}

.ui-spinner-input {
  margin: 0!important;
  height: 30px;
  padding: 6px 24px 6px 12px
}

.ui-spinner-input.spinner-left {
  padding: 6px 12px 6px 24px
}

.ui-spinner {
  width: 100%
}

.ui-spinner-input.spinner-left+.ui-spinner-button,.ui-spinner-input.spinner-left+.ui-spinner-button+.ui-spinner-button {
  right: auto;
  left: 0
}

.ui-spinner-down,.ui-spinner-up {
  background: #739e73;
  border-radius: 0
}

.ui-spinner-up:active,.ui-spinner-up:focus,.ui-spinner-up:hover {
  background: #5b835b
}

.ui-spinner-down:active,.ui-spinner-down:focus,.ui-spinner-down:hover {
  background: #77021d
}

.ui-spinner-down {
  background: #c2032f
}

.ui-spinner-down:before,.ui-spinner-up:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f067";
  color: #fff;
  font-size: 13px;
  margin-top: 1px
}

.ui-spinner-down:before {
  content: "\f068"
}

.ui-spinner-down>:first-child,.ui-spinner-up>:first-child {
  display: none
}

.ui-spinner-button {
  width: 19px
}

.ui-spinner-input.spinner-both {
  padding: 6px 30px
}

.ui-spinner-input.spinner-both+.ui-spinner-button+.ui-spinner-button {
  left: 0;
  right: auto
}

.ui-spinner-input.spinner-both+.ui-spinner-button,.ui-spinner-input.spinner-both+.ui-spinner-button+.ui-spinner-button {
  height: 30px;
  width: 25px
}

.ui-spinner-input.spinner-both+.ui-spinner-up+.ui-spinner-down:before,.ui-spinner-input.spinner-both+.ui-spinner-up:before {
  margin-top: 8px
}

.ui-tabs .ui-tabs-nav li a{
  background-color:#fff;
    padding:2px 12px;
    border:1px solid #0065bd;
    /* border-radius:3px 5px 0 0 ; */
    border-bottom:1px solid #ddd;
    color:#0065bd;
}

.ui-tabs .ui-tabs-nav li a:hover {
  border:1px solid #888;
  border-bottom: 1px solid #ddd;
  background-color: rgba(0, 101, 189, 0.1);
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a{
  border:1px solid #0065bd;
  /* border-radius:3px 5px 0 0 ; */
  border-bottom:1px solid #0065bd;
  background:#0065bd;
  color:#fff;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a:hover {
/*   background: #fff;
  border-bottom: 1px solid #fff; */
  cursor: text;
}

.ui-tabs-nav li:first-child{
    margin-left:10px;
}

.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{background-color:rgba(0, 101, 189, 0.1);}

.ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea{
  font-family: "Noto Sans CJK KR","Noto Sans KR", "Malgun Gothic", sans-serif;
  font-size:14px;
}




.ribbon-button-alignment{
    padding-top:8px;
}

.page-title {
  margin: 12px 0 28px
}

.page-title span {
  font-size: 16px;
  color: #333;
  display: inline-block;
  vertical-align: 1px
}

:focus {
  outline: 0!important
}

a,button,input {
  -ms-touch-action: none!important
}
[disabled].form-control-static, [readonly].form-control-static, fieldset[disabled] .form-control-static{
	background:transparent !important;
}


.input-xs {
  height: 18px;
  padding: 1px 5px;
  font-size: 10px;
  line-height: 1.2
}

.input-sm {
  height: 22px;
  padding: 2px 5px;
  font-size: 11px;
  line-height: 1.5
}

.input-lg {
  height: 30px;
  padding: 5px 5px;
  font-size: 13px;
  line-height: 1.8
}
.btn-xs {
  padding: 1px 5px !important;
}
.btn-sm {
  padding: 2px 5px !important;
}

.btn-lg {
  padding: 5px 5px !important;
}


/* #content {
  padding: 0px 14px;
  position: relative;
  min-width:800px;
}
 */
#ribbonToolbar{
   line-height:46px;
   white-space:nowrap;
   margin-left:auto;
}

#cont-ribbon {
   overflow:auto;
    border-radius: 0;
    padding: 7px 12px;
    background-color:#fdfdfd;
    border : 1px solid #ddd;
}

#cont-body{
    min-height:300px;
    margin-top:14px;
}
#cont-body  div.row{
margin-bottom:10px;
}


#cont-body[role='autoheight']  div.row:first-child:nth-last-child(1),
#cont-body[role='autoheight']  div.ui-tabs  {
    height: 100%;
}

#cont-body[role='autoheight'] .ui-tabs .ui-tabs-panel{
	height: -moz-calc(100% - 32px);
    height: -webkit-calc(100% - 32px);
    height: -o-calc(100% - 32px);
    height: calc(100% - 32px);
}
.vpboxframe .ui-tabs .ui-tabs-panel {
	padding:13px 13px 0;
	}

#cont-body[role='autoheight']  div.row:first-child:nth-last-child(2),
#cont-body[role='autoheight']  div.row:first-child:nth-last-child(2) ~ div.row
    {
    height: -moz-calc(50% - 10px);
    height: -webkit-calc(50% - 10px);
    height: -o-calc(50% - 10px);
    height:  calc(50% - 10px);
}
#cont-body.quarter-top[role='autoheight']  div.row:first-child:nth-last-child(2){
    height: -moz-calc(25% - 10px);
    height: -webkit-calc(25% - 10px);
    height: -o-calc(25% - 10px);
    height: calc(25% - 10px);
}
#cont-body.quarter-top[role='autoheight']  div.row:first-child:nth-last-child(2) ~ div.row
    {
    height: -moz-calc(75% - 10px);
    height: -webkit-calc(75% - 10px);
    height: -o-calc(75% - 10px);
    height: calc(75% - 10px);
}

#cont-body.quarter-bottom[role='autoheight']  div.row:first-child:nth-last-child(2){
    height: -moz-calc(75% - 10px);
    height: -webkit-calc(75% - 10px);
    height: -o-calc(75% - 10px);
    height: calc(75% - 10px);
}
#cont-body.quarter-bottom[role='autoheight']  div.row:first-child:nth-last-child(2) ~ div.row
    {
    height: -moz-calc(25% - 10px);
    height: -webkit-calc(25% - 10px);
    height: -o-calc(25% - 10px);
    height: calc(25% - 10px);
}

#cont-body[role='autoheight']  div.row:first-child:nth-last-child(3), #cont-body[role='autoheight']  div.row:first-child:nth-last-child(3) ~ div.row
    {
    height: -moz-calc(33.333% - 10px);
    height: -webkit-calc(33.333% - 10px);
    height: -o-calc(33.333% - 10px);
    height: calc(33.333% - 10px);
}
#cont-body[role='autoheight']  div.row:first-child:nth-last-child(4), #cont-body[role='autoheight']  div.row:first-child:nth-last-child(4) ~ div.row
    {
    height: -moz-calc(25% - 10px);
    height: -webkit-calc(25% - 10px);
    height: -o-calc(25% - 10px);
    height: calc(25% - 10px);
}

 #cont-body[role='autoheight']  article, #cont-body[role='autoheight']  article > .vpboxframe{
    height:100%;
}




body.container {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0;
  border-left: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  box-shadow: 0 2px 70px rgba(0,0,0,.45)
}

body.container.hidden-menu:not(.mobile-view-activated) {
  overflow: hidden
}

body.container.modal-open {
  padding: 0!important
}



.bordered {
  border: 1px solid rgba(0,0,0,.2)
}

.bordered:hover {
  border: 1px solid rgba(0,0,0,.4)
}


/* #main {
  margin-left: 210px;
  padding: 0;
  padding-bottom: 10px;
  z-index:901;
  min-height: 500px;
  position: relative
}
 */

#ribbon {
  display:flex;
  height:50px;
  min-height: 46px;
  padding: 4px 5px 0;
  position: relative;
}

#ribbon.no-ribbon{
  height:5px;
  min-height:5px;
  border:0;
}

#ribbon .breadcrumb {
  display: inline-block;
  margin: 0;
  padding: 11px 34px 11px 0!important;
  background: 0 0;
  vertical-align: top
}

#ribbon .breadcrumb > li:first-child:before{
        content: "\f015";
        font-weight:900;
        font-family:"Font Awesome 5 Free";
        font-size:16px;
        /* font: 900 16px/16px Font Awesome 5 Free; */
        margin-right:5px;
    }

#ribbon .breadcrumb,#ribbon .breadcrumb a {
  color: #666!important;
  text-decoration: none!Important
}

#ribbon .breadcrumb li:last-child, #ribbon .breadcrumb>.active {
  color: #333;
  font-size:16px;
  font-weight:500
}

.page-footer {
  height: 32px;
  padding:7px 20px;
  z-index:904;
  border-top: 1px solid #CECECE;
  background: #2a2725;
  width: 100%;
  position: absolute;
  display: block;
  bottom: 0;
}

.fixed-ribbon #ribbon {
  position: fixed;
  right: 0;
  left: 220px;
  top: 35px;
  z-index: 901
}

.container.fixed-ribbon #ribbon {
  width: 944px;
  left: 590px
}


.fixed-ribbon #content {
  padding-top: 50px
}

.hidden-menu.fixed-ribbon #ribbon {
  left: 10px
}



.header-dropdown-list {
  list-style: none;
  float: right;
  position: relative;
  margin: 0;
  padding-left: 0;
  padding-right: 0
}

.header-dropdown-list>li {
  display: inline-block;
  padding-right: 5px
}

.header-dropdown-list>li>.dropdown-toggle {
  margin-top: 16px;
  display: block
}

.form-actions {
  display: block;
  padding: 13px 14px 15px;
  border-top: 1px solid rgba(0,0,0,.1);
  background: rgba(249,249,249,.9);
  margin-top: 25px;
  margin-left: -13px;
  margin-right: -13px;
  margin-bottom: -13px;
  text-align: right
}

.well .form-actions {
  margin-left: -19px;
  margin-right: -19px;
  margin-bottom: -19px
}

.well.well-lg .form-actions {
  margin-left: -24px;
  margin-right: -24px;
  margin-bottom: -24px
}

.well.well-sm .form-actions {
  margin-left: -9px;
  margin-right: -9px;
  margin-bottom: -9px
}

.popover-content .form-actions {
  margin: 0 -14px -9px;
  border-radius: 0 0 3px 3px;
  padding: 9px 14px
}

.no-padding .form .form-actions {
  margin: 0;
  display: block;
  padding: 13px 14px 15px;
  border-top: 1px solid rgba(0,0,0,.1);
  background: rgba(248,248,248,.9);
  text-align: right;
  margin-top: 25px
}

.no-padding .form header {
  margin: 25px 14px 0
}

.form header:first-child {
  margin-top: 10px
}

legend {
  font-weight: 400;
  margin-top: 0;
  background: 0 0
}

.form-group{
    margin-bottom:8px;
}

.form-group .input-group{
    width:100%;
}
/*
.input-group-btn{
	min-width:26px;
}

.input-group-addon {
  padding: 2px 7px;
  line-height:1.42857143;
  height:26px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  transition: background-color .3s;
  -o-transition: background-color .3s;
  -ms-transition: background-color .3s;
  -moz-transition: background-color .3s;
  -webkit-transition: background-color .3s
}

.input-group-addon>input[type=text]{
    margin: -3px -8px;
}
.input-group-addon .fa {
  font-size: 13px
}

input[type=text]:focus+.input-group-addon {
  border-color: #0091d9;
  background-color: #72a0ce;
  color: #fff
}

.has-warning input[type=text],.has-warning input[type=text]+.input-group-addon {
  border-color: #dbab57
}

.has-warning input[type=text]+.input-group-addon {
  background-color: #faf2cc;
  color: #c09853
}

.has-warning input[type=text]:focus,.has-warning input[type=text]:focus+.input-group-addon {
  border-color: #dbab57
}

.has-warning input[type=text]:focus+.input-group-addon {
  background-color: #e1c118;
  color: #fff
}

.has-error .input-group-addon {
  border-color: #b94a48;
  background: #f2dede;
  color: #b94a48
}

.has-error input[type=text],.has-error input[type=text]+.input-group-addon {
  border-color: #b94a48
}

.has-error input[type=text]+.input-group-addon {
  background-color: #f2dede;
  color: #b94a48
}

.has-error input[type=text]:focus,.has-error input[type=text]:focus+.input-group-addon {
  border-color: #c05e5e
}

.has-error input[type=text]:focus+.input-group-addon {
  background-color: #c05e5e;
  color: #fff
}

.has-success input[type=text]:focus+.input-group-addon {
  border-color: #468847;
  background-color: #468847;
  color: #fff
}

.form .form-group:last-child,.form .form-group:last-child .note,.form fieldset .form-group:last-child,.form fieldset .form-group:last-child .note {
  margin-bottom: 0
}

.note {
  margin-top: 6px;
  padding: 0 1px;
  font-size: 11px;
  line-height: 15px;
  color: #999
}
 */
/*
 * WITH ICON Inputbox
 */
.input-icon-right, .input-icon-left {
  position: relative
}

.input-icon-left>i,.input-icon-right>i {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 13px;
  color: #999
}

.input-icon-left>i {
  right: auto;
  left: 24px
}

.input-icon-right .form-control {
  padding-right: 20px
}

.input-icon-left .form-control {
  padding-left: 22px
}

input[type=color].ui-autocomplete-loading,input[type=date].ui-autocomplete-loading,input[type=datetime-local].ui-autocomplete-loading,input[type=datetime].ui-autocomplete-loading,input[type=email].ui-autocomplete-loading,input[type=month].ui-autocomplete-loading,input[type=number].ui-autocomplete-loading,input[type=password].ui-autocomplete-loading,input[type=search].ui-autocomplete-loading,input[type=tel].ui-autocomplete-loading,input[type=text].ui-autocomplete-loading,input[type=time].ui-autocomplete-loading,input[type=url].ui-autocomplete-loading,input[type=week].ui-autocomplete-loading {
  background-image: url(../img/select2-spinner.gif)!important;
  background-repeat: no-repeat;
  background-position: 99% 50%;
  padding-right: 27px
}

.input-group-addon .checkbox,.input-group-addon .radio {
  min-height: 0;
  margin-right: 0!important;
  padding-top: 0
}

.input-group-addon label input[type=checkbox].checkbox+span,.input-group-addon label input[type=checkbox].checkbox+span:before,.input-group-addon label input[type=radio].radiobox+span,.input-group-addon label input[type=radio].radiobox+span:before {
  margin-right: 0
}

.alert {
  margin-bottom: 0px;
  margin-top: 0;
  color: #675100;
  border-width: 0;
  border-left-width: 5px;
  padding: 6px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0
}

.alert .close {
  top: 0;
  right: -5px;
  line-height: 20px
}

.alert-heading {
  font-weight: 600
}

.alert-danger {
  border-color: #953b39;
  color: #fff;
  background-color: #c26565;
  text-shadow: none
}

.alert-warning {
  border-color: #dfb56c;
  color: #826430;
  background-color: #efe1b3
}

.alert-success {
  border-color: #8ac38b;
  color: #356635;
  background-color: #cde0c4
}

.alert-info {
  border-color: #9cb4c5;
  color: #305d8c;
  background-color: #d6dde7
}

.well {
  background-color: #fbfbfb;
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px #ececec;
  -webkit-box-shadow: 0 1px 1px #ececec;
  -moz-box-shadow: 0 1px 1px #ececec;
  position: relative
}

.well.well-clean {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: transparent
}

.well.well-glass {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
  background-color: rgba(255,255,255,.25);
  color: #fff
}

.well.well-light {
  background: #fff;
  border: 1px solid #e2e2e2
}

.frame-body .well {
  margin-bottom: 0
}

.well.transparent {
  border: none!important;
  background: none!important
}

.well[class*=" bg-"],.well[class^=bg-] {
  border: 1px solid #555!important
}

/* .btn,a:link,button {
  -webkit-tap-highlight-color: rgba(169,3,41,.5)
}
 */
/* #logo-group *,.login-info,.login-info * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
} */

/* .hidden-desktop {
  display: none!important
}

.dropdown-menu-xs {
  min-width: 37px
}

.dropdown-menu-xs>li>a {
  padding: 3px 10px
}

.dropdown-menu-xs>li>a:hover i {
  color: #fff!important
}

.dropdown-submenu {
  position: relative
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #bfbfbf;
  margin-top: 5px;
  margin-right: -10px
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff
}

.dropdown-submenu.pull-left {
  float: none
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px
}

.fc-head-container thead tr,.table thead tr {
  background-color: #eee;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#fafafa));
  background-image: -webkit-linear-gradient(top,#f2f2f2 0,#fafafa 100%);
  background-image: -moz-linear-gradient(top,#f2f2f2 0,#fafafa 100%);
  background-image: -ms-linear-gradient(top,#f2f2f2 0,#fafafa 100%);
  background-image: -o-linear-gradient(top,#f2f2f2 0,#fafafa 100%);
  background-image: -linear-gradient(top,#f2f2f2 0,#fafafa 100%);
  font-size: 13px
}

.fc-head-container thead tr th {
  padding: 4px;
  line-height: 1.428571429
}
 */
/* TABLE CSS   .table   .table-bordered    */

/* .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 3px 5px ;
}
 */

/*

.no-padding>.table-bordered,.no-padding>.table-responsive>.table-bordered {
  border: none!important
}

.no-padding>.table-bordered tbody tr td:first-child, .no-padding>.table-bordered thead tr td:first-child,
    .no-padding>.table-bordered thead tr th:first-child, .no-padding>.table-responsive>.table-bordered tbody tr td:first-child,
    .no-padding>.table-responsive>.table-bordered thead tr td:first-child,
    .no-padding>.table-responsive>.table-bordered thead tr th:first-child {
    border-left-width: 0 !important
}

.no-padding>.table-bordered tbody tr td:last-child,.no-padding>.table-bordered thead tr th:last-child,.no-padding>.table-responsive>.table-bordered tbody tr td:last-child,.no-padding>.table-responsive>.table-bordered thead tr th:last-child {
  border-right-width: 0!important
}

.no-padding>.table-bordered tbody tr:last-child td,.no-padding>.table-responsive>.table-bordered tbody tr:last-child td {
  border-bottom-width: 0!important
}

.table {
  margin-bottom: 0
}

.table tr{
	min-height:26px;
}

.no-padding .note-editable .table-bordered {
  border: 1px solid #ddd!important
} */

/*
th.label-col, td.label-col, tr.label-col th,  tr.label-col td {
    min-width: 80px;
    padding:5px 10px 5px 15px !important;
    white-space: nowrap;
    overflow: hidden;
    background-color: rgba(251, 251, 251, 1);
    text-align: left;
    vertical-align: middle !important;
    font-weight:500;
}
th.label-col > label,td.label-col > label {
	font-weight:400;
}
th.label-col, tr.label-col th{text-align: center;}
 */

.table-caption {
/* 	margin-bottom: 0;
    padding-bottom: 0;
    color: #666;
    font-size:15px;
    font-weight: 500
 */}

.table-caption-ctrl{
/* 	display:inline-block;
	float:right;
	padding-right:10px;
 */}

/* .form-table{
	background:#fff
} */
tr.no-padding>th, tr.no-padding>td {
    padding: 0 !important
}

tr.no-padding>th>input, tr.no-padding>td>input, tr.no-padding>th>textarea,
    tr.no-padding>td>textarea, tr.no-padding>th>select, tr.no-padding>td>select
    {
    border: 0 !important;
    margin: 0
}

/* .table-caption::before {
    content: "\f358";
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    display: inline;
    padding-right: 5px;
    font-weight:700;
}
 */

























.slimScrollDiv,.slimScrollDiv>:first-child {
  overflow: hidden
}




.pagination.pagination-alt>li>a {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  margin-left: -1px
}

.pagination.pagination-alt>li:first-child>a {
  padding-left: 0
}

.pagination>li>a,.pagination>li>span {
  box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
  -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05)
}

/*
.btn-headtoolbar{
  padding: 3px 8px;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-headtoolbar i{
  font-size:13px;
}
.btn-headtoolbar.active, .btn-headtoolbar.focus, .btn-headtoolbar:active, .btn-headtoolbar:focus, .btn-headtoolbar:hover{
    color: #fafafa;
    background-color: #1b1e24;
    border-color: #051D96;
} */
/*
.btn{
  padding:3px 6px;

}
 */
/* .btn-codefinder{
  font-style: normal;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  border-left:0px;
  border-radius:0;
  height:28px;
}
.btn-codefinder:hover{
  color: #fff;
  background-color: #543c3c;
  border-color: #543c3c;
}
.btn-codefinder::after{
    content:"\f002";
    font-family:"Font Awesome 5 Free";
    font-weight:900;
}
 */
/*
.btn-default[disabled]:focus .btn {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
  -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05)
}
 */
/* .btn:active {
  position: relative;
  top: 1px;
  left: 1px
} */



.panel-success {
  border-color: #1c84c6;
}
.panel-success > .panel-heading {
  background-color: rgba(52, 101, 151, 1);
  border-color: #1c84c6;
  color: #ffffff;
}

.label-col{
    min-width:60px;
    width:100px;
    white-space:nowrap;
    overflow:hidden;
    background-color:rgba(251, 251, 251, 1);
    font-size: 13px;
}

.label-col1{
    min-width:60px;
    width:100px;
    white-space:nowrap;
    overflow:hidden;
    background-color:rgba(251, 251, 251, 1);
    font-size: 13px;
}

.label-col.col-sm{
    min-width:40px;
    width:auto;
}

.label-col th,
th.label-col{
    text-align:center;
    vertical-align:middle !important;
}

.brdtitle:hover{
color:blue;
font-weight:500px;
}

.panel-body{
    padding-top:20px;
}

.btn.btn-ribbon {
  background-color: #707070;
  background-image: -moz-linear-gradient(top,#777,#666);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#777),to(#666));
  background-image: -webkit-linear-gradient(top,#777,#666);
  background-image: -o-linear-gradient(top,#777,#666);
  background-image: linear-gradient(to bottom,#777,#666);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff777777', endColorstr='#ff666666', GradientType=0);
  color: #fff;
  padding: 0 5px;
  line-height: 20px;
  vertical-align: middle;
  height: 20px;
  display: block;
  border: none;
  float: left;
  margin: 0 8px 0 0;
  cursor: pointer
}

.ribbon-button-alignment {
  padding-top: 10px;
  display: inline-block
}

.ribbon-button-alignment.pull-right>.btn.btn-ribbon {
  margin: 0 0 0 8px
}


.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 18px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%
}

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 30px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 15px;
  font-size: 24px;
  line-height: 50px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%
}

.btn-label {
  position: relative;
  left: -12px;
  display: inline-block;
  padding: 6px 12px;
  background: rgba(0,0,0,.15);
  border-radius: 3px 0 0 3px
}

.btn-labeled {
  padding-top: 0;
  padding-bottom: 0
}

.btn-link {
  box-shadow: none;
  -webkit-box-shadow: none;
  font-size: 13px
}




#flotTip {
  padding: 3px 5px;
  background-color: #fff;
  z-index: 9999;
  color: #333;
  -webkit-box-shadow: 0 1px 8px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 8px rgba(0,0,0,.1);
  box-shadow: 0 1px 8px rgba(0,0,0,.1);
  font-size: 13px;
  border: 1px solid #C1C1C1;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px
}

#flotTip span {
  color: #38812D;
  font-weight: 700
}

.legendLabel span {
  display: block;
  margin: 0 5px
}

.legendColorBox {
  padding-left: 10px;
  vertical-align: top;
  padding-top: 5px
}

.legendColorBox div>div {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box
}

.chart {
  overflow: hidden;
  height: 220px;
  margin: 20px 5px 10px 10px
}
/*
.hidden-menu #left-panel {
  left: -210px;
  z-index: 903
}

.hidden-menu #main {
  margin-left: 10px
}

.hidden-menu #left-panel:hover {
  left: 0
} */

.hidden-menu #hide-menu {
  background-color: #686868;
  background-image: -moz-linear-gradient(top,#5a5a5a 0,#686868 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#5a5a5a),color-stop(100%,#686868));
  background-image: -webkit-linear-gradient(to bottom,#5a5a5a 0,#686868 100%);
  background-image: -o-linear-gradient(to bottom,#5a5a5a 0,#686868 100%);
  background-image: -ms-linear-gradient(to bottom,#5a5a5a 0,#686868 100%);
  background-image: linear-gradient(to bottom,#5a5a5a 0,#686868 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5A5A5A', endColorstr='#686868', GradientType=0);
  -webkit-box-shadow: inset 0 0 3px 1px rgba(0,0,0,.15);
  box-shadow: inset 0 0 3px 1px rgba(0,0,0,.15);
  color: #fff;
  border-color: #494949
}

.hidden-menu #hide-menu .hide-menu-toggle-arrow{
    border-right: none;
    border-left: 3px solid #fff;
    left: 26px;
}

.full-screen #fullscreen>:first-child>a:active {
  -webkit-box-shadow: inset 0 0 6px 1px rgba(0,0,0,.2);
  box-shadow: inset 0 0 6px 1px rgba(0,0,0,.2)
}

.ajax-dropdown>:first-child {
  margin: 0 0 3px;
  padding: 0 0 9px
}

.ajax-dropdown {
  position: absolute;
  display: none;
  z-index: 905;
  top: 48px;
  left: 16px;
  width: 344px;
  height: 435px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-box-shadow: 0 2px 4px rgba(30,30,100,.25);
  -moz-box-shadow: 0 2px 4px rgba(30,30,100,.25);
  box-shadow: 0 2px 4px rgba(30,30,100,.25);
  padding: 10px;
  background: #fff;
  border: 1px solid #b3b3b3
}

.ajax-dropdown:after,.ajax-dropdown:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none
}

.ajax-dropdown:after {
  border-color: rgba(255,255,255,0);
  border-bottom-color: #fff;
  border-width: 7px;
  left: 50%;
  margin-left: -7px
}

.ajax-dropdown:before {
  border-color: rgba(131,131,131,0);
  border-bottom-color: #838383;
  border-width: 8px;
  left: 50%;
  margin-left: -8px
}

.ajax-dropdown .btn-group .btn {
  font-weight: 700;
  text-transform: capitalize
}

.ajax-dropdown .btn-group>:nth-child(2) {
  border-right-width: 0;
  border-left-width: 0
}

.ajax-dropdown .btn-group>:last-child {
  border-right-width: 1px!important
}

.ajax-dropdown .btn-group .btn:active {
  top: 0;
  left: 0
}

.ajax-notifications {
  height: 365px;
  display: block;
  overflow: auto;
  margin-right: -10px;
  margin-left: -10px;
  border-bottom: 1px solid #CECECE;
  border-top: 1px solid #CECECE;
  background: #E9E9E9
}

.ajax-notifications .alert.alert-transparent {
  background-color: transparent;
  border-color: transparent;
  color: #757575;
  margin: 13px 10px
}

.ajax-notifications .alert>:first-child {
  margin-bottom: 10px;
  font-weight: 400
}

.ajax-dropdown>:last-child {
  font-size: 13px;
  display: block;
  padding: 5px 0;
  line-height: 22px;
  font-weight: 400
}

.ajax-dropdown .fa-4x.fa-border {
  border-width: 3px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: block;
  margin: 0 auto;
  width: 46px;
  text-align: center;
  color: #D1D1D1;
  border-color: #D1D1D1
}

.dropdown-large {
  position: static!important
}

.dropdown-menu-large {
  margin-left: 16px;
  margin-right: 16px;
  padding: 20px 0
}

.dropdown-menu-large>li>ul {
  padding: 0;
  margin: 0
}

.dropdown-menu-large>li>ul>li {
  list-style: none
}

.dropdown-menu-large>li>ul>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333;
  white-space: normal
}

.dropdown-menu-large>li ul>li>a:focus,.dropdown-menu-large>li ul>li>a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5
}

.dropdown-menu-large .disabled>a,.dropdown-menu-large .disabled>a:focus,.dropdown-menu-large .disabled>a:hover {
  color: #999
}

.dropdown-menu-large .disabled>a:focus,.dropdown-menu-large .disabled>a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed
}

.dropdown-menu-large .dropdown-header {
  color: #428bca;
  font-size: 18px
}

@media (max-width:768px){
  .dropdown-menu-large {
    margin-left: 0;
    margin-right: 0
  }

  .dropdown-menu-large>li {
    margin-bottom: 30px
  }

  .dropdown-menu-large>li:last-child {
    margin-bottom: 0
  }

  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px!important
  }

}

.tab-content.transparent {
  background-color: transparent
}

#rightmenu .selected {
  border: 1px solid #0091d9!important;
  position: relative
}

#rightmenu .selected:before {
  display: block;
  position: absolute;
  content: "\f00c";
  color: #333;
  right: 4px;
  top: 3px;
  font-family: FontAwesome;
}

#rightmenu .selected:after {
  width: 0;
  height: 0;
  border-top: 35px solid #0091d9;
  border-left: 35px solid rgba(0,0,0,0);
  position: absolute;
  display: block;
  right: 0;
  content: "";
  top: 0;
}

#rightmenu {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  background-color: #e8ebec;
  z-index: 904;
  display: none;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #888;
  padding:56px 0 30px;
}

#rightmenu ul {
  padding: 15px 20px 10px;
  list-style: none;
  margin: 0;
  box-shadow: 0 4px 10px rgba(0,0,0,.3);
  -moz-box-shadow: 0 4px 10px rgba(0,0,0,.3);
  border-bottom: 1px solid #423F3F
}

#rightmenu ul li {
  display: inline-block;
  width: auto
}

.rightmenu-on #response-btn {
  display: none!important
}

.rightmenu-on #left-bar .navbar,.rightmenu-on #main .navbar {
  border: none!important
}

#bookmarkmenu {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  background-color: #2a2725;
  z-index: 904;
  display: none;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.arrow-box-up:after,.arrow-box-up:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none
}

.arrow-box-up:after {
  border-color: rgba(255,255,255,0);
  border-bottom-color: #fff;
  border-width: 7px;
  left: 50%;
  margin-left: -7px
}

.arrow-box-up:before {
  border-color: rgba(131,131,131,0);
  border-bottom-color: #838383;
  border-width: 8px;
  left: 50%;
  margin-left: -8px
}

.arrow-box-up-right:after,.arrow-box-up-right:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none
}

.arrow-box-up-right:after {
  border-color: rgba(255,255,255,0);
  border-bottom-color: #fff;
  border-width: 7px;
  right: 10px;
  margin-left: -7px
}

.arrow-box-up-right:before {
  border-color: rgba(131,131,131,0);
  border-bottom-color: #838383;
  border-width: 8px;
  right: 9px;
  margin-left: -8px
}


/*
 * Header btn
 */
.header-btn {
  margin-top: 5px
}

/*
 * BS Multiselect
 *
 */
.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0
}

.multiselect-container .input-group {
  margin: 5px
}

.multiselect-container>li {
  padding: 0
}

.multiselect-container>li>a.multiselect-all label {
  font-weight: 700
}

.multiselect-container>li>label.multiselect-group {
  margin: 0;
  padding: 3px 20px;
  height: 100%;
  font-weight: 700
}

.multiselect-container>li>a>label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: 400
}

.multiselect-container>li>a>label.checkbox,.multiselect-container>li>a>label.radio {
  margin: 0
}

.multiselect-container>li>a>label>input[type=checkbox] {
  margin-bottom: 5px
}

.btn-group>.btn-group:nth-child(2)>.multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}

/*
 * FORMS: INPUT WITH ICONS
 */
 /*
.input-group .icon-addon .form-control {
  border-radius: 0
}

.icon-addon {
  position: relative;
  color: #555;
  display: block
}

.icon-addon:after,.icon-addon:before {
  display: table;
  content: " "
}

.icon-addon:after {
  clear: both
}

.icon-addon .fa,.icon-addon .far,.icon-addon .fas{
  position: absolute;
  z-index: 2;
  right: 10px;
  margin-left: -2.5px;
  text-align: center;
  padding: 6px 0;
  top: 1px;
  font-size:13px;
}
.icon-addon.codefinder .fas{
	padding: 6px 0 3px;right: 9px;font-size:13px;cursor:pointer;color:#bbb;
}
.icon-addon.codefinder input[disabled] + label[role='input-clear'], .icon-addon.codefinder input[readonly] + label[role='input-clear']{
	display:none;
	}
.icon-addon.codefinder .fas:hover,.icon-addon.codefinder .fas:focus, .icon-addon.codefinder .form-control:focus+label {
    color:#333;
}
.icon-addon .form-control,.icon-addon.addon-md .form-control {
  padding-right: 30px;
  float: left;
  font-weight: 400
}
.icon-addon.codefinder .form-control{
	  padding-right: 3px;
}

.icon-addon .form-control:focus{
    z-index:2;
}

.icon-addon input:disabled+label, .icon-addon input[readonly]+label, .icon-addon .form-control[readonly]:focus+label {
  color: #bbb;
}

.icon-addon .form-control:focus+label{
  color: #2580db;
} */

/*
 * right panel
 */
#side-panel:not(:empty) {
  width: 225px;
  background: #e0e0e0;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0
}

#side-panel:not(:empty)+div,#side-panel:not(:empty)+div+section {
  padding-right: 225px
}


html.hidden-menu-mobile-lock {
  overflow-x: hidden
}

/*
 * No Padding, No-margin
 */
.no-content-padding {
  margin: -10px -14px 0 -14px
}

.padding-gutter{padding:13px!important}
.no-padding{padding:0!important}
.padding-s{padding:5px!important}
.padding-m{padding:10px!important}
.padding-l{padding:15px!important}

.padding-top-0{padding-top:0!important}
.padding-top-s{padding-top:5px!important}
.padding-top-m{padding-top:10px!important}
.padding-top-l{padding-top:15px!important}

.padding-bottom-0{padding-bottom:0!important}
.padding-bottom-s{padding-bottom:5px!important}
.padding-bottom-m{padding-bottom:10px!important}
.padding-bottom-l{padding-bottom:15px!important}

.padding-right-0{padding-right:0!important}
.padding-right-s{padding-right:5px!important}
.padding-right-m{padding-right:10px!important}
.padding-right-l{padding-right:15px!important}

.padding-left-0{padding-left:0!important}
.padding-left-s{padding-left:5px!important}
.padding-left-m{padding-left:10px!important}
.padding-left-l{padding-left:15px!important}

.no-margin{margin:0!important}
.margin-top-0{margin-top:0!important}
.margin-top-s{margin-top:5px!important}
.margin-top-m{margin-top:10px!important}
.margin-top-l{margin-top:15px!important}

.margin-bottom-0{margin-bottom:0!important}
.margin-bottom-s{margin-bottom:5px!important}
.margin-bottom-m{margin-bottom:10px!important}
.margin-bottom-l{margin-bottom:15px!important}

.margin-right-0{margin-right:0!important}
.margin-right-s{margin-right:5px!important}
.margin-right-m{margin-right:10px!important}
.margin-right-l{margin-right:15px!important}

.margin-left-0{margin-left:0!important}
.margin-left-s{margin-left:5px!important}
.margin-left-m{margin-left:10px!important}
.margin-left-l{margin-left:15px!important}

/*
 * Font Weights, Size
 */
.font-weight-s{font-weight:300!important}
.font-weight-m{font-weight:400!important}
.font-weight-l{font-weight:600!important}
.font-s{font-size:85%!important}
.font-m{font-size:95%!important}
.font-l{font-size:130%!important}
.font-xl{font-size:200%!important}



.no-border,.well[class*=" bg-"].no-border {
  border-width: 0!important
}

.no-border-transparent {
  border-color: transparent!important
}

.no-border-radius {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0
}

.display-inline {
  display: inline-block!important
}

.display-normal {
  display: inline!important
}

.cursor-pointer {
  cursor: pointer
}

.hover-transparent {
  opacity: .5
}

.hover-transparent:hover {
  opacity: 1
}

/* .text-center {
  text-align: center!important
}

.text-left {
  text-align: left!important
}

.text-right {
  text-align: right!important
}
*/
.v-align-m {
  vertical-align: middle!important
}

hr.simple {
  margin-top: 10px;
  margin-bottom: 10px;
  border-style: dashed
}

.table-border-0 td,.table-border-0 th {
  border: 0!important
}

.display-none {
  display: none!important
}

.checkbox input[type=checkbox].checkbox+span,.checkbox-inline input[type=checkbox].checkbox+span,.radio input[type=radio].radiobox+span,.radio-inline input[type=radio].radiobox+span {
  margin-left: -20px
}

/*
.form-inline .checkbox input[type=checkbox].checkbox+span,.form-inline .radiobox input[type=radio].radiobox+span {
    margin-left: 0
}

.form-inline .checkbox,.form-inline .radiobox{
  padding-left: 0
}
 */

input[type=checkbox].checkbox+span,label input[type=radio].radiobox+span {
  vertical-align: middle;
  line-height: 20px
}

input[type=checkbox].checkbox+span,input[type=checkbox].checkbox+span:after,input[type=checkbox].checkbox+span:before,input[type=radio].radiobox+span,input[type=radio].radiobox+span:after,input[type=radio].radiobox+span:before {
  box-sizing: content-box!important;
  -webkit-box-sizing: content-box!important;
  -moz-box-sizing: content-box!important
}

input[type=checkbox].checkbox,input[type=radio].radiobox {
  visibility: hidden;
  position: absolute;
  z-index: 20;
  width: 18px;
  height: 18px
}

label input[type=checkbox].checkbox+span,label input[type=radio].radiobox+span {
  position: relative;
  /* z-index: 19; */
  display: inline-block;
  margin: 0;
  line-height: 17px;
  min-height: 14px;
  min-width: 14px;
  margin-right: 5px
}

label input[type=checkbox].checkbox+span:hover,label input[type=radio].radiobox+span:hover {
  cursor: pointer
}

label input[type=checkbox].checkbox+span:before,label input[type=radio].radiobox+span:before {
  font-family: "Font Awesome 5 Free";
  font-weight:700;
  font-size: 10px;
  border-radius: 0;
  content: "\f00c";
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 1px;
  height: 12px;
  line-height: 12px;
  min-width: 12px;
  margin-right: 5px;
  border: 1px solid #bfbfbf;
  background-color: #f4f4f4;
  font-weight: 900;
  margin-top: -5px
}

label input[type=radio].radiobox+span:before {
  content: "\a0";
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: inset 0 2px 3px 0 rgba(0,0,0,.1),0 1px 0 0 rgba(255,255,255,.2)
}

label input[type=radio].radiobox:checked+span {
  font-weight: 700
}

label input[type=radio].radiobox:checked+span:before {
  content: "\f111";
  color: #2E7BCC
}

label input[type=radio].radiobox.style-3:checked+span:before {
  color: #a90329;
  border-color: #a90329
}

label input[type=radio].radiobox.style-2:checked+span:before {
  color: #66665e;
  border-color: #4d90fe;
  font-size: 9px
}

label input[type=radio].radiobox.style-2:checked+span {
  font-weight: 400
}

label input[type=radio].radiobox.style-1+span:before {
  font-size: 9px;
  background: #fff;
  text-shadow: none;
  box-shadow: none!important;
  border-width: 1px;
  height: 13px;
  line-height: 13px;
  min-width: 13px
}

label input[type=radio].radiobox.style-1:checked+span:before {
  font-size: 10px;
  color: #333;
  border-color: #333;
  background: #fff
}

label input[type=radio].radiobox.style-1:checked+span {
  font-weight: 400
}

label:hover input[type=radio].radiobox+span:before,label:hover input[type=radio].radiobox:checked+span:before {
  color: #2E7BCC;
  border-color: #2E7BCC
}

label:hover input[type=radio].radiobox.style-3+span:before,label:hover input[type=radio].radiobox.style-3:checked+span:before {
  color: #a90329;
  border-color: #a90329
}

label:hover input[type=radio].radiobox.style-2:checked+span:before {
  color: #66665e;
  border-color: #4d90fe
}

label:hover input[type=radio].radiobox.style-1+span:before,label:hover input[type=radio].radiobox.style-1:checked+span:before {
  color: #333;
  border-color: #333;
  background: #fff
}

label:active input[type=radio].radiobox+span:before {
  box-shadow: inset 0 2px 3px 0 rgba(0,0,0,.3),0 1px 0 0 rgba(255,255,255,.4)
}

label input[type=radio][disabled].radiobox+span,label input[type=radio][disabled].radiobox:checked+span,label:hover input[type=radio][disabled].radiobox:checked+span:before {
  color: #A7A7A7;
}

label input[type=radio][disabled].radiobox:checked+span:before {
  content: "\f111"
}

label input[type=radio][disabled].radiobox+span:before,label input[type=radio][disabled].radiobox:checked+span:before,label:active input[type=radio][disabled].radiobox:checked+span:before,label:hover input[type=radio][disabled].radiobox:checked+span:before {
  background: #eee!important;
  border-color: #CCC!important;
  box-shadow: none;
  color: #A7A7A7
}

label input[type=checkbox].checkbox+span:before {
  content: "\a0";
    font-family:"Font Awesome 5 Free";
  font-weight:900;
}

label input[type=checkbox].checkbox:checked+span:before {
  content: "\f00c";
  font-family:"Font Awesome 5 Free";
  font-weight:900;
}

label input[type=checkbox].checkbox:checked+span {
  font-weight: 700
}

label input[type=checkbox].checkbox:checked+span:before {
  color: #2E7BCC
}

label input[type=checkbox].checkbox.style-3:checked+span:before {
  color: #fff;
  border-color: #a90329;
  background: #a90329
}

label input[type=checkbox].checkbox.style-2+span:before {
  background: 0 0;
  border-color: #c1c1c1;
  box-shadow: none
}

label input[type=checkbox].checkbox.style-2:checked+span:before {
  content: "\f00c";
  color: #66665e;
  border-color: #4d90fe;
  background: url(data:image/png;
  base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUQ0MEM4RUFEQUE4MTFFMkEwMjM5NzlCRjAxM0UwRjciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUQ0MEM4RUJEQUE4MTFFMkEwMjM5NzlCRjAxM0UwRjciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxRDQwQzhFOERBQTgxMUUyQTAyMzk3OUJGMDEzRTBGNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRDQwQzhFOURBQTgxMUUyQTAyMzk3OUJGMDEzRTBGNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsD/PVAAAAAQSURBVHjaYv7//78vQIABAAlYA05NMPppAAAAAElFTkSuQmCC) #fff}

label input[type=checkbox].checkbox.style-2:checked+span {
  font-weight: 400
}

label input[type=checkbox].checkbox.style-1+span:before {
  color: #333;
  background: #fff;
  text-shadow: none;
  box-shadow: none!important;
  border-width: 1px;
  height: 12px;
  line-height: 13px;
  min-width: 12px
}

label input[type=checkbox].checkbox.style-1:checked+span:before {
  color: #333;
  border-color: #333
}

label input[type=checkbox].checkbox.style-1:checked+span {
  font-weight: 400
}

label:active input[type=checkbox].checkbox+span:before {
  box-shadow: inset 0 2px 3px 0 rgba(0,0,0,.3),0 1px 0 0 rgba(255,255,255,.4)
}

label:hover input[type=checkbox].checkbox+span:before {
  color: #2E7BCC;
  border-color: #2E7BCC
}

label:hover input[type=checkbox].checkbox.style-3+span:before {
  color: #fff;
  border-color: #A90327
}

label:hover input[type=checkbox].checkbox.style-2+span:before {
  box-shadow: inset 0 2px 3px 0 rgba(0,0,0,.1),0 1px 0 0 rgba(255,255,255,.2)
}

label:hover input[type=checkbox].checkbox.style-2:checked+span:before {
  box-shadow: inset 0 2px 3px 0 rgba(0,0,0,.3),0 1px 0 0 rgba(255,255,255,.4)
}

label:hover input[type=checkbox].checkbox.style-1+span:before {
  border-color: #333
}

label:active input[type=checkbox].checkbox:checked+span:before {
  color: #fff;
  background: #2E7BCC;
  border-color: #2E7BCC
}

label:active input[type=checkbox].checkbox.style-3:checked+span:before {
  color: #a90329;
  background: #fff;
  border-color: #a90329
}

label:active input[type=checkbox].checkbox.style-2+span:before,label:active input[type=checkbox].checkbox.style-2:checked+span:before {
  color: #66665e;
  background: 0 0;
  border-color: #c1c1c1;
  box-shadow: inset 0 2px 3px 0 rgba(0,0,0,.3),0 1px 0 0 rgba(255,255,255,.4)
}

label:active input[type=checkbox].checkbox.style-1:checked+span:before {
  color: #fff;
  background: #333;
  border-color: #333
}

label input[type=checkbox][disabled].checkbox+span,label input[type=checkbox][disabled].checkbox:checked+span,label:hover input[type=checkbox][disabled].checkbox:checked+span:before {
  color: #A7A7A7;
}

label input[type=checkbox][disabled].checkbox.style-2:checked+span:before,label input[type=checkbox][disabled].checkbox:checked+span:before {
  content: "\f00c"
}

label input[type=checkbox][disabled].checkbox+span:before,label input[type=checkbox][disabled].checkbox:checked+span:before,label:active input[type=checkbox][disabled].checkbox:checked+span:before,label:hover input[type=checkbox][disabled].checkbox:checked+span:before {
  background: #eee!important;
  border-color: #CCC!important;
  color: #A7A7A7;
  box-shadow: none!important
}

.open>.dropdown-menu {
  -webkit-animation-name: flipInX;
  -moz-animation-name: flipInX;
  -o-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-animation-duration: .4s;
  -moz-animation-duration: .4s;
  -o-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both
}

.active+.ajax-dropdown {
  -webkit-animation-name: flipInY;
  -moz-animation-name: flipInY;
  -o-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: .7s;
  -moz-animation-duration: .7s;
  -o-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both
}


[class*=" bg-"],[class^=bg-] {
  filter: none!important
}


.fixed-page-footer .page-footer {
  position: fixed;
  z-index: 901
}

.container.fixed-page-footer .page-footer {
  max-width: 1164px
}

.hidden-menu .page-footer {
  padding-left: 20px
}

@media (max-width:979px){
  html.hidden-menu-mobile-lock {
    overflow-x: hidden
  }

  /* #main {
    width: 100%!important
  }
 */
  .page-footer {
    padding: 15px 14px 0
  }

  #fullscreen>:first-child>a {
    display: none!important
  }

  body.container {
    border: none!important;
    width: 100%!important
  }

  .visible-tablet {
    display: inline-block!important
  }

  .display-inline.hidden-tablet,.hidden-tablet {
    display: none!important
  }

}







/* nav ul .active > a {
    color: #0065bd !important;
}
nav ul li.active > a::before {
    color: #999;
}
nav ul ul .active > a:hover, nav ul ul li.active > a:hover::before {
    color: #fff !important;
} */
/* nav ul li a {
    color: #666;
    padding: 10px 10px 10px 20px;
    font-size: 15px;
    font-weight: 500;

} */
/* nav ul li a:focus {
    color: #000;
} */
/* nav ul li a:hover {
   color: #444;
} */

/* nav ul li.open > a, nav ul li.open > a b {
    color: #333 !important;
} */
/* nav ul ul {
    background: #f2f2f2;
} */
/* nav ul ul ul li a {
    color: #444;
}
nav ul ul{
    border-top:1px solid #ddd;
}
nav ul ul ul{
    border-top:none;
} */
/* .login-info {
    height: 15px;
    border-width: 0;
    box-shadow:none;
    background-color: #f8f8f8;
} */
/* nav ul li {
    border-bottom: 1px solid #aaa;
    width: 200px;
} */
/* nav ul li.active>a:before{
    color:rgb(0,101,189);
}
 */
nav > ul > li > ul::before {
    display: none;
}
nav > ul ul li::before {
    display: none;
}
nav ul ul li > a {
    padding-left: 32px;
}
nav ul ul ul li a {
    padding: 8px 10px 8px 42px;
}
/* #hide-menu-t{
    position: fixed;left: 200px;width: 17px;height:80px;top: 71px;z-index:903;border-radius: 0 5px 20px 0;
    background: rgb(0,101,189) left no-repeat;
    background-image: url("/resources/login/images/nav-menu-toggle.webp"), url("/resources/login/images/nav-menu-toggle.png");
    -webkit-transition: background-position 0.3s ease;
    -o-transition: background-position 0.3s ease;
    transition: background-position 0.3s ease;
    background-position:right;

}
.hidden-menu #left-panel {
    left: -196px;
}
.hidden-menu #hide-menu-t{
    left: 4px;
    background-position:left;
} */

/*

@media (max-width:767px){

  #main {
    margin-left: 10px;
    overflow-x: hidden
  }

  #left-panel {
    left: -200px
  }
  #hide-menu-t {
    left: 0px;
    background-position:left;

  }
  #content,#ribbon {
    padding-left: 5px;
    padding-right: 5px
  }

  #logo {
    margin-left: 4px;
  }

  .no-content-padding {
    margin: 0 -5px!important
  }

  .btn-header.transparent a {
    border: none!important;
    background: 0 0;
    margin-left: 0;
    width: 25px!important;
    box-shadow: none!important
  }

  .btn-header.transparent a:hover {
    color: #f0f0f0
  }

  .hidden-menu #left-panel {
    left: 0
  }
  .hidden-menu #hide-menu-t {
    left: 200px;
    background-position:right;

  }
  .hidden-menu #main {
    position: relative;
    left: 210px
  }

  .hidden-menu.fixed-ribbon #ribbon {
    left: 230px;
    width: 100%
  }

  .fixed-ribbon #ribbon {
    left: 0
  }

  body.fixed-navigation.hidden-menu {
    overflow: hidden!important
  }

  .fixed-ribbon #content {
    padding-top: 52px
  }
}

 */
/* .btn.readonly,.btn.disabled{
    pointer-events:none;opacity:.6;background:#eee;
}
 */
/* simple button */
/* .simpleBtn              {background:url('/resources/img/button/btn_bg_palegreen.gif') left 0px;display:inline-block; vertical-align: middle; padding:0px 0px 0px 2px; height:22px; margin-bottom:3px; overflow:hidden;}
.simpleBtn a span       {background:url('/resources/img/button/btn_bg_palegreen.gif') right 0px;float:right;padding:0px 10px 0px 9px;height:22px;line-height:22px;font-size:9pt;color:#333;cursor:pointer;overflow:hidden;}
.simpleBtn a:hover span {background:url('/resources/img/button/btn_bg_palegreen.gif') right -22px; color:#333;text-shadow:1px 2px #fff;}

.simpleBtn.disabled        {background:url('/resources/img/button/btn_bg_palegreen.gif') left  0px;    pointer-events: none;  opacity: 0.5;  cursor: none;}
.simpleBtn.disabled a span {background:url('/resources/img/button/btn_bg_palegreen.gif') right 0px;padding:0px 10px 0px 9px;height:22px;line-height:22px;font-size:9pt;color:#999;cursor:none;overflow:hidden;}



.simpleBtnGrp                 {background:url('/resources/img/button/btn_bg_palegreen.gif') left 0px;display:inline-block;float:right; padding:0px 0px 0px 1px; height:22px;margin-bottom:3px; overflow:hidden;}
.simpleBtnGrp a, .simpleBtnGrp a span { border:0px;float:right}
.simpleBtnGrp a span          {background:url('/resources/img/button/btn_bg_palegreen.gif') center 0px;padding:0px 10px 0px 9px;height:22px;line-height:22px;font-size:9pt;color:#333;cursor:pointer;overflow:hidden;}
.simpleBtnGrp a span:hover    {background:url('/resources/img/button/btn_bg_palegreen.gif') center -22px;}
.simpleBtnGrp a:last-child  span  {background:url('/resources/img/button/btn_bg_palegreen.gif') right 0px;}

.simpleBtnGrp a:last-child:hover  span {background:url('/resources/img/button/btn_bg_palegreen.gif') right -22px;}

.simpleBtnGrp.disabled a, .simpleBtnGrp a.disabled        {background:url('/resources/img/button/btn_bg_palegreen.gif') left  0px;    pointer-events: none;  opacity: 0.5;  cursor: none;}
 */

/* right Menu CSS */
.viewRT:focus{
    background-color:#c0c0c0;
}
.viewRT.active {
  background-color:#c0c0c0 ;
}

.divMessageBox{width:100%;height:100%;position:fixed;top:0;left:0;background:rgba(0,0,0,0.6);z-index:100000}
.MessageBoxContainer{top:35%;color:#fff;position:relative;width:100%;background-color:#232323;background-color:rgba(0,0,0,0.8);padding:20px}
.MessageBoxMiddle{position:relative;left:20%;width:60%}
.MessageBoxMiddle .MsgTitle{letter-spacing:-1px;font-size:24px;font-weight:300}
.MessageBoxMiddle .pText{font-size:13px}
.MessageBoxContainer input{width:50%;padding:5px}
.MessageBoxContainer select{width:50%;padding:5px}
.MessageBoxButtonSection{width:100%;height:30px}
.MessageBoxButtonSection button{float:right;margin-right:7px;padding-left:15px;padding-right:15px;font-size:14px;font-weight:700}
/* SmallBox */
#divSmallBoxes {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
.SmallBox {
  position: absolute;
  right: 5px;
  top: 20px;
  width: 420px;
  color: white;
  z-index: 9999;
  overflow: hidden;
  border: 1px solid transparent;
  padding:5px;
}
.SmallBox:hover {
  border: 1px solid #fff;
  cursor: pointer;
}
.SmallBox .foto {
  font-size: 50px;
  position: absolute;
  left: 17px;
}
.SmallBox .textoFull {
  width: 93%;
  float: left;
  padding-left: 20px;
}
.SmallBox .textoFoto {
  width: 78%;
  margin: 3px 20px 3px 80px;
  float: left;
}
.miniPic {
  position: absolute;
  bottom: 8px;
  right: 9px;
}
.miniIcono {
  height: 100%;
  font-size: 20px;
}
.SmallBox span {
  font-size: 17px;
  font-weight: 300;
  letter-spacing: -1px;
  display: block;
  margin: 4px 0 4px -5px;;
}
.SmallBox p {
  font-size: 13px;
  margin-top: 5px;
}
/* End of SmallBox */


/*
@media screen and (max-width: 450px) and (max-width: 767px) {
#divSmallBoxes{position:fixed;width:90%;right:0;top:0}
.SmallBox{width:95%}
.SmallBox:hover{box-shadow:0 0 10px #888;cursor:pointer}
.SmallBox span{font-size:16px}
.SmallBox p{font-size:12px;margin-top:2px}
.SmallBox .textoFull{width:93%;float:left;padding-left:20px}
.SmallBox .textoFoto{width:55%;margin:3px 20px 3px 80px;float:left}
.bigBox{position:fixed;right:10px;bottom:10px;background-color:#004d60;width:88%;height:150px;color:#fff;z-index:99999;padding:10px 10px 5px}
.divMessageBox{width:100%;height:100%;position:fixed;top:0;left:0;background:rgba(0,0,0,0.6);z-index:100000}
.MessageBoxContainer{top:25%;color:#fff;position:relative;width:100%;background-color:#232323}
.MessageBoxMiddle{position:relative;left:0;width:100%;padding:3px}
.MessageBoxMiddle .MsgTitle{font-size:22px}
.MessageBoxMiddle .pText{font-size:13px}
.MessageBoxContainer input{width:50%;padding:5px}
.MessageBoxContainer select{width:50%;padding:5px}
.MessageBoxButtonSection{width:100%;height:30px}
.MessageBoxButtonSection button{float:right;margin-right:5px;padding-left:15px;padding-right:15px}
}
.animated{-webkit-animation-duration:1s;-moz-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}
.animated.fast{-webkit-animation-duration:.4s;-moz-animation-duration:.4s;-ms-animation-duration:.4s;-o-animation-duration:.4s;animation-duration:.4s}
@-webkit-keyframes fadeOutUp {
0%{opacity:1;-webkit-transform:translateY(0)}
100%{opacity:0;-webkit-transform:translateY(-20px)}
}
@-moz-keyframes fadeOutUp {
0%{opacity:1;-moz-transform:translateY(0)}
100%{opacity:0;-moz-transform:translateY(-20px)}
}
@-o-keyframes fadeOutUp {
0%{opacity:1;-o-transform:translateY(0)}
100%{opacity:0;-o-transform:translateY(-20px)}
}
@keyframes fadeOutUp {
0%{opacity:1;transform:translateY(0)}
100%{opacity:0;transform:translateY(-20px)}
}
.animated.fadeOutUp{-webkit-animation-name:fadeOutUp;-moz-animation-name:fadeOutUp;-o-animation-name:fadeOutUp;animation-name:fadeOutUp}


.full-height {height:100% !important;}
.full-width {width:100% !important;}
.full-stretch {height:100% !important;width:100% !important;}

 */
.vplus-form .hasTooltip > i:after {
  content: '\f059';
  top: -1px;
  left: 1px;
  width: 15px;
  height: 15px;
  color:red;
  font: 900 12px/14px "Font Awesome 5 Free";
}

.vplus-form .tooltip {
  position: absolute;
  z-index: 99999;
  left: -9999px;
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;

  transition: margin .3s,opacity .3s;
  -o-transition: margin .3s,opacity .3s;
  -ms-transition: margin .3s,opacity .3s;
  -moz-transition: margin .3s,opacity .3s;
  -webkit-transition: margin .3s,opacity .3s
}

.vplus-form .tooltip:after {
  content: '';
  position: absolute
}

.vplus-form .input input:focus+.tooltip,.vplus-form .textarea textarea:focus+.tooltip {
  opacity: 1
}

.vplus-form .tooltip-top-right {
  bottom: 100%;
  margin-bottom: 15px
}

.vplus-form .tooltip-top-right:after, .vplus-form .tooltip-top-left:after {
  top: 100%;
  right: 11px;
  border-top: 4px solid rgba(0,0,0,.9);
  border-right: 4px solid transparent;
  border-left: 4px solid transparent
}

.vplus-form .input input:focus+.tooltip-top-right,.vplus-form .textarea textarea:focus+.tooltip-top-right {
  right: 0;
  left: auto;
  margin-bottom: 5px
}

.vplus-form .tooltip-top-left {
  bottom: 100%;
  margin-bottom: 15px
}

.vplus-form .input input:focus+.tooltip-top-left,.vplus-form .textarea textarea:focus+.tooltip-top-left {
  right: auto;
  left: 0;
  margin-bottom: 5px
}

.vplus-form .tooltip-right {
  top: 4px;
  white-space: nowrap;
  margin-left: 15px
}

.vplus-form .tooltip-right:after {
  top: 6px;
  right: 100%;
  border-top: 4px solid transparent;
  border-right: 4px solid rgba(0,0,0,.9);
  border-bottom: 4px solid transparent
}






.vplus-form .input input:focus+.tooltip-right,.vplus-form .textarea textarea:focus+.tooltip-right {
  left: 100%;
  margin-left: 5px
}

.vplus-form .tooltip-left {
  top: 4px;
  white-space: nowrap;
  margin-right: 15px
}

.vplus-form .tooltip-left:after {
  top: 6px;
  left: 100%;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid rgba(0,0,0,.9)
}

.vplus-form .input input:focus+.tooltip-left,.vplus-form .textarea textarea:focus+.tooltip-left {
  right: 100%;
  left: auto;
  margin-right: 5px
}

.vplus-form .tooltip-bottom-right {
  top: 100%;
  margin-top: 15px
}




.vplus-form .tooltip-bottom-right:after {
  bottom: 100%;
  right: 11px;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(0,0,0,.9);
  border-left: 4px solid transparent
}

.vplus-form .input input:focus+.tooltip-bottom-right,.vplus-form .textarea textarea:focus+.tooltip-bottom-right {
  right: 0;
  left: auto;
  margin-top: 5px
}

.vplus-form .tooltip-bottom-left {
  top: 100%;
  margin-top: 15px
}

.vplus-form .tooltip-bottom-left:after {
  bottom: 100%;
  left: 11px;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(0,0,0,.9);
  border-left: 4px solid transparent
}

.vplus-form .input input:focus+.tooltip-bottom-left,.vplus-form .textarea textarea:focus+.tooltip-bottom-left {
  right: auto;
  left: 0;
  margin-top: 5px
}



.minified.fixed-navigation nav {
  -webkit-overflow-scrolling: none;
  overflow: visible;
  height: auto;
  padding-bottom: 0
}

.minified.fixed-navigation nav>ul {
  overflow: visible;
  padding-right: 0;
  width: 100%
}

.minified.fixed-ribbon #ribbon {
  left: 45px
}

.minified .menu-item-parent {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

.minifyme {
  border-bottom: 1px solid #302F2F;
  background: #454545;
  color: #A8A8A8;
  text-align: center;
  padding: 0;
  width: 36px;
  height: 28px;
  display: block;
  position: absolute;
  right: 0;
  border-radius: 5px 0 0 5px;
  cursor: pointer;
  margin-top: 7px;
  font-size: 19px;
  transition: all .1s linear 0s
}

.minifyme:hover {
  background: #646464;
  color: #E4E4E4;
  right: 0;
  width: 40px;
  padding-right: 5px
}

.minified .minifyme {
  right: 0;
  color: #A8A8A8;
  position: relative;
  width: 100%;
  border-radius: 0;
  margin: 0;
  height: 34px;
  font-size: 23px
}

.minified .minifyme .fa:before {
  content: "\f0a9"
}

.minified .login-info a i,.minified .login-info a span {
  display: none
}

.minified .login-info span {
  padding: 0 5px;
  text-align: center
}

.minified .login-info img {
  margin: -2px 0 0;
  width: 30px
}

.minified .login-info {
  height: 38px;
  border-bottom: 1px solid #181818
}

.minified #left-panel {
  width: 45px
}

.minified #main {
  margin-left: 45px
}

.minified #left-panel,.minified nav>ul>li {
  overflow: visible
}

.minified nav>ul>ul {
  min-height: 100px!important;
  max-height: 180px!important;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #ed1c24!important
}

.minified nav>ul>li,.minified nav>ul>li a {
  position: relative
}

.minified nav ul>li>a {
  padding: 10px 11px;
  display: block
}

.minified nav>ul>li>a .fa.fa-fw {
  display: block;
  width: auto;
  text-align: center;
  padding: 0
}

.minified nav>ul>li>a>i {
  text-align: center;
  margin: 0;
  display: block
}

.minified nav>ul>li.active>a::before {
  content: "\f0d9"
}

.minified nav ul ul li a {
  padding-left: 14px
}

.minified nav ul ul li li a {
  padding-left: 25px
}

.minified nav>ul ul li::before,.minified nav>ul>li>ul::before {
  left: 12px
}

.minified nav>ul>li>a .menu-item-parent,.minified nav>ul>li>a>b {
  display: none
}

.minified nav>ul>li>a>.menu-item-parent {
  display: none;
  position: absolute;
  left: 40px;
  top: -3px;
  width: 186px;
  height: 38px;
  line-height: 38px;
  background-color: #f5f5f5;
  color: #333;
  z-index: 3;
  -webkit-box-shadow: 2px 1px 2px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 2px 1px 2px 0 rgba(0,0,0,.2);
  box-shadow: 2px 1px 2px 0 rgba(0,0,0,.2);
  border-left: 1px solid #bfbfbf;
  border-top: 1px solid #D8D4D4;
  border-bottom: 1px solid #fff;
  padding-left: 12px
}

.minified nav>ul>li>ul {
  display: none!important;
  position: absolute;
  left: 40px;
  width: 199px;
  z-index: 5;
  border: 1px solid #bfbfbf;
  min-height: 180px;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 1px 1px 2px 0 rgba(0,0,0,.2);
  box-shadow: 1px 1px 2px 0 rgba(0,0,0,.2);
  background: #454545;
  margin-top: -3px;
  overflow: hidden
}

.minified nav ul>li>ul>li>ul {
  position: relative;
  left: 13px;
  border: none;
  margin-left: -12px;
  width: 197px
}

.minified nav>ul>li:hover>a>.menu-item-parent,.minified nav>ul>li:hover>ul {
  display: block!important
}

.minified nav>ul>li>ul>li {
  background-color: rgba(69,69,69,.9)
}

.minified nav>ul>li>ul>li>ul>li {
  background-color: #484B50
}

.minified nav>ul>li {
  border-bottom: 1px solid #1A1817;
  border-top: 1px solid #525151
}

.minified nav>ul>li>ul::before {
  border-left: none
}

.minified nav>ul ul li::before {
  border: none
}

.minified .slimScrollDiv,.minified .slimScrollDiv>:first-child {
  overflow: visible!important
}

.minified .slimScrollBar,.minified .slimScrollRail {
  display: none
}

.minified nav>ul>li>ul>li>a,.minified nav>ul>li>ul>li>ul>li>a {
  padding-top: 7px;
  padding-bottom: 7px
}

.minified nav>ul>li>ul>li>ul>li a {
  padding-top: 6px;
  padding-bottom: 6px
}

.minified nav ul ul ul ul li a {
  padding-left: 45px
}

.minified nav ul ul ul ul ul li a {
  padding-left: 62px
}

.minified nav ul ul ul ul ul ul li a {
  padding-left: 82px
}
.hidden-menu .minifyme,.minified #hide-menu {
  display: none
}

.minified .page-footer {
  padding-left: 58px
}

.ajax-loading-error {
	margin-top: 100px;
    display: block;
    text-align: center;
    font-size: 26px;
    font-weight: 700
}
/*
@media (min-width:768px) and (max-width:979px){
  .minified #left-panel {
    left: 0
  }
}

@media (min-width:768px) and (max-width:880px){
    .minified #left-panel {
    left: 0
  }
}

@media (max-width:767px){
  .minified #left-panel {
    left: 0
  }
}

@media only screen and (min-width:0) and (max-width:679px){
  .minified #left-panel {
    left: 0
  }
}

@media only screen and (min-width:320px) and (max-width:479px){
  .minified #left-panel {
    left: 0
  }
}
 */








