/*
 *   Entend or Overide Bootstrap Style
 */

 body {
  position: relative;
}

textarea {
  resize: vertical;
}

a {
  cursor: pointer;
}

h1 {
  padding-bottom: 10px;
}

.bold {
  font-weight: bold;
}

.control-group.required .control-label:after {
  content:" *";
  color:red;
}

.expire-warning {
  color: red;
}

.navbar-fixed-top {
  position: absolute;
  min-width: 940px;
}

a.btn[disabled], 
a.btn.disabled {
  pointer-events: none;
}

.sync-btn-text {  
  display: inline-block;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}

.dep-name {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}

.dep-name-list {
  display: inline-block;
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}

#dep_menu_list a{
  position: relative;
}

#dep_menu_list .icon-ok{
  position: absolute;
  right: 10px;
  top: 5px;
}

.main-container {
  margin: 39px auto 30px auto;
  background: #FFF;
  padding: 0 20px 0px 20px;
  border: 1px #EEE solid;
}

.pagination a:hover {
  background: none;
}

.pagination {
  margin: 0;
}

.pagination ul {
  border: none;
}

.pagination ul li {
  border: none;
}

.pagination a {
  border: none;
  padding-right: 0;
  padding-left: 0;
  margin-right: 8px;
  margin-left: 8px;
}

.pagination .active a {
  background: none;
  font-weight: bold;
}

.modal-open {
  overflow: hidden;
}

.userDisabled {
  color: #CCC;
}

.control-group.info {
  margin-top: -15px;
}

.info-inline, .help-inline {
  padding-left: 0px;
  display: block;
  font-size: 11px;
}
.info-inline {
  display: inline-block;
  margin-bottom: 0;
}

.help-error {
  display: block !important;
}

.check-opt {
  line-height: 18px;
  margin-top: 5px;
}
.text-label {
  line-height: 18px;
}

div.app-loading {



}

.sub-active > a {
  background-color: #D0EDF2
}

.gray{
  opacity: 0.6;
}

.transparent{
  opacity: 0;
}

/*
 *   New Custom Style
 */

 .top-nav {
  margin-right: -20px;
}

.container-header {
  position: relative;
}

.sec-top-bar{
  margin: 0 -20px 20px -20px;
  padding: 0;
  position: relative;
}

.sec-top-bar .topbar-inner-ex {
  background: url(../images/secTopBarBg.png);
  height: 80px;
}

#account_menu a.dropdown-toggle{
  padding: 9px;
}

#account_menu .profile-picture{
  height: 25px;
  width: 25px;
  border: 1px solid #444;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  cursor: pointer;
}

#account_menu #account_Name {
  text-align: center;
  margin-top: 4px;
}

div.notification-box {
  width: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 2000;
}
div.notification-box .alert {
  z-index: 20000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 7px 27px 0 17px;
}
div.notification-box .alert a {
  color: #C09853;
}
div.notification-box .rdr-icon {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.toolbar {
  padding: 10px 0 0 0;
}

.userTool {
  text-align: right;
}

.user-list {
  padding-top: 10px;
}

.user-list-table {
  border-top:1px #DDD solid;
  border-bottom:1px #DDD solid;
  margin:0;
}

.user-list-table tr td:last-child {
  text-align: right;
}

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

.align-middle {
  vertical-align: middle !important;
}

.small-font {
  font-size: 85%;
}
.h2-help-text {
  line-height: 36px;
}

.user-profile-image {
  /*border: 1px solid #AAA;*/
  border-radius: 75px;
  width: 150px;
  height: 150px;
  background: url("../img/profile-photo-bg-150.png");
  text-align: center;
  position: relative;
}

.user-profile-image-wrapper {
  width: 100%;
  height: 100%;  
}

.user-profile-image-wrapper.clickable {
  cursor: pointer;
}

.user-profile-image-wrapper.valid-photo {
  background-color: #333;
}

.user-profile-image-hint {
  height: 25px;  
  left: 0;
  right: 0;
  bottom: -35px;
  position: absolute;
  text-align: center;  
}

.user-profile-image-hint-text {
  line-height: 25px;
  color: #333;
  cursor: pointer;
}

.user-profile-image img {
	display: none;
}

.user-profile-image .spin {
	position: absolute;
	top: 75px;
	left: 75px;
	z-index: 500;
}

.page-footer {
  color:#AAA;
  text-align:center;
  margin-top:20px;
  clear:both;
}


#user-table td.hand:hover{
  cursor: pointer;
}

