body {
    background-color: #514F84; background-image: url("../img/back.png"); background-repeat: no-repeat;
    /*margin-top: 50px;*/
}
.paddingZero { padding: 0 !important;}
.marginZero { margin: 0 !important;}
.paddingBottom20 { padding-bottom: 20px; }
.marginTop10 { margin-top: 10px; }
.defaultPadding{ padding: 27px 24px; }
.hidden{ display: none; }
/*Start cs ajax loader */
.cs-loader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 9999;
  display: none;
}

.cs-loader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.cs-loader-inner label {
  display: none;
}

.cs-loader-inner::after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border: 4px solid #d1d5db;
  border-top-color: #514F84;
  border-radius: 50%;
  animation: cs-spin 0.7s linear infinite;
}

@keyframes cs-spin {
  to { transform: rotate(360deg); }
}

@keyframes lol {
  0% {
    opacity: 0;
    transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    transform: translateX(0px);
  }
  66% {
    opacity: 1;
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(300px);
  }
}

@-webkit-keyframes lol {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  66% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(300px);
  }
}

.cs-loader-inner label:nth-child(6) {
  -webkit-animation: lol 3s infinite ease-in-out;
  animation: lol 3s infinite ease-in-out;
}

.cs-loader-inner label:nth-child(5) {
  -webkit-animation: lol 3s 100ms infinite ease-in-out;
  animation: lol 3s 100ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(4) {
  -webkit-animation: lol 3s 200ms infinite ease-in-out;
  animation: lol 3s 200ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(3) {
  -webkit-animation: lol 3s 300ms infinite ease-in-out;
  animation: lol 3s 300ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(2) {
  -webkit-animation: lol 3s 400ms infinite ease-in-out;
  animation: lol 3s 400ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(1) {
  -webkit-animation: lol 3s 500ms infinite ease-in-out;
  animation: lol 3s 500ms infinite ease-in-out;
}
/* End cs loader */
/* Old CSS code starts */
#map { height: 300px; }
.page-wrapper{ min-height: 600px; padding: 15px 10px 20px; width: 82%; float: right;}
.site-error{
  background: #FFFFFF;
  margin-top: 10px;
  padding: 20px 15px;
  border-radius: 10px;
}
.dashboard{ 
  padding: 30px 15px; 
}
.dashboard .card{
  font-size: .875rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  border: 0;
  margin-bottom: 30px;
  margin-top: 30px;
  border-radius: 6px;
  color: #333;
  background: #fff;
  width: 100%;
  /*box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);*/
  box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);

}
.dashboard .card .card-header {
    border-bottom: none;
    background: 0 0;
    z-index: 3!important;
}
.dashboard .card-stats .card-header.card-header-icon, .card-stats .card-header.card-header-text {
    text-align: right;
}
.dashboard .card-stats .card-header.card-header-icon i {
    font-size: 36px;
    line-height: 56px;
    width: 56px;
    height: 56px;
    text-align: center;
}
.dashboard .card [class*=card-header-] {
    margin: 0 15px;
    padding: 0;
    position: relative;
}
.dashboard .card [class*=card-header-]{
  color: #fff;
}
.dashboard .card [class*=card-header-] .card-icon, .dashboard .card [class*=card-header-] .card-text{
    border-radius: 3px;
    background-color: #999;
    padding: 15px;
    margin-top: -20px;
    margin-right: 15px;
    float: left;
}

.dashboard .card .card-header-warning .card-icon, .card .card-header-warning .card-text, .dashboard .card .card-header-warning:not(.card-header-icon):not(.card-header-text), .dashboard .card.bg-warning, .dashboard .card.card-rotate.bg-warning .back, .dashboard .card.card-rotate.bg-warning .front {
    background: linear-gradient(60deg,#ffa726,#fb8c00);
}
.dashboard .card .card-header-warning .card-icon, .card .card-header-warning .card-text, .dashboard .card .card-header-warning:not(.card-header-icon):not(.card-header-text) {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(255,152,0,.4);
}
.dashboard .card .card-header-success .card-icon, .dashboard .card .card-header-success .card-text, .dashboard .card .card-header-success:not(.card-header-icon):not(.card-header-text), .dashboard .card.bg-success, .card.card-rotate.bg-success .back, .card.card-rotate.bg-success .front {
    background: linear-gradient(60deg,#66bb6a,#43a047);
}
.dashboard .card .card-header-success .card-icon, .dashboard .card .card-header-success .card-text, .dashboard .card .card-header-success:not(.card-header-icon):not(.card-header-text) {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(76,175,80,.4);
}
.dashboard .card .card-header-danger .card-icon, .dashboard .card .card-header-danger .card-text, .dashboard .card .card-header-danger:not(.card-header-icon):not(.card-header-text), .dashboard .card.bg-danger, .dashboard .card.card-rotate.bg-danger .back, .dashboard .card.card-rotate.bg-danger .front {
    background: linear-gradient(60deg,#ef5350,#e53935);
}
.dashboard .card .card-header-danger .card-icon, .dashboard .card .card-header-danger .card-text, .dashboard .card .card-header-danger:not(.card-header-icon):not(.card-header-text) {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(244,67,54,.4);
}
.dashboard .card .card-header-info .card-icon, .dashboard .card .card-header-info .card-text, .dashboard .card .card-header-info:not(.card-header-icon):not(.card-header-text), .dashboard .card.bg-info, .dashboard .card.card-rotate.bg-info .back, .dashboard .card.card-rotate.bg-info .front {
    background: linear-gradient(60deg,#26c6da,#00acc1);
}
.dashboard .card .card-header-info .card-icon, .dashboard .card .card-header-info .card-text, .dashboard .card .card-header-info:not(.card-header-icon):not(.card-header-text) {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(0,188,212,.4);
}
.card-stats .card-header .card-category:not([class*=text-]) {
    color: #999;
    font-size: 14px;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-weight: 300;
    line-height: 1.5em;
}
.dashboard .card-stats .card-header.card-header-icon .card-category, .dashboard .card-stats .card-header.card-header-icon .card-title, .dashboard .card-stats .card-header.card-header-text .card-category, .dashboard .card-stats .card-header.card-header-text .card-title {
    margin: 0;
}
.dashboard .card-stats .card-header .card-icon+.card-category, .dashboard .card-stats .card-header .card-icon+.card-title {
    padding-top: 10px;
}
.dashboard h3.card-title {
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 25px;
    line-height: 1.4em;
    
}
.dashboard .card-title{
  text-decoration: none;
}
.dashboard .card .card-header.card-header-icon .card-title{
  color: #3c4858;
}
.dashboard .card-stats .card-header.card-header-icon .card-title{
  margin: 0 0 5px;
}
.dashboard .card-title .small, .dashboard .card-title small {
    font-size: 80%;
    font-weight: 400;
    color: #3c4858;
}

.dashboard .card .card-footer {
    /*display: flex;*/
    align-items: center;
    background-color: transparent;
    border: 0;
}
.dashboard .card .card-body+.card-footer, .dashboard .card .card-footer {
    padding: 10px 0 0;
    margin: 0 15px 10px;
    border-radius: 0;
    justify-content: space-between;
    align-items: center;
}
.dashboard .card-stats .card-header+.card-footer {
    border-top: 1px solid #eee;
    margin-top: 14px;
}
.dashboard .card .card-footer .stats {
    display: inline-flex;
    text-align: right;
}
.dashboard .card .card-body+.card-footer .stats, .dashboard .card .card-footer .stats {
    color: #999;
    font-size: 12px;
    line-height: 22px;
}

.dashboard .card .card-footer .stats .material-icons {
    margin-right: 3px;
    margin-left: 3px;
}

.dashboard .card .card-body+.card-footer .stats .material-icons, .dashboard .card .card-footer .stats .material-icons {
    position: relative;
    top: 4px;
    font-size: 16px;
}

.dashboard .card .card-footer a {
    text-decoration: none;
    background-color: transparent;
    color: #999;
}
.dashboard .card-table {
    margin-top: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.05);
    border-radius: .375rem;
}
.card-profile-image img, .dashboard .card-table.shadow {
    box-shadow: 0 0 2rem 0 rgba(136,152,170,.15)!important;
}
.dashboard .card-table .card-header {
    padding: 20px 24px;
    margin-bottom: 0;
    background-color: #fff;
    /*border-bottom: 1px solid rgba(0,0,0,.05);*/
    border: 0!important;
}
.dashboard .card-table .card-header:first-child {
    border-radius: calc(.375rem - 1px) calc(.375rem - 1px) 0 0;
}
.dashboard .card-table .card-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.dashboard .card-table .col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.dashboard .card-table .card-header h3{
    font-size: 20px;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.5;
    color: #32325d;
    margin: 0;
}
.align-items-center {
    align-items: center!important;
}
.dashboard .table td, .dashboard .table th {
    padding: 1rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef;
}
.dashboard .table th {
    font-weight: 600;
    text-align: inherit;
}
.dashboard .table td, .dashboard .table th {
    font-size: 13px;
    font-family: Open Sans,sans-serif;
    white-space: nowrap;
}
.dashboard .table-flush td, .dashboard .table-flush th {
    border-left: 0;
    border-right: 0;
}
.dashboard .table thead th {
    vertical-align: bottom;
    padding: 12px 24px;
    font-size: 11px;
    font-family: Open Sans,sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #e9ecef;
}
.dashboard .table.align-items-center td, .dashboard .table.align-items-center th {
    vertical-align: middle;
}
.dashboard .table .thead-light th {
    border-color: #e9ecef;
    background-color: #f6f9fc;
    color: #8898aa;
}
.dashboard .card-table .table td, .dashboard .card-table .table th {
    padding: 16px 24px;
}
.dashboard .card-table .table {
    margin-bottom: 0;
}
.dashboard .table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
.dashboard .table-flush tbody tr:first-child td, .table-flush tbody tr:first-child th {
    border-top: 0;
}

.upper_chart .dashboard-no-data { display: block; text-align: center; font-size: 14px; }
.upper_chart .dashboard-no-data-span { margin-bottom: 10px; display: block; }


.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}
.info h4 {
	font-size: 17px;
    margin: 0 0 5px;
    color: #777;
}
.legend {
    line-height: 18px;
    color: #555;
}
.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}
.pulsemarker{
	float: left;
    margin-right: 8px;
	position: relative;
}
#pulse-graph{
	min-height: 400px;
}
.clear{clear: both;}



#wrap {
    
}

#wrap a.list-group-item{
	border-radius: 0;
	/*background-color: #222;*/
	color: #000;

}
a.list-group-item{
	padding-top: 10px;
	padding-bottom: 10px;
}
a.list-group-item.active, a.list-group-item:hover{
    background-color: #337ab7;
    border-color: #337ab7;   
    z-index: 2;
	
}

.submenu a.list-group-item{
	padding: 10px 15px;
}

.submenu a.list-group-item:hover, .submenu a.list-group-item:active, .submenu a.list-group-item.active, .submenu a.list-group-item.active:hover, .submenu a.list-group-item.active:active {
    background: none repeat scroll 0 0 #44b5f6;
    border-color: #44b5f6;
    border-radius: 0;
    color: #fff;
}

#wrap a.list-group-item.active, #wrap a.list-group-item:hover{
	color: #fff;
}

