/**
 *
 * Apply Here your Custom CSS
 *
*/

.page-body.loaded {
  -webkit-perspective: none;
  -moz-perspective: none;
  perspective: none;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.table > thead > tr > th {font-weight: 600;}
.validate-has-error label { color: #CC2424; }

.main-content h2 {margin-bottom: 1em;}
.main-content h2 .pull-right {margin-top: -10px;}
.user-info .sep {
	display: inline-block;
	border-left: 1px solid #eeeef0;
	height: 12px;
	padding: 0 5px;
	margin-top: 14px;
	width: 0px;
	line-height: 1.42857143;
	overflow: hidden;
	margin-left: 0px;
}
.btn.btn-icon.btn-sm i.fa {
	width: auto;
	padding:4px 7px;
	margin:0;
	font-size: 13px;
}
.btn.btn-icon.btn-xs i.fa {width: auto;}
.btn.btn-icon.btn-md i.fa {
	width: auto;
	padding:7px 7px;
	margin:0;
	font-size: 13px;
}
.btn.btn-icon.btn-lg i.fa {width: auto;}

.navbar-brand {padding: 3.5px 15px;}
.page-container .sidebar-menu .logo-env { padding: 32px 35px;}
.page-container .sidebar-menu .logo-env .text {font-size: 28px;}
.page-container .sidebar-menu .logo-env .text span {color: #CC2424;}

.page-container .sidebar-menu #main-menu li.has-sub > a:before {
  content: '\f105';
  font-family: 'FontAwesome';
}
.fa {width: 1em; margin: 0 0.2em;}

.page-body .select2-container .select2-choice .select2-arrow b:before {
  font-family: 'FontAwesome';
  content: '\f107';
}
.panel-group.joined > .panel > .panel-heading h4 a:before {font-family: 'FontAwesome';content: '\f077';}

.page-container .sidebar-menu #main-menu li.active > a#main-menu li.active > a {background: #ff0000; }
.page-container .sidebar-menu #main-menu li.active > a#main-menu > li.active > a:after {
    position: absolute;
    content: "";
    right: 0;
    margin-top: -20px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 13px 13px 13px 0;
    border-color:  transparent #fff transparent;
    transition: all 550ms ease-in-out 0s;
}
body.login-page .login-form .form-group .btn-login {
  background: #f7f7f7;
  border-color: #ebebec;
  color: #51555d;
}

.profile-env #path li {
	display:block;
	margin: 15px auto;
	padding: 10px 12px;
	width: 75%;
//	border: 1px solid #ccc;
	border-radius: 5px;
	text-align:center;
	font-weight:bold;
//	box-shadow: 0 0 3px #ddd;
}
.profile-env #path li span {font-weight: normal;}
.profile-env #path li.sep {
	padding: 0px;
	border:0;
    box-shadow: none;
}

.profile-env #path li.approved {
	background:#999; color:#fff;
}

#root-wizard {margin: 20px 0 25px; clear: both;}

#task-status-wizard {
  display: table;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #f1f1f1;
}
#task-status-wizard > li {
  display: table-cell;
  width: 1%;
  text-align: center;
  position: relative;
  padding: 5px;
  vertical-align: middle;
  line-height:18px;
}
#task-status-wizard > li.current:before {
    width:0px;
    height:0px;
    border-top: 14px solid #f1f1f1;
    border-bottom: 14px solid #f1f1f1;
    border-left:14px solid #303641;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
}
#task-status-wizard > li a:aftera {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left:12px solid #fff;
    position: absolute;
    content: "";
    top: 0px;
    right: -12px;
}
#task-status-wizard > li a {
  position: relative;
  display: block;
  font-size: 12px;
  color: #ababab;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#task-status-wizard > li span {
    display: block;
    float: left;
    font-size: 10px;
    text-align:center;
    width:18px;
    margin: 2px 5px 0px 0px;
    line-height:15px;
    color: #ccc;
    background: #FFF;
    border: 2px solid #CCC;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#task-status-wizard > li.completed {
    background: #303641;
}
#task-status-wizard > li.completed a {
  color: #fff;
}
#task-status-wizard > li.completed a span {
  background: #00a651;
  color: #fff;
  -moz-box-shadow: 0px 0px 0px 5px #00a651;
  -webkit-box-shadow: 0px 0px 0px 5px #00a651;
  box-shadow: 0px 0px 0px 5px #00a651;
}
#task-status-wizard > li.disabled a {
  color: rgba(142, 144, 148, 0.5);
}
#task-status-wizard > li.disabled a span {
  background: #f5f5f6;
  color: rgba(142, 144, 148, 0.5);
  -moz-box-shadow: 0px 0px 0px 5px #f5f5f6;
  -webkit-box-shadow: 0px 0px 0px 5px #f5f5f6;
  box-shadow: 0px 0px 0px 5px #f5f5f6;
}
#task-status-wizard > li.active a,
#task-status-wizard > li.current a {
  color: #c5c5c5;
  font-weight: bold;
  color: #303641;
}
#task-status-wizard > li.active a span,
#task-status-wizard > li.current a span {
  background: #c5c5c5;
  background: #fff;
  color: #525252;
  -moz-box-shadow: 0px 0px 0px 5px #ebebeb;
  -webkit-box-shadow: 0px 0px 0px 5px #ebebeb;
  box-shadow: 0px 0px 0px 5px #ebebeb;
}

