
html {
  margin: 0;
  padding: 0;
  height:100%;min-height: 100%;
  background: #f8f8f8;
  position: relative
}

body {
  font-family: "Noto Sans CJK KR","Noto Sans KR", MalgunGothic, "맑은 고딕", "Malgun Gothic", sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
  height:100%;min-height: 100%;
  background: #f8f8f8;
  direction: ltr
}

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;
}

/*!
 * jQuery UI Bootstrap (1.0 alpha) 조정
 */

.ui-menu {
  width: 155px;
  padding: 2px;
  -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);
  background: #fff;
  border: 1px solid rgba(0,0,0,.2);
  z-index: 1
}

.ui-menu .ui-state-disabled {
  margin: .4em 0 .2em!important;
  background: none!important;
  color: #999!important;
  font-weight: 400!important;
  cursor: default
}

.ui-icon-carat-1-e:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  display: inline
}

.ui-menu .ui-menu-item a .ui-menu-icon {
  width: auto;
  height: auto;
  top: 0;
  left: auto;
  right: auto;
  bottom: auto;
  text-indent: 0
}

.ui-tabs .ui-tabs-nav{
	line-height:20px;
	padding-top:5px;
}
.ui-tabs .ui-tabs-nav li a {
  border-radius: 0;
  -moz-border-radius: 0;
  background-color: #F5F5F5;
  border: 1px solid #F5F5F5;
  border-bottom: 1px solid #ddd;
  color: #838383
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
  font-weight: 700;
  border-top-width: 0!important;
  margin-top: 1px!important;
  -webkit-box-shadow: 0 -2px 0 #57889c;
  -moz-box-shadow: 0 -2px 0 #57889c;
  box-shadow: 0 -2px 0 #57889c
}

.ui-accordion .ui-accordion-header {
  background-color: #fbfbfb;
  font-size: 15px;
  padding: 10px 15px 10px 36px!important
}

.ui-accordion .ui-accordion-content,.ui-accordion .ui-accordion-header {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0
}

.ui-accordion .ui-accordion-content {
  padding: 15px
}

.ui-accordion-header-active+.ui-accordion-content {
  border-top: 1px solid #ddd
}

.ui-accordion .ui-accordion-header {
  margin-top: -2px
}

.ui-accordion .ui-accordion-header,.ui-accordion-content {
  border-color: #ddd!important
}

.ui-accordion-header-icon {
  text-indent: 0!important;
  background-image: none!important;
  text-align: center;
  line-height: normal;
  left: 12px!important;
  margin-top: -6px!important;
  font-size: 14px!important
}
/*
.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev {
  text-align: center;
  margin-top: 2px
}

.ui-datepicker-next>:first-child,.ui-datepicker-prev>:first-child {
  text-indent: 0!important
}

.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span {
  background: none!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: 14px;
  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-dialog {
  border-radius:2px;
}

.widget-header>:first-child {
  margin: 13px 0
}

.ui-dialog .ui-dialog-titlebar {
  font-size:15px;
}

.ui-dialog .ui-dialog-titlebar-close {
  margin-top: -10px;
  margin-right: 4px
}

.ui-dialog-titlebar-close:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px
}
.ui-dialog .ui-dialog-content{
    padding:0 10px;
}
.ui-dialog.layerPopup .ui-dialog-content{
    padding:0;
}

.ui-dialog .ui-dialog-buttonpane {
  margin-top:0;
  padding : 10px;
}

.ui-autocomplete {
  z-index: 905!important
}




/* jquery UI CSS 변경및 추가 */

.ui-widget {
    font-family:"Malgun Gothic", "Gulim", Arial, sans-serif;
}

.ui-tabs .ui-tabs-nav li a{
  background-color:#eee;
    padding:2px 12px;
    border:1px solid #888;
    border-radius:3px 5px 0 0 ;
    border-bottom:1px solid #ddd;
}

