html, body, object, p, blockquote, address, dl, dt, dd, ol, ul, li, fieldset,
form, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, select, textarea, span, a, div {
  font-size: 13px;
}

label {
  word-wrap: break-word;
  word-break: keep-all;
}

body {
  background-color: #fafafa;
  padding: 0 !important;
  margin: 0 !important;
  color: #2f2f2f;
}

@font-face {
  font-family: 'HanbiroVol1';
  src: url('../fonts/hanbiro-vol1.eot'); /* IE9 Compat Modes */
  src: url('../fonts/hanbiro-vol1.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/hanbiro-vol1.woff') format('woff'), /* Modern Browsers */
       url('../fonts/hanbiro-vol1.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/hanbiro-vol1.svg#HanbiroVol1') format('svg'); /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'hanbiro-vol2';
  src:  url('../fonts/hanbiro-vol2.eot?roh31e');
  src:  url('../fonts/hanbiro-vol2.eot?roh31e#iefix') format('embedded-opentype'),
    url('../fonts/hanbiro-vol2.ttf?roh31e') format('truetype'),
    url('../fonts/hanbiro-vol2.woff?roh31e') format('woff'),
    url('../fonts/hanbiro-vol2.svg?roh31e#hanbiro-vol2') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="hanbiro-icon-"]:before, [class*="hanbiro-icon-"]:before {
  font-family: "HanbiroVol1";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 }
 
[class^="hanbiro-ico-"]:before, [class*="hanbiro-ico-"]:before  {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'hanbiro-vol2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hanbiro-icon-organization:before {
  content: '\e403';
}

.hanbiro-ico-mail-write-reserve:before {
  content: "\e909";
}

.hanbiro-ico-signature:before {
  content: "\e804";
}

.fa-bigger:after {
    content: "";
    padding: 15px;
    position: absolute;
    left: -10px;
    top: -10px;
    opacity: 0.5;
}

/*hide the x in IE text input*/
input[type=text]::-ms-clear {
   display: none;
}

.moxie-shim {
    width: 78px !important;
    height: 23px !important;
}

.marg-unset{
  margin-left: unset !important;
}
.margin0{margin: 0 !important}

/* crm menu color */
.color-customer {
  color: #48647c !important;
}
.color-potential {
  color: #8cc151 !important;
}
.color-lead {
  color: #ff5177 !important;
}
.color-account {
  color: #f3811b !important;
}
.color-opportunity {
  color: #8d6e63 !important;
}
.color-activity {
  color: #78909c !important;
}
.color-helpdesk {
  color: #3aa6ad !important;
}
.color-knowledgebase {
  color: #3a8bad !important;
}
.color-purchase {
  color: #754193 !important;
}
.valign-top {
  vertical-align: top;
}

.modal-dialog.letter-bg div[class*="col-md-"] {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* plugin hansmiles */
.editorSmilies .smilie {
  margin: 5px;
}

.message-footer {
  line-height: 33px;
  padding: 7px 16px;
}

.load-more {
    position:absolute;
    text-align: center;
    width: 100%;
    max-width: calc(100% - 16px);
}

.pointer {
  cursor: pointer;
}

.rounded {
  border-radius: 4px !important;
}

.text-info {
  color: #0062ac;
}

.text-danger {
    color: #d9350a;
}

.ace-nav>li {
    /* border-left: none; */
   border-color: #69a5c7;
}

.nav-tabs.hanbiro>li {
  margin-bottom: 0px;
}

.nav-tabs.hanbiro>li>a>.tab-close {
  margin-left: 7px;
  cursor: pointer;
}


.icon-bars:before {
  content: "\f0c9";
}

.icon-ellipsis-v:before {
  content: "\f142";
}

.icon-times:before {
  content: "\f00d";
}

.icon-sign-in:before {
  content: "\f090";
}

.navbar-header.open-sidebar button i {
  margin-left: 5px;
  margin-right: 5px;
  color: #fff;
}

/* filter search */
.filter-sch input {
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
}
.input-icon.filter-sch input + i.ace-icon {
  right: 7px;
  top: 6px;
}

/* left menu */
.nav-list > li a > .arrow, .nav-list > li > .submenu a > .arrow {
  top: 0;
  right: -5px;
  width: 60px !important;
  height: 30px;
  font-size: 20px;
  /*padding-left: 30px;*/
}

.nav-list > li > a > .arrow {
  top: 5px;
  line-height: 30px;

}
.nav-list > li.open > a > .arrow {
  top: 5px;
  line-height: 30px;

}
.nav-list > li > .submenu a > .arrow:before {
  display: inline-block;
  padding-top: 10px;
}
.nav-list > li .submenu a > .title {
  display: block;
  margin-right: 35px;
}
.nav-list li.hsub > a .arrow{
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
    transition: all 0.3s;
}
.nav-list li.hsub.open > a .arrow{
    -ms-transform: rotate(0); /* IE 9 */
    -webkit-transform: rotate(0); /* Chrome, Safari, Opera */
    transform: rotate(0);
}

/* main start */
#wrapper {
  min-height: 100%;
  height: auto;
}

.ui-sortable .widget-header {
  cursor: move;
}

.main-menu ul.sub-menu {
  min-width: 160px;
  background: #FFF;
  border: 0;
  border-bottom: 3px solid #438eb9;
  border-radius: 0 !important;
  padding: 0;
}

.main-menu ul.sub-menu>li {
  /* border-bottom: 1px solid #eee; */
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.main-menu ul.sub-menu>li>a {
  color: #333;
  padding: 3px 15px;
  border-radius: 0 !important;
}

.main-menu .dropdown-menu > li > a:hover,
.main-menu .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #333333;
  background-color: #f6f6f6;
}

.main-menu ul.sub-menu>li:last-child {
  border: 0;
}

#main-menu-title {
  width: 100%;
  text-align: center;
  position: absolute;
  display: none;
  margin-right:10px;
  cursor:pointer;
  /*background: #438eb9;*/
}

.no-skin .navbar .navbar-toggle, .no-skin .navbar .navbar-toggle:focus, .no-skin .navbar .navbar-toggle:hover {
  background-color: transparent;
}

.no-skin .navbar .navbar-toggle.display, .no-skin .navbar .navbar-toggle[data-toggle=collapse]:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}

/* main end */

/* common start */
.table.tb-type2 > thead > tr {
  background: none;
}
.table.tb-type2 > thead > tr > th {
  border-bottom-color: #438eb9;
}

input[type=checkbox].ace+.lbl.with-txt::before, input[type=radio].ace+.lbl.with-txt::before {
  margin-right: 5px;
}

.text-bold {
  font-weight: bold !important;
}
.editable-buttons {
  margin-top: 0;
}

.profile-picture .editable-click:hover {
    border:none !important;
}

.profile-picture .editable-buttons {
    margin-top: -30px;
    padding: 4px;
    float: right;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-top: 0;
}

.profile-picture .editable-buttons.del-photo {
    display: none;
}

.profile-picture:hover .editable-buttons.del-photo {
    display: inline-block
}


.profile-picture .editable-container {
    padding: 4px;
}

.profile-picture label {
    margin-bottom: 0px;
}

.profile-picture .img-responsive {
    width: 150px;
    height: 150px;
}

.profile-picture.org-profile {
  margin: 0 0 10px;
  padding: 4px;
}

.dropdown-menu.shortcut-dropdown {
  width: 180px;
}
.widget-color-blue2 .widget-toolbar i.green {
  color: #deead3 !important;
}
.border-radius-4 {
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
}
html body .hide-on-desktop, html body .hide-on-desktop.navbar-collapse.collapse {
  display:none !important;
}
.sidebar.menu-min .nav-list a button {
  display: none;
}

.sidebar.menu-min, .sidebar.menu-min.compact, .sidebar.menu-min.navbar-collapse {
  width: 43px !important;
}

.sidebar.menu-min~.main-content {
  margin-left: 43px !important;
}

.sidebar.menu-min~.main-content .content-header:not(.header-pane-split) {
  left: 53px !important;
}

.main-content>.tab-pane {
    display:none;
}

.main-content>.active {
    display:block;
}

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

.no-skin .sidebar {
  border-width: 0;
  /*padding-top: 5px;
  background-color: #fafafa;*/
}

.no-skin .sidebar.menu-min {
  border-right-width: 1px;
}

a:hover, a:focus {
  text-decoration: none;
}

.bck-excepted{background-color: #f1f5fa;}

.message-loading-overlay {
  z-index: 1024;
}

.message-loading-overlay.loading-fixed > .ace-icon{
  /*position:fixed;
  top:15%;*/
  padding: 6px 10px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  width: 120px;
  margin: auto;
  border: 1px solid #f0c36d;
  background-color: #f9edbe;
}
.message-item:hover {
  background: #f2f6f9;
  }
.message-item.selected,
.message-item-photo.selected{
  background-color: #ffc !important;
  border-top: 1px solid #EAEDF1;
  border-bottom: 1px solid #EAEDF1;
}

.message-item.selected:last-child {
  border-bottom-width: 0;
}

.message-item.selected+.message-item {
  border-top-width: 1;
}

.message-item .summary .badge.comment-no {
  overflow: hidden;
  max-width: 50px;
  text-overflow: ellipsis;
  margin-left: 5px;
}

.page-tab-header {
  position: relative;
  z-index: auto;
  /*border-bottom: 1px solid #e5e5e5;*/
  background-color: #f9f9f9;
  min-height: 43px;
  line-height: 42px;
  display: none;
}

.page-tab-header button {
  margin: 0 5px;
}
.page-tab-title {
  position: absolute;
  left: 50px;
  width: 100%;
  max-width: calc(100% - 100px);
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  white-space: nowrap;
  font-size: 18px !important;
}
.page-tab-title.has-charge {
  max-width: calc(100% - 130px);
}

.toolbar-toggle {
  width: 40px;
  text-align: center;
  border-radius: 4px;
  margin-top: 4px;
}

.toolbar-toggle:focus {
  outline: 0;
}

.content-container {
  padding: 0 20px 0 10px;
  /*margin-bottom: 90px;*/
}
.content-container .page-tab-header button {
  margin-top: 6px;
}

.content-container .page-header {
  padding-bottom: 0;
    border-bottom: none;
}

/*Fix for issue did't show quick action set default tab*/
/*.content-container .page-header h1 {
  max-width: calc(100% - 120px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.3em;
}*/

.page-header-title {
  margin-left: 5px;
  font-size: 24px;
}

.main-menu li a {
  font-size: 14px;
  line-height: 1.7 !important;
}

.main-menu .menu-icon {
  font-size: 120% !important;
}

.error-container-wrap {
  position:absolute;
  top:45px;
  width:100%;
}

.spinner {
  position: fixed !important;
}


/*
.page-content {
  background-color: #ffffff;
}


.header-tab-title {
  display: none;
  width: 100%;
  text-align: center;
}

.header-basic-title {
  display: block;
}
*/

/* common end */

/* dynatree start
ul.dynatree-container:parent {
  overflow:auto;
}
 */

/*
ul.dynatree-container {
  position:relative;
  height:100%;
}
*/

#hd_permitters {
    border: 1px solid #dce8f1;
    border-top: none;
}