/*
.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_length, #objective_sets_length, #objective_sets_info,
.dataTables_wrapper .dataTables_paginate {
    float: left;
    width: 30%;
    border:none;
    background: none;
}
.dataTables_wrapper .dataTables_length, #objective_sets_length {width: 20%;}
.dataTables_wrapper .dataTables_info, #objective_sets_info {width: 30%;}
.dataTables_wrapper .dataTables_paginate {width: 50%;}
.dataTables_wrapper .dataTables_info.dataTables_paginate {text-align:left;}
*/

#import-employees #tab-2 .loading {text-align:center;}


/***
Dashboard stats
***/
.dashboard-stat {
  margin-bottom: 25px;
}

.portlet .dashboard-stat:last-child {
  margin-bottom: 0;
}

.dashboard-stat:before,
.dashboard-stat:after {
  display: table;
  line-height: 0;
  content: "";
}
.dashboard-stat:after {
  clear: both;
}

.dashboard-stat .visual {
  width: 80px;
  height:80px;
  display: block;
  float: left;
  padding-top: 10px;
  padding-left: 15px;
  margin-bottom: 10px;
}

.dashboard-stat .visual i {
  font-size: 65px;
  line-height: 65px;
  color: #fff;
}

.dashboard-stat .visual {
  font-size: 35px;
  line-height: 35px;
}

@media (min-width: 992px) and (max-width: 1024px) {

  .dashboard-stat .visual i {
    font-size: 28px;
    line-height: 28px;
  }

}

.dashboard-stat .details {
  position: absolute;
  right: 15px;
  padding-right: 10px;
}

.dashboard-stat .details .number {
  padding-top: 15px;
  text-align: right;
  font-size: 34px;
  line-height: 34px;
  letter-spacing: -1px;
  margin-bottom: 5px;
  font-weight: 300;
  color: #fff;
}

.dashboard-stat .details .desc {
  text-align: right;
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: 300;
  color: #fff;
}

.dashboard-stat .more {
  clear: both;
  display: block;
  padding: 5px 10px 5px 10px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 11px;
  color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.dashboard-stat .more:hover {
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat .more > i {
  display: inline-block;
  margin-top: 1px;
  float: right;
}

.dashboard-stat.blue {
  background-color: #27a9e3;
}

.dashboard-stat.blue .more {
  background-color: #208dbe;
}

.dashboard-stat.green {
  background-color: #28b779;
}

.dashboard-stat.green .more {
  background-color: #10a062;
}

.dashboard-stat.red {
  background-color: #e7191b;
}

.dashboard-stat.red .more {
  background-color:#bc0d0e;
}

.dashboard-stat.yellow {
  background-color: #ffb848;
}

.dashboard-stat.yellow .more {
  background-color: #cb871b;
}

.dashboard-stat.purple {
  background-color: #852b99;
}

.dashboard-stat.purple .more {
  background-color: #6e1881;
}


body {color: #444;}


#chart-container div.orgChart div.node {
    min-width: 200px;
    width: 25%;
    height: 90px;
    box-shadow: 1px 0px 6px #888;
    border-radius: 0;
    border: none;
    padding: 0px;
}


#chart-container div.orgChart {
    border                : 1px solid #cccccc;
}

#chart-container div.orgChart tr.lines td.top {
    border-top            : 1px solid black;
}