.ui-tabs .ui-tabs-nav li a:hover {
  border:1px solid #888;
  border-bottom: 1px solid #ddd;
  background-color: whiteSmoke;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a{
  border:1px solid #888;
  border-radius:3px 5px 0 0 ;
  border-bottom:1px solid #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-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea{
  font-family: "Noto Sans CJK KR","Noto Sans KR", MalgunGothic, "맑은 고딕", "Malgun Gothic", sans-serif;
  font-size:12px;
}

.hasDialog {
  padding: 10px 14px !important;
}


/*!
 * Bootstrap3  Default 조정
 */

.row{
  margin-left:-5px;margin-right:-5px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
  padding-left:5px;padding-right:5px;
}

.flex{display:flex;}
.col { padding-left:5px; padding-right:5px;   -ms-flex-preferred-size: 0;flex-basis: 0px;-ms-flex-positive: 1;flex-grow: 1;max-width: 100%;}


/* form Style */
.form-control {
  font-family: "Noto Sans CJK KR","Noto Sans KR", MalgunGothic, "맑은 고딕", "Malgun Gothic", sans-serif;
  font-size: 12px;
  height: 26px; /* 22px; */
  padding: 2px 5px;
  box-shadow: none!important;
     -webkit-box-shadow: none!important;
     -moz-box-shadow: none!important;
  border-radius: 0px !important;
     -webkit-border-radius: 0px !important;
     -moz-border-radius: 0px !important;
}

.form hr {
  margin-left: -13px;
  margin-right: -13px;
  border-color: rgba(0,0,0,.1);
  margin-top: 20px;
  margin-bottom: 20px
}

.form fieldset {
  display: block;
  border: none;
  background: rgba(255,255,255,.9);
  position: relative
}

fieldset {
  position: relative
}

label{
  margin-bottom:0px;
  font-weight: 400
}
[disabled].form-control, fieldset[disabled] .form-control{
	cursor:default;
}
/*****************vplus-form**************************/
.vplus-form {
  margin: 0;
  outline: 0;
  color: #666;
  position: relative
}

.vplus-form *,.vplus-form :after,.vplus-form :before {
/*     margin: 0;
    padding: 0; */
}

.vplus-form .form-control {
    padding:2px 5px;
}
.vplus-form .checkbox+.checkbox,.vplus-form .radio+.radio {
  margin-top: 0
}

.vplus-form footer .btn {
  float: right;
  height: 31px;
  margin: 10px 0 0 5px;
  padding: 0 22px;
  font: 300 15px/29px 'Open Sans',Helvetica,Arial,sans-serif;
  cursor: pointer
}

.vplus-form legend {
  padding-top: 15px
}

.vplus-form header {
  display: block;
  padding: 8px 0;
  border-bottom: 1px dashed rgba(0,0,0,.2);
  background: #fff;
  font-size: 16px;
  font-weight: 300;
  color: #232323;
  margin: 10px 14px 0
}

.vplus-form fieldset {
  display: block;
  padding: 5px 14px 5px;
  border: none;
  background: rgba(255,255,255,.9);
  position: relative
}

.vplus-form fieldset+fieldset {
  border-top: 1px solid rgba(0,0,0,.1)
}

.vplus-form section {
  margin-bottom: 15px;
  position: relative
}

.vplus-form footer {
  display: block;
  padding: 7px 14px 15px;
  border-top: 1px solid rgba(0,0,0,.1);
  background: rgba(248,248,248,.9)
}

.vplus-form footer:after {
  content: '';
  display: table;
  clear: both
}

.vplus-form .label {
  display: block;
  margin-bottom: 6px;
  line-height: 19px;
  font-weight: 400;
  font-size: 13px;
  color: #333;
  text-align: left;
  white-space: normal
}

.vplus-form .label.col {
  margin: 0;
  padding-top: 7px
}

.note,.vplus-form .note {
  margin-top: 6px;
  padding: 0 1px;
  font-size: 11px;
  line-height: 15px;
  color: #999
}
.ui-tabs-tab .checkbox-inline{
	margin-top:-3px;
}
.vplus-form .note a {
  font-size: 13px
}

.vplus-form .button,.vplus-form .checkbox,.vplus-form .input,.vplus-form .radio,.vplus-form .select,.vplus-form .textarea,.vplus-form .toggle {
  position: relative;
  display: block;
  font-weight: 400
}
.vplus-form .checkbox-inline, .vplus-form .radio-inline{
    display:inline-block;
}

.vplus-form .input input,.vplus-form .select select,.vplus-form .textarea textarea {
  display: block;
  width: 100%;
  height: 32px;
  line-height: 32px;
  padding: 5px 10px;
  outline: 0;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  background: #fff;
 /*  font: 13px/16px 'Open Sans',Helvetica,Arial,sans-serif; */
  color: #404040;
  appearance: normal;
  -moz-appearance: none;
  -webkit-appearance: none
}

.vplus-form .input-file .button {
  position: absolute;
  top: 4px;
  right: 4px;
  float: none;
  height: 22px;
  margin: 0;
  padding: 0 14px;
  font-size: 13px;
  line-height: 22px
}

.vplus-form .input-file .button:hover {
  box-shadow: none
}

.vplus-form .input-file .button input {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  font-size: 30px;
  cursor: pointer;
  opacity: 0
}

.vplus-form .select i {
  position: absolute;
  top: 10px;
  right: 11px;
  width: 5px;
  height: 11px;
  background: #fff;
  box-shadow: 0 0 0 9px #fff;
  pointer-events: none
}

.vplus-form .select i:after,.vplus-form .select i:before {
  content: '';
  position: absolute;
  right: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent
}

.vplus-form .select i:after {
  bottom: 0;
  border-top: 4px solid #404040
}

.vplus-form .select i:before {
  top: 0;
  border-bottom: 4px solid #404040
}

.vplus-form .select-multiple select {
  height: auto
}

.vplus-form .textarea textarea {
  height: auto;
  resize: none
}

.vplus-form .textarea-resizable textarea {
  resize: vertical
}

.vplus-form .textarea-expandable textarea {
  height: 31px
}

.vplus-form .textarea-expandable textarea:focus {
  height: auto
}

.vplus-form .checkbox,.vplus-form .radio, .vplus-form .checkbox-inline,.vplus-form .radio-inline {
  margin-bottom: 2px;
  padding-left: 25px;
  line-height: 25px;
  color: #404040;
  cursor: pointer;
  font-size: 13px
}

.vplus-form .checkbox:last-child,.vplus-form .radio:last-child {
  margin-bottom: 0
}

.vplus-form .checkbox input,.vplus-form .radio input,
.vplus-form .checkbox-inline input,.vplus-form .radio-inline input  {
  position: absolute;
  left: -9999px
}

.vplus-form .checkbox i,.vplus-form .radio i,
.vplus-form .checkbox-inline i,.vplus-form .radio-inline i {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 17px;
  height: 17px;
  outline: 0;
  border-width: 1px;
  border-style: solid;
  background: #FFF
}

.vplus-form .radio i, .vplus-form .radio-inline i {
  border-radius: 50%
}

.vplus-form .checkbox input+i:after,.vplus-form .radio input+i:after ,
.vplus-form .checkbox-inline input+i:after,.vplus-form .radio-inline input+i:after {
  position: absolute;
  opacity: 0;
  transition: opacity .1s;
  -o-transition: opacity .1s;
  -ms-transition: opacity .1s;
  -moz-transition: opacity .1s;
  -webkit-transition: opacity .1s
}

.vplus-form .radio input+i:after, .vplus-form .radio-inline input+i:after {
  content: '';
  top: 3px;
  left: 3px;
  width: 9px;
  height: 9px;
  border-radius: 50%
}

.vplus-form .checkbox input+i:after, .vplus-form .checkbox-inline input+i:after {
  content: '\f00c';
  top: -5px;
  left: 1px;
  width: 15px;
  height: 15px;
  font: 900 16px/19px "Font Awesome 5 Free";
  text-align: center
}

.vplus-form .checkbox input:checked:hover+i:after, .vplus-form .checkbox-inline input:checked:hover+i:after {
  content: '\f00d'
}

.vplus-form .checkbox input:checked:disabled:hover+i:after,.vplus-form .checkbox-inline input:checked:disabled:hover+i:after {
  content: '\f00c'
}

.vplus-form .checkbox input:checked+i:after,.vplus-form .radio input:checked+i:after, .vplus-form .checkbox-inline input:checked+i:after,.vplus-form .radio-inline input:checked+i:after {
  opacity: 1
}

.vplus-form .inline-group {
  margin: 0 -15px -4px 0
}

.vplus-form .inline-group:after {
  content: '';
  display: table;
  clear: both
}

.vplus-form .inline-group .checkbox,.vplus-form .inline-group .radio {
  float: left;
  margin-right: 30px
}

.vplus-form .inline-group .checkbox:last-child,.vplus-form .inline-group .radio:last-child {
  margin-bottom: 4px
}

.vplus-form .toggle {
  margin-bottom: 4px;
  padding-right: 61px;
  font-size: 15px;
  line-height: 25px;
  color: #404040;
  cursor: pointer
}

.vplus-form .toggle:last-child {
  margin-bottom: 0
}

.vplus-form .toggle input {
  position: absolute;
  left: -9999px
}

.vplus-form .toggle i {
  content: '';
  position: absolute;
  top: 4px;
  right: 0;
  display: block;
  width: 49px;
  height: 17px;
  border-width: 1px;
  border-style: solid;
  border-radius: 12px;
  background: #fff
}

.vplus-form .toggle i:after {
  content: attr(data-swchoff-text);
  position: absolute;
  top: 2px;
  right: 8px;
  left: 8px;
  font-style: normal;
  font-size: 9px;
  line-height: 13px;
  font-weight: 700;
  text-align: left;
  color: #5f5f5f
}

.vplus-form .toggle i:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 4px;
  right: 4px;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  opacity: 1;
  transition: right .2s;
  -o-transition: right .2s;
  -ms-transition: right .2s;
  -moz-transition: right .2s;
  -webkit-transition: right .2s
}

.vplus-form .toggle input:checked+i:after {
  content: attr(data-swchon-text);
  text-align: right
}

.vplus-form .toggle input:checked+i:before {
  right: 36px
}

.vplus-form .rating {
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 25px;
  color: #404040
}

.vplus-form .rating:last-child {
  margin-bottom: 0
}

.vplus-form .rating input {
  position: absolute;
  left: -9999px
}

.vplus-form .rating label {
  display: block;
  float: right;
  height: 17px;
  margin-top: 5px;
  padding: 0 2px;
  font-size: 17px;
  line-height: 17px;
  cursor: pointer
}

.vplus-form .button {
  float: right;
  height: 31px;
  overflow: hidden;
  margin: 10px 0 0 5px;
  padding: 0 25px;
  outline: 0;
  border: 0;
  font: 300 15px/31px 'Open Sans',Helvetica,Arial,sans-serif;
  text-decoration: none;
  color: #fff;
  cursor: pointer
}

.vplus-form .icon-append,.vplus-form .icon-prepend {
  position: absolute;
  top: 5px;
  width: 22px;
  height: 22px;
  font-size: 14px;
  line-height: 22px;
  text-align: center
}

.vplus-form .icon-append {
  right: 5px;
  padding-left: 3px;
  border-left-width: 1px;
  border-left-style: solid
}

.vplus-form .icon-prepend {
  left: 5px;
  padding-right: 3px;
  border-right-width: 1px;
  border-right-style: solid
}