span.ramdom-code {
  word-wrap: break-word;
  height: 35px;
}

.leften-span, .leften-row {
  margin-left: 0px;
}

form .info-span, .info-text {
  height: auto !important;
  word-wrap: break-word;
  display: block;
  line-height: 28px;
  color: #999;
}

form .data-span {
  height: auto !important;
  word-wrap: break-word;
  display: block;
  line-height: 28px;
  margin: 0;
}

form .span-form {
  margin-left: 0px;
}

.wrap-scroll {
  overflow: auto;
  word-wrap: break-word;
  word-break: break-all;
}

.modal.confirm{
  width: 600px;
  margin-left: -300px;
  margin-top: 40px;
  z-index: 1070;
}

.modal {
  width: 660px;
  /*  top: 5%; */
  max-height: 90%;
  /*  margin-top: -300px;*/
  margin-top: 0;
  margin-left: -330px;
  border-radius: 0;
}

.modal-body {
  /*  max-height: 400px;*/
  overflow-y: auto;
  /*  max-height: 90%;*/
  max-height: none;
}

.modal .modal-container {
  display: block;
}

.modal .modal-container div.list{
  width: 300px;
  float: left;
}

.modal .modal-container div.edit{
  width: 300px;
  float: right;
}

.modal .modal-container legend{
  border-bottom: 0;
  margin-bottom: 10px;
}

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

div#addEmailAddressModal {
  top: 5%;
}

div#addEmailAddressModal .modal-body,
div#addAdminModal .modal-body {
  max-height: 350px;
}
div#addEmailAddressModal .member-list {
  height: 300px;
}
div#addEmailAddressModal div#warningDiv {
  position: absolute;
  bottom: 58px;
  width: 85%;
}

div#warningDiv {
  margin-bottom: 0px;
}

div#apply-license-modal-body div#warning-div {
  margin-bottom: 0px;
}

.banner {
  position:absolute;
  left: -1px;
  height: 73px;
  width: 105px;
  background-color: #218be6;
  border: 1px solid white;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-topright: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
}

.item-removable, .item-unremovable {
  padding: 5px;
}

.item-unremovable {
  color: #999;
}

.item-removable:hover {
  padding: 4px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.headers {
  margin-bottom: 10px;
}

.nav-tabs > li.active {
  font-weight: bold;
}

.nav-header-main {
  margin-left: -12px;
}

.nav-header-minor {
 margin-left: -2px; 
}

.nav-pills .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.nav-pills .heavy-divider {
  *width: 100%;
  height: 3px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 2px solid #ffffff;
}

.row .page-header {
  margin-left:0px;
}
.containers {
  padding:0 30px;
}
.testka {
	color: green;
}

/*
 * mail quota warning
 */
.row .inline-checkbox {
  vertical-align: sub;
  margin-right: 15px;
}
.row .inline-checkbox input {
  margin-top: 3px;
  margin-right: 3px;
}
.row .inline-checkbox span {
  vertical-align: sub;
}

div.help-paragraph {
  margin-top: 10px;
  color: #939393;
}

.control-group.time .controls input[readonly] {
  background-color: #FFF;
  cursor: default;
}
.control-group.time .controls input[readonly]:hover {
  cursor: pointer;
}

.mail-quota-warning-org .warning-time {
  color: #939393;
}

.text-after-input {
  margin-left: 10px;
}

.percent-option select {
  width: 75px;
}
.percent-option input {
  width: 37px;
}
.control-group.error .text-after-input {
  color: #b94a48;
}

.ui-priority-secondary, 
.ui-widget-content .ui-priority-secondary, 
.ui-widget-header .ui-priority-secondary {
  opacity: 1;
  font-weight: bold;
}
/*
 * end mail quota warning
 */

select,
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"],
.uneditable-input .search-query {
  margin-bottom: 0px;
  border-radius: 4px;
  border: 1px solid #CCC;
  box-shadow: none;
}


.form-horizontal .control-group.country-code,
select#select-local-mail,
.control-group.multi-input {
  margin-bottom: 5px;
}

.form-horizontal .inputGroup {
  margin-bottom: 18px;
}
.form-horizontal .inputGroup .control-group {
  margin-bottom: 5px;
}

.form-horizontal .dataGroup {
  margin-bottom: 28px;
}

.form-horizontal .controls .multi-input {
  margin-bottom: 5px !important;
}

.form-horizontal .controls label {
  padding-top: 5px;
}

.form-horizontal.mail-quota-warning-org .control-label {
  width: 200px;
}
.form-horizontal.mail-quota-warning-org .controls {
  margin-left: 220px;
}

.uneditable-input.no-fix-height {
  min-height: 18px;
  height: inherit;
}

.uneditable-input.no-fix-height.edit {
  margin-bottom: 5px;
}

#div_org_deploymentName .checkDefaultDeployment {
  margin-top: 5px;
}