#chart-container div.orgChart tr.lines td.left {
    border-right          : 1px solid black;
}

#chart-container div.orgChart tr.lines td.right {
    border-left           : 1px solid black;
}

#chart-container div.orgChart {
    border: none;
    background: none;
}

#chart-container div.orgChart div.tile {
    text-align: left; position:relative; overflow:hidden;
}

#chart-container div.orgChart div.tile img {float:left; margin: 15px 10px;}
#chart-container div.orgChart div.tile span.name { margin: 25px 0 0 5px;
    float:left; min-width: 115px; overflow: hidden; max-width: 62.5%; position: absolute;
}
#chart-container div.orgChart div.tile span.more { clear:both; display:none; background:#DEDE88; padding:5px;}
#chart-container div.orgChart div.tile:hover span.more {display:block;position:absolute;bottom:0;right:0}

#chart-container div.orgChart tr.lines td.line { height: 40px;}

#chart-container div.orgChart div.hasChildren {background:#ffffcf;}
#chart-container div.orgChart div.current { background-color      : #ffff98; }
/***
Chats
***/
#comment_list {
  margin:0;
  padding: 0;
  /* margin-top: -15px; */
}

#comment_list li {
  list-style: none;
  padding: 5px 0;
  margin: 10px auto;
  font-size: 12px;
}

#comment_list li img.avatar {
  height: 45px;
  width: 45px;
  -webkit-border-radius: 50% !important;
     -moz-border-radius: 50% !important;
          border-radius: 50% !important;
}

#comment_list li.in img.avatar {
  float: left;
  margin-right: 10px;
}

#comment_list li .name {
  color:#3590c1;
  font-size: 13px;
  font-weight: 400;
}

#comment_list li .datetime {
  color:#333;
  font-size: 13px;
  font-weight: 400;
}

#comment_list li.out img.avatar {
  float: right;
  margin-left: 10px;
}

#comment_list li .message {
  display: block;
  padding: 5px;
  position: relative;
}

#comment_list li.in .message {
  text-align: left;
  border-left: 2px solid #35aa47;
  margin-left: 65px;
  background: #fafafa
}

#comment_list li.in .message .arrow {
  display: block;
  position: absolute;
  top: 5px;
  left: -8px;
  width: 0;
  height: 0;

  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #35aa47;
}

#comment_list li.out .message .arrow {
  display: block;
  position: absolute;
  top: 5px;
  right: -8px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #da4a38;
}

#comment_list li.out .message {
  border-right: 2px solid #da4a38;
  margin-right: 65px;
  background: #fafafa;
  text-align: right;
}

#comment_list li.out .name,
#comment_list li.out .datetime  {
  text-align: right;
}

#comment_list li .message .body {
  display: block;
}

#add_comment {
  margin-top: 15px;
  padding: 10px;
  background-color: #e9eff3;
  overflow: hidden;
  display: block;
  clear: both;
}

.chat-form .input-cont {
  margin-right: 40px;
}

.chat-form .input-cont .form-control {
  width: 100% !important;
  margin-bottom: 0px;
}

.chat-form .input-cont input{
  border: 1px solid #ddd;
  width: 100%  !important;
  margin-top: 0;
}

.chat-form .input-cont input {
  background-color: #fff !important;
}

.chat-form .input-cont input:focus{
  border: 1px solid #4b8df9 !important;
}

.chat-form .btn-cont {
  margin-top: -42px;
  position: relative;
  float: right;
  width:44px;
}

.chat-form .btn-cont .arrow {
  position: absolute;
  top: 17px;
  right: 43px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #4d90fe;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.chat-form .btn-cont:hover .arrow {
  border-right-color: #0362fd;
}

.chat-form .btn-cont:hover .btn {
  background-color: #0362fd;
}

.chat-form .btn-cont .btn {
  margin-top: 8px;
}



/***
Portlets
***/
.portlet  {
  clear: both;
  margin-top: 25px;
  padding: 0px;
}