.vplus-form .input .icon-prepend+input,.vplus-form .textarea .icon-prepend+textarea {
  padding-left: 37px
}

.vplus-form .input .icon-append+input,.vplus-form .textarea .icon-append+textarea {
  padding-right: 37px
}

.vplus-form .input .icon-prepend+.icon-append+input,.vplus-form .textarea .icon-prepend+.icon-append+textarea {
  padding-left: 37px
}

.vplus-form .row {
  margin: 0 -5px
}

.vplus-form .row:after {
  content: '';
  display: table;
  clear: both
}

.vplus-form .col {
  float: left;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box
}


.vplus-form .col-1  { width:4.17%; }
.vplus-form .col-2  { width:8.33%; }
.vplus-form .col-3  { width:12.5%; }
.vplus-form .col-4  { width:16.67%; }
.vplus-form .col-5  { width:20.83%; }
.vplus-form .col-6  { width:25%;    }
.vplus-form .col-7  { width:29.17%; }
.vplus-form .col-8  { width:33.33%; }
.vplus-form .col-9  { width:37.5%; }
.vplus-form .col-10 { width:41.67%; }
.vplus-form .col-11 { width:45.83%; }
.vplus-form .col-12 { width:50%; }
.vplus-form .col-13 { width:54.17%; }
.vplus-form .col-14 { width:58.33%; }
.vplus-form .col-15 { width:62.5%; }
.vplus-form .col-16 { width:66.67%; }
.vplus-form .col-17 { width:70.83%; }
.vplus-form .col-18 { width:75%; }
.vplus-form .col-19 { width:79.17%; }
.vplus-form .col-20 { width:83.33%; }
.vplus-form .col-21 { width:87.5%; }
.vplus-form .col-22 { width:91.67%; }
.vplus-form .col-23 { width:95.83%; }
.vplus-form .col-24 { width:100%; }

.flexbox{width:100%;display:flex;min-height:26px;line-height:24px;}
.tablebox{width:100%;display:table-cell;min-height:26px;}
.inlinebox{width:100%;display:inline;min-height:26px;}


@media screen and (max-width:600px){
  .vplus-form .col {
    float: none;
    width: 100%
  }

}

.vplus-form .select select {
  padding: 5px
}

.vplus-form .checkbox i,.vplus-form .checkbox-inline i,.vplus-form .icon-append,.vplus-form .icon-prepend,.vplus-form .input input,.vplus-form .radio i,.vplus-form .radio-inline i,.vplus-form .select select,.vplus-form .textarea textarea,.vplus-form .toggle i {
  border-color: #BDBDBD;
  transition: border-color .3s;
  -o-transition: border-color .3s;
  -ms-transition: border-color .3s;
  -moz-transition: border-color .3s;
  -webkit-transition: border-color .3s
}

.vplus-form .toggle i:before {
  background-color: #3276B1
}

.vplus-form .rating label {
  color: #ccc;
  transition: color .3s;
  -o-transition: color .3s;
  -ms-transition: color .3s;
  -moz-transition: color .3s;
  -webkit-transition: color .3s
}

.vplus-form .button {
  background-color: #3276B1;
  opacity: .8;
  transition: opacity .2s;
  -o-transition: opacity .2s;
  -ms-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -webkit-transition: opacity .2s
}

.vplus-form .button.button-secondary {
  background-color: #b3b3b3
}

.vplus-form .icon-append,.vplus-form .icon-prepend {
  color: #A2A2A2
}

.vplus-form .checkbox:hover i,.vplus-form .input:hover input,.vplus-form .radio:hover i,.vplus-form .select:hover select,.vplus-form .textarea:hover textarea,.vplus-form .toggle:hover i {
  border-color: #5D98CC
}

.vplus-form .button:hover {
  opacity: 1
}

.vplus-form .checkbox:hover i,.vplus-form .radio:hover i,.vplus-form .toggle:hover i {
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.1)
}

.vplus-form .checkbox:active i,.vplus-form .radio:active i,.vplus-form .toggle:active i {
  background: #F0F0F0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.1)
}

.vplus-form .checkbox input:focus+i,.vplus-form .input input:focus,.vplus-form .radio input:focus+i,.vplus-form .select select:focus,.vplus-form .textarea textarea:focus,.vplus-form .toggle input:focus+i {
  border-color: #3276B1
}

.vplus-form .radio input+i:after, .vplus-form .radio-inline input+i:after {
  background-color: #3276B1
}

.vplus-form .checkbox input+i:after,.vplus-form .checkbox-inline input+i:after {
  color: #3276B1
}

.vplus-form .checkbox input:checked+i,.vplus-form .radio input:checked+i,.vplus-form .toggle input:checked+i,
.vplus-form .checkbox-inline input:checked+i,.vplus-form .radio-inline input:checked+i,.vplus-form .toggle input:checked+i {
  border-color: #3276B1
}

.vplus-form .message {
  display: none;
  color: #6fb679
}

.vplus-form .message i {
  display: block;
  margin: 0 auto 20px;
  width: 81px;
  height: 81px;
  border: 1px solid #6fb679;
  border-radius: 50%;
  font-size: 30px;
  line-height: 81px
}

.vplus-form.submited fieldset,.vplus-form.submited footer {
  display: none
}

.vplus-form.submited .message {
  display: block;
  padding: 25px 30px;
  background: rgba(255,255,255,.9);
  font: 300 18px/27px 'Open Sans',Helvetica,Arial,sans-serif;
  text-align: center
}

.vplus-form .ui-widget-content .ui-spinner-input {
  margin: 0;
  border: 0;
  box-shadow: none!important;
  height: 29px
}

.vplus-form-modal {
  position: fixed;
  z-index: 1;
  display: none;
  width: 400px
}

.vplus-form-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.7)
}

.vplus-form input.input-lg {
  height: 44px;
  padding: 10px 5px;
  font-size: 17px;
  line-height: 1.33
}

.vplus-form input.input-sm {
  height: 30px;
  padding: 5px 5px;
  font-size: 12px;
  line-height: 1.5
}

.vplus-form input.input-xs {
  height: 24px;
  padding: 2px 5px;
  font-size: 11px;
  line-height: 1.5
}

.vplus-form select.input-sm {
  height: 30px;
  line-height: 15px;
  font-size: 12px
}

.vplus-form select.input-sm+i {
  height: 10px
}

.vplus-form select.input-lg {
  height: 44px;
  line-height: 22px;
  font-size: 17px
}

.vplus-form select.input-lg+i {
  height: 11px;
  top: 17px
}

.vplus-form .checkbox input+input[type=hidden]+i:after {
  content: '\f00c';
  top: -1px;
  left: 1px;
  width: 15px;
  height: 15px;
  font: 900 16px/19px "Font Awesome 5 Free";
  text-align: center
}

.vplus-form .checkbox input:checked:hover+input[type=hidden]+i:after {
  content: '\f00d'
}

.vplus-form .checkbox input:checked:disabled:hover+input[type=hidden]+i:after {
  content: '\f00c'
}

.vplus-form .checkbox input:checked+input[type=hidden]+i:after {
  opacity: 1
}

.vplus-form .toggle input:checked+input[type=hidden]+i:after {
  content: attr(data-swchon-text);
  text-align: right
}

.vplus-form .toggle input:checked+input[type=hidden]+i:before {
  right: 36px
}

.vplus-form.table td .checkbox i,.vplus-form.table td .radio i,.vplus-form.table th .checkbox i,.vplus-form.table th .radio i {
  top: 0!important
}

.table-wrap {
  overflow: auto
}


.hidden {
  display: none
}