ul.dynatree-container li {
  position:relative;
  padding: 3px 3px 3px 18px;
  line-height: 20px;
}
ul.dynatree-container ul > li {
  padding-left:0px;
}

ul.dynatree-container > li:before {
    display: none;
}

ul.dynatree-container > li {
  padding-left:5px;
}

ul.dynatree-container li:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 14px;
  left: 3px;
  width: 18px;
  height: 0;
  border-top: 1px dotted #67b2dd;
  z-index: 1;
}

span.dynatree-node.dynatree-selected > span.dynatree-checkbox {
  background-color : #f9a021;
  border-color: #f9a021;
  color: #fff;
  width: 13px;
  height: 13px;
}

span.dynatree-node.dynatree-selected > span.dynatree-checkbox:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    content: "\f00c";
}
span.dynatree-node > span.dynatree-checkbox {
color: #F9E8CE;
width: 13px;
height: 13px;
line-height: 13px;
font-size: 11px;
text-align: center;
border-radius: 3px;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
background: #FAFAFA;
border: 1px solid #CCC;
box-shadow: 0 1px 2px rgba(0,0,0,0.05);
margin-top: -1px;
display: inline-block;
position: relative;
z-index: 2;
top: 3px;
}
div[data-favourite-tree] ul.dynatree-container {
  border: 1px solid #dce8f1;
  border-top: none;
}
.modal-body .sel-dept {
  max-height:350px;
  border: 1px solid #ddd;
}
.modal-body .sel-dept > ul.dynatree-container {
  border: none;
}

/* add by Hung 2016-04-01 */
span.dynatree-node > span.dynatree-checkbox.unselectable {
    background: #D8D8D8!important;
}
span.dynatree-node > span.custom-icon > i {
    margin-left: 5px!important;
}
span.dynatree-node > span.custom-icon > i.fa-star {
    margin-left: 2px!important;
    font-size: 1.5em;
}
/* end add by Hung 2016-04-01 */

span.dynatree-folder > span.dynatree-icon {
display: inline-block;
position: relative;
z-index: 2;
top: 5px;
left: 5px;
font-size:16px;
margin: -2px 0 0 -2px;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
background:none;
color: #478fca;
}

ul.dynatree-container ul, ul.dynatree-container li {
  position:relative;
}
.dynatree-container li > ul:before{
display: inline-block;
content: "";
position: absolute;
z-index: 1;
top: -5px;
bottom: 14px;
left: 10px;
border: 1px dotted #67b2dd;
border-width: 0 0 0 1px;
}

ul.dynatree-container ul > li:before{
top: 14px;
left: -4px;
width: 15px;
}

span.dynatree-folder > span.dynatree-icon:before {
  content: "\f07b";
}

span.dynatree-folder.dynatree-expanded > span.dynatree-icon:before {
    content: "\f07c"
}

span.dynatree-expander {
    background-color: #fff;
    z-index: 2;
    position: relative;
}

/* span.dynatree-connector {
  display:none;
} */

/* .dynatree-folder.dynatree-has-children {
    position: relative;
    left: -16px;
}
 */
/* dynatree end */

.dropdown-toggle > i {
  margin: 0 5px;
}

.dropdown-toggle > i:first-child {
  margin-left: 0;
}

.list-category .dropdown-toggle > i {
  margin-left: 5px;
}

.dropdown-toggle {
  cursor: pointer;
}

.margin-left-5 {
  margin-left: 5px !important;
}

.margin-right-5 {
  margin-right: 5px !important;
}

.margin-left-10 {
  margin-left: 10px;
}

.margin-left-20 {
  margin-left: 20px;
}

.margin-10 {
    margin:10px;
}

.margin-top-bottom-5 {
    margin:5px 0;
}
.margin-top-bottom-10 {
    margin:10px 0;
}

/*.width-30 {
  width: 30px;
}*/

.pos-relative {
  position: relative;
}

.hidden-submenu .main-content {
  margin-left: 0  ! important;
}

.hidden-submenu .tab-content.content-fixed {
  top: 0px;
}

.main-content {
  margin-left: 194px;
}

.write-form:not([data-ephox-mobile-fullscreen-style]) {
  position: relative;
  overflow: hidden;
  width: 100%;
  /*padding: 0 12px;*/
  /*border: 1px solid #dcdcdc;*/
  z-index: 1;
}

.write-form .wysiwyg-toolbar.center {
  text-align: left !important;
}

.write-form .form-group {
  margin: 5px 0;
}

/*
@media (min-width: 992px) {
  .write-form .form-group.col-md-offset-3 {
    margin-left: 25%;
  }
}
*/
@media (min-width: 1200px) {
  .write-form .form-group.col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
}

.write-form .form-action, .content_form .form-action {
  text-align: right;
  margin-right: 20px;
}

.write-form .header {
  color : #478fca;
}

.write-form .icon-action {
  color: #b94b6f;
  margin-left: 5px;
  font-size: 18px;
}

.write-form label.text-only, .content_form label.text-only {
  margin-top: 4px;
}

.write-form  ul.user-list {
  height: 100px;
  padding: 0;
  overflow-y: auto;
  border: 1px solid rgb(213, 213, 213);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  list-style: none;
  margin: 0;
}
.write-form .has-error .user-list{
  border: 1px solid #f09784;
}
.write-form ul.user-list > li {
  padding: 5px 7px;
  border-bottom: 1px solid #eee;
  font-size: 12px;
  color: #393939;
}

.write-form ul.user-list .msg-body {
  display: inline-block;
  line-height: 20px;
  white-space: normal;
  vertical-align: middle;
  margin-left: 3px;
}

.write-form label .lbl {
  color: #393939;
}

.write-form ul.dynatree-container, .content_form ul.dynatree-container {
  border: none;
}

.write-form label.dropbox-toggle, .content_form label.dropbox-toggle {
  cursor: pointer;
}

.write-form .extra-form {
  display: none;
}

.write-form .widget, .content_form .widget {
  border: 1px solid #dcdcdc;
}

.user-list-charge .user-direction {
  margin-top: 65px;
}

.user-list.user-right, .user-list.user-left {
  height: 150px !important;
}

.user-list.user-right > li, .user-list.user-left > li {
  cursor: pointer;
  margin: 2px !important;
}

.user-list.user-right > li.selected, .user-list.user-left > li.selected {
  border: 1px solid #dcdcdc;
  background: #fafafa;
}

.dropbox-body  {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  padding: 5px;
  margin: 2px 0 0;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-clip: padding-box;
  width: 240px;
  -webkit-box-shadow: rgba(30, 30, 100, 0.247059) 0 2px 4px;
  box-shadow: rgba(30, 30, 100, 0.247059) 0 2px 4px;
}

.dropbox-body.dropbox-caret:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: '';
  display: inline-block;
  left: 9px;
  position: absolute;
  top: -7px;
}

.dropbox-body.dropbox-caret:after {
  border-bottom: 6px solid #FFFFFF;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  left: 10px;
  position: absolute;
  top: -6px;
}

.write-form  .dropbox-body > .dropbox-header, .content_form  .dropbox-body > .dropbox-header {
  color: rgb(128, 144, 160);
  border-bottom-color: rgb(188, 212, 229);
  background-color: rgb(236, 242, 247);
  font-weight: bold;
  padding: 5px;
}

.write-form  .dropbox-body > .dropdown-header i, .content_form  .dropbox-body > .dropdown-header i {
  font-size: 13px;
}

.write-form ul.dynatree-container a:hover, .content_form ul.dynatree-container a:hover {
  color: #585858;
}

.write-form input[name="guest_id"] + .btn-group {
  margin-top: -5px;
}


/*
.menu-toggle {
  display: none;
  position: relative;
  float: right;
  margin: 5px;
  border: none;
  padding: 9px 10px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-header .menu-toggle .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  margin-bottom: 3px;
  background-color: #fff;
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
}


.left-sidebar {
  width: 43px;
  float: left;
  min-height:100%;
  height:auto;
  position: absolute;
  border: 1px solid #cccccc;
  border-width: 0 1px 0 0;
  background-color: #fafafa;
  z-index: 1000;
}

.tree-side-bar .sidebar-toggle>.ace-icon, .tree-side-bar .sidebar-toggle-full >.ace-icon {
  padding: 0 5px;
  line-height: 18px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 100%;
  border: 1px solid;
  position: relative;
}

.tree-side-bar .sidebar-toggle:before {
  content: "";
  display: block;
  height: 0;
  border-top: 1px solid;
  border-color: inherit;
  position: absolute;
  left: 15px;
  right: 15px;
  top: 13px;
}

.tree-side-bar .sidebar-toggle {
  border-style: solid;
  border-width: 0 0 1px;
  text-align: center;
  padding: 3px 0;
  position: relative;
}

.no-skin .sidebar-toggle-full >.ace-icon {
  border-color: #bbb;
  color: #aaa;
  background-color: #fff;
}


.article-container .background-blue {
  background-color: #fff;
}

.article-nav-bar .hanbiro-form {
  margin: 0;
}

.article-nav-bar  .hanbiro-form .search-query2, .article-nav-bar .hanbiro-form .search-query2:focus {
  background: none;
  color: #7c7c7c;
  border: 1px solid #dcdcdc;
  line-height: 20px;
  font-size: 12px;
  padding: 4px 14px;
}
*/
/*
.widget {
margin: 0 auto 10px;
position: relative;
border: none;
}
*/

.article-container .widget {
  margin-top: 1px;
}

.widget.widget-tabs > .widget-head {
  border-bottom: 1px solid #dcdcdc;
  height: 37px;
  line-height: 37px;
  position: relative;
  padding: 0;
  background: #fafafa;
}
.form-attachments .widget.widget-tabs > .widget-head {
  height: 31px;
  line-height: 31px;
}

.widget.widget-tabs > .widget-head#main-tab-head {
  height: 41px;
  line-height: 40px;
}

/* Position fixed */
.widget.widget-tabs > .widget-head.maintab-fixed {
  position: fixed;
  z-index: 1026;
  width: 100%;
}

.widget.widget-tabs > .widget-head.subtab-fixed {
  position: fixed;
  z-index: 1026;
  width: 100%;
  padding-top: 5px;
}

.sidebar.tree-fixed:not(.menu-min) .nav-wrap {
  overflow:hidden;
}

.navbar.h-navbar {
  z-index: 1030;
  -webkit-box-shadow: none;
  box-shadow: none;
  /* -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25); */
}

.tab-content.content-fixed {
  top: 36px;
}

/* Position fixed */


.widget.widget-tabs.sub-tabs-border-none > .widget-head {
  background: #fff;
}

.widget.widget-tabs.sub-tabs-border-none2 {
  border: 1px solid #dcdcdc;
}