.modal div.input-append span.inline {
  display: inline-block;
}

td.modalMailAddress div.control-group,
td.modalMailAddress div.input-append {
  margin-bottom: 0px;
}

td.row-button {
  height: 28px;
}

/* member list page*/
th.checkbox-cell, td.checkbox-cell {
  text-align: center;
}

button.status-action {
  min-width: 100px;
}

/* Add New Organization */
.expand-label200 .control-label {
  width: 200px !important;
}
.expand-label200 .controls {
  margin-left: 220px !important;
}

/* hide li item */
.hide-li {
  display: none !important;
}

pre.log-pre-div {
  height: 500px;
  overflow: scroll;
  padding: 5px;
  line-height: 0px;
  margin-bottom: 30px;
  font-size: 11px;
}

pre.log-pre-div ul {
  margin: 0px;
  padding: 0px;
}

div.hint {
  margin-top: 45px;
}

div#redirect-div {
  display: none;
}

div#redirect-loading div.loading-img {
  position: relative;
  top: 15px;
  left: -290px;
}

div#redirect-loading {
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  z-index: 1050;
  position: relative;
}

input.file-input {
  margin-top: 5px;
  line-height: 0;
}

ul.c_breadcrumb {
  margin: 0 0 18px;
  padding: 5px 7px;
  background-color: #f5f5f5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
ul.c_breadcrumb li {
  display: inline;
  text-shadow: 0 1px 0 #ffffff;
}
ul.c_breadcrumb li:before {
  padding: 0 5px;
  color: #bfbfbf;
  content: ' / ';
}
ul.c_breadcrumb li:first-child:before {
  padding: 0;
  content: '';
}
ul.c_breadcrumb .active a {
  color: #404040;
}

.photo-uploadable {
  width: 150px;
  height: 150px;
  position: relative;
  border: #DDD 1px solid;
  text-align: center;
  /*border-radius: 75px;*/
}

/* Node list dashboard */

#main-dashboard {
  text-align: center;
  position: relative;
}

.node-item {
  background: #FFF;
  width: 325px;
  vertical-align: middle;
  display: inline-block;
  padding: 10px 5px;
  position: relative;
  z-index: 20;

  min-height: 30px;
  word-wrap: break-word;
  word-break: break-all;  

  border: 0.1em solid #ddd;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  
  box-shadow: 2px 2px 19px #aaa;
  -o-box-shadow: 2px 2px 19px #aaa;
  -webkit-box-shadow: 2px 2px 19px #aaa;
  -moz-box-shadow: 2px 2px 19px #aaa;
}

.node-head {
  margin-left: 20px;
  margin-right: 10px;
}

.node-status-area {
  position: absolute;
  right: 10px;
  top: 10px;
}

.node-cloud-status-area {
  position: absolute;
  left: 10px;
  top: 10px;
}

.node-item .row {
  margin: auto !important;
}

.node-item .label-list {
  width: 65px !important;
}

.node-item .node-detail {
  padding-top: 10px;
  /*border-top: 1px solid #aaa;*/
}

.node-item:hover {
  border: 0.1em solid #0088cc;
}

.otherNode {
  margin-top: 150px;
  border: 0.2em solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;

  position: relative;
  z-index: 20;
  background: #FFF;
}

.otherNode .node-item {
  margin: 20px 15px;
}

.nodeArea {
  margin-top: 150px;
}

.cloud-nodeArea {
  margin-top: 0 !important;
}

#d-nodeArea {
  position: relative;
  z-index: 20;
  background: #FFF;  
  display: inline-block;
  padding: 10px;
}