.sr-table td{
  padding:2px 5px;
}
.sr-table td.sr-label:not(:first-child){
  padding-left:25px;
}
.sr-label{
  text-align:right;
  white-space:nowrap;
}
.sr-divider{
  width:30px;
}

.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
}

.form-control-static {
  padding-top: 4px;
  padding-bottom: 0px;
  margin-bottom: 0;
  min-height:26px;
  display:block;
}
.flexbox .form-control-static {
  padding-top: 0px;
}
.flexbox+.flexbox{
	margin-top:2px;
}
.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: 14px;
  line-height: 1.8
}
.btn-xs {
  padding: 1px 5px !important;
}
.btn-sm {
  padding: 2px 5px !important;
}

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

.no-space {
  margin: 0
}

.no-space>[class*=col-] {
  margin: 0!important;
  padding-right: 0;
  padding-left: 0
}

#content:not(.popContent) {
  padding: 0px 14px;
  position: relative;
  min-width:800px;
}


#ribbonToolbar{
   line-height:46px;
    float:right;
    white-space:nowrap;
}

#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;
}

/* 높이 100% 자동 조절*/
#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; 
}

/* 로딩 시 팝업 */
div.popContent {
    padding: 0px 14px;
    position: relative;
}

section.pop-cont-body{
    margin-top:3px;
    min-height:300px;
}

iframe[id^="anncBrdpopup"], iframe[id^="shrDatapopup"] {
    height: 94% !important;
}

 /* row가 두개일 때 */
#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);
} /* row가 두개일 때 첫번째 25% 나머지 75%*/
#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);
}
 /* row가 두개일 때 첫번째 75% 나머지 25%*/
#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);
}
/* row가 세개일 때 */
#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);
} /* row가 네개일 때*/
#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%;
}
 .ui-tabs  .fulltab.ui-tabs-panel{
	border-color:#f9f9f9;
}
.cal-auto40px{height: -moz-calc(100% - 40px) !important;height: -webkit-calc(100% - 40px) !important;height: -o-calc(100% - 40px) !important;height: calc(100% - 40px) !important;}
.cal-auto50px{height: -moz-calc(100% - 50px) !important;height: -webkit-calc(100% - 50px) !important;height: -o-calc(100% - 50px) !important;height: calc(100% - 50px) !important;}
.cal-auto60px{height: -moz-calc(100% - 60px) !important;height: -webkit-calc(100% - 60px) !important;height: -o-calc(100% - 60px) !important;height: calc(100% - 60px) !important;}
.cal-auto70px{height: -moz-calc(100% - 70px) !important;height: -webkit-calc(100% - 70px) !important;height: -o-calc(100% - 70px) !important;height: calc(100% - 70px) !important;}
.cal-auto80px{height: -moz-calc(100% - 80px) !important;height: -webkit-calc(100% - 80px) !important;height: -o-calc(100% - 80px) !important;height: calc(100% - 80px) !important;}
.cal-auto90px{height: -moz-calc(100% - 90px) !important;height: -webkit-calc(100% - 90px) !important;height: -o-calc(100% - 90px) !important;height: calc(100% - 90px) !important;}
.cal-auto100px{height: -moz-calc(100% - 100px) !important;height: -webkit-calc(100% - 100px) !important;height: -o-calc(100% - 100px) !important;height: calc(100% - 100px) !important;}
.cal-auto110px{height: -moz-calc(100% - 110px) !important;height: -webkit-calc(100% - 110px) !important;height: -o-calc(100% - 110px) !important;height: calc(100% - 110px) !important;}
.cal-auto120px{height: -moz-calc(100% - 120px) !important;height: -webkit-calc(100% - 120px) !important;height: -o-calc(100% - 120px) !important;height: calc(100% - 120px) !important;}
.cal-auto130px{height: -moz-calc(100% - 130px) !important;height: -webkit-calc(100% - 130px) !important;height: -o-calc(100% - 130px) !important;height: calc(100% - 130px) !important;}
.cal-auto140px{height: -moz-calc(100% - 140px) !important;height: -webkit-calc(100% - 140px) !important;height: -o-calc(100% - 140px) !important;height: calc(100% - 140px) !important;}
.cal-auto150px{height: -moz-calc(100% - 150px) !important;height: -webkit-calc(100% - 150px) !important;height: -o-calc(100% - 150px) !important;height: calc(100% - 150px) !important;}
.cal-auto160px{height: -moz-calc(100% - 160px) !important;height: -webkit-calc(100% - 160px) !important;height: -o-calc(100% - 160px) !important;height: calc(100% - 160px) !important;}
.cal-auto170px{height: -moz-calc(100% - 170px) !important;height: -webkit-calc(100% - 170px) !important;height: -o-calc(100% - 170px) !important;height: calc(100% - 170px) !important;}
.cal-auto180px{height: -moz-calc(100% - 180px) !important;height: -webkit-calc(100% - 180px) !important;height: -o-calc(100% - 180px) !important;height: calc(100% - 180px) !important;}
.cal-auto190px{height: -moz-calc(100% - 190px) !important;height: -webkit-calc(100% - 190px) !important;height: -o-calc(100% - 190px) !important;height: calc(100% - 190px) !important;}
.cal-auto200px{height: -moz-calc(100% - 200px) !important;height: -webkit-calc(100% - 200px) !important;height: -o-calc(100% - 200px) !important;height: calc(100% - 200px) !important;}
.cal-auto210px{height: -moz-calc(100% - 210px) !important;height: -webkit-calc(100% - 210px) !important;height: -o-calc(100% - 210px) !important;height: calc(100% - 210px) !important;}
.cal-auto220px{height: -moz-calc(100% - 220px) !important;height: -webkit-calc(100% - 220px) !important;height: -o-calc(100% - 220px) !important;height: calc(100% - 220px) !important;}
.cal-auto230px{height: -moz-calc(100% - 230px) !important;height: -webkit-calc(100% - 230px) !important;height: -o-calc(100% - 230px) !important;height: calc(100% - 230px) !important;}
.cal-auto240px{height: -moz-calc(100% - 240px) !important;height: -webkit-calc(100% - 240px) !important;height: -o-calc(100% - 240px) !important;height: calc(100% - 240px) !important;}
.cal-auto250px{height: -moz-calc(100% - 250px) !important;height: -webkit-calc(100% - 250px) !important;height: -o-calc(100% - 250px) !important;height: calc(100% - 250px) !important;}
.cal-auto260px{height: -moz-calc(100% - 260px) !important;height: -webkit-calc(100% - 260px) !important;height: -o-calc(100% - 260px) !important;height: calc(100% - 260px) !important;}
.cal-auto270px{height: -moz-calc(100% - 270px) !important;height: -webkit-calc(100% - 270px) !important;height: -o-calc(100% - 270px) !important;height: calc(100% - 270px) !important;}
.cal-auto280px{height: -moz-calc(100% - 280px) !important;height: -webkit-calc(100% - 280px) !important;height: -o-calc(100% - 280px) !important;height: calc(100% - 280px) !important;}
.cal-auto290px{height: -moz-calc(100% - 290px) !important;height: -webkit-calc(100% - 290px) !important;height: -o-calc(100% - 290px) !important;height: calc(100% - 290px) !important;}
.cal-auto300px{height: -moz-calc(100% - 300px) !important;height: -webkit-calc(100% - 300px) !important;height: -o-calc(100% - 300px) !important;height: calc(100% - 300px) !important;}
.cal-auto310px{height: -moz-calc(100% - 310px) !important;height: -webkit-calc(100% - 310px) !important;height: -o-calc(100% - 310px) !important;height: calc(100% - 310px) !important;}
.cal-auto320px{height: -moz-calc(100% - 320px) !important;height: -webkit-calc(100% - 320px) !important;height: -o-calc(100% - 320px) !important;height: calc(100% - 320px) !important;}
.cal-auto330px{height: -moz-calc(100% - 330px) !important;height: -webkit-calc(100% - 330px) !important;height: -o-calc(100% - 330px) !important;height: calc(100% - 330px) !important;}
.cal-auto340px{height: -moz-calc(100% - 340px) !important;height: -webkit-calc(100% - 340px) !important;height: -o-calc(100% - 340px) !important;height: calc(100% - 340px) !important;}
.cal-auto350px{height: -moz-calc(100% - 350px) !important;height: -webkit-calc(100% - 350px) !important;height: -o-calc(100% - 350px) !important;height: calc(100% - 350px) !important;}
.cal-auto360px{height: -moz-calc(100% - 360px) !important;height: -webkit-calc(100% - 360px) !important;height: -o-calc(100% - 360px) !important;height: calc(100% - 360px) !important;}
.cal-auto370px{height: -moz-calc(100% - 370px) !important;height: -webkit-calc(100% - 370px) !important;height: -o-calc(100% - 370px) !important;height: calc(100% - 370px) !important;}
.cal-auto380px{height: -moz-calc(100% - 380px) !important;height: -webkit-calc(100% - 380px) !important;height: -o-calc(100% - 380px) !important;height: calc(100% - 380px) !important;}
.cal-auto390px{height: -moz-calc(100% - 390px) !important;height: -webkit-calc(100% - 390px) !important;height: -o-calc(100% - 390px) !important;height: calc(100% - 390px) !important;}
.cal-auto400px{height: -moz-calc(100% - 400px) !important;height: -webkit-calc(100% - 400px) !important;height: -o-calc(100% - 400px) !important;height: calc(100% - 400px) !important;}
.cal-auto410px{height: -moz-calc(100% - 410px) !important;height: -webkit-calc(100% - 410px) !important;height: -o-calc(100% - 410px) !important;height: calc(100% - 410px) !important;}
.cal-auto420px{height: -moz-calc(100% - 420px) !important;height: -webkit-calc(100% - 420px) !important;height: -o-calc(100% - 420px) !important;height: calc(100% - 420px) !important;}
.cal-auto430px{height: -moz-calc(100% - 430px) !important;height: -webkit-calc(100% - 430px) !important;height: -o-calc(100% - 430px) !important;height: calc(100% - 430px) !important;}
.cal-auto440px{height: -moz-calc(100% - 440px) !important;height: -webkit-calc(100% - 440px) !important;height: -o-calc(100% - 440px) !important;height: calc(100% - 440px) !important;}
.cal-auto450px{height: -moz-calc(100% - 450px) !important;height: -webkit-calc(100% - 450px) !important;height: -o-calc(100% - 450px) !important;height: calc(100% - 450px) !important;}
.cal-auto460px{height: -moz-calc(100% - 460px) !important;height: -webkit-calc(100% - 460px) !important;height: -o-calc(100% - 460px) !important;height: calc(100% - 460px) !important;}
.cal-auto470px{height: -moz-calc(100% - 470px) !important;height: -webkit-calc(100% - 470px) !important;height: -o-calc(100% - 470px) !important;height: calc(100% - 470px) !important;}
.cal-auto480px{height: -moz-calc(100% - 480px) !important;height: -webkit-calc(100% - 480px) !important;height: -o-calc(100% - 480px) !important;height: calc(100% - 480px) !important;}
.cal-auto490px{height: -moz-calc(100% - 490px) !important;height: -webkit-calc(100% - 490px) !important;height: -o-calc(100% - 490px) !important;height: calc(100% - 490px) !important;}
.cal-auto500px{height: -moz-calc(100% - 500px) !important;height: -webkit-calc(100% - 500px) !important;height: -o-calc(100% - 500px) !important;height: calc(100% - 500px) !important;}
.cal-auto510px{height: -moz-calc(100% - 510px) !important;height: -webkit-calc(100% - 510px) !important;height: -o-calc(100% - 510px) !important;height: calc(100% - 510px) !important;}
.cal-auto520px{height: -moz-calc(100% - 520px) !important;height: -webkit-calc(100% - 520px) !important;height: -o-calc(100% - 520px) !important;height: calc(100% - 520px) !important;}
.cal-auto530px{height: -moz-calc(100% - 530px) !important;height: -webkit-calc(100% - 530px) !important;height: -o-calc(100% - 530px) !important;height: calc(100% - 530px) !important;}
.cal-auto540px{height: -moz-calc(100% - 540px) !important;height: -webkit-calc(100% - 540px) !important;height: -o-calc(100% - 540px) !important;height: calc(100% - 540px) !important;}
.cal-auto550px{height: -moz-calc(100% - 550px) !important;height: -webkit-calc(100% - 550px) !important;height: -o-calc(100% - 550px) !important;height: calc(100% - 550px) !important;}
.cal-auto560px{height: -moz-calc(100% - 560px) !important;height: -webkit-calc(100% - 560px) !important;height: -o-calc(100% - 560px) !important;height: calc(100% - 560px) !important;}
.cal-auto570px{height: -moz-calc(100% - 570px) !important;height: -webkit-calc(100% - 570px) !important;height: -o-calc(100% - 570px) !important;height: calc(100% - 570px) !important;}
.cal-auto580px{height: -moz-calc(100% - 580px) !important;height: -webkit-calc(100% - 580px) !important;height: -o-calc(100% - 580px) !important;height: calc(100% - 580px) !important;}