.widget.widget-tabs.sub-tabs-border-none2 > .widget-body {
  padding: 0;
}

.widget.widget-tabs>.widget-head ul {
  position: relative;
  overflow: visible;
  list-style: none;
  height: 30px;
  margin: 0;
  padding: 0;
  display: inline-block;
  /* width: 120% !important;
  overflow-x: auto !important;
  overflow-y: hidden !important; */
}
.tab-bar{
    height: 31px;
    overflow: hidden;
    position: relative;
    margin-top: 1px;
}
.tab-btn-group1{
  float:left;
    width: 60px;
    height: 31px;
    margin-top: 2px;
    line-height: 27px;
}
.tab-btn-group2{
    float:left;
    /*float:right;*/
    margin-left: 10px;
    margin-right:5px;
    height: 31px;
    line-height: 25px;
}

.tab-btn-group1 > a {
    display: inline-block;
    width: 30px;
    height: 29px;
    border: 1px solid #dcdcdc;
    border-width: 1px 1px 1px 0;
    background-color: #fff;
    text-align: center;
    line-height: 28px;
}
.tab-btn-group1 > a i {
  font-size: 1.2em;
  color: #999;
}
.tab-btn-group1 > a:hover, .tab-btn-group1 > a:active, .tab-btn-group1 > a:focus {
    background-color: #eee;
}
.tab-btn-group1 > a:hover i, .tab-btn-group1 > a:active i, .tab-btn-group1 > a:focus i {
    color: #444;
}
.tab-body{
    height: 31px;
    padding: 0;
    margin: 0;
    display: inline-block;
    overflow-y:hidden;
    overflow-x:hidden;
    float:left;
}
.tab-body.more-tab-body {
    position:relative;
    margin-left:59px;
}

.tab-body .disabled-prev{
    border-left: 1px solid #dcdcdc;
}

.tab-body .enabled-next{
    border-right: 1px solid #dcdcdc;
}

.tab-body .tab-item{
    height: 30px;
    line-height: 28px;
    display: inline-block;
    border-right: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
}

.tab-body .tab-item a{
    width: auto;
    height: auto;
    display: block;
    padding: 0 10px;
    color: #7c7c7c;
    text-decoration: none;
}
.tab-body .tab-item a .icon-times{
    float:right;
    margin-top: 8px;
    cursor:pointer;
}
.tab-item.active{
    background: #fff;
    color: #505050;
    border-top: none;
}
.tab-item.active a {
    color: #505050;
    font-weight: 700;
    border-top: 2px solid #4c8fbd;
    line-height: 26px;
}

.tab-btn-group1 > a.disabled-btn {
    background-color:#ddd;
    cursor: not-allowed;
}
.tab-btn-group1 > a.disabled-btn i {
  color: #bbb;
}

.btn.btn-draggable {
    text-align: center;
    width: 41px;
    line-height: 24px;
    padding: 0;
    /* border-width: 4px; */
}

.btn.btn-draggable > i {
    font-size:17px;
}

.btn-draggable {
    display:inline-block;
}

/*
.widget .widget-body {
  padding: 10px;
  border: none;
}
*/
.widget .widget-body.hanbiro {
  padding: 0;
}


.widget.widget-tabs .tab-content {
  padding: 0;
  border: none;
}

.article-container .tab-content {
  padding-left: 10px !important;
}
.tabbable .tab-content{
  padding-left: 0 !important;
}


.widget.widget-tabs.sub-tabs {
  border: 1px solid #dcdcdc;
}


.widget.widget-tabs.sub-tabs-border-none {
  border: 1px solid #dcdcdc;
  border-top: none;
}

.widget.widget-tabs > .widget-head ul li {
  height: 30px;
  line-height: 30px;
  float: left;
  display: block;
  border-right: 1px solid #dcdcdc;
}

.widget.widget-tabs > .widget-head ul#my-tab li {
  height: 41px;
  line-height: 40px;
}

.widget.widget-tabs > .widget-head ul#my-tab li a span {
  font-size: 14px;
}
.article-container .widget.widget-tabs > .widget-head ul li {
  border-top: 1px solid #dcdcdc;
}

.widget.widget-tabs.sub-tabs-border-none > .widget-head ul li {
  border-top: 1px solid #dcdcdc;
  background-color: #fafafa;
  border-bottom: 1px solid #dcdcdc;
}


.widget.widget-tabs > .widget-head ul li a {
  width: auto;
  height: auto;
  display: block;
  padding: 0 10px;
  color: #7c7c7c;
  text-decoration: none;
}

.widget.widget-tabs > .widget-head ul li.active {
  background: #fafafa;
}

.widget.widget-tabs.sub-tabs-border-none > .widget-head ul li.active {
  border-bottom: none;
}

.widget.widget-tabs > .widget-head ul li.active a {
  /*color: #505050;*/
  color: #1d6fa6;
  font-weight: 700;
}


/*
.widget.widget-tabs ul.nav-tabs li {
  border-right: 1px solid #dcdcdc;
  margin-bottom: 0;
}

.widget.widget-tabs ul.nav-tabs li.active {
  margin-bottom: -1px;
}

.widget.widget-tabs ul.nav-tabs {
  top: 0;
  border-color: #ddd;
  background: #fafafa;
}

.widget.widget-tabs ul.nav-tabs > li.active > a, .widget.widget-tabs ul.nav-tabs > li.active > a:hover, .widget.widget-tabs ul.nav-tabs > li.active > a:focus {
  border: none;
  box-shadow: none;
  margin-top: 0;
  padding-bottom: 8px;
}

.widget.widget-tabs ul.nav-tabs > li > a, .widget.widget-tabs ul.nav-tabs > li > a:focus {
  margin-right: 0;
  border: none;
  padding-bottom: 6px;
}*/

.widget.widget-tabs > .widget-head ul.widget-icons li {
  color: #64625f;
  float: left;
  display: block;
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
}


.widget.widget-tabs > .widget-head ul.widget-icons li i {
  width: 30px;
  height: 30px;
  font-size: 17px;
  line-height: 30px;
  position: relative;
}

.widget.widget-tabs > .widget-head ul.widget-icons li:first-child {
  border-left: 1px solid #dcdcdc;
}


.widget.widget-tabs > .widget-head ul.widget-icons li:last-child {
  border-right: none;
}

.widget.widget-tabs.sub-tabs-border-none > .widget-head ul.widget-icons li {
  border: none;
  border-bottom: 1px solid #dcdcdc;
  background-color: #fff;
}

/*
.tab-v1 .nav-tabs {
  border: none;
  background: none;
  border-bottom: solid 2px #72c02c;
}

.tab-v1 .nav-tabs > .active > a, .tab-v1 .nav-tabs > .active > a:hover, .tab-v1 .nav-tabs > .active > a:focus {
  background: #72c02c;
  color: #fff;
  border: none;
}

.tab-v1 .nav-tabs a {
  font-size: 14px;
  padding: 5px 15px;
  color: #555555;
}

.tab-v1 .nav-tabs > li > a {
  border: none;
  border-radius: 0 !important;
  cursor: pointer;
}

.tab-v1 .nav-tabs > li > a:hover {
  color: #fff;
  background: #72c02c;
}
*/

.tab-v2 .nav-tabs {
  border-bottom: none;
}

.tab-v2 .nav-tabs li a {
  padding: 9px 16px;
  background: none;
  border: none;
  border-radius: 0 !important;
  cursor: pointer;
  color: #555555;
}

.tab-v2 .nav-tabs li.active a {
  background: #fff;
  padding: 7px 15px 9px;
  border: solid 1px #eee;
  border-top: solid 2px #72c02c;
  border-bottom: none !important;
}

.tab-v2 .tab-content {
  padding: 10px 16px !important;
  border: solid 1px #eee !important;
  position: static;
}

.tab-v2 .nav-tabs > li > a:hover {
  color: #72c02c;
}


.sub-container-wrap {
  overflow:hidden;
}


.box-generic.inner-tab {
  padding-left: 0
}

.box-generic.inner-tab .badge {
  top: -2px;
  position: relative;
}