.local-nodeArea {
  border: 0.3em solid #bbb;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.mini-status-green-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  line-height: 10px;
  background-image: url("../images/dashboard/color-status/Machine-stat-green-10px-icon.png");
  background-repeat: no-repeat;
}

.mini-status-red-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  line-height: 10px;
  background-image: url("../images/dashboard/color-status/Machine-stat-red-10px-icon.png");
  background-repeat: no-repeat;
}

.mini-status-orange-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  line-height: 10px;
  background-image: url("../images/dashboard/color-status/Machine-stat-orange-10px-icon.png");
  background-repeat: no-repeat;
}

.medium-status-green-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  line-height: 12px;
  vertical-align: text-top;
  background-image: url("../images/dashboard/color-status/Machine-stat-green-12px-icon.png");
  background-repeat: no-repeat;
}

.medium-status-red-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  line-height: 12px;
  vertical-align: text-top;
  background-image: url("../images/dashboard/color-status/Machine-stat-red-12px-icon.png");
  background-repeat: no-repeat;
}

.cloud-upload-icon {
  display: inline-block;
  width: 18px;
  height: 11px;
  line-height: 11px;
  vertical-align: text-top;
  background-image: url("../images/dashboard/cloud-upload-icon.png");
  background-repeat: no-repeat;
}

/* Org Dashboard */

.member-icon {
  display: inline-block;
  width: 47px;
  height: 45px;
  line-height: 45px;
  vertical-align: text-top;
  background-image: url("../images/dashboard/member-icon.png");
  background-repeat: no-repeat;
}

.window-detail {
  min-height: 20px;
  padding: 5px;
  margin-bottom: 10px;
  background-color: #f0f0f0;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.window-detail .big-text {
  font-size: 40px;
  font-weight: 100;
}

.window-detail .normal-text {
  font-size: 18px;
  font-weight: 100;
}

.pie-chart, .line-chart {
  position: relative;
}

.line-chart .move {
  position: relative;
}

.line-chart .arrow{
  position: absolute;
  cursor: pointer;
  z-index: 200;
}

.line-chart .arrow.left{
  left: 35px;
}

.line-chart .arrow.right{
  right: 20px;
}

#placeholder {
  width: 100%;
  height: 100%;
}

.pie-chart #percentage {
  position: absolute;
  text-align: center;
  z-index: 100;
  top: 52px;  
  font-size: 25px;
  left: 5px;
  width: 220px;
}

.pie-chart #detail {
  position: absolute;
  text-align: center;
  z-index: 100;
  top: 76px;
  font-size: 11px;
  width: 220px;
}

.status-service {
  padding: 7px 0;
}

.service-text-area {
  padding-top: 9px;
}

#servicesRowContent span.service-name {
  font-weight: bold;
  line-height: 28px;
}

.dashboard-big-text {
  font-size: 30px;
}

.org-dashboard .log .log-pre-div {
  height: 250px;
}

.line {
  margin: 1em 0;
}

.app-status {
  display: inline-block;
  margin-right: 15px;
  width: 80px;
}

.app-status i {
  margin-right: 10px;
}

.storage .span3 {
  margin-left: 70px;
}

.storage .big-text {
  margin-top: 30px;
  font-size: 25px;
}

.storage .normal-text {
  margin-top: 13px;
}

.storage-icon {
  display: inline-block;
  width: 64px;
  height: 77px;
  line-height: 77px;
  vertical-align: text-top;
  background-image: url("../images/dashboard/storage-icon.png");
  background-repeat: no-repeat;
  margin-top: 10px;
}

.header-text {
  display: inline-block;
  margin-left: 0;
}

.detail {
  word-wrap: break-word;
  word-break: break-all;
}

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

/* end Dashboard */

.syn-alert {
  min-width: 940px;
  position: relative;
  top: -16px;
  margin-bottom: 0px !important;
  padding: 8px 0 !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}

.syn-alert-hide, .hider {
  display: none !important;
}

.control-group textarea {
  height: 80px;
  outline: none;
  resize: none;
  overflow-y: auto;
  box-shadow: none;
}

.btn-margin-left {
  margin-left: 5px;
}

.app-header {
  text-align: center;
  padding: 2px;
}

button.interface-action.active {
  cursor: default;
}

.add-dns-container {
  text-align: center;
}

#span_deployment_name {
  position: absolute;
  padding: 5px 0 0 5px;
  white-space: nowrap;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: inline-block;
}