/* vpboxframe CSS */

.vpboxframe  div[role='content']{
    border-right:1px solid #d8d8d8;
    border-left:1px solid #d8d8d8;
    border-bottom:1px solid #d8d8d8;
}

section[role='autoheight'] .vpboxframe  div[role='content']{
    height: -moz-calc(100% - 29px);
    height: -webkit-calc(100% -29px);
    height: -o-calc(100% - 29px);
    height: calc(100% - 29px);
}


.vpboxframe + .vpboxframe{padding-top:10px !important;}
section[role='autoheight'] .vpboxframe.no-header  div[role='content']{
    height:100%;
    border-top:1px solid #d8d8d8;
}
.vpboxframe.no-header > header{
	display:none;
}

section[role='autoheight'] .vpboxframe  div[role='content'] .frame-body{
    height:100%;
}

section[role='autoheight'] .vpboxframe  div[role='tab-content'] .frame-body{
    height:100%;
}

section[role='autoheight'] .vpboxframe  div[role='tab-content'] .frame-body > .frame-body-toolbar + div
,section[role='autoheight'] .vpboxframe  div[role='content'] .frame-body > .frame-body-toolbar + div{
    height: -moz-calc(100% - 29px) !important;
    height: -webkit-calc(100% -29px) !important;
    height: -o-calc(100% - 29px) !important;
    height: calc(100% - 29px) !important;
}


section[role='autoheight'] .vpboxframe  div[role='content'] .frame-body.no-padding{
    height: -moz-calc(100% + 14px);
    height: -webkit-calc(100% + 14px);
    height: -o-calc(100% + 14px);
    height: calc(100% + 14px);
    padding:0 !important;
}
section[role='autoheight'] .vpboxframe  div[role='content']  .frame-body.no-padding-grid
,section[role='autoheight'] .vpboxframe  div[role='tab-content']  .frame-body.no-padding-grid
,section[role='autoheight'] .vpboxframe  div[role='content']  .frame-body.no-padding-form
,section[role='autoheight'] .vpboxframe  div[role='tab-content']  .frame-body.no-padding-form{
    height: -moz-calc(100% + 15px);
    height: -webkit-calc(100% + 15px);
    height: -o-calc(100% + 15px);
    height: calc(100% + 15px);
    padding:0 !important;
}