.label-check label { display: block;}
.modalgoback{ float: right; padding: 10px 15px;}

.label-check label { display: block;}
.modalgoback{ float: right; padding: 10px 15px;}
.panel-primary>.panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-green {
  border-color: #5cb85c;
}
.panel-green>.panel-heading {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.panel-yellow {
  border-color: #f0ad4e;
}
.panel-yellow>.panel-heading {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.panel-red {
  border-color: #d9534f;
}
.panel-red>.panel-heading {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.huge {
  font-size: 30px;
}
.bold{
	font-weight: bold;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    padding-top: 4.5%;
}
.select2-container{
  /*padding-bottom: 2px;*/
}
.content-wrapper .select2-container--krajee .select2-selection--single, #main .select2-container--krajee .select2-selection--single{ 
    padding: .75rem 0.95rem;
    height: 3.023rem;
}
.hiden, span[contenteditable].hiden{
  display: none;
}

.nav-pills > li.active > a:focus {
    background-color: inherit !important;
    color: inherit !important;
}
.skin-purple-gradient .main-header .navbar .main-title-head{
    width: 400px;
}

div.invoice-form *{
  /*vertical-align: top;*/
}
table.inventory .invoice-line-name-input{
  border-spacing: 0;
}

div.invoice-form .expense-select-input{
  margin-bottom: 15px;
}
/*.invoice-form *[contenteditable]:hover, .invoice-cname:hover,.invoice-form *[contenteditable]:focus, td:hover *[contenteditable], td:focus *[contenteditable], img.hover { background: #DEF; box-shadow: 0 0 1em 0.5em #DEF; }*/
div.invoice-form .no-form-control{
  line-height: inherit;
  padding: 0;
  box-shadow: inherit;
  font-size: inherit;
  height: inherit;
  color: inherit;
}
span[contenteditable] { 
  display: inline-block; 
}
div.invoice-form address input{
  margin-bottom: 5px;
}
div.invoice-form .add, div.invoice-form .addextra {
    font-size: 0.8em;
    left: 2px;
    position: relative;
    text-decoration: none;
}
div.invoice-form .addextra {
  font-size: 11px;
  top: 0;
  margin-right: 10px;
  padding: 8px 20px;
  background: #575490;
  color: #FFF;
  border-radius: 3px;
  cursor: pointer;
}
div.invoice-form address p, div.invoice-view address p {
  margin: 0 0 5px;
}
div.invoice-form .cutExtra {
    /*opacity: 0.7; */
    position: absolute; 
    top: 0.15em; 
    color: #C0C0C0;
    font-size: 18px;
    cursor: pointer;
    /*left: -2.8em;*/
}

div.invoice-form .cut{
  color: #C0C0C0;
  font-size: 18px;
}

div.invoice-form .drag, div.invoice-form .sortable-handle{
    text-decoration: none;
}

div.invoice-form .drag img, div.invoice-form .sortable-handle img{
    width: 20px;
    opacity: 0.5;
}

div.invoice-form .drag img:hover{
    opacity: 0.8;
}

div.invoice-form .sortable-handle img:hover{
    cursor: move;
    opacity: 0.8;
}

div.invoice-form .cutExtra {
  right: -1.5em;
}

/*div.invoice-form .taxType:hover {
    cursor: pointer;
    text-decoration: line-through;
}*/

div.invoice-form .changeExtra {
    font-size: 11px;
    padding: 0.35em 0.5em;
    position: absolute;
    left: -2.4em;
    text-align: right;
    top: -0.1em;
}
div.invoice-form .changeExtra:hover {
  text-decoration: line-through;
}
div.invoice-form .cutExtra:hover  {
    font-size: 18px;
    color: #666666; 
}
div.invoice-form .cut:hover{
  color: #666666;
}
div.invoice-form .add, div.invoice-form .cutExtra{
    padding: 0.25em 0.5em;
}
div.invoice-form .cut{
  padding: 0.25em 0.23em;
}
div.invoice-form .add_item, div.split-invoice-form .add_item{
  color: #9B9B9B;
  font-size: 12px;
  border: 1px solid #EEEEEE;
  background-color: #F8F8F8;
  border-radius: 3px;
  padding: 9px 10px;
  margin-left: 41px;
  display: inline-block;
  cursor: pointer;
}

div.scope-document-form .add_scope_item{
  color: #9B9B9B;
  font-size: 12px;
  border: 1px solid #EEEEEE;
  background-color: #F8F8F8;
  border-radius: 3px;
  padding: 9px 10px;
  margin-left: 41px;
  display: inline-block;
  cursor: pointer;
}

div.split-invoice-form .split{
  margin-left: 0px;
  margin-top: 10px;
}

div.invoice-form .invoice_line_input{
  /*border: 0 none;*/
  border-color: #DDD;
}
div.invoice-form .balance .flat{
  text-decoration: line-through;
}

div.invoice-form .balance .shipping, div.invoice-form .balance .discount, div.invoice-form .balance .tax{
  /*display: none;*/
}
div.invoice-form .current_currency{
  display: inline-block;
}
div.invoices .inventory_label tr th{
  background-color: #575490;
}
div.splitLineItem {
    padding: 0 12px;
}
div.splitLineItem .add_nmp{
  margin-bottom: 15px;
}

div.splitLineItem .add_nmp .remove_item {
    color: #C0C0C0;
    font-size: 18px;
    padding: 7px 3px 0;
    display: block;
}

div.splitLineItem .add_nmp .remove_item:hover {
    color: #666666;
}

div.splitLineItem .add_nmp .paddingTwo{
    padding: 0 2px;
}

div.splitLineItem .add_nmp .percent{
    width: 10.5%;
    text-align: left;
}


div.splitLineItem .add_nmp .splitvalue{
  text-align: right;
}

div.splitLineItem .add_nmp .closer{
    width: 6%;
}

div.splitLineItem .add_nmp .form-control{
  padding: 6px 6px;
}

div.lineItem .add_nmp .form-control{
  padding: 6px 5px;
}

div.invoice-pod{
  font: 16px/1 'Open Sans', sans-serif;
  box-sizing: border-box;
  margin: 0 auto 20px;
  overflow: hidden;
  position: relative;
  padding: 15px 20px 30px;
  width: 9in;
  background: #FFF;
  border-radius: 1px;
  box-shadow: 0 0 .9in -0.25in rgba(0, 0, 0, 0.5);
}

div.invoice-pod .inner-pod{
  background: #fff;
  
}

div.invoice-pod .inner-pod .title{
  font-size: 23px;
  font-weight: normal;
  font-family: 'Source Sans Pro',sans-serif;
}

div.invoice-pod .inner-pod .subtitle{
  font-size: 18px;
  font-weight: normal;
  font-family: 'Source Sans Pro',sans-serif;
  padding-bottom: 20px;
}

div.invoice-pod .inner-pod .inner-pod-content{
  padding: 15px 0;
}

div.invoice-pod .inner-pod .line-item{
  margin-left: 20px;
  margin-bottom: 20px;
}

div.invoice-pod .inner-pod .line-item-link{
  margin-left: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}

div.invoice-pod .inner-pod .link{
  padding-right: 15px;
}

div.modal-body .sinvoice_bottom{
  margin-bottom: 13px;
}

div#invoice-sent h3{
  text-align: center;
}

.expense-request-view{
  padding-top: 20px;
}
.view-documents{
  padding: 0px;
}
.view-documents h3{
  font-size: 18px;
}
.view-documents a{
  text-decoration: none;
  font-size: 15px;
  display: block;
  padding: 6px 0;
}
.expense-bank-detail-line{
  font-size: 15px;
  padding: 6px 0;
}
h5.expense-detail-header{
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
}
.block-space-expense{
  padding: 20px 0;
  font-size: 19px;
  font-weight: bold;
  color: #FF6347;
}
/************* Settings - Business Hours ************************/
div.biz_day_line_hrs{ border-radius: 4px; padding: 10px 15px; margin-bottom: 10px; width: 150px; background-color: #575490; color: #FFFFFF; font-size: 15px; text-align: left;}
div.biz_day_line_hrs .time_desc{ display: block; color: #DDD1FF; padding: 5px 0; text-align: left; font-size: 12px;}
div.biz_day_line_hrs .title{ text-align: left; }
div.biz_day_line_hrs .bootstrap-timepicker .form-control{ padding: 6px 7px; }
div.holidayContainer {padding: 10px 35px;}
div.holiday-list .col-md-2 { padding: 5px 5px; }
div.holiday-list .alert{ padding-top: 10px; padding-bottom: 10px; }
div.holiday-list .alert-info{ background-color: #7976C4 !important; }
div.holiday-list .alert .close { color: #FFFFFF; }
div.holiday-list .holiday_date{ display: block; color: #FFFFFF; font-size: 14px;}
div.holiday-list .holiday_name{ display: block; font-weight: bold; color: #FFFFFF; font-size: 15px;}
div.holidayContainer .addholidaytitle{ font-weight: bold; color: #575490; font-size: 15px; display: block; padding-bottom: 5px;}

@media (min-width: 768px){
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
    width: 100%;
    *width: 100%;
  }
}

@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}

/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */    
@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}
/************* Timeline ************************/
.timeline {
    list-style: outside none none;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
}
.timeline::before {
    background: #ddd none repeat scroll 0 0;
    border-radius: 2px;
    bottom: 0;
    content: "";
    left: 31px;
    margin: 0;
    position: absolute;
    top: 0;
    width: 4px;
}
.timeline > li {
    margin-bottom: 15px;
    margin-right: 0px;
    position: relative;
}
.timeline > li::before, .timeline > li::after {
    content: " ";
    display: table;
}
.timeline > li::after {
    clear: both;
}
.timeline > li > .timeline-item {
    background: #eee none repeat scroll 0 0;
    border-radius: 3px;
    border: 1px solid #EEEEEE;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    margin-left: 60px;
    margin-right: 0px;
    margin-top: 0;
    padding: 0;
    position: relative;
}
.timeline > li > .timeline-item > .time {
    color: #999;
    float: right;
    font-size: 12px;
    padding: 10px;
}
.timeline > li > .timeline-item > .timeline-header {
    border-bottom: 1px solid #f4f4f4;
    color: #4A4A4A;
    font-size: 16px;
    line-height: 1.1;
    margin: 0;
    padding: 10px;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
}
.timeline > li > .timeline-item > .timeline-header > a {
    font-weight: 600;
}
.timeline > li > .timeline-item > .timeline-body, .timeline > li > .timeline-item > .timeline-footer {
    padding: 10px;
}
.timeline > li > .fa, .timeline > li > .glyphicon, .timeline > li > .ion {
    background: #d2d6de none repeat scroll 0 0;
    border-radius: 50%;
    color: #666;
    font-size: 15px;
    height: 30px;
    left: 18px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 30px;
}
.timeline > .time-label > span {
    background-color: #fff;
    border-radius: 4px;
    display: inline-block;
    font-weight: 600;
    padding: 5px;
}
.timeline-inverse > li > .timeline-item {
    background: #f0f0f0 none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-shadow: none;
}
.timeline-inverse > li > .timeline-item > .timeline-header {
    border-bottom-color: #ddd;
}

.bg-red, .bg-yellow, .bg-aqua, .bg-blue, .bg-light-blue, .bg-green, .bg-navy, .bg-teal, .bg-olive, .bg-lime, .bg-orange, .bg-fuchsia, .bg-purple, .bg-maroon, .bg-black, .bg-red-active, .bg-yellow-active, .bg-aqua-active, .bg-blue-active, .bg-light-blue-active, .bg-green-active, .bg-navy-active, .bg-teal-active, .bg-olive-active, .bg-lime-active, .bg-orange-active, .bg-fuchsia-active, .bg-purple-active, .bg-maroon-active, .bg-black-active {
    color: #fff !important;
}
.bg-gray {
    background-color: #d2d6de !important;
    color: #000;
}
.bg-gray-light {
    background-color: #f7f7f7;
}
.bg-black {
    background-color: #111 !important;
}
.bg-red {
    background-color: #dd4b39 !important;
}
.bg-yellow {
    background-color: #f39c12 !important;
}
.bg-aqua {
    background-color: #00c0ef !important;
}
.bg-blue {
    background-color: #0073b7 !important;
}
.bg-light-blue{
    background-color: #3c8dbc !important;
}
.bg-green {
    background-color: #00a65a !important;
}
.bg-navy {
    background-color: #001f3f !important;
}
.bg-teal {
    background-color: #39cccc !important;
}
.bg-olive {
    background-color: #3d9970 !important;
}
.bg-lime {
    background-color: #01ff70 !important;
}
.bg-orange {
    background-color: #ff851b !important;
}
.bg-fuchsia {
    background-color: #f012be !important;
}
.bg-purple {
    background-color: #605ca8 !important;
}
.bg-maroon {
    background-color: #d81b60 !important;
}
.bg-gray-active {
    background-color: #b5bbc8 !important;
    color: #000;
}
.bg-black-active {
    background-color: #000 !important;
}
.bg-red-active {
    background-color: #d33724 !important;
}
.bg-yellow-active {
    background-color: #db8b0b !important;
}
.bg-aqua-active {
    background-color: #00a7d0 !important;
}
.bg-blue-active {
    background-color: #005384 !important;
}
.bg-light-blue-active {
    background-color: #357ca5 !important;
}
.bg-green-active {
    background-color: #008d4c !important;
}
.bg-navy-active {
    background-color: #001a35 !important;
}
.bg-teal-active {
    background-color: #30bbbb !important;
}
.bg-olive-active {
    background-color: #368763 !important;
}
.bg-lime-active {
    background-color: #00e765 !important;
}
.bg-orange-active {
    background-color: #ff7701 !important;
}
.bg-fuchsia-active {
    background-color: #db0ead !important;
}
.bg-purple-active {
    background-color: #555299 !important;
}
.bg-maroon-active {
    background-color: #ca195a !important;
}
.disabled[class^="bg-"] {
    opacity: 0.65;
}
.text-red {
    color: #dd4b39 !important;
}
.text-yellow {
    color: #f39c12 !important;
}
.text-aqua {
    color: #00c0ef !important;
}
.text-blue {
    color: #0073b7 !important;
}
.text-black {
    color: #111 !important;
}
.text-light-blue {
    color: #3c8dbc !important;
}
.text-green {
    color: #00a65a !important;
}
.text-gray {
    color: #d2d6de !important;
}
.text-navy {
    color: #001f3f !important;
}
.text-teal {
    color: #39cccc !important;
}
.text-olive {
    color: #3d9970 !important;
}
.text-lime {
    color: #01ff70 !important;
}
.text-orange {
    color: #ff851b !important;
}
.text-fuchsia {
    color: #f012be !important;
}
.text-purple {
    color: #605ca8 !important;
}
.text-maroon {
    color: #d81b60 !important;
}
/**************** Well *********************************/
.well{ padding: 12px; }

/**************** BOX Ticket  **************************/
.box {
    background: #eee none repeat scroll 0 0;
    border-radius: 3px;
    border-top: 3px solid #d2d6de;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}
.box-widget{
    background: #fff;
}
.box.box-primary {
    border-top-color: #3c8dbc;
}
.box.box-info {
    border-top-color: #00c0ef;
}
.box.box-danger {
    border-top-color: #dd4b39;
}
.box.box-warning {
    border-top-color: #f39c12;
}
.box.box-success {
    border-top-color: #00a65a;
}
.box.box-default {
    border-top-color: #d2d6de;
}
.box.collapsed-box .box-body, .box.collapsed-box .box-footer {
    display: none;
}
.box .nav-stacked > li {
    border-bottom: 1px solid #f4f4f4;
    margin: 0;
}
.box .nav-stacked > li:last-of-type {
    border-bottom: medium none;
}
.box.height-control .box-body {
    max-height: 300px;
    overflow: auto;
}
.box .border-right {
    border-right: 1px solid #f4f4f4;
}
.box .border-left {
    border-left: 1px solid #f4f4f4;
}
.box.box-solid {
    border-top: 0 none;
}
.box.box-solid > .box-header .btn.btn-default {
    background: transparent none repeat scroll 0 0;
}
.box.box-solid > .box-header .btn:hover, .box.box-solid > .box-header a:hover {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
}
.box.box-solid.box-default {
    border: 1px solid #d2d6de;
}
.box.box-solid.box-default > .box-header {
    background: #d2d6de none repeat scroll 0 0;
    color: #444;
}
.box.box-solid.box-default > .box-header a, .box.box-solid.box-default > .box-header .btn {
    color: #444;
}
.box.box-solid.box-primary {
    border: 1px solid #3c8dbc;
}
.box.box-solid.box-primary > .box-header {
    background: #3c8dbc none repeat scroll 0 0;
    color: #fff;
}
.box.box-solid.box-primary > .box-header a, .box.box-solid.box-primary > .box-header .btn {
    color: #fff;
}
.box.box-solid.box-info {
    border: 1px solid #00c0ef;
}
.box.box-solid.box-info > .box-header {
    background: #00c0ef none repeat scroll 0 0;
    color: #fff;
}
.box.box-solid.box-info > .box-header a, .box.box-solid.box-info > .box-header .btn {
    color: #fff;
}
.box.box-solid.box-danger {
    border: 1px solid #dd4b39;
}
.box.box-solid.box-danger > .box-header {
    background: #dd4b39 none repeat scroll 0 0;
    color: #fff;
}
.box.box-solid.box-danger > .box-header a, .box.box-solid.box-danger > .box-header .btn {
    color: #fff;
}
.box.box-solid.box-warning {
    border: 1px solid #f39c12;
}
.box.box-solid.box-warning > .box-header {
    background: #f39c12 none repeat scroll 0 0;
    color: #fff;
}
.box.box-solid.box-warning > .box-header a, .box.box-solid.box-warning > .box-header .btn {
    color: #fff;
}
.box.box-solid.box-success {
    border: 1px solid #00a65a;
}
.box.box-solid.box-success > .box-header {
    background: #00a65a none repeat scroll 0 0;
    color: #fff;
}
.box.box-solid.box-success > .box-header a, .box.box-solid.box-success > .box-header .btn {
    color: #fff;
}
.box.box-solid > .box-header > .box-tools .btn {
    border: 0 none;
    box-shadow: none;
}
.box.box-solid[class*="bg"] > .box-header {
    color: #fff;
}
.box .box-group > .box {
    margin-bottom: 5px;
}
.box .knob-label {
    color: #333;
    font-size: 12px;
    font-weight: 100;
    margin-bottom: 0.3em;
    text-align: center;
}
.box > .overlay, .overlay-wrapper > .overlay, .box > .loading-img, .overlay-wrapper > .loading-img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.box .overlay, .overlay-wrapper .overlay {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    border-radius: 3px;
    z-index: 50;
}
.box .overlay > .fa, .overlay-wrapper .overlay > .fa {
    color: #000;
    font-size: 30px;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
}
.box .overlay.dark, .overlay-wrapper .overlay.dark {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}
.box-header::before, .box-body::before, .box-footer::before, .box-header::after, .box-body::after, .box-footer::after {
    content: " ";
    display: table;
}
.box-header::after, .box-body::after, .box-footer::after {
    clear: both;
}
.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}
.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}
.collapsed-box .box-header.with-border {
    border-bottom: medium none;
}
.box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    margin: 0;
}
.box-header > .fa, .box-header > .glyphicon, .box-header > .ion {
    margin-right: 5px;
}
.box-header > .box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}
.box-header > .box-tools [data-toggle="tooltip"] {
    position: relative;
}
.box-header > .box-tools.pull-right .dropdown-menu {
    left: auto;
    right: 0;
}
.btn-box-tool {
    background: transparent none repeat scroll 0 0;
    color: #97a0b3;
    font-size: 12px;
    padding: 5px;
}
.open .btn-box-tool, .btn-box-tool:hover {
    color: #606c84;
}
.btn-box-tool.btn:active {
    box-shadow: none;
}
.box-body {
    border-radius: 0 0 3px 3px;
    padding: 10px;
}
.no-header .box-body {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.box-body > .table {
    margin-bottom: 0;
}
.box-body .fc {
    margin-top: 5px;
}
.box-body .full-width-chart {
    margin: -19px;
}
.box-body.no-padding .full-width-chart {
    margin: -9px;
}
.box-body .box-pane {
    border-radius: 0 0 0 3px;
}
.box-body .box-pane-right {
    border-radius: 0 0 3px;
}
.box-footer {
    background-color: #fff;
    border-radius: 0 0 3px 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
}
.no-padding {
    padding: 0 !important;
}

/************* End Timeline ************************/
/************* Start Direct chart ************************/
.direct-chat {
    border: 1px solid #3c8dbc;
}

.direct-chat .box-body {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    overflow-x: hidden;
    padding: 0;
    position: relative;
}
.direct-chat.chat-pane-open .direct-chat-contacts {
    transform: translate(0px, 0px);
}
.direct-chat-messages {
    height: 250px;
    overflow: auto;
    padding: 10px;
    transform: translate(0px, 0px);
}
.direct-chat-msg, .direct-chat-text {
    display: block;
}
.direct-chat-msg {
    margin-bottom: 10px;
}
.direct-chat-msg::before, .direct-chat-msg::after {
    content: " ";
    display: table;
}
.direct-chat-msg::after {
    clear: both;
}
.direct-chat-messages, .direct-chat-contacts {
    transition: transform 0.5s ease-in-out 0s;
}
.direct-chat-text {
    background: #d2d6de none repeat scroll 0 0;
    border: 1px solid #d2d6de;
    border-radius: 5px;
    color: #444;
    margin: 5px 0 0 50px;
    padding: 5px 10px;
    position: relative;
}
.direct-chat-text::after, .direct-chat-text::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent #d2d6de transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: medium;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 15px;
    width: 0;
}
.direct-chat-text::after {
    border-width: 5px;
    margin-top: -5px;
}
.direct-chat-text::before {
    border-width: 6px;
    margin-top: -6px;
}
.right .direct-chat-text {
    margin-left: 0;
    margin-right: 50px;
}
.right .direct-chat-text::after, .right .direct-chat-text::before {
    border-left-color: #d2d6de;
    border-right-color: transparent;
    left: 100%;
    right: auto;
}
.direct-chat-img {
    border-radius: 50%;
    float: left;
    height: 40px;
    width: 40px;
}
.right .direct-chat-img {
    float: right;
}
.direct-chat-info {
    display: block;
    font-size: 12px;
    margin-bottom: 2px;
}
.direct-chat-name {
    font-weight: 600;
}
.direct-chat-timestamp {
    color: #999;
}
.direct-chat-contacts-open .direct-chat-contacts {
    transform: translate(0px, 0px);
}
.direct-chat-contacts {
    background: #222d32 none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    height: 250px;
    overflow: auto;
    position: absolute;
    top: 0;
    transform: translate(101%, 0px);
    width: 100%;
}
.direct-chat-primary .right > .direct-chat-text {
    background: #3c8dbc none repeat scroll 0 0;
    border-color: #3c8dbc;
    color: #fff;
}
.direct-chat-primary .right > .direct-chat-text::after, .direct-chat-primary .right > .direct-chat-text::before {
    border-left-color: #3c8dbc;
}
.user-block::before, .user-block::after {
    content: " ";
    display: table;
}
.user-block::after {
    clear: both;
}
.user-block img {
    float: left;
    height: 40px;
    width: 40px;
}
.user-block .username, .user-block .description, .user-block .comment {
    display: block;
    margin-left: 50px;
}
.user-block .username {
    font-size: 16px;
    font-weight: 600;
}
.user-block .description {
    color: #999;
    font-size: 13px;
}
.user-block.user-block-sm .username, .user-block.user-block-sm .description, .user-block.user-block-sm .comment {
    margin-left: 40px;
}
.user-block.user-block-sm .username {
    font-size: 14px;
}
.img-sm, .img-md, .img-lg, .box-comments .box-comment img, .user-block.user-block-sm img {
    float: left;
}
.img-sm, .box-comments .box-comment img, .user-block.user-block-sm img {
    height: 30px !important;
    width: 30px !important;
}
.img-sm + .img-push {
    margin-left: 40px;
}
#facebook .box{
    /*border-left: 1px solid #d2d6de;
    border-right: 1px solid #d2d6de;
    border-bottom: 1px solid #d2d6de;*/
}
.box-comments {
    background: #f2f2f2 none repeat scroll 0 0;
}
.box-comments .box-comment {
    border-bottom: 1px solid #eee;
    padding: 8px 0;
}
.box-comments .box-comment::before, .box-comments .box-comment::after {
    content: " ";
    display: table;
}
.box-comments .box-comment::after {
    clear: both;
}
.box-comments .box-comment:last-of-type {
    border-bottom: 0 none;
}
.box-comments .box-comment:first-of-type {
    padding-top: 0;
}
.box-comments .box-comment img {
    float: left;
}
.box-comments .comment-text {
    color: #555;
    margin-left: 40px;
}
.box-comments .username {
    color: #444;
    display: block;
    font-weight: 600;
}
.box-comments .text-muted {
    font-size: 12px;
    font-weight: 400;
}
/*********** End Direct chart ************************/

/************* Social Hub *************************/
.social_gray_bg{ 
  background-color: #F9F9F9;
  border: none;
  border-radius: 7px 0 0 6px;
 }
 .social_right_gray_bg{ 
  background-color: #F9F9F9;
  border-radius: 0 6px 6px 0;
  /*border-radius: 7px 0 0 6px;*/
 }
.tweetbox-container {
  margin: 0px 15px 15px 0px;
}

.tweetfeed-container{
    margin: 0px;
    padding: 15px;
}

.social_tab .panel-title{
    font-size: 14px;
}

.tweetfeed {
  background-color: rgb(240, 247, 254);
}

.tweetbox {
  background-color: rgb(240, 247, 254);
}

.form-search-twitter{
    margin-bottom: 20px;
}
.social-panel{
    padding: 15px;
    background-color: #FFF;
    margin-bottom: 15px;
    border-radius: 3px;
    box-shadow: 0px 1px 2px 0px #B2B2B2;
}
.social-panel .social-panel-heading{
    margin-bottom: 10px;
    font-size: 11px;
}
.social-panel .social-panel-heading .username{
    color: #324D8F;
    font-size: 14px;
    font-weight: bold;
}
.social-panel .social-panel-body{
    margin-bottom: 10px;
}
.social-panel .social-panel-footer .box-comment{
    padding: 10px;
}
.btnGroup {
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.charCount {
  font-size: 14px;
  color: #FFF;
}

.errCharCount {
  margin-right: 10px;
  color: red;
}
.stylish-input-group .input-group-addon{
    background: white !important; 
}
.stylish-input-group .form-control{
    border-right:0; 
    box-shadow:0 0 0; 
    border-color:#ccc;
}
.stylish-input-group button{
    border:0;
    background:transparent;
}
.blueFont{
    color: #337ab7;
}
.social_tab {
    margin-top: 45px;
}
.marginTop20 {
    margin-top: 20px;
}
.colorRed {
    color: #d33724 !important;
}
.charCount{
    font-weight: normal;
}
.socialtab {
    border-radius: 6px 0 0 0px;
    overflow: hidden;
}
.socialtab a{
    display: block;
    padding: 15px 20px;
    color: #FFFFFF;
}
.social_logo_twitter{
    width: 18%;
    border-radius: 4px;
    background-color: #FFF;
    padding: 0px 10px;
    color: #0295F4;
    font-size: 24px;
    float: left;
}
.social_logo_facebook{
    width: 18%;
    border-radius: 4px;
    background-color: #FFF;
    padding: 0px 10px;
    color: #324D8F;
    font-size: 24px;
    text-align: right;
    float: left;
}
.social_logo_whatsapp{
    width: 18%;
    padding: 0 5px;
    color: #FFF;
    float: left;
    margin-top: -2px;
}
.social_logo_whatsapp .fa{
    font-size: 40px;
}
.label-twitter{
    background-color: #FFF;
    color: #324D8F;
    font-size: 12px;
    padding: .1em .6em .2em;
}
.label-facebook{
    background-color: #FFF;
    color: #324D8F;
    font-size: 12px;
    padding: .1em .6em .2em;
}
.label-whatsapp{
    background-color: #FFF;
    color: #324D8F;
    font-size: 12px;
    padding: .1em .6em .2em;
}
.social_pane{
    float: right;
    width: 75%;
    color: #FFF;
    font-size: 16px;
    margin-top: -6px;
}
.social_pane .socialtab_unread{
    display: block;
    font-size: 13px;
}
.socialtab a{

}
.socialtab a.twitter{
    background-color: #0295F4;
}
.socialtab a.facebook{
    background-color: #324D8F;
}
.socialtab a.whatsapp{
    background-color: #00B79B;
    padding: 13px 20px;
}
.social_postbox{
    
    padding: 5px 15px 15px;
}
.selectfiles{
    margin-top: 10px;
    margin-bottom: 10px;
}
.mediadivider{
    font-weight: bold;
    padding-top: 6px;
}
.tweetInfo{
    font-weight: bold;
    font-size: 14px;
    display: block;
    text-align: center;
}
#twitter .social_postbox{
    background-color: #0295F4;
}
#twitter .box{
    background-color: #324D8F;
    margin-bottom: 0;
    border-radius: 0;
}
#facebook .social_postbox{
    background-color: #324D8F;
}
#facebook .box{
    background-color: #0295F4;
    margin-bottom: 0;
    border-radius: 0;
}
#twitter .box .box-header, #facebook .box .box-header{
    color: #FFF;
   padding: 10px 20px;
}