.portlet > .portlet-title {
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.portlet > .portlet-title:after,
.portlet > .portlet-title:before {
  content: "";
  display: table;
  line-height: 0;
}

.portlet > .portlet-title:after {
  clear: both;
}

.portlet > .portlet-title > .caption {
  float: left;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}

.portlet > .portlet-title > .caption > i {
  float: left;
  margin-top: 4px;
  display: inline-block !important;
  font-size: 13px;
  margin-right: 5px;
  color: #666;
}

.portlet.blue > .portlet-title > .caption,
.portlet.green > .portlet-title > .caption,
.portlet.yellow > .portlet-title > .caption,
.portlet.red > .portlet-title > .caption,
.portlet.purple > .portlet-title > .caption,
.portlet.grey > .portlet-title > .caption {
  color: #fff;
}

.portlet.box.blue > .portlet-title > .caption > i,
.portlet.box.green > .portlet-title > .caption > i,
.portlet.box.grey > .portlet-title > .caption > i,
.portlet.box.yellow > .portlet-title > .caption > i,
.portlet.box.red > .portlet-title > .caption > i,
.portlet.box.purple > .portlet-title > .caption > i,
.portlet.box.light-grey > .portlet-title > .caption > i{
  color: #fff;
}

.sortable .portlet > .portlet-title {
  cursor: move;
}

.portlet > .portlet-title > .tools,
.portlet > .portlet-title > .actions
 {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-top: 6px;
  float: right;
}

.portlet > .portlet-title > .tools > a {
  display: inline-block;
  height: 16px;
  margin-left:5px;
}

.portlet > .portlet-title > .actions > .dropdown-menu i {
  color: #000 !important;
}

.portlet > .portlet-title > .tools > a.remove {
  margin-bottom: 2px;
  background-image:url(../img/portlet-remove-icon.png);
  background-repeat: no-repeat;
  width: 11px;
}

.portlet > .portlet-title > .tools > a.config {
  margin-bottom: 2px;
  background-image:url(../img/portlet-config-icon.png);
  background-repeat: no-repeat;
  width: 12px;
}

.portlet > .portlet-title > .tools > a.reload {
  margin-bottom: 2px;
  background-image:url(../img/portlet-reload-icon.png);
  width: 13px;
}

.portlet > .portlet-title > .tools > a.expand {
  margin-bottom: 2px;
  background-image:url(../img/portlet-expand-icon.png);
  width: 14px;
}

.portlet > .portlet-title > .tools > a.collapse {
  margin-bottom: 2px;
  width: 14px;
}

.portlet > .portlet-title > .tools > a:hover {
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity:.6;
  filter:'alpha(opacity=60)';
}

.portlet > .portlet-title > .actions > .btn-group {
  margin-top: -13px;
}

.portlet > .portlet-title > .actions > .btn {
//  padding: 4px 10px;
  margin-top: -14px;
}

.portlet > .portlet-title > .actions > .btn-group > .btn {
  padding: 4px 10px;
  margin-top: -1px;
}

.portlet > .portlet-title > .actions > .btn.btn-sm {
//  padding: 3px 8px;
  margin-top: -13px;
}

.portlet > .portlet-title > .actions > .btn-group > .btn-sm {
  padding: 3px 8px;
  margin-top: -1px;
}

.portlet > .portlet-title > .pagination.pagination-sm {
  float: right !important;
  display: inline-block !important;
  margin: 0px;
  margin-top: -4px;
}

@media (max-width: 767px) {
  .portlet > .portlet-title > .actions.btn-set > .btn-group,
  .portlet > .portlet-title > .actions.btn-set > .btn {
    margin-top: 0px;
    margin-bottom: 5px;
  }
}

.portlet > .portlet-body {
  clear: both;
  padding: 0;
}

.portlet > .portlet-empty {
  min-height: 125px;
}

.portlet > .portlet-body.light-blue, .portlet.light-blue {
  background-color: #bfd5fa  !important;
}

.portlet > .portlet-body.blue, .portlet.blue {
  background-color: #4b8df8 !important;
}

.portlet > .portlet-body.red, .portlet.red {
  background-color: #e02222 !important;
}

.portlet > .portlet-body.yellow, .portlet.yellow {
  background-color: #ffb848 !important;
}

.portlet > .portlet-body.green, .portlet.green {
  background-color: #35aa47 !important;
}

.portlet > .portlet-body.purple, .portlet.purple {
  background-color: #852b99 !important;
}

.portlet > .portlet-body.light-grey, .portlet.light-grey {
  background-color: #fafafa !important;
}

.portlet > .portlet-body.grey, .portlet.grey {
  background-color: #555555 !important;
}



/***
Box portlet
***/

.portlet.box {
   padding:0px !important
}

.portlet.box > .portlet-title {
   padding:8px 10px 2px 10px;
   border-bottom: 1px solid #eee;
   color: #fff !important;
}

.portlet.box > .portlet-title > .tools {
  margin-top: 3px;
}

.portlet.box > .portlet-title > .tools > a.remove,
.portlet.solid > .portlet-title > .tools > a.remove {
  background-image:url(../img/portlet-remove-icon-white.png);
}

.portlet.box > .portlet-title > .tools > a.config,
.portlet.solid > .portlet-title > .tools > a.config {
  background-image:url(../img/portlet-config-icon-white.png);
}

.portlet.box > .portlet-title > .tools > a.reload,
.portlet.solid > .portlet-title > .tools > a.reload {
  background-image:url(../img/portlet-reload-icon-white.png);
}

.portlet.box > .portlet-title > .tools > a.expand:before,
.portlet.solid > .portlet-title > .tools > a.expand:before {
  font-family: 'FontAwesome';
    content: '\f077';
    color: white;
}

.portlet.box > .portlet-title > .tools > a.collapse:before,
.portlet.solid > .portlet-title > .tools > a.collapse:before {
   font-family: 'FontAwesome';
   content: '\f078';
   color: white;
}

/* portlet buttons */
.portlet.box > .portlet-body {
  background-color: #fff;
  padding: 10px;
}

.portlet.box > .portlet-title {
  margin-bottom: 0px;
}

.portlet.box.blue > .portlet-title {
  background-color: #4b8df8;
}

.portlet.box.blue {
   border: 1px solid #b4cef8;
   border-top: 0;
}

.portlet.box.red > .portlet-title {
  background-color: #e02222;
}

.portlet.box.red {
   border: 1px solid #ef8476;
   border-top: 0;
}

.portlet.box.yellow > .portlet-title {
  background-color: #ffb848;
}

.portlet.box.yellow {
   border: 1px solid #fccb7e;
   border-top: 0;
}

.portlet.box.green > .portlet-title {
  background-color: #35aa47;
}

.portlet.box.green {
   border: 1px solid #77e588;
   border-top: 0;
}

.portlet.box.purple > .portlet-title {
  background-color: #852b99;
}

.portlet.box.purple {
   border: 1px solid #af5cc1;
   border-top: 0;
}

.portlet.box.grey > .portlet-title {
  background-color: #555555;
}

.portlet.box.grey {
   border: 1px solid #9d9c9c;
   border-top: 0;
}

.portlet.box.light-grey > .portlet-title {
  background-color: #aaa;
}

.portlet.box.light-grey {
   border: 1px solid #bbb;
   border-top: 0;
}


body { font-size: 13px; }
.breadcrumb { margin-bottom: 25px; }

.page-container .sidebar-user-info {
    padding: 25px 20px;
}
.page-container .sidebar-menu .sidebar-user-info .sui-normal img {
    max-width: 90px;
}

.page-container .sidebar-menu .sidebar-user-info .user-link img + span, .page-container .sidebar-menu .sidebar-user-info .user-link img + strong {
    padding-top: 20px;
}

.page-container.sidebar-collapsed .sidebar-user-info .sui-normal img {
    max-width: 55px;
}

#total.danger {color: red;}

.page-container.sidebar-collapsed .sidebar-menu #main-menu > li > a span.badge {
right: 20px;
}