.vpboxframe {
    margin: 0;
    position: relative;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0
}

.widget-content-padding {
    padding: 20px
}

.widget-content-padding .well {
    margin-bottom: 0
}

.vpboxframe > header {
    height:29px;
    padding: 0;
    line-height:22px;
    color: #333;
    border: 1px solid #d8d8d8;
    background: #fafafa;
    overflow:hidden;
}

.vpboxframe > header>.frame-icon {
    display: block;
    width: 30px;
    height: 28px;
    position: relative;
    float: left;
    font-size: 13px;
    line-height: 28px;
    text-align: center;
    margin-right: -10px
}

.vpboxframe > header h1 {
    height: 100%;
    width: auto;
    display: inline-block;
    font-size: 13px;
    position: relative;
    margin: 0;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;
    margin-left: 10px;
    margin-right:20px;
    float: left
}

.vpboxframe > header>:first-child.frame-icon {
    margin-left: 0
}

.vpboxframe>header >.frame-icon.photolist-icon {
  line-height: 32px;
}




.frame-tools>.color-box {
    margin-top: 7px;
    width: 18px;
    height: 18px;
    outline: 1px solid rgba(0, 0, 0, .2)
}

.frame-tools .dropdown-menu.color-select {
    right: -1px
}

.frame-tools>.color-box:active, .frame-tools>.color-box:focus,
    .frame-tools>.color-box:hover {
    outline: 1px solid rgba(0, 0, 0, .25) !important
}

.frame-ctrls a {
    text-decoration: none;
    font-size: 13px;
    text-align: center;
    padding: 0;
    margin: 0;
    color: #333
}

.frame-tools, .frame-ctrls {
    display: inline-block;
    width: auto;
    float: right;
    height: 27px;
    line-height: 27px;
    position: relative;
    border-left: 1px solid rgba(0, 0, 0, .09);
    padding: 0 8px;
    text-align: center
}

.frame-tools:empty, .frame-ctrls:empty {
    border-left: 0;padding:0;
}
.frame-tools>:first-child {
    text-align: left
}

.frame-tools .btn-group {
    margin-top: -3px
}

.frame-tools span {
    height: 100%;
    width: auto;
    font-size: 13px;
    position: relative;
    margin: 0;
    line-height: 28px;
}

.frame-tools .btn {
    /* margin-top: -3px; */
    font-size: 12px !important;
    padding: 3px 8px 1px !important;
    margin-top: 2px;
    display:inline;
    /* float: inherit; */
    min-height: 23px !important;
}

.frame-tools .vplus-form label.checkbox, .frame-tools .vplus-form label.radio
    {
    line-height: 29px
}

.frame-tools>.label {
    vertical-align: middle;
    margin-top: -3px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    padding: 4px 7px
}

.frame-tools>.badge {
    padding: 5px;
    font-size: 14px;
    border-radius: 50%;
    font-weight: 400;
    min-width: 24px;
    text-align: center !important
}

.frame-tools .progress {
    width: 130px;
    margin: 7px 0 0;
    height: 18px !important;
    font-size: 12px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0), 0 0 0 1px #d1d1d1 inset;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0), 0 0 0 1px #d1d1d1 inset;
    -moz-box-shadow: 0 1px 0 transparent, 0 0 0 1px #D1D1D1 inset
}

.frame-tools .progress-bar {
    font-size: 12px
}

.frame-tools .pagination {
    margin: 4px 0
}

.frame-tools .pagination>li>a {
    padding: 2px 7px
}

.frame-tools .widget-text-input {
    max-width: 220px
}

.frame-tools input[type=text] {
    height: 22px !important;
    margin-top: 2px;
    display:inline-flex;
    /* float: inherit; */
}

.frame-tools .vplus-form .icon-append, .frame-tools .vplus-form .icon-prepend,
    .frame-tools.vplus-form .icon-append, .frame-tools.vplus-form .icon-prepend
    {
    top: 3px !important
}

.vpboxframe > div[role=content] {
    float: left;
    width: 100%;
    position: relative;
    font-size: 12px;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
    border-width: 1px 1px 1px;
    border-style: solid;
    border-top: none;
    border-right-color: #CCC !important;
    border-bottom-color: #CCC !important;
    border-left-color: #CCC !important;
    background-color: #fff !important;
    padding: 13px 13px 0;
    overflow: visible
}

.vpboxframe > div[role=tab-content] {
    float: left;
    width: 100%;
    position: relative;
    font-size: 12px;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
    border:0;
    background-color: transparent !important;
    padding: 0;
    overflow: visible
}


.vpboxframe .frame-body {
    min-height: 80px;
    position: relative;
    padding-bottom: 13px
}

.vpboxframe .frame-body.frame-hide-overflow {
    overflow: hidden
}
.frame-body-toolbar,.vplus-form.frame-body-toolbar{display:block;padding:5px 7px 0;margin:-13px -13px 0px;height:30px;}
div[role=tab-content] .frame-body-toolbar, .no-padding.frame-body-toolbar,.no-padding .frame-body-toolbar,.no-padding .smart-form.frame-body-toolbar{display:block;margin:0}

.frame-tools.no-border {
    border-left: none
}

.frame-body.no-padding  {
    margin: -13px -13px 0px;
}
.ui-widget-content .frame-body.no-padding  {
    margin: -10px -13px -10px;
}

.frame-body.no-padding-grid {
    margin: -14px -14px 0px; padding-bottom: 0px !important;
}
.frame-body.no-padding-form {
    margin: -13px -14px 0px; padding-bottom: 0px !important;
}
.ui-tabs-panel .frame-body.no-padding, .ui-tabs-panel .frame-body.no-padding-grid,.ui-tabs-panel .frame-body.no-padding-form{
	margin-bottom:-10px;
}

.frame-body.no-padding .alert {
    margin: 0 0 10px;
    padding: 10px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    border-width: 0 0 1px !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important
}

.vpboxframe.well.transparent .frame-body.no-padding {
    margin: 0 !important
}

.frame-body>table {
    margin-bottom: 0
}

.vpboxframe.well {
    margin: 0 0 30px
}

.vpboxframe.well>div {
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important
}

.vpboxframe.well header {
    display: none
}

.frame-footer {
    display: block;
    min-height: 32px;
    vertical-align: middle;
    position: relative;
    background-color: #F8F7F7;
    padding: 5px;
    border-top: 1px solid #E4E4E4;
    text-align: right;
    margin: 0 -13px -13px
}

.no-padding .frame-footer {
    margin: 0
}

.frame-footer.vplus-form>label {
    margin-top: 4px;
    display: block
}


.list-icon::before{
  content: "\f0c9";
  font-weight: 900 ;
  font-size:15px;
  line-height:16px;
  font-family: "Font Awesome 5 Free";
  display: inline;
}
.filelist-icon::before{
  content: "\f15b";
  font-weight: 400 ;
  font-size:15px;
  line-height:16px;
  font-family: "Font Awesome 5 Free";
  display: inline;
}
.photolist-icon::before{
  content: "\f03e";
  font-weight: 400 ;
  font-size:17px;
  line-height:17px;
  font-family: "Font Awesome 5 Free";
  display: inline;
}

.listdetail-icon::before{
  content: "\f1b2";
  font-weight: 900 ;
  font-size:15px;
  line-height:16px;
  font-family: "Font Awesome 5 Free";
  display: inline;
}


.clearfix:after, .clearfix:before, .inner-spacer:after, .inner-spacer:before,
    .vpboxframe:after, .vpboxframe:before, .vpboxframe>div:after,
    .vpboxframe>div:before {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    visibility: hidden
}

.clearfix:after, .inner-spacer:after,
    .vpboxframe:after, .vpboxframe > div:after {
    clear: both
}