#twitter .box .nav-stacked>li>a,#facebook .box .nav-stacked>li>a{
   color: #FFF;
   padding: 10px 25px;
}
#twitter .box .nav-stacked>li>a:hover, #twitter .box .nav-stacked>li>a:active, #twitter .box .nav-stacked>li>a:focus,#facebook .box .nav-stacked>li>a:hover,#facebook .box .nav-stacked>li>a:active,#facebook .box .nav-stacked>li>a:focus{
    color: #444;
}

.social-panel h3.box-title{
    margin-top: 0;
}

.social_main .btn-box-tool{
    color: #FFF;
}
.social_main .box-title{
    font-size: 14px;
    text-transform: uppercase;
    
}
.postbox_header{
    padding-bottom: 5px;
}
.postbox_title{
    color: #FFF;
    text-transform: uppercase;
}
#tweetText{ border-radius: 3px; }

.btn-yellow3 {
    display: block;
    width: 100%;
    margin-top: 15px;
    background: #FACB2E;
    color: #8E6015;
    font-size: 14px;
    text-align: center;
    padding: 8px;
}
.btn-purple-light {
    display: block;
    width: 100%;
    margin-top: 15px;
    background: #DDD1FF;
    color: #575490;
    font-size: 14px;
    text-align: center;
    padding: 8px;
}
.btn-purple-dark {
    display: block;
    width: 100%;
    margin-top: 15px;
    background: #575490;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    padding: 8px;
}
.btn-purple-dark:hover {
    color: #DDDDDD;
}
.scheduled_title{
    background-color: #3C7BC5;
    color: #FFF;
    text-transform: uppercase;
    display: block;
    padding: 10px 20px;
}
.scheduled_box{
    background-color: #4A90E2;
    padding: 10px 20px 5px;
}
.scheduled_box .scheduled_message{
    margin-bottom: 13px;
    background-color: #fff;
    border-radius: 7px;
    padding: 12px 8px;
    color: #4A4A4A;
    font-size: 12px;
}
.scheduled_message_bottom{
    font-size: 10px;
    color: #324D8F;
    margin-top: 5px;
}
.scheduled_message_bottom .fa{
    color: #4A4A4A;
    font-size: 16px;
}
.social_inner_label{
    display: block;
    margin-top: 10px;
    font-weight: bold;
}