.input-xlarge-expand {
  width: 320px;
}

.orgSelectList, .radio-detail {
  margin-left: 20px;
}

.word-wrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: inline-block;
}

.last-add-on {
  -webkit-border-radius: 0 4px 4px 0 !important;
  -moz-border-radius: 0 4px 4px 0 !important;
  border-radius: 0 4px 4px 0 !important;
}

.inline-group.error > label, 
.inline-group.error label, 
.inline-group.error .help-block, 
.inline-group.error .help-inline {
  color: #b94a48;
}

.inline-group.error .checkbox, 
.inline-group.error .radio, 
.inline-group.error input, 
.inline-group.error select, 
.inline-group.error textarea {
  color: #b94a48;
  border-color: #b94a48;
}

.sasl-options {
  padding: 15px 20px;
  padding-bottom: 0;
  border-radius: 4px;
  border: 1px solid #DDD;
}

/* certificate */
#certificate-form .control-label {
  width: 160px;
}
#certificate-form .controls {
  margin-left: 180px;
}
/* end certificate */

#orgMemberTable tr {
  height: 37px;
}

/* Canonical */
#addCanoModal .editNewCano {
  display: none;
}
/* End Canonical */

/* user menu */
#organization-member-view .member_menu {
  width: 150px;
}

#organization-member-view li.submenu a {
  padding-left: 30px;
}

#organization-member-view .sub-active > a {
  background-color: #D0EDF2;
}

.emaillist-control-section {
  width: 70px;
  margin-left: 10px;
  margin-right: -10px;
  text-align: center;
}

#organization-member-view .dl-horizontal-sieveitem {
  *zoom: 1;
  margin-top: 2px;
}

#organization-member-view .dl-horizontal-sieveitem:before,
#organization-member-view .dl-horizontal-sieveitem:after {
  display: table;
  line-height: 0;
  content: "";
}

#organization-member-view .dl-horizontal-sieveitem:after {
  clear: both;
}

#organization-member-view .dl-horizontal-sieveitem dt {
  float: left;
  width: 60px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#organization-member-view .dl-horizontal-sieveitem dd {
  margin-left: 70px;
}
/* End user menu */

/* Upload cert menu */
#cerPassword::-webkit-input-placeholder { 
  font-style: italic; 
}
#cerPassword::-ms-input-placeholder { 
  font-style: italic; 
}
#cerPassword::-moz-placeholder { 
  font-style: italic; 
}
/* End Upload cert menu */

/* Cert detail */
.help-block{
  /*white-space: normal;*/
  /*text-align: center;*/
}
/* End Cert detail */

/* Backup/Restore per dep */
.backup-time {
  margin-right: 20px;
  width: 180px !important;
}

#machine-container input#backup-timepicker {
  padding: 4px 8px 4px 8px;
}
/* End Backup/Restore per dep */

/* Admin management subview */
#infoDetailContainer .item-unremovable {
  color: #333;
}

table#admin-table thead tr {
  height: 32px;
}

table#admin-table thead td.username-title {
  padding-top: 7px;
  padding-left: 10px;
}

table#admin-table .cannotRemove span {
  color: #999 !important;
}

a#admin_mgmt{
  padding-right: 0;
}
/* End Admin management subview */

/* Org License management tab */
ul#availableApps {
  list-style-type: none;
  margin-left: -2px;
  margin-top: 5px;
}

ul#availableApps li {
  text-transform: capitalize;
  margin-bottom: 10px;
}

ul#availableApps li.app-icon-todo {
  background: url("../common/img/app-icon/bluehighlight/todo_app_icon_selected2x.png") no-repeat;
  background-size: 18px;
  background-position: 0px;
  padding-left: 25px;
}

ul#availableApps li.app-icon-calendar {
  background: url("../common/img/app-icon/bluehighlight/calendar_app_icon_selected2x.png") no-repeat;
  background-size: 18px;
  background-position: 0px;
  padding-left: 25px;
}

ul#availableApps li.app-icon-mail {
  background: url("../common/img/app-icon/bluehighlight/mail_app_icon_selected2x.png") no-repeat;
  background-size: 18px;
  background-position: 0px;
  padding-left: 25px;
}