.page-container.sidebar-collapsed .sidebar-menu #main-menu > li.has-sub:hover a span.badge:empty, .page-container.sidebar-collapsed .sidebar-menu #main-menu > li:hover a span.badge:empty {display: none;}
.page-container.sidebar-collapsed #system-switcher {display: none;}

.page-container .sidebar-menu #main-menu li ul > li.divider { padding: 1px 0; background: #2B303A;}

#taskList tbody td, #taskList tfoot td {vertical-align: middle;}
#taskList td.sum {font-weight: bold;}

body.DTTT_Print .page-container {padding-left:0;}
.page-container .sidebar-menu .sidebar-user-info {padding: 25px 25px;}
.page-container.sidebar-collapsed .sidebar-user-info { padding: 13.63636364px 5px; }

.panel-group.joined > .panel > .panel-heading.bg-success {background: #bdedbc;}
.panel-group.joined > .panel > .panel-heading + .panel-collapse {background:#fff;}
#reviewForm .btn-white:hover, #reviewForm .btn-white:focus, #reviewForm .btn-white:active, #reviewForm .btn-white.active, #reviewForm .open .dropdown-toggle.btn-white {
    color:#2c7ea1;
    background:#c5e8f7;
    border-color:#a6e8f3;
}


.slick-single ul {margin: 2em 0; padding: 0; list-style: none; position: relative; z-index: 10;}
.slick-single li {padding-left: 3em;}

.slick-prev, .slick-next {background: lightgreen; border-radius: 50%;}
.slick-prev { left: -25px; }
.slick-prev:before {   font-family: 'FontAwesome';
  content: '\f107';
}

.slick-next { right: -25px; }
.slick-next:before {   font-family: 'FontAwesome';
  content: '\f107';
}

.slick-slider {margin:0; margin-bottom: 0;}

input[type="radio"] {
    display:none;
}

input[type="radio"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 1em 0 0;
    vertical-align:middle;
    cursor:pointer;
}
input[type="radio"] + label  {cursor:pointer;}

input[type="radio"]:checked + label span {
}

.progress-striped .progress-bar-success {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 89%, rgba(0, 0, 0, 0) 91%, rgba(0, 0, 0, 0.2)), linear-gradient(to right, #007d3d, #50f6a1);
    background-size: auto;
}

.slick-single .number {color: #ddd; position: absolute; right: 0.3em; bottom: 0em; font-size: 5em; z-index: 1;}

.ms-container .ms-selectable {
    width:50%;
}
.ms-container .ms-selection {float: none;}
.ms-container .ms-list {
    width: auto;
    min-height: 250px;
}

.ms-container .ms-selection {
    background-color: #bdedbc; overflow: hidden;
}
.ms-container .ms-list > li span {white-space: initial;overflow: visible;}

.page-body .select2-container .select2-choice {
  height: 28px;
  line-height: 28px;
}
.page-body .select2-container .select2-choice .select2-arrow {
    width: 30px;
}
.page-body .select2-drop .select2-search { display: none; }
.page-body .select2-drop.username .select2-search { display: block; }

.slick-single .panel-success {padding: 2em;}
.slick-single h4 b {display: table-row;}
.slick-single h4 b span {display: table-cell;}

@media (max-width: 767px) {
    .sidebar-user-info {display: none;}
    .slick-single .panel, .slick-single .panel-success {border: 0; padding:0; margin: 0;}
}

.slick-single .badge-slide {min-height: 25px; min-width: 25px; padding: 7px 0; margin: 0 12px 10px 0; border-radius: 12px; cursor: pointer; vertical-align: middle; text-align: center;}

.yadcf-filter {padding-left: 0; padding-right: 0; }
.yadcf-filter-wrapper {margin-left: 0;}

.text-muted.text-danger {color: #ff9999;}

@media print {
    .breadcrumb {display: none;}
}

table blockquote {margin:0; padding: 4px;}
table blockquote.blockquote-danger, table blockquote.blockquote-purple, table blockquote.blockquote-danger, table blockquote.blockquote-warning, table blockquote.blockquote-success {
    padding: 3px;
}

.portlet.admin_tools > .portlet-title{
  border-bottom-color: #CC2424;
}

div.dataTables_processing {
    position: fixed !important;
    width: 30%;
    margin-left: -13%;
    margin-top: -8px;
    padding: 0 0 0 0;
    background: white;
    background-image: url(../images/loader-2.gif);
    background-repeat: no-repeat;
    background-position-x: 20px;
    background-position-y: center;
    border: 3px solid #999;
    border-radius: 6px;
    top: 10%;
}

.help-block {color: #999999;}
.help-block:hover {color: #555555;}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal .has-spinner {
  text-align: center;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}
  
.select2-hidden-accessible {
  display: none !important; 
  visibility: hidden !important;
}