.social_main .select2-container .select2-selection--single .select2-selection__rendered{ margin-top: 0; }

.social_main .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #e9e9e9;
}

.select2-container--krajee .select2-selection--single .select2-selection__clear { top: 0.469rem; }

/* Old CSS code ends */
#sign_base { margin: 50px auto; width: 500px;  text-align: center; font-family: 'Lato', sans-serif;}
.sign_box {margin-top: 15px; margin-bottom: 25px; padding: 30px 35px 35px; width: 100%; background: rgba(221,209,255,0.40); border-radius: 3px; text-align: left;}
.sign_box label{ text-transform: uppercase; font-size: 12px; color: #FFFFFF; letter-spacing: 0.74px; font-family: 'Muli', sans-serif;}
.sign_box input {height: 45px;}
.sign_box .select2-container--krajee .select2-selection--single {height: 45px;}
.sign_box .select2-container--krajee .select2-selection--single .select2-selection__arrow {height: 43px;}
.sign_box .select2-container--krajee .select2-selection--single .select2-selection__clear { top: 5px;}
#sign_up { }
#sign_in .checkbox input[type="checkbox"]{ margin-top: -15px; }
.sign_box_head { font-size: 22px; color: #FFFFFF; letter-spacing: 0.74px; line-height: 40px; display: block; text-align: center; margin-bottom: 15px; text-transform: uppercase;}
.sign_box .info_box { font-size: 15px; color: #FFFFFF;  display: block; text-align: center; margin-bottom: 25px;}
.no_padding { padding: 0; }
.no_margin { margin: 0; }
.sign_box_button { display: block; width: 100%; height: 45px; margin-top: 15px; background: #FACB2E; color: #3F3D70; font-size: 16px; text-transform: uppercase;}
.already_hv_acct {  display: block; padding-top: 20px;text-transform: uppercase; font-size: 16px; text-align: center; color: #FFFFFF; letter-spacing: 0; }
.already_hv_acct a{ text-decoration: none; color: #FACB2E; }
.forgot_pass { display: block; padding-top: 25px; text-align: center; text-transform: uppercase; font-size: 14px; color: #FFFFFF; letter-spacing: 0; }
.forgot_pass a{ text-decoration: none; color: #FACB2E; }
#sign_box_footer { border-top: 1px solid #625194; text-align: center; margin: 15px 40px; padding: 20px; font-size: 12px; color: #FFFFFF; letter-spacing: 0.92px; }
#company_setup { margin: 80px; }
#company_setup label { text-transform: uppercase; color: #575490; }
#company_setup .file-drop-zone-title{ color: #575490; font-size: 15px; padding: 20px 10px; }
#company_setup_logo {padding-top: 10%;}
#company_setup_content{text-align: center; font-family: 'Lato', sans-serif; }
#company_setup_content #company_setup_content label{ text-transform: uppercase; font-size: 12px; color: #FFFFFF; letter-spacing: 0; font-family: 'Muli', sans-serif;}
#company_setup_content input {height: 45px;}
.company_setup_content_form{ border-radius: 3px; text-align: left; background: #FFFFFF; margin: 20px auto; width: 485px; padding: 30px;}
#company_setup_content .head_1{ display: block; font-size: 28px; color: #FAFFFF; letter-spacing: 0.94px; line-height: 40px; }
#company_setup_content .head_2{ display: block; font-size: 16px; color: #FACB2E; letter-spacing: 0.54px; line-height: 15px; }
/* Make Select2 boxes match Bootstrap3 heights: */
#company_setup .select2-selection__rendered {
  line-height: 34px !important;
}

#company_setup .select2-selection {
  height: 45px !important;
}
#company_setup .select2-selection__arrow {
    height: 43px !important;
}
.content-inner .before_table{
    padding-bottom: 15px;
}
.content-inner{
   font-family: 'Nunito', sans-serif;
}

.content-inner form input, .content-inner form textarea{
    border-radius: 3px;
}
.content-inner .head_main{
    margin-bottom: 30px;
}

.content-inner .expense-view .head_main, .content-inner .expense-request-view .head_main{
    margin-bottom: 0px;
}

.content-inner .expense-view .head_main .header{
    display: block;
    float: right;
    padding-top: 4px;
}

.content-inner .back_to_main{
    color: #565656;
    background-color: #DED1FF;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    padding: 0px 15px;
    font-size: 31px
}
.content-inner .profile_image{
    width: 196px;
}
.content-inner .head_main span{
    font-size: 20px;
    font-weight: 600;
    padding-left: 15px;
    color: #575490;
}
.content-inner .summary{ 
    display: inline;
    padding-left: 10px;
}
.content-inner table thead{ 
    background-color: #FAFAFA;
    border: 1px solid #F3F3F3;
}
.content-inner table>thead>tr>th, .content-inner table>thead>tr>th a{
    color: #575490;
    text-transform: uppercase;
    font-size: 13px;
}
.content-inner table>thead>tr>th, .content-inner table>thead>tr>td{ 
    border: 0px !important;
}
.content-inner .kv-merged-header{
    border-bottom: 0px !important;
}
.content-inner table tbody tr{ 
    border: 1px solid #ddd;
}
.content-inner table tbody tr:hover{ 
    background-color: #F5F2FF;
    border: 1px solid #D3C3FF;
}
.content-inner table > tbody > tr.danger > td{
    background-color: #F5F2FF;
}
.content-inner .table>tbody>tr>td{ 
    border-top: 0px;
    padding-top: 10px; 
    padding-bottom: 10px; 
}
.content-inner .table>tbody>tr>td a.action_item{
    color: #C0C0C0;
    background-color: #F6F6F6;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    padding: 3px 3px 0;
}
.content-inner .table>tbody>tr>td a.action_item:hover{
    border: 1px solid #C0C0C0;
}
.content-inner table>tbody>tr.spacerRow:hover {
  background-color: transparent;
}
.content-inner table>tbody>tr.spacerRow{
    border: 0px;
}
.content-inner table>tbody>tr.spacerRow>td{
    padding: 3px;
}  
.content-inner .before_table .pull-left .btn-default{
    border: none;
    margin-right: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
}
.content-inner .before_table .pull-left .summary{
    color: #9B9B9B;
}
.content-inner .customer_column_details{

}
.content-inner .padding_27_24{
    padding: 27px 24px;
}
.content-inner .customer_column_main{
    padding: 27px 24px 27px 0;
    font-size: 12px;
}
.content-inner .customer_column_main table>thead>tr>th a {
    font-size: 11px;
}
.content-wrapper .padding_27_24_15, .content-inner .padding_27_24_15{
    padding: 27px 24px 15px;
}
.blur{
  -webkit-filter: blur(5px); 
  -moz-filter: blur(5px); 
  -o-filter: blur(5px); 
  -ms-filter: blur(5px); 
  filter: blur(5px); 
  width:100%; 
  height: 100%;
}
.content-inner .customer_details{
    background-color: #4A4A4A;
    width: 300px;
    position: absolute;
    z-index: 1010;
    color: #FFFFFF;
    font-size: 16px;
    padding: 20px 15px;
}
.content-inner .pod{
    padding: 10px 20px;
    border: 1px solid #DDD;
    border-radius: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.content-inner .pod_title{
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.content-inner .pod_title span{
    color: #4A4A4A;
    font-size: 13px;
    font-weight: bold;
}
.content-inner .pod_title a{
    color: #9B9B9B;
    font-size: 8px;
    text-transform: uppercase;
}
.content-inner .pod_title .pod_arrow img{
    width: 21px;
    padding-left: 3px;
}
.content-inner .pod .pod_number{
    font-size: 26px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}
.content-inner .pod .pod_lower{
    font-size: 11px;
}
.customer_mini_details .heading{
    color: #7976C4;
    font-size: 15px;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.customer_mini_details .customer_mini_row{
    color: #5C5C5C;
    font-size: 14px;
    padding: 5px 0 10px;
    border-top: 1px solid #E9E9E9;
}
.customer_mini_details .customer_mini_row .customer_mini_row_label{
    color: #9B9B9B;
    font-size: 12px;
}
.customer_mini_details .customer_mini_row span{
    font-weight: bold;
}
.pod_details .pod_row{
    color: #5C5C5C;
    font-size: 14px;
    padding: 0px 0 5px;
}
.pod_details .pod_row .pod_row_label{
    color: #9B9B9B;
    font-size: 12px;
}
.customer_details_footer{
    background-color: #4A4A4A;
    color: #FFFFFF;
    font-size: 15px;
    padding: 15px 24px;
    cursor: pointer;
}
.customer_details_footer .pointer_arrow{
    font-size: 15px;
}
.customer_details .heading{
    font-size: 15px;
    border-bottom: 1px solid #707070;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.customer_details .heading .closeslide, .customer_details .heading .closeslide:hover{
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.customer_details .customer_detail_row{
    padding: 5px 0;
    border-bottom: 1px solid #707070;
}
.customer_details .customer_detail_row .customer_detail_row_label{
    color: #C0C0C0;
    font-size: 12px;
    padding-bottom: 3px;
}

.customer_details .customer_detail_row .moreLink{
  color: #fff;
  font-size: 13px;
}
.customer_details .customer_detail_row .moreLink:hover{
  color: #ccc;
}
.content-inner .nav{
    margin-bottom: 30px;
}
.content-inner .staff-form .nav {
    margin-bottom: 0px;
}
.content-inner .nav-tabs > li.active > a, .content-inner .nav-tabs > li.active > a:hover, .content-inner .nav-tabs > li.active > a:focus, .content-inner .nav-tabs > li > a:hover, .content-inner .nav-tabs > li > a:focus{
    border: none;
    background-color: transparent; 
}
.content-inner .nav-tabs > li > a {
    color: #4A4A4A;
    font-size: 14px;
    padding: 10px 17px;
}
.ticket_tabs{
    border-bottom: none;
}
.ticket_tabs > li{
    margin-bottom: 0px;
}
.ticket_tabs > li > a{
    margin-right: 8px;
    padding: 15px 20px;
    font-size: 22px;
    font-weight: bold;
    border-radius: 6px 6px 0 0;
}

.ticket_tabs > li.blue > a{
    background-color: #0295F4;
    border: none;
}
.ticket_tabs > li.purple > a{
    background-color: #3F3D70;
    border: none;
}
.ticket_tabs > li.green > a{
    background-color: #66AD17;
    border: none;
}
.ticket_tabs > li.yellow > a{
    background-color: #FACB2E;
    border: none;
}
.ticket_tabs > li.red > a{
    background-color: #D0011B;
    border: none;
}
.ticket_tabs > li.purple > a .inner_icon, .ticket_tabs > li.blue > a .inner_icon, .ticket_tabs > li.green > a .inner_icon, .ticket_tabs > li.red > a .inner_icon{
    color: #FFFFFF;
}
.ticket_tabs > li.purple > a .ticket_tab_label, .ticket_tabs > li.blue > a .ticket_tab_label, .ticket_tabs > li.green > a .ticket_tab_label, .ticket_tabs > li.red > a .ticket_tab_label{
    color: #FFFFFF;
}
.ticket_tabs > li.purple > a .ticket_tab_label span, .ticket_tabs > li.blue > a .ticket_tab_label span, .ticket_tabs > li.green > a .ticket_tab_label span, .ticket_tabs > li.red > a .ticket_tab_label span{
    color: #FFFFFF;
}
.ticket_tabs > li.yellow > a .inner_icon{
    color: #8E6014;
}
.ticket_tabs > li.yellow > a .ticket_tab_label{
    color: #8E6014;
}
.ticket_tabs > li.yellow > a .ticket_tab_label span{
    color: #8E6014;
}
.ticket_tabs > li.active > a, .ticket_tabs > li.blue:hover > a, .ticket_tabs > li.purple:hover > a, .ticket_tabs > li.green:hover > a, .ticket_tabs > li.yellow:hover > a, .ticket_tabs > li.red:hover > a{
    background-color: #fff;
    border: none;
}
.ticket_tabs > li.active > a .inner_icon, .ticket_tabs > li.blue:hover > a .inner_icon, .ticket_tabs > li.purple:hover > a .inner_icon, .ticket_tabs > li.green:hover > a .inner_icon, .ticket_tabs > li.yellow:hover > a .inner_icon, .ticket_tabs > li.red:hover > a .inner_icon{
    color: #FACB2E;
}
.ticket_tabs > li.active > a .ticket_tab_label, .ticket_tabs > li.blue:hover > a .ticket_tab_label, .ticket_tabs > li.purple:hover > a .ticket_tab_label, .ticket_tabs > li.green:hover > a .ticket_tab_label, .ticket_tabs > li.yellow:hover > a .ticket_tab_label, .ticket_tabs > li.red:hover > a .ticket_tab_label{
    color: #4A4A4A;
}
.ticket_tabs > li.active > a .ticket_tab_label span, .ticket_tabs > li.blue:hover > a .ticket_tab_label span, .ticket_tabs > li.purple:hover > a .ticket_tab_label span, .ticket_tabs > li.green:hover > a .ticket_tab_label span, .ticket_tabs > li.yellow:hover > a .ticket_tab_label span, .ticket_tabs > li.red:hover > a .ticket_tab_label span{
    color: #9B9B9B;
}
.ticket_tab_cont .inner_icon{
    font-size: 50px;
}

.ticket_tab_cont .ticket_tab_label{
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    text-transform: capitalize;
    color: #333333;
    margin-left: 12px;

}

.ticket_tab_cont .ticket_tab_label .text-label{
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 6px;
    /* identical to box height */


    color: #777777;
}

.ticket_tab_cont .ticket_tab_label span{
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    text-transform: capitalize;
    color: #333333;
    display: block;
}
.ticket_tabs > li.active > a, .ticket_tabs > li.active > a:hover , .ticket_tabs > li.active > a:focus, .ticket_tabs > li > a:hover, .ticket_tabs > li > a:focus{ 
    border: none;
}
.ticket_tabs > li > a:hover, .ticket_tabs > li > a:focus{ 
    background-color: #FFFFFF;
    border: none;
}
.ticket_tabs > li.purple > a:hover, .ticket_tabs > li.purple > a:focus{}
.timeline > li > .support{
    color: #3F3D70;
    background-color: #DED1FF;
    border: 1px solid #D0BFFD;
}
.timeline .support .timeline-header{
    font-size: 15px;
}
.ticket_header{
    font-size: 25px;
    color: #575490;
    font-weight: bold;
    margin-bottom: 30px;
}
.ticket_header .ticket_status{
    border-radius: 19px;
    font-size: 11px;
    padding: 8px 20px;
    color: #FFF;
    text-transform: uppercase;
}
.ticket_header .ticket_status i{
    font-size: 11px;
    
}
.ticket_header .Open{
    background-color: #D0011B;
}
.ticket_header .Closed{
    background-color: #66AD17;
}
.ticket_header .spam{
    border-radius: 4px;
    font-size: 11px;
    padding: 8px 20px;
    color: #FFF;
    text-transform: uppercase;
    background-color: #f39c12;
    margin-right: 10px;
}
.ticket_header .spam i{
    font-size: 14px;
    
}
.details_header{
    color: #7976C4;
    font-size: 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #E9E9E9;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.ticket_details_form .pod_row .pod_row_label{
    font-weight: bold;
}
.ticket_details_form .pod_row{
    margin-bottom: 15px;
}
.ticket-view.row{
  margin-right: 0;
  margin-left: 0;
}
.helpdesk_cust_profile{
    background-color: #F1F1F1;
    border-right: 1px solid #BEBEBE;
    padding: 20px;
}
.helpdesk_cust_profile .pod_title{
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #BEBEBE;
    margin-bottom: 5px;
}
.helpdesk_cust_profile .pod_title a{
    font-size: 8px;
}
.customer_profile_details .customer_detail_row{
    padding: 5px 0;
    border-bottom: 1px solid #BEBEBE;
    font-size: 16px;
}
.customer_profile_details .customer_detail_row .customer_detail_row_label{
    color: #9B9B9B;
    font-size: 12px;
    padding-bottom: 3px;
}
.panelrt .pod_title{
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 5px;
}
.btn-yellow2 {
    display: block;
    width: 100%;
    margin-top: 15px;
    background: #FACB2E;
    color: #4A4A4A;
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px;
}
.box_purple{
    color: #575490;
    text-align: center;
}
.box_red{
    color: #D0011B;
    text-align: center;
}
.box_default{
    color: #C0C0C0;
    text-align: center;
}
.box_success{
    color: #66AD17;
    text-align: center;
}
.btn-yellow {
    background-color: #FACB2E;
    border-color: #F7C931;
    color: #4A4A4A;
}
.btn-black {
    background-color: #333333;
    border-color: #333333;
    color: #FFFFFF;
}
.setup_pane .has-success.highlight-addon .input-group-btn .btn.btn-remove:not(:disabled):not(.disabled), .setup_pane .has-success.highlight-addon .input-group-btn .btn.btn-remove:not(:disabled):not(.disabled):hover{
    background-color: #6c757d;
    border-color: #6c757d;
    color: #FFFFFF;
}
.btn-purple, .setup_pane .has-success.highlight-addon .input-group-btn .btn.btn-purple:not(:disabled):not(.disabled), .setup_pane .has-success.highlight-addon .input-group-btn .btn.btn-purple:not(:disabled):not(.disabled):hover {
    background-color: #7976C4;
    border-color: #7976C4;
    color: #FFFFFF;
}
.btn-purple:hover {
    background-color: #7976C4;
    border-color: #7976C4;
    color: #FFFFFF;
}
.btn-normal {
    background-color: #FACB2E;
    border-color: #F7C931;
    color: #4A4A4A;
    padding-left: 20px; 
    padding-right: 20px; 
}
.btn-normal:hover{
  background-color: #FACB2E;
  border-color: #EABF2D;
}
.btn-normal-split {
    background-color: #FACB2E;
    border-color: #EABF2D;
    color: #4A4A4A;
    padding-left: 20px; 
    padding-right: 20px; 
}
.btn-normal-split:hover{
  background-color: #F2C52D;
}
.invoice-index .btn-group > .btn-normal-table {
    background-color: #FACB2E;
    border-color: #F7C931;
    color: #4A4A4A;
    padding-left: 5px; 
    padding-right: 5px; 
}
.btn-group > .btn + .btn-normal-table:hover{
  background-color: #FACB2E;
  border-color: #EABF2D;
}
.cancel_link{
    padding-right: 50px;
    color: #4A4A4A;
}
.content-inner .padding-left-zero{
    padding-left: 0;
}
.padding-right-zero{
    padding-right: 0 !important;
}
.padding_20{
    padding: 20px;
}

/* Style the buttons that are used to open the tab content */
.settingstab {
    border-radius: 6px 0 0 6px;
    overflow:hidden;
}

.settingstab a {
    display: block;
    overflow:hidden;
    background-color: inherit;
    color: #8E8E8E;
    padding: 30px 30px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 22px;
    font-weight: 500;
}

.settingstab a .settingspan{
    display: block;
    font-size: 16px;
    font-weight: 200;
    color: #9B9B9B;
}

.settingstab a.site{
    background-image:  url("../img/sitemap.png");
    background-repeat: no-repeat;
    background-position-x: 109%;
    background-position-y: center;
    background-size: 60px;
}
.settingstab a.mail{
    background-image:  url("../img/mail.png");
    background-repeat: no-repeat;
    background-position-x: 109%;
    background-position-y: center;
    background-size: 60px;
}
.settingstab a.email_templates{
    background-image:  url("../img/invoice.png");
    background-repeat: no-repeat;
    background-position-x: 109%;
    background-position-y: center;
    background-size: 60px;
}
.settingstab a.messages{
    background-image:  url("../img/messages.png");
    background-repeat: no-repeat;
    background-position-x: 109%;
    background-position-y: center;
    background-size: 60px;
}
.settingstab a.social{
    background-image:  url("../img/social.png");
    background-repeat: no-repeat;
    background-position-x: 104%;
    background-position-y: center;
    background-size: 60px;
}


/* Change background color of buttons on hover */
.settingstab a:hover {
    background-color: #EBE5FA;

}

/* Create an active/current "tab button" class */
.settingstab a.active {
    background-color: #DDD1FF;
    color: #575490;
}
.settingstab a.active.site{
    background-image:  url("../img/sitemap_active.png");
}
.settingstab a.active.mail{
    background-image:  url("../img/mail_active.png");
}
.settingstab a.active.email_templates{
    background-image:  url("../img/invoice_active.png");
}
.settingstab a.active.messages{
    background-image:  url("../img/messages_active.png");
}
.settingstab a.active.social{
    background-image:  url("../img/social_active.png");
}
.settingstab a.active .settingspan{
    color: #575490;
}


.business-hours h3{
    padding-left: 35px;
}
.business-hours-form{
    padding: 0 35px 0;
}
.hours label{
    padding-right: 40px;
    font-size: 16px;
}

.business-hours-form .bootstrap-timepicker input{
    border-radius: 0 !important;
}
.biz_day_line_hrs .time_desc{
    display: block;
    color: #FFFFFF;
    padding: 10px 0;
}
/* Customize the label (the container) */
.labelcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.labelcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.labelcontainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.labelcontainer input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.labelcontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.labelcontainer .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.no_padding_right{
    padding-right: 0;
}

/*** Live Chat ***/
#liveChat .liveChatHeader{
    background-color: #FAFAFA;
    padding: 23px 30px 17px;
    border-radius: 6px 6px 0 0;
}

#liveChat .liveChatHeader .chat-top-cube{ float: left; width: 250px; }
#liveChat .liveChatHeader .chat-top-cube .chat-top-cube-top{ text-transform: uppercase; color: #9B9B9B; font-size: 10px; display: block; padding-bottom: 5px;}
#liveChat .liveChatHeader .chat-top-cube .first .operator-image{float: left; width: 25px; height: 25px; border-radius: 50%; margin-right: 10px; margin-top: -2px;}
#liveChat .liveChatHeader .chat-top-cube .first{ color: #575490; font-size: 18px; font-weight: 800;}
.chat-top-cube .chat-top-cube-bottom .btn{     border-radius: 27px; padding: 4px 12px; }
#liveChat .liveChatHeader .chat-top-cube .chat-top-cube-bottom-text{ color: #4A4A4A; font-size: 14px; padding: 0 25px 0 15px; }
#liveChat .liveChatHeader .chat-top-cube .chat-top-cube-bottom .fa-angle-down{ color: #9B9B9B; font-size: 16px; }
#liveChat .chatBody{ margin: 0 0 10px; padding: 0; }
#liveChat .chatBody .chatBody_left{ padding:0; margin: 0; }
#liveChat .chatBody .chatBody_left .top{ padding: 17px 25px 20px; margin: 0; background-color: #7976C4;}
#liveChat .chatBody .chatBody_left .top .title{color: #FFFFFF; font-size: 14px; display: block; }
#liveChat .chatBody .top .top_capsule{ float: left; width: 110px; }
#liveChat .chatBody .top .top_capsule .top_capsule_left{ float: left; padding-top: 5px; padding-right: 6px;}
#liveChat .chatBody .top .top_capsule .top_capsule_left i{ font-size: 22px; }
#liveChat .chatBody .top .top_capsule .top_capsule_right{ float: left; width: 70px; }
.chatBody_left .top_capsule_left { color: #DDD1FF; }
.chatBody_left .top_capsule_right .topT{ color: #FFFFFF; font-size: 22px; font-weight: 900; display: block;}
.chatBody_left .top_capsule_right .bottomT{ color: #DDD1FF; font-size: 9px; display: block; text-transform: uppercase;}
#liveChat .chatBody .chatBody_right{ padding: 0; margin: 0; }
#liveChat .chatBody .chat_row{ padding: 7px 0px; margin: 0; color: #575490; font-size: 11px; cursor: pointer; border-bottom: 1px solid #EEEEEE; border-right: 1px solid #EEEEEE; }
#liveChat .chatBody .chat_row .row{ margin-left: 0; margin-right: 0; padding: 0; }
#liveChat .chatBody .chat_row .row .paddingRight{ margin: 0; padding: 0 7px 0 0; }
#liveChat .chatBody .chat_row .row .paddingZero{ margin: 0; padding: 0; }
#liveChat .chatBody .chat_row .row .angle{ margin: 0; padding: 0; font-size: 18px; color: #9B9B9B;}
#liveChat .chatBody .chat_row .second_tier { margin-top: 5px; padding: 0px 15px;}
#liveChat .chatBody .chat_row .gray_title{ color: #9B9B9B; font-size: 10px; text-transform: uppercase; display: block;}
.chatBody_right .top_capsule_left { color: #7976C4; }
.chatBody_right .top_capsule_right .topT{ color: #575490; font-size: 22px; display: block;}
.chatBody_right .top_capsule_right .bottomT{ color: #7976C4; font-size: 9px; display: block; text-transform: uppercase;}
#liveChat .chatBody .chatBody_right .top{ padding: 17px 25px 20px; margin: 0; background-color: #FFF; border-top: 1px solid #EEEEEE; border-bottom: 1px solid #EEEEEE; }
#liveChat .chatBody .chatBody_right .top .title{color: #9B9B9B; font-size: 14px; display: block; }
#liveChat .chatBody .chatBody_right .bottom{ padding: 17px 25px 20px; margin: 0;}

#liveChat .chatBody .chatView .chat_row{ border-right: none;}
#liveChat .chatBody .chat .item>.message { margin: 0; padding: 0; }
#liveChat .chatBody .box { background: #FFF none repeat scroll 0 0; border-radius: 0px; border-top: 1px solid #EEEEEE; border-left: 1px solid #EEEEEE; border-right: 1px solid #EEEEEE;}
#liveChat .chatBody .box-footer .chatMessage{ width: 100%; height: 125px; font-size: 14px; line-height: 18px; border: 1px solid #dddddd; padding: 10px; }
.switchView{ display: none; visibility: hidden; }
#liveChat .chatBody .chatBody_inner .box .chat{ overflow: auto; height: 420px; }
#liveChat .chatBody .chatView .chat_row.active{ background-color: #DDD1FF; color: #575490; }
#liveChat .chatBody .chatView .chat_row.messageAlert{ background-color: #E8E1FA; color: #575490; }
#liveChat .chatBody .chatView .chat_row.active .gray_title, #liveChat .chatBody .chatBody_inner .box .chat .messageAlert .gray_title { color: #4A4A4A; }
#liveChat #invite-chat{ padding-top: 30px; }
#liveChat .emptyChat { padding: 30px; text-align: center; font-size: 20px; }
/* The switch - the box around the slider */
.switch { position: relative; display: inline-block; width: 55px; height: 28px; }

/* Hide default HTML checkbox */
.switch input { opacity: 0; width: 0; height: 0; }

/* The slider */
.slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; -webkit-transition: .4s; transition: .4s;}
.slider:before { position: absolute; content: ""; height: 20px; width: 20px; left: 4px; bottom: 4px; background-color: white; -webkit-transition: .4s; transition: .4s;}

input:checked + .slider { background-color: #7976C4; }
input:focus + .slider { box-shadow: 0 0 1px #7976C4; }
input:checked + .slider:before { -webkit-transform: translateX(26px); -ms-transform: translateX(26px); transform: translateX(26px); }

/* Rounded sliders */
.slider.round { border-radius: 34px;}
.slider.round:before {border-radius: 50%;}

/**** Invoice ******/
.invoices{ padding-bottom: 25px; }
.invoice-title{
    padding-left: 19px;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 0px;
    font-weight: 500;
    line-height: 1.1;
    color: #575490;
    background-color: #fff;
}

.invoice-controls{
  padding-right: 20px;
  margin-top: 12px;
  margin-bottom: 0px;
}

.invoice-controls .form-group{
   margin-bottom: 0px;
}

.invoice-controls .cancel, .regular-controls .cancel{
  margin-right: 10px;
}

.invoice-controls .split-invoice{
  margin-right: 50px;
}

.invoices hr{
  margin-top: 15px;
}


.invoices table>thead>tr>th, .invoices table>thead>tr>th {
  color: #FFF;
  text-transform: none;
  font-size: 12px;
}

.content-inner .invoices table tbody tr{
  background-color: transparent;
  border: none;
}

.content-inner .invoices table.inventory tbody tr.add_nmp:hover, .content-inner .invoices table.inventory tbody tr.add_nmp td:hover{ 
    background-color: transparent;
    border: none;
}

table.accounts_table{
  width: 100%;
  border-collapse: collapse;
  /*margin-bottom: 20px;*/
}

table.accounts_table tbody tr{
  border: none;
}

table.accounts_table tbody tr td{
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
}

table.accounts_table .accounts_header td{
  padding: 7px 15px;
  font-size: 16px;
  font-weight: bold;
}

table.accounts_table tbody tr:hover {
    background-color: #FFFFFF;
    border: none;
}

table.accounts_table tbody tr td .head{
  font-size: 15px;
}

table.accounts_table td .edit{
  font-size: 20px;
  color: #666666;
}

table.accounts_table tbody tr:last-child td{
  padding: 12px 15px;
}

table.accounts_table tbody tr:last-child td a{
  font-size: 15px;
  font-weight: bold;
  color: #7976C4;
}
table.accounts_table .accounts_col_1{
  width: 0;
}

table.accounts_table .accounts_col_2{
  width: 22%;
}

table.accounts_table .accounts_col_3{
  width: 56%;
}

table.accounts_table .accounts_col_4{
  width: 16%;
}

table.accounts_table .accounts_col_5{
  width: 6%;
}
table.accounts_table .accounts_col_2345{
  width: 100%;
}

table.accounts_table .accounting_category_info{
  color: #333;
  font-size: 14px;
}

/**** Payroll *****************/
.payroll-settings-form{
  padding: 0 15%;
}

.payroll-settings-form h3{
  margin-bottom: 15px;
}

.pay-schedule-label{
  font-size: 16px;
}

.pay-frequency-group{
 font-size: 16px;
}

.pay-frequency-group div.radio label{
  padding-left: 29px;
}

.pay-frequency-group div.radio input[type="radio"] {
  margin-left: -25px;
  margin-top: 2px;
}
.pay-schedule-input .form-control{
  width: 50%;
}

.field-payrollsettings-active {
  font-size: 16px;
}

.field-payrollsettings-active .col-md-7{
  padding-left: 18px;
  padding-right: 12px;
}

.field-payrollsettings-active .checkbox input[type="checkbox"]{
  margin-left: -25px;
}

.field-payrollsettings-active .checkbox label{
  padding-left: 26px;
}

.payroll_date_preview{ padding-top: 10px; }

.run_payroll > .payroll_date_preview{ padding-left: 60px; }
.outer_calendar{
  float: left;
  /*width: 95px;*/
  width: 32%;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-right: 2%;
  margin-bottom: 15px;
}

.outer_calendar .inner_calendar_top{
  text-transform: uppercase;
  font-size: 14px;
  color: #FFF;
}

.outer_calendar .blue{
  background-color: #5bc0de;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.outer_calendar .green{
  background-color: #5cb85c;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.payroll_date_preview .marginLeft40{
  margin-right: 40px;
}
.outer_calendar .inner_calendar_top{
  text-transform: uppercase;
  font-size: 12px;
  color: #FFF;
  padding: 3px 0;
}
.outer_calendar .inner_calendar_month{
  text-transform: uppercase;
  font-size: 12px;
  color: #333;
  padding-top: 2px;
}
.outer_calendar .inner_calendar_day{
  text-transform: uppercase;
  font-size: 44px;
  color: #333;
  line-height: 45px;
}
.outer_calendar .inner_calendar_year{
  text-transform: uppercase;
  font-size: 12px;
  color: #333;
}

.outer_calendar.pay{
  margin-right: 0px;
}
.run_payroll{
  text-align: left;
}
.payroll_cost{
  padding: 25px 15px;
}
.payroll_cost .pc_title{
  font-size: 14px;
  color: #888;
  text-align: left;
}
.payroll_cost .pc_cost{
  font-size: 40px;
  text-align: right;
}
.review_payroll_button{
  text-align: center;
  padding-top: 30px;
}
.run_payroll_bottom{
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 20px 8px;
}
.run_payroll_bottom .activate_dd_head{
    margin-bottom: 15px;
}
.run_payroll_bottom .activate_dd_head > .title{
    font-weight: bold;
    font-size: 15px;
}
.run_payroll_bottom .activate_dd_body{
  color: #888;
  font-size: 13px;
}
.payroll_payout_amount{ 
  font-size: 15px; 
  font-weight: bold; 
}
.deduction.remove_item{
  position: absolute;
  /*left: 8%;*/
  margin-top: 1px;
  margin-left: -35px;
  color: #ccc;
}

.allowance.remove_item{
  position: absolute;
  /*right: 8%;*/
  margin-top: 1px;
      margin-left: 21px;
  color: #ccc;
}

.allowance.remove_item:hover, .deduction.remove_item:hover{
  color: #aaa;
}
.approval-controls{
  margin: 0 auto 10px;
}

.dispaly-view-container{
  padding: 5px 30px;
}
.dispaly-view-container .view-label{
  font-size: 13px;
  font-weight: bold;
}
.dispaly-view-container .view-item{
  font-size: 15px;
  font-weight: normal;
}
.add_view_document_btn{
  padding: 20px;
  text-align: center;
  margin: 0 auto;
}
/*** Accounting Reports*/
#accounts-reports {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  color: #333;
  font-size: 16px;
}

#accounts-reports td, #accounts-reports th {
  border-bottom: 1px solid #ddd;
  padding: 8px 15px;
}

#accounts-reports td.inset{
  padding-left: 40px; 
}

#accounts-reports tr.odd {background-color: #e8e8e8;}

#accounts-reports tr:hover {background-color: #F5F2FF;}

#accounts-reports td.head {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  background-color: #d8d8d8;
  font-weight: 700;
}

#accounts-reports td.rightalign{ text-align: right; }
.report-content{ padding-bottom: 25px; }
.accounting-reports-index .account_pod{ border: 1px solid #ccc; border-radius: 15px; padding: 40px 20px; text-align: center;}
.accounting-reports-index .account_pod_link{ font-size: 30px; color: #3c8dbc; text-decoration: none;  }

div.accounting-transaction-form .add_nmp .remove_item {
    color: #C0C0C0;
    font-size: 18px;
    padding: 7px 3px 0;
    display: block;
}

div.accounting-transaction-form .add_nmp .remove_item:hover {
    color: #666666;
}

/***********/
.permission-wrap{
  float: left; 
  width: 45%; 
  padding: 3px 0;
}
.pretty {
    margin-right: 0;
    white-space: normal;
}

.pretty .state label {
    text-indent: 0;
}

.pretty .state label > span {
    display: inline-block;
    padding-left: 1.8em;
    line-height: 1.3em;
}

.pretty .state label::after, .pretty .state label::before {
    top: 1px;
}