ul.none {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.none.scroll {
  height: 150px;
  overflow-y: auto;
}

.inner-tab .widget-body ul > li {
  padding: 5px;
}

.box-generic.inner-tab .pull-left {
  margin-right: 10px;
}

.box-generic.inner-tab .widget.widget-tabs.sub-tabs {
  border: none;
}

.box-generic.inner-tab .widget.widget-tabs > .widget-head ul li {
  border-top: 1px solid #dcdcdc;
}

.box-generic.inner-tab .widget.widget-tabs > .widget-head ul li:first-child {
  border-left: 1px solid #dcdcdc;
}

.box-generic.inner-tab .widget.widget-tabs > .widget-head ul li.active {
  background-color: #fff;
}

.box-generic.inner-tab .widget .widget-head {
  background-color: #fff;
}

.box-generic.inner-tab .widget .widget-body {
  border: 1px solid #dcdcdc;
  margin-top: -1px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.media .user-name {
  line-height: 25px;
  height: 25px;
  font-size: 12px;
}

.divider {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #ffffff;
  /*width: 0px;*/
  padding: 0;
  margin: 0 8px;
}

.ui-resizable-helper.menu {
  border: 1px dotted gray;
  border-left: none;
  background: rgba(0, 0, 0, 0.3);
}

.ui-resizable-handle {
width: 5px;
border-style: solid;
border-width: 0;
border-color: rgba(0, 0, 0, 0.1);
}

.ui-resizable-e {
background: rgba(255, 255, 255, 0.2);
right: 0;
border-left-width: 1px;
border-right-width: 1px;
}


/*

.users-list-btn > ul {
margin: 0;
padding: 0;
list-style: none;
}

.users-list-btn > ul > li {
height: 22px;
line-height: 22px;
display: inline-block;
padding: 0 2px;
position: relative;
}

.users-list-btn > ul > li > a {
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
display: block;
background: #ffffff;
color: #7c7c7c;
text-decoration: none;
padding: 5px 8px 2px 8px;
-webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}

.users-list-btn .dropdown-navbar {
  width: 180px;
  margin-top: 12px;
}

.users-list-btn .dropdown-menu {
  border-radius: 0 !important;
}

.users-list-btn .user-name {
  width: 155px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}




img {
-webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
*/
img.no-border {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}

.thumb {
display: inline-block;
padding: 3px;
border: 1px solid #efefef;
background: #fff;
}


/* box test */

.padding-none {
padding: 0 !important;
}


.innerAll {
padding: 10px;
position: relative;
}

.margin-none {
margin: 0 !important;
}

/*.img-responsive {
width: 100%;
}*/

.border-bottom {
border-bottom: 1px solid #efefef;
}

.border-top-dash {
  border-top: 1px dashed #DDDDDD;
}

.half.innerAll {
padding: 5px !important;
}

/*
.text-primary {
color: #eb6a5a !important;
}
*/

.label-primary, .badge-important {
  background-color: #fd4239 !important;
}
.label-primary, .badge-primary {
  background-color: #eb6a5a !important;
}
.label-primary.arrowed-in-right::after {
border-color: #eb6a5a;
}

.strong {
font-weight: bold;
}

/*
h1, h2, h3, h4, h5, h6 {
color: #4d4d4d;
}
*/

.clear-both {
  clear: both;
}


/* reply test start*/
.col-separator {
top: 0;
bottom: 0;
left: 0;
right: 13px;
margin: 0;
overflow-x: hidden;
overflow-y: auto;
}

.margin-bottom-none {
margin-bottom: 0 !important;
}


.center {
text-align: center !important;
}

.tickets li .media-heading {
font-size: 14px;
font-weight: bold;
color: #eb6a5a;
}


.label {
display: inline-block;
}

/*
.tickets li label {
margin-left: 5px;
}*/

.label.label-info {
  background: #4193d0;
}

.innerB {
padding-bottom: 10px;
position: relative;
}


.headline {
  /*
  display: block;
  margin: 10px 0;
  border-bottom: 1px solid #e4e9f0;
  */
  margin: 0 0 12px;
  border-bottom: 1px dotted #e2e2e2;
  padding-bottom: 16px;
  padding-top: 7px;
}

.headline h2, .headline h3, .headline h4 {
  /*
  font-weight: lighter;
  color: #2679b5;
  margin: 0 0 -2px 0;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 2px solid #1ba1e2;
  */
  padding: 0;
  margin: 0 8px;
  font-size: 24px;
  font-weight: lighter;
  color: #2679b5;
}

/* .headline h2 {
  font-size: 18px;
} */

.article-list .media-list {
  margin: 0;
  margin-bottom: 5px;
}

.article-list .innerAll {
  padding: 5px;
}

.btn-box span {
  display: inline-block;
  background: #f8f8f8;
  border: 1px solid #eee;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
}

.reply-icon {
float: left;
text-align: right;
padding: 10px 0;
}

.media-body .label {
  border-radius: .25em;
  font-size: 9pt;
  font-weight: bold;
  color: #fff;
  line-height: 12pt;
  height: 20px;
}

.label.label-info {
  background: #4193d0;
}

.label.label-success {
  background: #8bbf61;
}

.innerLR {
line-height : 17pt;
padding-left: 10px;
padding-right: 10px;
position: relative;
}

.toolbar-header {
  padding: 10px 5px 5px;
}


.tiny-collapse .tox-menubar{
  display: none !important;
}
.tiny-collapse .tox-toolbar__primary{
  border-top: none !important;
}
han-editor .tox-action--label {
  position: absolute !important;
  top: -23px;
  left: 0;
  background-color: #f2f2f2 !important;
  padding: 5px 5px !important;
  display: flex;
}

han-editor .tox-action--label a{
  font-size: 11px;
  color: #888
}
han-editor.tiny-collapse .tox-action--label a{
  color: #4c4c4c;
}
han-editor.tiny-collapse .tox-action--label {
  background-color: #e4e4e4 !important;
  display: none;
}
han-editor:hover .tox-action--label{
  display: flex;
}
.tox-action--label a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 35px;
  top: -10px;
  right: 0;
}

/* reply test end*/

.message-header .blue, .content-view-header .blue {
  word-break: break-all;
  word-wrap: break-word;
}

ul.tickets > li {
  list-style: none;
  padding: 5px 10px;
  border-bottom: 1px solid #ebebeb;
  font-size: 12px;
}


ul.tickets > li:first-child {
  border-top: 1px solid #ebebeb;
}

ul.tickets > li.ticket-item > .ticket-item-wrap .ticket-header {
  height: 28px;
  font-weight: normal;
  font-size: 13px;
  margin: 0;
  padding: 0;
  border : none;
}

ul.tickets > li.ticket-item  > .ticket-item-wrap .ticket-header .title {
  float: left;
  text-align: left;
  cursor: pointer;
}


ul.tickets > li.ticket-item  > .ticket-item-wrap .ticket-header .number {
  float: right;
  text-align: right;
}

.ticket-item .number, .ticket-reply-wrap .btn-group {
  display: none;
}

.ticket-item:hover .number, .ticket-reply-wrap:hover .btn-group {
  display: inline-block;
}

.bootbox-body .profile-info-value {
  font-size: 12px;
}

.bootbox-body td {
  font-size: 12px;
}

ul.tickets > li.ticket-item  > .ticket-item-wrap .ticket-content .avatar img {
  height: 36px;
  width: 36px;
  padding: 1px;
  float: left;
  margin-top: 1px;
  margin-right: 10px;
  border: 1px solid #ebebeb;
}

ul.tickets > li.ticket-item  > .ticket-item-wrap .ticket-content, .content-view-container .ticket-content, .ticket-reply-wrap .reply-content {
  display: inline-block;
  width: 100%;
}

ul.tickets > li.ticket-item  > .ticket-item-wrap .ticket-content .name, ul.tickets > li.ticket-item  > .ticket-item-wrap .ticket-content .status {
  float: left;
  text-align: left;
  width: 50%;
}

ul.tickets > li.ticket-item  > .ticket-item-wrap .ticket-content .priority, ul.tickets > li.ticket-item  > .ticket-item-wrap .ticket-content .date {
  float: right;
  text-align: right;
}

.media-body .changes {
  list-style: none;
    margin: 5px 0 10px 5px;
    padding: 0;
}

.form-inline {
  display: inline-block;
}

.form-inline .input-group-btn {
  display: inline;
}

.form-inline .input-group-btn button[type="button"] {
height: 30px;
line-height: 12px;

}

.write-form .line-space {
  margin-bottom: 8px;
}

.list-search-form {
    position: absolute;
    top: 32px;
    border: 1px solid #ccc;
    padding: 11px 20px 11px 11px;
    background: #fff;
    right: 0;
    border-radius: 5px;
    z-index: 99999;
}

/*
select.form-control {
  height: 30px;
}
*/

/* .form-control {
border: 1px solid #E7E7E7;
height: 30px;
width: auto;
display: inline-block;
}
 */

.btn-orange {
color: #ffffff;
text-shadow: none;
background: #f3601d;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
height: 30px;
}

.btn-green, .btn-green:hover, .btn-green:focus {
color: #ffffff;
text-shadow: none;
/* background: #6aaeb5; */
background-color: #6aaeb5 !important;
border-color: #6aaeb5 !important;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
height: 30px;
line-height: 1em;
}

input[type="text"]:focus, input[type="text"]:active, input[type="text"]:hover {
  background-color: #f7f7f7;
}


/* margin */
.margin-5 {
  margin: 5px;
}
.margin-10 {
  margin: 10px;
}
.margin-right-10 {
  margin-right: 10px;
}
.margin-top-10 {
  margin-top: 10px !important;
}
.margin-top-5 {
  margin-top: 5px !important;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-lr-5 {
    margin-left: 5px;
    margin-right: 5px;
}
.margin-lr-0 {
    margin-left: 0px;
    margin-right: 0px;
}
.margin-tb-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}
.margin-lr-10 {
  margin: 0px 10px;
}
.margin-tb-7 {
    margin-top: 5px;
    margin-bottom: 5px;
}
.margin-tb-15 {
    margin-top: 5px;
    margin-bottom: 5px;
}
.margin-bottom-15 {
    margin-bottom: 15px!important;
}
/* padding */
.no-padding-top {
  padding-top: 0;
}
.no-padding-bottom {
  padding-bottom: 0;
}
.padding-5 {
  padding: 5px!important;
}
.padding-10 {
  padding: 10px;
}
.padding-25 {
    padding: 25px;
}
.padding-bottom-5 {
  padding-bottom: 5px !important;
}
.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}
.padding-right-10 {
  padding-right: 10px !important;
}

.padding-tb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.padding-lr-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.padding-lr-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.padding-lr-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.padding-lr-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.black {
    color: #000000!important;
}

.nav-pills {
  margin-left: 0;
}

.btn-reload {
  padding: 2px;
  border-width: 7px;
  border-radius: 7px;
}
.message-navbar {
  padding-top: 5px;
  padding-bottom: 5px;
  /*position:absolute !important;*/
  width:100%;
  z-index:100;
    border-color: #d6e1ea;
}


/* iframe in IE */
.iframe-position-relative
{
  position:relative !important;
  z-index:10 !important;
}
.z-index-10
{
  z-index:10 !important;
}
.z-index-1000
{
  z-index:1000 !important;
}
/*
.ui-dialog .ui-dialog-titlebar-close:before {
  font-size: 25px;
}

.ui-dialog .ui-dialog-titlebar-close {
  width: 25px;
  height: 25px;
  margin: -15px 0;
}*/

.gritter-dialog {
  position: fixed;
  left: 40%;
  right: 40%;
  top: 40%;
}
.mainnav-menu.ace-nav > li.top-user-info {
  display: block;
  width: auto;
  min-width: 50px;
  height: 45px;
  padding: 0 8px;
  line-height: inherit;
  color: #FFF;
}
.mainnav-menu.ace-nav > li.unf-search{
  padding-top: 5px;
}
.mainnav-menu.ace-nav > li.unf-search form .input-icon > .sch-cate {
  top: 1px;
  left: 0;
  right: auto;
  padding: 0 7px;
  border-right: 1px solid #ddd;
  line-height: 31px;
}
.mainnav-menu.ace-nav > li.unf-search form .input-icon > input {
  padding-left: 40px;
}
.user-info {
  max-width: 150px;
}

.display--table {
    display: flex;
    align-items: center;
}
.display--table .table--cell:first-child{
    flex: 1;
}
.display--table .table--cell:last-child{
    padding-left: 10px;
}


.radiovisible+*{
  border: 2px solid #FFF;
}
.radiovisible+*:hover{
  border: 2px solid rgb(216, 132, 157)
}
.radiovisible:checked+*{
  border: 2px solid red;
}  




.message-navbar ~ .message-list-container:not(.except) {
  /*padding-top:40px; */
}
.messagebar-item-left, .messagebar-item-right, .message-navbar .nav-search {
  bottom: 5px;
  z-index: 10;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  font-size: 13px;
}
.hanbiro-editor:after {
  content: '';
  clear: both;
  visibility: hidden;
  display: block;
  height: 0;
}
.hanbiro-editor {
  *zoom: 1;
}
.info-icon {
  float: left;
  margin: 0 5px 5px 0;
  text-align: center;
}
.info-icon ~ p {
  margin-left: 22px;
}
.btn-send-message {
  top: auto;
}
hr {
  margin-top: 10px;
  margin-bottom: 10px;
}


