.logContainer {
	position: fixed;
    left: 33%;
    width: 36%;
    top: 3%;
    z-index: 999999;
}
.dn{
	display: none;
}
.nav-stacked>li.active>a, .nav-stacked>li.active>a:hover{
	border-left-color: #605ca8;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{
	color: #444;
    background: #f7f7f7;
}
.profile-user-img{
	height:100px;
}
.dataTables_wrapper.form-inline tfoot .form-control{
	display: block;
	width: 100%;
}
.dataTable tfoot:first-of-type {
    display: table-row-group;
}
.box-body.box-profile{
	padding-top: 20px;
}
label{
	font-weight: normal;
}
.box-profile .edit-profile{
	position: absolute;
    top: 10px;
}

/*mail inbox*/

.mail-box {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.mail-box aside {
    display: table-cell;
    float: none;
    height: 100%;
    padding: 0;
    vertical-align: top;
}

.mail-box .sm-side {
    width: 20%;
    background: #f9fafc;
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
	border-top: 3px solid #605ca8;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.mail-box .lg-side {
    width: 75%;
    background: #fff;
    border-radius: 0px 4px 4px 0;
    -webkit-border-radius: 0px 4px 4px 0;
}

.user-head .inbox-avatar {
    width: 65px;
    float: left;
}

.user-head .inbox-avatar img {
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.user-head .user-name {
    display: inline-block;
    margin:0 0 0 10px;
}

.user-head .user-name h5 {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 0;
    font-weight: 300;
}
.user-head .user-name h5 a {
    color: #fff;
}

.user-head .user-name span a {
    font-size: 12px;
    color: #87e2e7;
}

a.mail-dropdown {
    background: #80d3d9;
    padding:3px 5px;
    font-size: 10px;
    color: #01a7b3;
    border-radius: 2px;
    margin-top: 20px;
}

.inbox-body {
    padding: 20px;
}

.btn-compose {
    background: #ff6c60;
    padding: 12px 0;
    text-align: center;
    width: 100%;
    color: #fff;
}
.btn-compose:hover {
    background: #f5675c;
    color: #fff;
}

ul.inbox-nav  {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.inbox-divider {
    border-bottom: 1px solid #d5d8df;
}

ul.inbox-nav li {
    display: inline-block;
    line-height: 45px;
    width: 100%;
}

ul.inbox-nav li a  {
    color: #6a6a6a;
    line-height: 45px;
    width: 100%;
    display: inline-block;
    padding: 0 20px;
}

ul.inbox-nav li a:hover, ul.inbox-nav li.active a, ul.inbox-nav li a:focus  {
    color: #6a6a6a;
    background: #d5d7de;
}

ul.inbox-nav li a i {
    padding-right: 10px;
    font-size: 16px;
    color: #6a6a6a;
}

ul.inbox-nav li a span.label {
    margin-top: 13px;
}

ul.labels-info li h4 {
    padding-left:15px;
    padding-right:15px;
    padding-top: 5px;
    color: #5c5c5e;
    font-size: 13px;
    text-transform: uppercase;
}

ul.labels-info li  {
    margin: 0;
}

ul.labels-info li a {
    color: #6a6a6a;
    border-radius: 0;
}
ul.labels-info li a:active, ul.labels-info li a:focus {
    background: #f9fafc!important;
}
ul.labels-info li a i {
    padding-right: 10px;
}

.nav.nav-pills.nav-stacked.labels-info p {
    margin-bottom: 0;
    padding: 0 22px;
    color: #9d9f9e;
    font-size: 11px;
}

.inbox-head  h3 {
    margin: 0;
    display: inline-block;
    padding-top: 6px;
    font-weight: 300;
}

.inbox-head  .sr-input {
    height: 40px;
    border: none;
    box-shadow: none;
    padding: 0 10px;
    float: left;
    border-radius: 4px 0 0 4px;
    color: #8a8a8a;
}
.inbox-head  .sr-btn {
    height: 40px;
    border: none;
    background: #00a6b2;
    color: #fff;
    padding: 0 20px;
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
}

.table-inbox {
    border: 1px solid #d3d3d3;
    margin-bottom: 0;
}

.table-inbox tr td{
    padding: 12px !important;
}

.table-inbox tr td:hover{
    cursor: pointer;
}

.table-inbox tr td .icon-star.inbox-started ,.table-inbox tr td .icon-star:hover{
    color: #f78a09;
}

.table-inbox tr td .icon-star{
    color: #d5d5d5;
}

.table-inbox tr.unread td {
    font-weight: 600;
    background: #f7f7f7;
}

ul.inbox-pagination  {
    float: right;
}

ul.inbox-pagination li {
    float: left;
}

.mail-option {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}

.mail-option .chk-all, .mail-option .btn-group {
    margin-right: 5px;
}

.mail-option .chk-all, .mail-option .btn-group a.btn {
    border: 1px solid #e7e7e7;
    padding: 5px 10px;
    display: inline-block;
    background: #fcfcfc;
    color: #afafaf;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
}
.inbox-pagination a.np-btn  {
    border: 1px solid #e7e7e7;
    padding: 5px 15px;
    display: inline-block;
    background: #fcfcfc;
    color: #afafaf;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
}

.mail-option .chk-all input[type=checkbox] {
    margin-top: 0;
}

.mail-option .btn-group a.all {
    padding: 0;
    border: none;
}

.inbox-pagination a.np-btn {
    margin-left: 5px;
}

.inbox-pagination li span {
    display: inline-block;
    margin-top: 7px;
    margin-right: 5px;
}

.fileinput-button {
    border: 1px solid #e6e6e6;
    background: #eeeeee;
}

.inbox-body .modal .modal-body input, .inbox-body .modal .modal-body textarea{
    border: 1px solid #e6e6e6;
    box-shadow: none;
}

.btn-send, .btn-send:hover {
    background: #00A8B3;
    color: #fff;
}

.btn-send:hover {
    background: #009da7;
}
ul.labels-info li a.active {
	border-left-color: #605ca8;
    background: #f4f4f4!important;
}
@media (max-width: 768px){
	.mail-box aside {
		display: block;
	}
	.mail-box .sm-side, .mail-box .lg-side {
		width: 100%;
	}
}
.twitter-typeahead{
	width: 100%;
}
/* TYPEAHEAD */
.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 422px;
  margin-top: 4px;
  padding: 4px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  line-height: 24px;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #605ca8;
}

.tt-suggestion p {
  margin: 0;
}
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
	margin-bottom: 0;
}
.twitter-typeahead{
	display:block!important;
}
.tt-hint {	
	display: block;
	width: 100%;
	height: 38px;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #999;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	      transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.tt-dropdown-menu {
	top:34px!important;
	width: 100%;
	position:relative;
	cursor: pointer;
	min-width: 160px;
	margin-top: 2px;
	padding: 5px 0;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;

}
.tt-suggestion {
	display: block;
	padding: 3px 20px;
}
.tt-suggestion.tt-is-under-cursor {
	color: #fff;
	background-color: #428bca;
}
.tt-suggestion.tt-is-under-cursor a {
	color: #fff;
}
.tt-suggestion p {
	margin: 0;
}
.file-drag-handle.drag-handle-init{
	display: none;
}
.datepicker th.clear{
	display: none!important;
}
.datepicker-inline,.datepicker-inline table.table-condensed{
	width: 100%!important;
}
ul.calendar .edit-calendar{
	position: absolute;
    right: 9px;
    top: 11px;
    cursor: pointer;
    width: 35px;
    height: 20px;
}
ul.calendar .edit-calendar i:first-of-type{
	margin-right: 5px;
}
.calendar.box-body{
	padding: 0;
}
.fc-event, .fc-event-dot{
	background-color: #605ca8!important;
	border-color: #605ca8!important;
}
.content .nav>li>a{
	padding: 7px 15px!important;
}
hr.in-row{
	margin-left: -15px;
	margin-right: -15px;
}
.chat .item>.online {
    border: 2px solid #605ca8;
}
.margin-bottom{
	margin-bottom: 15px;
}
.form-inline .form-group{
	margin-right: 15px;
}
p.message .comment{
	margin-left: 55px;
    margin-top: -14px;
}
.chat .item>.attachment{
	margin-left: 53px;
	margin-right: 0;
    margin-bottom: 3px;
    margin-top: 3px;
	background: #f9f9f9;
	border: 1px solid #999;
}
.chat .item>.attachment a{
	color: #333;
	display: block;
}
.chat .item>.attachment a i{
	font-size: 22px;
    margin-right: 5px;
}
small small{
	font-size: 95%;
}
.chat .item{
	padding: 10px;
    background: #f9f9f9;
}
small.internal_note{
	margin-left: 3px;
}
.chat .item.internal_note{
	background: #eee;
}
.chat{
	padding: 0;
}
.form-control[disabled], fieldset[disabled] .form-control {
    cursor: default;
}
input::-webkit-calendar-picker-indicator {
  opacity: 100;
}
th.no-sort{
	min-width: 50px!important;
}
.icheckbox_square-purple, .iradio_square-purple{
	margin-right: 5px!important;
}
.bootstrap-tagsinput .twitter-typeahead{
	display: initial!important;
}
.bootstrap-tagsinput .tag{
	background-color: #605ca8;
}
.bootstrap-tagsinput .tt-hint{
    height: 18px;
}
.datepicker{
	border-radius: 0!important;
}
.form-inline .file-input.file-input-new, .form-inline .file-input{
	float: right;
    margin-right: 15px;
    margin-left: 4px;
}
.file-input .close{
	display: none
}
.colorpicker{
	border-radius: 0!important;
	padding: 6px 12px!important;
}
.nav-stacked>li.exclude>a .fa, .nav-stacked>li.active>a:hover .fa{
	color: #ecf0f5!important;
}
select[multiple]{
	min-height: 150px;
}
.fc-event.ticket:hover{
	cursor: pointer;
}