.clearfix, .inner-spacer:after, .vpboxframe,.vpboxframe > div {
    zoom: 1
}


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
}

h1 {
  letter-spacing: -1px;
  font-size: 24px;
  margin: 10px 0
}

h1 small {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -1px
}

.lead {
  font-size: 19px
}

h2 {
  letter-spacing: -1px;
  font-size: 22px;
  margin: 20px 0;
  line-height: normal
}

h3 {
  display: block;
  font-size: 19px;
  font-weight: 400;
  margin: 20px 0;
  line-height: normal
}

h4 {
  line-height: normal
}

h5 {
  font-size: 17px;
  font-weight: 300;
  margin: 10px 0;
  line-height: normal
}

h6 {
  font-size: 15px;
  margin: 10px 0;
  font-weight: 700;
  line-height: normal
}

.row-seperator-header {
  margin: 15px 14px 20px;
  border-bottom: none;
  display: block;
  color: #646464;
  font-size: 20px;
  font-weight: 400
}

.center-canvas,.center-child-canvas>canvas {
  display: block!important;
  margin: 0 auto!important
}

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

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

aside {
  display: block;
  background: #3a3633;
  background: -moz-linear-gradient(left,#3a3633 93%,#2a2725 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(93%,#3a3633),color-stop(100%,#2a2725));
  background: -webkit-linear-gradient(left,#3a3633 93%,#2a2725 100%);
  background: -o-linear-gradient(left,#3a3633 93%,#2a2725 100%);
  background: -ms-linear-gradient(left,#3a3633 93%,#2a2725 100%);
  background: linear-gradient(to right,#3a3633 93%,#2a2725 100%);
  min-height: 100%
}

#header {
  display: block;
  height: 56px;
  margin: 0;
  padding: 0;
  background-color: #fff;
  position: relative;
  -webkit-box-shadow:rgba(0, 0, 0, 0.5) 0 0 6px 2px;
  box-shadow:0px 0px 6px 2px rgba(0,0,0,0.5);
  z-index: 905
}

#header .logo-group {
  display: inline-block;
  vertical-align: middle;
  height: 48px;
  float: left;
  padding-right:8px;
}

 #header .header-bar {
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5e81b5), color-stop(50%, #a23157));
  background: -o-linear-gradient(left, #5e81b5 50%, #a23157 50%);
  background: linear-gradient(to right, #5e81b5 50%, #a23157 50%);
  height:6px;
}
#header .header-bar > img {
  margin: 0 auto;
  width: 1560px;
  height: 6px;
  vertical-align:top;
}

#header>div.open {
  font-weight: 700
}

.fixed-header #header {
  position: fixed;
  width: 100%;
  z-index: 905;
  top: 0;
  border-bottom: 2px solid #999;
  border-bottom: 1px solid rgba(0,0,0,.3);
  box-shadow: -2px 2px 5px rgba(0,0,0,.1)
}

.fixed-header.fixed-ribbon #header {
  border-bottom: none;
  box-shadow: none
}

.container.fixed-header #header {
  max-width: 1164px
}

.fixed-header #header .ajax-dropdown {
  z-index: 906
}

.fixed-header #rightmenu {
  position: fixed
}

.fixed-header #main {
  padding-top: 56px
}

#hide-menu {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border:1px solid transparent;
  display: inline-block;
  font-weight: 700;
  height: 24px;
  width: 28px;
  padding: 2px;
  text-align: center;
  text-decoration: none!important;
  -moz-user-select: none;
  -webkit-user-select: none;
  color: #6d6a69;
  font-size: 15px;
  margin: 3px 0 0;
  position: relative;
  line-height:26px;
}

#hide-menu *{
    color:#f1f1f1;
}

#hide-menu .hide-menu-toggle-arrow{
    border-right: 3px solid #f1f1f1;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 3px;
}


#hide-menu:hover {
  border: 1px solid transparent;
  transition: all 0s;
  cursor: pointer!important;
  -webkit-box-shadow: inset 0 0 4px 1px rgba(0,0,0,.08);
  box-shadow: inset 0 0 4px 1px rgba(0,0,0,.08)
}

#logo {
  display: inline-block;
  margin-top: 12px;
  margin-left: 9px;
  
}

#logo img {
/*   width: 110px; */
  height: auto;
  padding-left: 3px
}

#sys-alt {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 3px 10px;
    background-color: #cd7a9a;
    color: #fff;
    border-radius: 3px;
    margin-left: 6px;
    margin-top: 12px;
}


#left-panel {
  width: 220px
}

#left-panel {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 903;
  padding-top: 56px
}


#right-panel {
  width:0;
  height:100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 904;
  background:#3a3633;
}

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

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

#ribbon.no-ribbon{
  height:10px;
  min-height:10px;
  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:15px;
  font-weight:600
}

.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
}

.fixed-navigation #left-panel {
  height: 100%;
  position: fixed
}

.fixed-navigation nav {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  height: 100%;
  padding-bottom: 35px
}

.fixed-navigation nav>ul {
  padding-right: 15px;
  position: relative;
  height: 100%;
  width: 114%;
  overflow-x: hidden;
  overflow-y: scroll
}

.mobile-detected.fixed-navigation nav>ul {
  padding-right: 30px!important
}

nav ul li a:active {
  background: #616161!important
}

nav ul {
  width: 100%;
  padding: 40px 28px 25px 0;
  padding: 0;
  margin: 0;
  font-size: 13px;
  line-height: .5em;
  list-style: none;
  position: relative
}

nav ul .active>a {
  color: #fff!important;
  position: relative
}

nav ul li.active>a:before {
  content: "\f0d9";
  font-family: "Font Awesome 5 Free";
  display: block;
  height: 27px;
  line-height: normal;
  width: 27px;
  position: absolute;
  right: -21px;
  font-size: 20px;
  color: #eee;
  font-weight:900;
}

nav ul li.active.open>a:before {
  content: ""
}

nav>ul>li:last-child.open {

}

nav ul li a {
  line-height: normal;
  font-size: 13px;
  padding: 10px 10px 10px 11px;
  color: #c0bbb7;
  display: block;
  font-weight: 400;
  text-decoration: none!important;
  position: relative
}

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

nav ul li a:focus {
  color: #c9c9c9
}

nav ul li a:hover {
  color: #fff;
  text-decoration: none
}

nav ul li a.inactive,nav ul li a.inactive:hover {
  opacity: .5;
  cursor: not-allowed;
  color: #c0bbb7
}

nav ul b {
  float: right;
  font-size: 12px;
  margin-top: 2px
}

nav ul span.menu-item-parent {
  display: inline-block;
  margin: 0;
  padding: 0
}

nav ul li.open>a,nav ul li.open>a b {
  color: #fff!important
}

nav>ul>li>a b {
  position: absolute!important;
  right: 10px;
  top: 10px
}

nav>ul>li>a>i {
  margin-right: 5px;
  width: 15px;
  display: inline-block;
  text-align: center;
  position: relative
}

nav>ul>li>a>i>em {
  font-size: 9px;
  display: block;
  padding: 2px;
  position: absolute;
  top: -8px;
  right: -6px;
  text-decoration: none;
  font-style: normal;
  background: #ED1C24;
  color: #fff;
  min-width: 13px;
  border-radius: 50%;
  max-height: 13px;
  line-height: 8px;
  font-weight: 700;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  border: 1px solid rgba(255,255,255,.1)
}

nav ul li li {
  border-bottom: none;
  position: relative
}

nav>ul>li>ul::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 23px;
  top: 0;
  bottom: 0;
  border-left: 1px solid #7A7A7A
}