.attath_data_header {
  background-color: #f8f8f8;
  clear: both;
  position: relative;
  }
  
  .attath_header_cols {
  overflow: hidden;
  position: relative;
  height: 25px;
  font-size: 11px;
  line-height: 18px;
  color: #666;
  letter-spacing: -1px;
  text-align: center;
  border-bottom: 1px solid rgb(213, 213, 213);
  }
  
  .attath_header_cols > span {
  display: inline-block;
  position: absolute;
  top: 0;
  height: 25px;
  line-height: 24px;
  color: #333;
  border-left: 1px solid #ddd;
  }
  
  .attath_header_cols .fh_select_all {
      position:absolute;
      left: 0;
      width: 10%;
      border-left: none;
      border-right: 1px solid #ddd;
      padding:0 10px;
  }
  
  .attath_header_cols .fh_select_all input {
      left: 40%;
  }
  
  .attath_header_cols .attach_file_check {
  margin: 0 0 1px 0;
  }
  
  .attath_header_cols .fh_subject {
      position:absolute;
      text-align: center;
      border: none;
      left: 10%;
      width: 30%;
  }
  
  .attath_header_cols .fh_size {
      width: 30%;
      position:absolute;
      left: 50%;
  }
  
  .attath_header_cols .fh_status {
      position:absolute;
      width: 20%;
      left: 80%;
  }
  
  .filezone-header {
    overflow: hidden;
    margin: 5px;
  }
  
  .filezone-header .btn-group>.btn:first-child:not(:last-child) {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .filezone-header .btn-group>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
  }
  
  .filezone-header .btn-group-xs>.btn {
    margin-right: 5px;
  }
  
  
  .filezone-header .filesize-info {
    font-size: 12px;
    color: #333;
    letter-spacing: 0;
    text-align: right;
    white-space: nowrap;
    margin-right: 15px;
    margin-top: 3px;
  }
  
  .filezone-header .filesize-info .filsize-bar {
    padding: 0;
    color: #666;
  }
  
  .filezone-container .clouddisk-layer {
    display:none;
    width:535px;
    height:470px;
    position:fixed;
    z-index:100
  }
  
  .uploader_dropzone {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 88px;
  text-align: center;
  z-index: 1;
  background-image: none;
  background-color: #fff;
  }
  
  .uploader_dropzone .attach_drag_me {
  width: 146px;
  margin: 0 auto;
  padding: 0 0 4px 28px;
  text-align: left;
  line-height: 94px;
  font-size: 11px;
  color: #999;
  }
  
  .uploader-filelist {
  position: relative;
  clear: both;
  /*overflow-x: hidden;*/
  overflow-y: scroll;
  height: 85px;
  margin: 0;
  list-style: none outside none;
  }
  
  .uploader-filelist li {
  position: relative;
  height: 21px;
  margin: 0;
  padding: 0;
  }
  
  .uploader-filelist li.droptext {
    background: transparent;
    text-align: center;
    vertical-align: middle;
    border: 0;
    line-height: 70px;
  }
  
  .uploader-filelist li > span {
    background: #fff;
    line-height: 18px;
    letter-spacing: 0;
    padding: 3px;
  }
  
  .uploader-filelist .attach-check {
      position: absolute;
      left: 0;
      width: 10%;
      text-align: center;
      padding:0 10px;
  }
  
  .uploader-filelist .attach-check input {
      left: 40%;
  }
  
  .uploader-filelist .attach-name {
      position: absolute;
      white-space: nowrap;
      left: 10%;
      width: 40%;
      text-overflow: ellipsis;
      overflow: hidden;
  }
  
  .uploader-filelist .attach-file-size {
      position: absolute;
      text-align: center;
      width: 30%;
      left: 50%;
  }
  
  .uploader-filelist .attach-percent {
      position: absolute;
      width: 20%;
      left: 80%;
  }

  @media (min-width: 768px) {
    .modal-type1.small .modal-dialog,
    .modal-type1.dialog-type .modal-dialog {
      width: 300px;
    }
  
  
    .modal-type1.medium .modal-dialog{
      width: 600px;
    }
  
    .modal-type1.small2x .modal-dialog{
      width: 400px !important;
    }
  
    .modal-type1.medium2x .modal-dialog{
      width: 900px;
      max-width: 100%;
    }
  
    .modal-type1.full .modal-dialog,
    .modal-type1.large .modal-dialog{
      width: auto;
    }
    .modal-type1.full-screen .modal-dialog{
      width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
    }
  .col-sm-15 {
          width: 20%;
          float: left;
      }
   /*크게 보기 버튼 768px 이상 디바이스에서 숨기기*/
   .mng-mobile-font {
    display: none;
   }
   /*responsive on Google Chrome browser*/
   .contact-folder.table-responsive{
      overflow-x: hidden;
    }
  }
  @media (min-width: 992px) {
      .col-md-15 {
          width: 20%;
          float: left;
      }
  
      .modal-type1.medium .modal-dialog{
        width: 800px;
      }
  }
  @media (min-width: 1200px) {
      .col-lg-15 {
          width: 20%;
          float: left;
      }
      .holiday-manage .holiday {
        width: 200px;
      }
      .holiday-manage .summary {
        min-width: 0;
        max-width: calc(100% - 700px);
      }
  }
  #clouddisk-list {
    min-height: 0 !important;
  }
  #clouddisk-search-nav {
    left: 10px;
  }
  #clouddisk-list .draggable .message-item {
    border: 1px solid #EAEDF1;
    border-bottom-width: 0;
  }
  #clouddisk-list .draggable:first-child .message-item {
    border-top-width: 0;
  }
  
  #clouddisk-list .trash .message-item {
    border: 1px solid #EAEDF1;
    border-bottom-width: 0;
  }
  #clouddisk-list .trash:first-child .message-item {
    border-top-width: 0;
  }
  
  #clouddisk-list .message-item > span {
    vertical-align: middle;
    display: inline-block;
    margin: 0 6px 0 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #clouddisk-list .message-item > span.summary{
    margin-left: 20px !important;
  }
  #clouddisk-list .message-item > span.summary:not(.is_dir) .message-flags i.dl{
    display: none;
      font-size: 14px;
      color: #d15b47;
      padding-top: 2px;
  }
  #clouddisk-list .message-item > span.summary .message-flags i.shared{
      font-size: 9px;
      color: #d15b47;
      position: absolute;
      bottom: 3px;
      right: -2px;
  }
  /*.message-list.cloud-list .message-item.upload-file {
    margin-top: -41px;
  }*/
  @media (min-width: 560px){
    #clouddisk-list .message-item > span.summary:not(.is_dir):not(.not-download):hover .message-flags i:not(.dl){
      display: none;
    }
    #clouddisk-list .message-item > span.summary:not(.is_dir):not(.not-download):hover .message-flags i.dl{
      display: block;
    }
  }
  #clouddisk-list .message-item .set-favorite {
    width: 15px;
  }
  #clouddisk-list .message-item .file-size {
    float: right;
    width: 100px;
  }
  #clouddisk-list .message-item .time {
    width: 135px;
  }
  #clouddisk-list .message-item .summary {
    position: relative;
    overflow: inherit;
    margin-left: 30px;
    max-width: calc(100% - 300px);
    min-width: 200px;
  }
  #clouddisk-list.view-album	.my-cloud {
    float: left;
    box-sizing: border-box;
    width: 130px;
    height: 175px;
    margin: 10px;
    border: 1px solid #d5d5d5;
    text-align: center;
  }
  #clouddisk-list.view-album	.my-cloud:hover {
    border: 1px solid #438EB9;
  }
  #clouddisk-list.view-album .active-clouddisk {
    -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.3);
    border: 1px solid #438eb9;
  }
  #clouddisk-list.view-album	.my-cloud .cloud-content {
    padding: 5px;
  }
  #clouddisk-list.view-album	.my-cloud .cloud-content i {
    font-size: 80px;
    line-height: 130px;
  }
  #clouddisk-list.view-album	.my-cloud .title {
    overflow: hidden;
    padding: 5px;
    border-top: 1px solid #c7c1c1;
    height: 35px;
    line-height: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #clouddisk-list.view-album	.my-cloud .title a.file-name {
    color: #666;
  }
  #clouddisk-list.view-album .my-cloud:hover .title, #clouddisk-list.view-album .my-cloud .title:hover, #clouddisk-list.view-album	.active-clouddisk .title {
    background: #438eb9;
    border-top-color: #438eb9;
  }
  #clouddisk-list.view-album .my-cloud:hover .title, #clouddisk-list.view-album .my-cloud:hover .title a.file-name, #clouddisk-list.view-album .my-cloud .title a.file-name:hover, #clouddisk-list.view-album	.active-clouddisk .title, #clouddisk-list.view-album	.active-clouddisk .title a.file-name {
    color: #fff;
  }
  #clouddisk-list.view-album	.active-clouddisk .title a.file-name {
    font-weight: bold;
  }
  .clouddisk-weblink-list.list-group {
    word-break: break-all;
    word-wrap: break-word;
  }
  .tabbable.clouddisk-settings .nav-tabs {
    margin-bottom: 10px !important;
  }
  .tabbable.clouddisk-settings .widget-header .nav-tabs {
    margin-top: 5px;
    margin-bottom: 0px !important;
  }
  .clouddisk-share-table .table {
    margin-bottom: 0;
  }
  .clouddisk-share-table .table th, .clouddisk-share-table .table td {
    white-space: nowrap;
  }
  .cloud-share-contacts {
    overflow: auto;
    max-height: 200px;
    border: 1px solid #dce8f1;
    border-top: none;
  }
  .cloud-share-contacts ul.dynatree-container {
    border: none;
  }
  /*#invite-contacts {
    margin: 10px 0;
    padding: 10px;
    border: 1px dotted #ddd;
  }*/
  #invite-contacts #panel1, #contacts-tree #panel1 {
    overflow: auto;
    max-height: 200px;
    border: 1px dotted #ddd;
    border-top: none;
  }
  #invite-contacts #panel1 ul.dynatree-container, #contacts-tree #panel1 ul.dynatree-container {
    border: none;
  }
  #invite-contacts .item-list > li {
    margin-top: 0;
  }
  #contacts-tree + .item-list {
    margin-top: 5px;
  }
  .cloud-upload-modal .uploader_zone_wrap {
    margin-bottom: 10px;
    border: 1px solid #d5d5d5;
  }
  
  .allow-drop {
    border: 1px green solid !important;
    color: green;
    cursor: move;
  }
  
  .allow-drop * {
    color: green !important;
    cursor: move;
  }
  .deny-drop {
    border: 1px red solid !important;
    color: red;
    cursor: no-drop;
  }
  
  .deny-drop * {
    color: red !important;
    cursor: no-drop;
  }
  
  #clouddisk-list .ui-droppable {
    border-left: 1px gray dashed;
  }
  
  .view-album	.my-cloud .text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
  
  .view-album	.opacity {
    opacity: .5;
  }
  .border-red {
    color: red!important;
    font-weight: bold;
  }
  
  .border-red-dotted{
    background: red;
    font-weight: bold;
  }
  
  .border-green {
    color: #69aa46!important;
    font-weight: bold;
  }
  
  .border-green-dotted{
    background: #69aa46;
    font-weight: bold;
  }
  .checked span{
    color: red;
  }
  .cloud-attachment-list .breadcrumb {
    margin: 5px;
  }
  .cloud-attachment-list .breadcrumb > li + li:before {
    margin-right: 1px;
  }
  .cloud-attachment-list .breadcrumb li .badge {
    padding-top: 3px;
  }
  .cloud-attachment-list .breadcrumb li a.badge-info {
    color: #fff;
  }
  .cloud-attachment-list .uploader-filelist {
    overflow-y: auto;
    height: auto;
    max-height: 300px;
  }
  .cloud-attachment-list .uploader-filelist li {
    padding-left: 15px;
  }
  .cloud-attachment-list .uploader-filelist li:hover, .cloud-attachment-list .uploader-filelist li.active, .cloud-attachment-list .uploader-filelist:focus,
  .cloud-attachment-list .uploader-filelist li:hover span, .cloud-attachment-list .uploader-filelist li.active span, .cloud-attachment-list .uploader-filelist:focus span {
    background-color: #f7f7f7;
  }
  .cloud-attachment-list .selected-files-list {
    padding: 7px;
    border-top: 1px dotted #ddd;
  }
  .cloud-attachment-list .selected-files-list .badge {
    margin: 2px;
    padding-left: 12px;
  }
  .cloud-attachment-list .downloadCount {
    padding: 15px;
    background: #f5f5f5;
    border-top: 1px solid #ddd;
  }
  
  #clouddisk-list .message-item > label:before{
    display: none !important;
  }
  
  #clouddisk-list .message-item.active{
    background: rgba(232, 177, 16, 0.33);
  }
  
  .clouddisk-copy-file .form-group input:disabled, .form-group input[disabled]{
    color: #000 !important;
  }
  
  #clouddisk-search-nav .form-search{
    position: relative;
  }
  #clouddisk-search-nav .ext--searchall{
    position: absolute;
    right: -80px;
    top: 0;
    transition: all 0.3s;
    opacity: 0;
  }
  #clouddisk-search-nav .dropdown-handle.s + .ext--searchall{
    right: -115px;
    opacity: 1
  }
  
  span.badge.badge-warning.badge-history {
      position: absolute;
      right: 2px;
      top: 2px;
      padding: 2px 5px;
      font-size: 11px;
  }
  
  .manage-versions{
    position: absolute;
      right: 11px;
      font-size: 20px;
      top: 5px;
      cursor: pointer;
  }
  .manage-versions .badge{
      position: absolute;
      right: -10px;
      top: 10px;
      padding: 2px !important;
      font-size: 10px !important;
  }
  label.inline.dots{
    border: 1px solid white;
    padding: 3px 6px;
    border-radius: 10%;
    cursor: pointer;
  }
  .message-item[context-menu]:hover label.inline.dots{
    border: 1px solid #ccc;
  }
  
  .context-clouddisk-popup{
      outline: 0;
      vertical-align: top;
      background: transparent;
      text-decoration: none;
      color: #333;
      font-size: 14px;
      position: static;
      width: auto;
      height: auto;
      white-space: nowrap;
      cursor: inherit;
      -webkit-tap-highlight-color: transparent;
      line-height: normal;
      font-weight: normal;
      text-align: left;
      -moz-box-sizing: content-box;
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
      direction: ltr;
      max-width: none;
      border-radius: 0;
      border: 1px solid #ccc;
      background: #FFF;
      width: 180px;
  }
  .context-clouddisk-popup > .ct--item{
    display: block;
      padding: 6px 15px 6px 12px;
      clear: both;
      font-weight: normal;
      line-height: 20px;
      color: #333;
      white-space: nowrap;
      cursor: pointer;
      line-height: normal;
      border-left: 4px solid transparent;
      margin-bottom: 1px;
  }
  .context-clouddisk-popup > .ct--item.disabled{
    color: #b9b9b9;
  }
  .context-clouddisk-popup > .ct--item:not(.disabled):hover{
    background: #6fb3e0;
    color: #FFF;
  }
  .context-clouddisk-popup .ct--hr{
    margin-top: 3px;
    margin-bottom: 3px;
    border-color: #e8e8e8
  }
  .context-clouddisk-popup .ct--ico{
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      font-size: 16px;
      line-height: 16px;
      speak: none;
      vertical-align: text-top;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      background: transparent center center;
      background-size: cover;
      width: 16px;
      height: 16px;
      color: #333;
      zoom: 1;
  }
  #upload-folder-tree, #copyfolder {
    overflow-y: auto;
    max-height: 200px;
    border: 1px solid #ddd;
    border-top: none;
  }
  #upload-folder-tree .dynatree-container, #copyfolder .dynatree-container {
    border: none;
  }
  
  /* responsive */
  @media only screen and (max-width: 991px) {
    .clouddisk-share-table {
      margin-top: 20px;
    }
    #clouddisk-list .message-item .time{
      width: 150px;
    }
    #clouddisk-list .message-item .summary{
      max-width: calc(100% - 383px);
    }
  }
  @media only screen and (max-width: 767px) {
    #clouddisk-search-nav {
      left: 55px;
    }
    #clouddisk-search-nav.clouddisk-trash {
      left: 35px;
    }
    #clouddisk-search-nav.clouddisk-history {
      left: 5px;
    }
    #clouddisk-list .message-item .summary {
      display: block;
      width: auto;
      max-width: 100%;
      margin-left: 40px;
    }
    #clouddisk-list .message-item .file-size {
      float: none;
      width: auto;
      max-width: calc(100% - 150px);
      margin-left: 0;
      color: #666;
      font-size: 11px;
    }
    #clouddisk-list .message-item .time {
      width: 110px;
    }
    .clouddisk-invite-guest .input-group, .clouddisk-invite-guest .item-list {
      margin-top: 3px;
    }
    .manage-versions{
      display: none;
    }
  
    
  }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
  
  }
  
  @media (max-width: 480px) {
    .clouddisk-popup-new .nav-tabs {
      max-height: 125px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
      .clouddisk-popup-new .nav-tabs > li {
          float:none;
          margin-bottom: 0px;
      }
      .clouddisk-popup-new .nav-tabs > li.active > a {
          border: 1px solid #dddddd;
      }
      .clouddisk-popup-new .nav-tabs > li.active > a:hover {
          border: 1px solid #dddddd;
      }
      .clouddisk-popup-new .nav-tabs > li  > a {
          border-bottom: 1px solid #dddddd;
          border-left: 1px solid #dddddd;
          border-right: 1px solid #dddddd;
      }
      .clouddisk-popup-new .nav-tabs > li > a:hover {
          border-color: #dddddd;
      }
      .clouddisk-popup-new-select{
        margin-bottom: 5px;
    }
    
    #clouddisk-list .message-item > span {
      margin-left: -10px;
    }
    #clouddisk-list .message-item > span.summary{
      margin-left: 51px !important;
    }
  }
  .modal-footer .btn+.btn {
    margin-top: 1px;
  }
  
  .modal-type1 .modal-content {
     border: 3px solid #0b9ad4;
     border-radius: 5px;
     -webkit-border-radius: 5px;
     -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
     box-shadow: 0 0 5px rgba(0,0,0,.3);
  }
  .modal-type1 .modal-header {
    position: relative;
    background: #0b9ad4;
    color: #fff;
    padding: 7px 10px;
  }
  .modal-type1 .modal-header .close,
  .modal-type1 .modal-header .full-screen {
    float: right;
    margin-top: -1px;
    margin-left: 5px;
    padding: 3px 5px;
    background: #fff;
    border: 1px solid #30738e;
    border-radius: 3px;
    text-shadow: none;
    line-height: 1em;
    font-size: 13px;
    color: #30738e;
    opacity: 1;
  }
  .modal-type1 .modal-footer {
    background: none;
    border-top: none;
    text-align: center;
  }
  .modal-type1 .modal-footer .btn {
    padding: 1px 20px;
    border-radius: 3px;
  }
  .modal-type1 .modal-footer .btn.btn-expand {
    padding-left: 6px;
    padding-right: 6px;
  }
  
  .modal-type1.full .modal-dialog,
  .modal-type1.large .modal-dialog{
    width: auto;
  }
  .modal-type1.full-screen .modal-dialog{
      width: 100% !important;
      height: 100%;
      padding: 0;
      margin: 0
  }
  .modal-type1.full-screen .modal-content{
    /*height: 100%;*/
    border-radius: 0;
  }
  
  .modal-type1.dialog-type .modal-footer {
    padding-top: 10px;
    border-top: 1px dotted #ddd;
    text-align: center;
  }
  
  .modal-type2 .modal-content {
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 7px;
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.3);
    box-shadow: 0 0 7px rgba(0,0,0,.3);
    overflow: hidden;
  }
  .modal-type2 .modal-header {
    background: #fffeff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmVmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWYyZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #fffeff 0%, #eef2f5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffeff), color-stop(100%,#eef2f5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fffeff 0%,#eef2f5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fffeff 0%,#eef2f5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fffeff 0%,#eef2f5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fffeff 0%,#eef2f5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffeff', endColorstr='#eef2f5',GradientType=0 ); /* IE6-8 */
    padding: 15px;
    border-bottom: 1px solid #dfdfdf;
    color: #5891ac;
  }
  .modal-type2 .modal-header .close{
    margin-top: 0;
    color: #c2d8e3;
    font-size: 19px;
    opacity: 1;
  }
  .modal-type2 .modal-body {
    background: #f9f9f9;
    border: 1px solid #fff;
    border-width: 1px 0;
  }
  .modal-type2 .modal-footer {
    padding-bottom: 20px;
    border-top: 1px solid #e7ebee;
    background: #f0f4f7;
  }
  .modal-type2 .modal-footer .btn {
    padding: 2px 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
  }
  .modal-type2 .tab-content, .modal-type3 .tab-content {
    background-color: #fff;
  }
  
  .modal-type3 .modal-content {
     -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.3);
     box-shadow: 0 1px 5px rgba(0,0,0,.3);
  }
  .modal-type3 .modal-header {
    padding: 10px 15px;
    background-color: #eb5a3d;
    text-align: center;
    color: #fffceb;
  }
  .modal-type3 .close {
    margin-top: 3px;
    padding: 3px 4px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #fff;
    color: #666;
    font-size: 12px;
    opacity: 1;
  }
  .modal-type3 .modal-body {
    background: #fdfbec;
  }
  .modal-type3 .modal-footer {
    padding-top: 0;
    background: #fdfbec;
    border-top: none;
  }
  .modal-type3 .modal-footer .btn {
    padding: 7px 20px;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
  }
  .modal-type3 .modal-footer .btn-info {
    background-color: #366174 !important;
  }
  .modal-type3 .modal-footer .btn-default {
    background-color: #eee !important;
    color: #666 !important;
    text-shadow: none !important;
  }
  
  .widget-container-col.full-width .modal-dialog {
    width: 100% !important;
    margin: auto !important;
  }
  
  /*
  .widget-container-col.full-width .modal-dialog .slimScrollBa {
    max-height: 100% !important;
  }*/
  /*
  .modal-header .close {
    font-size: 18px;
    line-height: inherit;
  }*/
  
  .modal-footer button {
    padding: .4em 1em;
  }
  
  /* 전자결재 dialog split issue 처리 */
  div.modal:not(.large) .approval-write-split div[class^='col-lg'] {
      float: none;
      width: 100%;
  }
  
  div.split-pane-component .approval-write-split div[class^='col-lg'] {
      float: none;
      width: 100%;
  }
  
  /* bootbox dialog */
  .modal.bootbox > .modal-dialog > .modal-content > .modal-footer {
    text-align: center;
  }
  .modal.bootbox > .modal-dialog > .modal-content > .modal-footer > .btn.btn-default:before {
    content: "\f00d";
    display: inline-block;
    margin-right: 4px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .mce-fullscreen .message-navbar{display: none;}
  .select2-container, .select2-container .select2-choice, .select2-container .select2-choice > .select2-chosen {
    width: 100%;
    max-width: 100%;
  }
  .select2-container .select2-choice > .select2-chosen {
    max-width: calc(100% - 26px);
  }
  
  .select2-container-multi .select2-choices .select2-search-field,
  .select2-container-multi .select2-choices .select2-search-field .select2-input.ui-select-search {
      width: 100%!important;
  }
  .bootstrap-datetimepicker-widget.dropdown-menu {
    z-index: 9999 !important;
}
.ui-state-active {background-color: #d7e8ff;}

.hanbiro-icon-mail:before { content: '\e100'; }
.hanbiro-icon-board:before { content: '\e200'; }
.hanbiro-icon-task:before { content: '\f300'; }
.hanbiro-icon-todo:before { content: '\f200'; }
.hanbiro-icon-addrbook:before { content: '\e400'; }
.hanbiro-icon-calendar:before { content: '\e300'; }
.hanbiro-icon-approval:before { content: '\e600'; }
.hanbiro-icon-circular:before { content: '\e900'; }
.hanbiro-icon-resource:before { content: '\f400'; }
.hanbiro-icon-resource-reserved:before { content: '\f401'; }
.hanbiro-icon-timecard:before { content: '\e701'; }
.hanbiro-icon-holiday:before { content: '\e702'; }
.hanbiro-icon-hr:before { content: '\e700'; }
.hanbiro-icon-memo:before { content: '\e500'; }
.hanbiro-icon-whisper:before { content: '\e500'; }
.hanbiro-icon-setting:before { content: '\f600'; }
.hanbiro-icon-project:before { content: '\e800'; }
.hanbiro-icon-clouddisk:before { content: '\f700'; }
.hanbiro-icon-archives:before { content: '\f100'; }
.hanbiro-icon-archives-company:before { content: '\f102'; }
.hanbiro-icon-archives-my:before { content: '\f104'; }
.hanbiro-icon-archives-manage:before { content: '\f107'; }
.hanbiro-icon-note:before { content: '\f500'; }
.hanbiro-icon-organization:before { content: '\e403'; }
.hanbiro-icon-share-addrbook:before { content: '\e402'; }
.hanbiro-icon-company-addrbook:before { content: '\e401'; }
.hanbiro-icon-Secure:before { content: '\e102'; }
.hanbiro-icon-Storage:before { content: '\e103'; }
.hanbiro-icon-Sent:before { content: '\e106'; }
.hanbiro-icon-Temp:before { content: '\e107'; }
.hanbiro-icon-Receive:before { content: '\e105'; }
.hanbiro-icon-mail-folder:before { content: '\e109'; }
.hanbiro-icon-Spam:before { content: '\e108'; }
.hanbiro-icon-CSpam:before { content: '\e108'; }
.hanbiro-icon-profile:before { content: '\f606'; }
.hanbiro-icon-Trash:before { content: '\f602'; }
.hanbiro-icon-board-share:before { content: '\e201'; }
.hanbiro-icon-back:before { content: '\e841'; }
.hanbiro-icon-calendar-company:before { content: '\e301'; }
.hanbiro-icon-calendar-my:before { content: '\e303'; }
.hanbiro-icon-viewer:before { content: '\e844'; }
.hanbiro-icon-category:before { content: '\e845'; }
.hanbiro-icon-attach:before { content: '\e846'; }
.hanbiro-icon-cloud-download:before { content: '\e847'; }
.hanbiro-icon-board-dept:before { content: '\e202'; }
.hanbiro-icon-cancel:before { content: '\e849'; }
.hanbiro-icon-calendar-dept:before { content: '\e302'; }
.hanbiro-icon-calendar-share:before { content: '\e304'; }
.hanbiro-icon-board-company:before { content: '\e203'; }
.hanbiro-icon-diary-dept:before { content: '\e304'; }
.hanbiro-icon-report:before { content: '\f302'; }
.hanbiro-icon-calendar-work:before { content: '\e305'; }
.hanbiro-icon-board-my:before { content: '\e204'; }
.hanbiro-icon-diary-share:before { content: '\f301'; }
.hanbiro-icon-report-receive:before { content: '\e303'; }
.hanbiro-icon-External:before { content: '\e104'; }
.hanbiro-icon-Maildir:before { content: '\e101'; }
.hanbiro-icon-mobile-sync:before { content: '\f604'; }
.hanbiro-icon-whisper-reservedbox:before { content: '\e502'; }
.hanbiro-icon-whisper-sentbox:before { content: '\e501'; }
.hanbiro-icon-whisper-inbox:before { content: '\e500'; }
.hanbiro-icon-whisper-conversation:before { content: '\e503'; }

.hanbiro-icon-circular-received:before { content: '\e901'; }
.hanbiro-icon-circular-write:before { content: '\e902'; }
.hanbiro-icon-circular-read:before { content: '\e903'; }
.hanbiro-icon-circular-survey:before { content: '\e904'; }

.hanbiro-icon-contact-card:before { content: '\f605'; }
.hanbiro-icon-todo-my:before { content: '\f201'; }
.hanbiro-icon-todo-received:before { content: '\f202'; }
.hanbiro-icon-todo-sent:before { content: '\f203'; }
.hanbiro-icon-todo-cc:before { content: '\f204'; }
.hanbiro-icon-big-menu:before { content: '\f607'; }
.hanbiro-icon-normal-menu:before { content: '\f608'; }
.hanbiro-icon-mini-menu:before { content: '\f609'; }
.hanbiro-icon-font-color:before { content: '\f610'; }
.hanbiro-icon-background-color:before { content: '\f611'; }
.hanbiro-icon-skill-my:before { content: '\f612'; }
.hanbiro-icon-skill-location:before { content: '\f613'; }
.hanbiro-icon-skill-search:before { content: '\f614'; }
.hanbiro-icon-skill-location2:before { content: '\f615'; }
.hanbiro-icon-skill-new:before { content: '\f616'; }

/* helpdesk*/
.hanbiro-icon-helpdesk:before { content: '\f617'; }
.hanbiro-icon-helpdesk-all-tickets:before { content: '\f618'; }
.hanbiro-icon-helpdesk-open-tickets:before { content: '\f618'; }
.hanbiro-icon-helpdesk-pending-tickets:before { content: '\f619'; }
.hanbiro-icon-helpdesk-resolved-tickets:before { content: '\f620'; }
.hanbiro-icon-helpdesk-my-tickets:before { content: '\f621'; }
.hanbiro-icon-helpdesk-my-assigned-tickets:before { content: '\f621'; }
.hanbiro-icon-helpdesk-statistics:before { content: '\f622'; }

.hanbiro-icon-crm:before { content: '\f623'; }
.hanbiro-icon-groupware:before { content: '\f624'; }
.hanbiro-icon-certificate:before { content: '\e703'; }
.hanbiro-icon-employment:before { content: '\e704'; }
.hanbiro-icon-manage-consultations:before { content: '\f706'; }
.hanbiro-icon-trash2:before { content: '\f603'; }

/* Project */
.hanbiro-icon-project-complete:before { content: '\e801'; }
.hanbiro-icon-project-closed:before { content: '\e802'; }
.hanbiro-icon-project-holding:before { content: '\e803'; }
.hanbiro-icon-project-progress:before { content: '\e804'; }
.hanbiro-icon-project-my:before { content: '\e805'; }
.hanbiro-icon-project-cc:before { content: '\e806'; }
.hanbiro-icon-project-tasks-progress:before { content: '\f305'; }


.hanbiro-icon-approval-write:before { content: '\e870'; }
.hanbiro-icon-approval-permit:before { content: '\e871'; }
.hanbiro-icon-approval-read:before { content: '\e872'; }
.hanbiro-icon-approval-cc:before { content: '\e603'; }
.hanbiro-icon-approval-privat:before { content: '\e605'; }
.hanbiro-icon-approval-dept:before { content: '\e606'; }
.hanbiro-icon-approval-complete:before { content: '\e876'; }
.hanbiro-icon-approval-unread:before { content: '\e877'; }
.hanbiro-icon-approval-progress:before { content: '\e602'; }
.hanbiro-icon-approval-official:before { content: '\e607'; }
.hanbiro-icon-approval-all:before { content: '\e880'; }
.hanbiro-icon-approval-finish:before { content: '\e604'; }
/* action 아이콘 */
.hanbiro-icon-approval-change-public:before { content: '\e612'; }
.hanbiro-icon-approval-transfer-recv:before { content: '\e614'; }
.hanbiro-icon-approval-referer:before { content: '\e617'; }
.hanbiro-icon-approval-change-doc:before { content: '\e618'; }
.hanbiro-icon-approval-link:before { content: '\e622'; }
.hanbiro-icon-approval-office:before { content: '\e624'; }
.hanbiro-icon-approval-redraft:before { content: '\e608'; }
.hanbiro-icon-approval-draft-receive:before { content: '\e610'; }
.hanbiro-icon-approval-change-line:before { content: '\e615'; }
.hanbiro-icon-approval-viewer:before { content: '\e616'; }
.hanbiro-icon-approval-read-prog:before { content: '\e620'; }
.hanbiro-icon-approval-read-log:before { content: '\e621'; }
.hanbiro-icon-approval-draft:before { content: '\e625'; }
.hanbiro-icon-approval-transfer-doc:before { content: '\e630'; }
.hanbiro-icon-approval-draft-temp:before { content: '\e626'; }
.hanbiro-icon-approval-aprv:before { content: '\e628'; }

/* 비용보고 */
.hanbiro-icon-expense-menu:before { content: '\c308'; }
.hanbiro-icon-my-expense-menu:before { content: '\c312'; }
.hanbiro-icon-share-expense-menu:before { content: '\c313'; }
.hanbiro-icon-referer-expense-menu:before { content: '\c314'; }

/*자산관리 */
.hanbiro-icon-asset-menu:before { content: '\c307'}
.hanbiro-icon-asset-manage-items:before { content: '\c309'}
.hanbiro-icon-asset-depreciation:before { content: '\c310'}
.hanbiro-icon-asset-report:before { content: '\c311'}

.hanbiro-icon-cloud-upload:before { content: '\e839'; }
.hanbiro-icon-archive-move:before { content: '\e821'; }
.hanbiro-icon-file-add:before { content: '\e822'; }
.hanbiro-icon-password:before { content: '\e831'; }
.hanbiro-icon-logout:before { content: '\e832'; }
.hanbiro-icon-mail-setting:before { content: '\e833'; }
.hanbiro-icon-chart:before { content: '\e834'; }
.hanbiro-icon-holiday2:before { content: '\e835'; }
.hanbiro-icon-send:before { content: '\e836'; }
.hanbiro-icon-pc:before { content: '\e837'; }
.hanbiro-icon-mail-spam:before { content: '\e883'; }
.hanbiro-icon-mail-trash:before { content: '\e884'; }
.hanbiro-icon-comment:before { content: '\e892'; }

.hanbiro-icon-customer-management:before { content: '\c100'; }
.hanbiro-icon-customer:before { content: '\c101'; }
.hanbiro-icon-account:before { content: '\c102'; }
.hanbiro-icon-rating:before { content: '\c103'; }
.hanbiro-icon-set-grade:before { content: '\C104'; }
.hanbiro-icon-potential:before { content: '\c200'; }
.hanbiro-icon-lead:before { content: '\c201'; }
.hanbiro-icon-hold:before { content: '\c203'; }
.hanbiro-icon-big-deal:before { content: '\c204'; }
.hanbiro-icon-opportunity:before { content: '\c300'; }
.hanbiro-icon-activity:before { content: '\c301'; }
.hanbiro-icon-product-management:before { content: '\c400'; }
.hanbiro-icon-product-info:before { content: '\c401'; }
.hanbiro-icon-marketing:before { content: '\c500'; }
.hanbiro-icon-campaign:before { content: '\c501'; }
.hanbiro-icon-cost:before { content: '\c502'; }
.hanbiro-icon-crm-user:before { content: '\c600'; }
.hanbiro-icon-charge-user:before { content: '\c601'; }

.hanbiro-icon-tax-rate:before { content: '\c800'; }
.hanbiro-icon-sales-management:before { content: '\c329'; }
.hanbiro-icon-salesmanagement:before { content: '\c329'; }
.hanbiro-icon-sales-info:before { content: '\c327'; }
.hanbiro-icon-sales:before { content: '\c327'; }
.hanbiro-icon-charge:before { content: '\c328'; }
.hanbiro-icon-collect-bills:before { content: '\c326'; }
.hanbiro-icon-charge-management:before { content: '\c804'; }
.hanbiro-icon-activity-todo:before { content: '\c305'; }
.hanbiro-icon-reservation-mail:before { content: '\c010'; }
.hanbiro-icon-fax:before { content: '\c011'; }
.hanbiro-icon-reservation-fax:before { content: '\c012'; }
.hanbiro-icon-task-history:before { content: '\c014'; }
.hanbiro-icon-task-transfer:before { content: '\c013'; }
.hanbiro-icon-send-reservation:before { content: '\c304'; }
.hanbiro-icon-sms:before { content: '\c016'; }
.hanbiro-icon-reservation-sms:before { content: '\c015'; }
.hanbiro-icon-post:before { content: '\c017'; }
.hanbiro-icon-meeting:before { content: '\c018'; }
.hanbiro-icon-appointment:before { content: '\c019'; }
.hanbiro-icon-activity-calendar:before { content: '\c306'; }
.hanbiro-icon-activity-automation:before { content: '\c302'; }
.hanbiro-icon-activity-history:before { content: '\c303'; }
.hanbiro-icon-mail-history:before { content: '\c703'; }
.hanbiro-icon-interwork:before { content: '\c704'; }
.hanbiro-icon-issue:before { content: '\c021'; }
.hanbiro-icon-competitor:before { content: '\c020'; }
.hanbiro-icon-crm-todo:before { content: '\c305'; }
.hanbiro-icon-country:before { content: '\f704'; }
.hanbiro-icon-email:before { content: '\e100'; }
.hanbiro-icon-quotes:before { content: '\c028'; }
.hanbiro-icon-main-menu:before { content: '\c022'; }
.hanbiro-icon-side-menu:before { content: '\c023'; }

.hanbiro-icon-crm2:before { content: '\f625'; }
.hanbiro-icon-groupware2:before { content: '\f626'; }
.hanbiro-icon-leadsource:before { content: '\c202'; }
.hanbiro-icon-product-close:before { content: '\c402'; }
.hanbiro-icon-currency:before { content: '\c700'; }
.hanbiro-icon-charge_setting:before { content: '\c325'; }
.hanbiro-icon-select-setting:before { content: '\c702'; }

.hanbiro-icon-type-number:before { content: '\c026'; }
.hanbiro-icon-type-percent:before { content: '\c027'; }
.hanbiro-icon-type-list:before { content: '\c025'; }
.hanbiro-icon-type-text:before { content: '\c031'; }
.hanbiro-icon-type-textarea:before { content: '\c029'; }
.hanbiro-icon-type-url:before { content: '\c030'; }

.hanbiro-icon-assign-staff:before { content: '\c600'; }

.hanbiro-icon-add-group:before { content: '\c318'; }
.hanbiro-icon-missed-call:before { content: '\c315'; }
.hanbiro-icon-activity-stream:before { content: '\c316'; }
.hanbiro-icon-search-engine-campaign:before { content: '\c317'; }

.hanbiro-icon-change-staff:before { content: '\c319'; }
.hanbiro-icon-project-s:before { content: '\f307'; }
.hanbiro-icon-project-t:before { content: '\f308'; }
.hanbiro-icon-customer-merge:before { content: '\c320'; }

.hanbiro-icon-customer-merge:before { content: '\c322'; }
.hanbiro-icon-data-sync:before { content: '\c323'; }
.hanbiro-icon-mail-setting:before { content: '\c324'; }
.hanbiro-icon-mobile-setting:before { content: '\f311'; }
.hanbiro-icon-mobile-alarm-setting:before { content: '\f310'; }
.hanbiro-icon-alarm_send:before { content: '\f309'; }

.hanbiro-icon-smsfaxemail:before { content: '\c330'; }
.hanbiro-icon-purchase:before { content: '\c331'; }

.hanbiro-icon-crmcall:before { content: '\f312'; }

/* hanbiro-vol2 */
.hanbiro-ico-cloud-folder-type:before {
  content: "\e917";
}
.hanbiro-ico-cloud-share-folder-type:before {
  content: "\e918";
}
.hanbiro-ico-menu-builder:before {
  content: "\e915";
}
.hanbiro-ico-co-manage:before {
  content: "\e916";
}
.hanbiro-ico-project-help:before {
  content: "\e914";
}
.hanbiro-ico-project-kanban:before {
  content: "\e912";
}
.hanbiro-ico-project-scrum:before {
  content: "\e913";
}
.hanbiro-ico-custom-table:before {
  content: "\e911";
}
.hanbiro-ico-holiday-status-permit:before {
  content: "\e90e";
}
.hanbiro-ico-holiday-status-spend:before {
  content: "\e90f";
}
.hanbiro-ico-holiday-status-year:before {
  content: "\e910";
}
.hanbiro-ico-mail-write-reserve:before {
  content: "\e909";
}
.hanbiro-ico-mail-share:before {
  content: "\e906";
}
.hanbiro-ico-mail-hacking:before {
  content: "\e904";
}
.hanbiro-ico-mail-secure:before {
  content: "\e905";
}
.hanbiro-ico-clouddisk-log:before {
  content: "\e903";
}
.hanbiro-ico-folder-guest:before {
  content: "\e902";
}
.hanbiro-ico-statistics-report:before {
  content: "\e90c";
}
.hanbiro-ico-folder-share:before {
  content: "\e901";
}
.hanbiro-ico-company-expense:before {
  content: "\e900";
}
.hanbiro-ico-folder-company:before {
  content: "\e907";
}
.hanbiro-ico-folder-my:before {
  content: "\e908";
}
.hanbiro-ico-folder-type:before {
  content: "\e90a";
}
.hanbiro-ico-statistics:before {
  content: "\e90b";
}
.hanbiro-ico-statistics-setting:before {
  content: "\e90d";
}
.hanbiro-ico-alarm:before {
  content: "\e950";
}
.hanbiro-ico-signature:before {
  content: "\e804";
}
.summary-translate-panel{
  min-height: 200px;
}
.summary-translate-panel .panel{
  margin-bottom: 10px !important;
}
.summary-translate-panel .panel.margin-left{
  margin-left: 65px;
}
.summary-translate-panel .panel-heading{
  display: flex;
  justify-content: space-between;
  padding: 0px 10px;
}
.summary-translate-panel .panel-heading button{
  border-radius: 4px;
  cursor: pointer;
  padding: 4px 6px;
}
.summary-translate-panel .panel-heading button:focus{
  outline: none !important;
}
.summary-translate-panel .panel-heading .subject{
  font-size: 15px;
  font-weight: bold;
}
.summary-translate-panel .panel-heading .lang{
  font-size: 12px;
  color: silver;
  min-width: 100px;
  text-align: right;
  padding-right: 10px;
}
.summary-translate-panel .panel-heading .user-wrapper .name{
  font-weight: 700;
}
.summary-translate-panel .panel-heading .user-wrapper .group-rank{
  color: rgb(131, 146, 165);
  font-size: 12px;
}
.summary-translate-panel .panel-body{
  padding: 10px;
}
.summary-translate-panel .panel-body h1, .summary-translate-panel .panel-body h2, .summary-translate-panel .panel-body h3, .summary-translate-panel .panel-body h4, .summary-translate-panel .panel-body h5, .summary-translate-panel .panel-body h6 {
  font-size: 15px;
  margin: 0 0 10px;
}
.summary-translate-panel table{
  width: initial !important;
}
.summary-translate-panel .user-wrapper{
  margin-bottom: 5px;
}
.summary-translate-panel .ai_in_progress{
  font-size: 16px;
  font-weight: bold;
  animation: blink 1s infinite;
  text-align: center;
}
.summary-translate-button {
  width: 110px;
  text-align: right;
}
.summary-translate-button .dropdown-menu {
  right: 0;
  left: initial;
}
.full-width .summary-translate-button {
  width: 100%;
}
.common-org-tree-search .nav-search{
  position: relative;
  right: initial;
}
.common-org-tree-search .title{
  padding: 0;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: lighter;
  color: #2679b5;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  display: flex;
  align-items: center;
  height: 45px;
}
.common-org-tree{
  height: 60vh;
  display: block;
}
@media only screen and (max-width: 550px) {
  #ngw\.task\.AI .container-fixed.toolbar-except{
    padding-top: 50px;
  }
  #diary_ai_summary .div-right {
    margin-top: 10px;
  }
  #diary_ai_summary .dropdown-menu {
    right: 0;
    left: inherit;
  }
}

@media only screen and (max-width: 991px) {
  .common-org-tree {
    height: 250px;
  }
}