ul#availableApps li.app-icon-contact {
  background: url("../common/img/app-icon/bluehighlight/contact_app_icon_selected2x.png") no-repeat;
  background-size: 18px;
  background-position: 0px;
  padding-left: 25px;
}

ul#availableApps li.app-icon-friend {
  background: url("../common/img/app-icon/bluehighlight/friend_app_icon_selected2x.png") no-repeat;
  background-size: 18px;
  background-position: 0px;
  padding-left: 25px;
}

/* End Org License management tab */

/* Org File quota & Mail quota */
#fileQuota-form select.add-on {
  height: 28px;
}

#mailQuota-form select.add-on {
  height: 28px;
}

/* End Org File quota & Mail quota */

/* Dep Email Template Setting */
#infoMenuContainer li.submenu a {
  padding-left: 30px;
}

div.emailTemplateContainer {
  margin-left: 30px;
}

div.emailTemplateContainer .control-label {
  width: 65px;
  text-align: left;
}

div.emailTemplateContainer .controls {
  margin-left: 68px;
}

div.emailTemplateContainer .controls input[type="text"] {
  padding-left: 10px;
  padding-right: 10px
}
/* End Dep Email Template Setting */

/* Authentication Setting Modal */
div.authSettingModal input[type="text"],
div.authSettingModal input[type="password"] {
  width: 328px;
}
.th-quota  {
    width: 70px;
}
.th-lastlogin  {
    width: 74px;
}
.th-status  {
    width: 39px;
}
/* End Authentication Setting Modal */


/* 
 * start date time setting 
 */
.control-group.ntp .btn-group button,
.control-group .btn-group button#enableBtn:not(.selected),
.control-group .btn-group button#disableBtn:not(.selected) {
  color: #D2D2D2;
  background: #FFF;
  border: 1px solid #D2D2D2;
  text-shadow: 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0);
}
.control-group.ntp .btn-group button:focus,
.control-group .btn-group button:focus {
  outline: 0; 
  outline-offset: 0; 
}

.control-group.ntp p
.control-group p {
  margin-top: 10px;
  padding-left: 3px;
  color: #939393;
}

.control-group.server .control-label.disbled,
input[disabled]#ntpUrl {
  color: #D2D2D2;
}

button#syncWithCloudBtn.selected,
button#externalNtpBtn.selected,
button#enableBtn.selected,
button#disableBtn.selected {
  color: #FFF; 
  background: #378CE6;   
  border-color: #378CE6;
}

/* 
 * start date time setting 
 */

 /* Member report */
 #orgDetailContainer .form-horizontal .control-label.member-report-label {
  width: 170px;
 }
 /* End Member report */

 /* Password policy setting */
 #pwd-policy-form input[type="number"] {
  width: 40px;
 }

 #pwd-policy-form span.checkbox-info {
  color: #999;
  font-size: 12px;
 }

 #pwd-policy-form .checkbox.include-info label {
  margin-bottom: 0px;
 } 

 #pwd-policy-form .uppercase-container {
  padding-top: 0px;
 }

 #pwd-policy-form .pwd-length .controls {
  padding-top: 1px;
 }

 #pwd-policy-form .pwd-options div.checkbox {
  margin-bottom: 8px;
 }
 
 /* ie fix */
 #pwd-policy-form .pwd-options div.checkbox input[type="checkbox"] {
  margin-right: 6px\9;
  margin-top: -2px\9;
 }

 #pwd-policy-form #pwd-length-form {
  margin-top: -2px\9;
 }

 #pwd-policy-form .pwd-length span.help-inline {
  color: #b94a48\9;
 }

 /* End Password policy setting */

 /* Password checker */
 .controls div.pwd-checker {
  margin-top: 15px;
  color: #666;
 }

 ul.pwd-conditions {
  padding-left: 15px;
 }

 ul.pwd-conditions li {
  padding-left: 25px;
  margin-top: 6px;
 }

 ul.pwd-conditions li.false-icon {
  background: url(../common/img/check-false-icon.png) no-repeat;
  background-size: 16px;
  background-position: 0px;
 }

 ul.pwd-conditions li.true-icon {
  background: url(../common/img/check-true-icon.png) no-repeat;
  background-size: 16px;
  background-position: 0px;
 }
 /* End Password checker */

 /* Mail Recipient List */
 table#table_mql {
   table-layout: fixed;
   word-wrap: break-word;
 }
/* End Mail Recipient List */