nav>ul ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  left: 23px;
  top: 16px;
  border-top: 1px solid #7A7A7A;
  z-index: 1
}

nav>ul ul ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  left: 10px;
  top: 17px;
  border-top: 1px solid transparent
}

nav>ul ul li a i {
  font-size: 12px!important;
  width: 18px!important;
  text-align: center!important;
  vertical-align: 0!important;
  line-height: 1!important
}

nav>ul>li:hover>ul::before,nav>ul>li:hover>ul>li::before {
  border-color: #ACACAC!important
}

nav ul ul {
  margin: 0;
  display: none;
  background: rgba(69,69,69,.6);
  padding: 7px 0
}

nav ul ul ul {
  background: 0 0;
  padding: 0
}

nav ul ul li {
  margin: 0;
  padding: 0
}

nav ul ul li>a {
  padding-left: 42px;
  font-size: 13px;
  font-weight: 400;
  outline: 0
}

nav ul ul li>a:hover {
  background-color: rgba(69,69,69,.8);
  color: #fff
}

nav ul ul ul li a {
  color: #bfbfbf;
  padding: 8px 10px 8px 60px;
  font-size: 13px
}

nav ul ul ul li a:hover {
  color: #fff
}

nav ul ul ul ul li a {
  padding-left: 80px
}

nav ul ul ul ul ul li a {
  padding-left: 100px
}

nav ul ul ul ul ul ul li a {
  padding-left: 120px
}

nav ul ul b {
  color: #B3B3B3
}

nav ul ul>li:hover b {
  color: #D5D9E2
}

.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: 14px
}

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: 12px
}

.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
}


.requiredvalue:before{
    content: url("/resources/img/icon/bul_5x6.gif");
    display:inline-block;
    min-width:10px;
    margin-left:-10px;
    text-align:left;
}

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:bold;
}
th.label-col, tr.label-col th{text-align: center;}

.table-caption {
    margin-bottom: 0;
    padding-bottom: 0;
    color: #333;
    font-weight: 500
}

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: 14px;
    display: inline;
    padding-right: 10px;
    font-weight:600;
}

























.user-avatar {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.user-avatar img, .user-avatar svg {
  width: 100%;
  height: 100%;
}

#login-info{
	margin: 10px;
}
#login-info span{
    height: 30px;
    line-height: 30px;
    font-size: 13px;
}

.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:26px;
}
.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
}

.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: 14px
}


#left-panel {
  -webkit-transition: 250ms cubic-bezier(0.1,.57,.1,1);
  transition: 250ms cubic-bezier(0.1,.57,.1,1);
  -webkit-transform: translate(0px,0) translateZ(0px)
}


#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: 14px;
  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
}

.btn-header.pull-right {
  margin-left: 6px
}

.btn-header a>span {
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  height: 30px;
  display: inline-block
}

.btn-header>:first-child>a {
  display: inline-block;
  font-weight: 700;
  height: 30px;
  line-height: 24px;
  min-width: 30px;
  padding: 2px;
  text-align: center;
  color: #eee;
  font-size: 17px;
  margin: 5px 0 0
}

.btn-header>:first-child>a:hover {
  border: 1px solid #bfbfbf;
  color: #fff;
  transition: all 0s;
  cursor: pointer;
}

.btn-header>:first-child>a:active {
  box-shadow: inset 0 0 3px 1px rgba(0,0,0,.15)
}

.btn-header.pull-right {
  margin-left: 6px
}

.btn-header a>span {
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  height: 30px;
  display: inline-block
}

.btn-header>:first-child>a {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  cursor: default!important;
  display: inline-block;
  font-weight: 700;
  height: 30px;
  line-height: 24px;
  min-width: 30px;
  padding: 2px;
  text-align: center;
  text-decoration: none!important;
  -moz-user-select: none;
  -webkit-user-select: none;
  background-color: #f8f8f8;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));
  background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
  border: 1px solid #bfbfbf;
  color: #6D6A69;
  font-size: 17px;
  margin: 10px 0 0
}

.btn-header>:first-child>a:hover {
  border: 1px solid #bfbfbf;
  color: #222;
  transition: all 0s;
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 4px 1px rgba(0,0,0,.08);
  box-shadow: inset 0 0 4px 1px rgba(0,0,0,.08)
}

.btn-header>:first-child>a:active {
  background-color: #e8e8e8;
  background-image: -moz-linear-gradient(top,#e8e8e8 0,#ededed 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#e8e8e8),color-stop(100%,#ededed));
  background-image: -webkit-linear-gradient(top,#e8e8e8 0,#ededed 100%);
  background-image: -o-linear-gradient(top,#e8e8e8 0,#ededed 100%);
  background-image: -ms-linear-gradient(top,#e8e8e8 0,#ededed 100%);
  background-image: linear-gradient(to bottom,#e8e8e8 0,#ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#ededed', 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)
}

.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-loading-error {
    margin-top: 100px;
    display: block;
    text-align: center;
    font-size: 26px;
    font-weight: 700
}

.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
}

.custom-scroll::-webkit-scrollbar {
  -webkit-overflow-scrolling: touch;
  height: 10px;
  width: 10px
}

.custom-scroll::-webkit-scrollbar:hover {
  background-color: #E9E9E9;
  border: 1px solid #dbdbdb
}

.custom-scroll::-webkit-scrollbar-button:end:increment,.custom-scroll::-webkit-scrollbar-button:start:decrement {
  background: 0 0;
  display: block;
  height: 0
}

.custom-scroll::-webkit-scrollbar-track {
  background-clip: padding-box;
  border: solid transparent
}

.custom-scroll::-webkit-scrollbar-track-piece {
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: transparent;
  border-radius: 0
}

.custom-scroll::-webkit-scrollbar-thumb {
  -moz-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
  background-clip: padding-box;
  background-color: rgba(0,0,0,.2);
  border: none;
  box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07)
}

.custom-scroll::-webkit-scrollbar-thumb:horizontal,.custom-scroll::-webkit-scrollbar-thumb:vertical {
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #bfbfbf;
  border-radius: 0
}

.custom-scroll::-webkit-scrollbar-thumb:active {
  -moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,.33);
  -webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,.33);
  background-color: rgba(0,0,0,.44);
  box-shadow: inset 1px 1px 3px rgba(0,0,0,.33)
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #959595
}

/*
 * 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 .fas:hover,.icon-addon.codefinder .fas:focus, .icon-addon.codefinder .form-control:focus+label {
    color:#333;
}
.icon-addon.codefinder input[disabled] + label[role='input-clear'], .icon-addon.codefinder input[readonly] + label[role='input-clear']{
    display:none;
    }
.icon-addon .form-control,.icon-addon.addon-md .form-control {
  padding-right: 30px;
  float: left;
}
.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
  }

}



#left-panel {
    width: 200px;
}

aside {
    background: #fff;
}
.fixed-navigation nav {
    box-shadow: 0px 3px 3px 3px rgba(0,0,0,0.2); /* 2px 1px 3px 1px #a83461; */
    overflow-x:hidden;
}
/* nav::before{
    display:block;
    content:"";
    position:absolute;
    top:-5px;
    height:5px;
    width:100%;
    background-color:#a83461;
} */
nav ul .active > a {
    color: #000 !important;
}
nav ul li.active > a::before {
    color: #999;
}
nav ul li a {
    color: #a83461;
    padding: 10px 10px 10px 20px;
    font-size: 14px;
    font-weight: 600;
  
}
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:#a83461;
}

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: #a83461 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: 14px;
  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
}

.ozviewer-frame{
    background: rgb(236,236,236);
}
.ozviewer-iframe{
    height:100%;
    width:100%;
    background: url(/resources/img/oz-back.png) top left no-repeat;
}

.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
}

@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
  }
}
