.navbar.navbar-default.navbar-fixed-top.navbar-top {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    border: none;
    background-color: #fff;
}
.voyager .side-menu .navbar-header {
    background: #FFF !important;
    border-color: #FFF !important;
        border-bottom-color: rgb(255, 255, 255);
}.panel-te > .panel-heading {    background: #434549;    color: #fff;    border-color: #ddd;} .panel-heading {    padding: 10px 15px;    border-bottom: 1px solid transparent;    border-top-left-radius: 3px;    border-top-right-radius: 3px;}
.logo-icon-container{width:auto !important; height:auto !important;}



.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.bg-card-header {
    color: #fff !important;
    background: #343a40 !important;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.bg-card-header .page-title {
    padding: 0px !important;

    height: auto;
}
.page-title span {
    color: #fff;
}
.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(0, 0, 0, 0.05);
}
.dataTable td,.dataTable th {
    border: 1px solid #ddd;
        border-bottom-width: 1px;
        border-left-width: 1px;
}

.app-container .content-container .side-body.padding-top {
    padding-top: 100px !important;
}
.alerts {
    padding: 0px 25px 0 !important;
    position: relative;
    top: 0px !important;
}
.table-bordered {
    border: 1px solid #dee2e6;
        border-right-width: 1px;
    border-right-width: 1px;
}
.dataTable tr:nth-of-type(2n+1) {
    background-color: rgba(0, 0, 0, 0.05);
}
.modal-header {background-color: #fabe28 !important;
    color: #fff !important;}
td,th{color:#000 !important;}
table{border: 1px solid #dee2e6;}.card-header:first-child {    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;}.card-header {    margin-left: 15px !important;    padding: 0.75rem 1.25rem;    margin-bottom: 0;    background-color: rgba(0, 0, 0, 0.03);    border-bottom: 1px solid rgba(0, 0, 0, 0.125);}.bg-card-header {    color: #fff !important;    background: #343a40 !important;}.bg-card-header h1.page-title {padding-left: 42px !important;    color: #fff;}.page-title>i{left:-2px!important; top:unset !important;}.head ul li {    font-size: 15px;    color: #fff !important;    background-color: #343A40 !important;    text-align: center;}.my-html li li {text-align: center;    padding: 4px 8px;    color: #000;    border: 1px solid #ddd;    height: 47px !important;    line-height: 40px;    display: table-cell;    float: unset;    word-wrap: anywhere !important;    word-break: break-word;    width: 5%;}ul.permissions.checkbox {    clear: both;}.my-html .the-permission {    float: left;    margin: 0px !important;    position: relative !important;    top: 13px;}.my-html input {    position: unset !important;}.my-html li {	display: table;	width: 100%;	margin-bottom: 0px !important;}.my-html ul {    padding: 0px;}.my-html label {line-height: 20px;    font-size: 13px;}.bg-card-header a {    float: right;    margin-right: 7px;}.toggle-group .toggle-on {	background-color: #4ac425;	color: #fff;	border: 1.5px solid #a3d49b;	border-radius: 23px;}.toggle-off {    background-color: #c22 !important;    color: #fff !important;    border-radius: 20px;}.off .toggle-handle {    border-radius: 50% !important;    height: 20px;    top: 4px;    right: -18px;}td .toggle {    background: transparent !important;    width: 100px !important;    background: transparent;    border: 0px !important;}.off .toggle-handle {    border-radius: 50% !important;    height: 27px;    top: 4px;    right: -18px;    padding: 0px 13px;}.btn-primary .toggle-handle {    border-radius: 50% !important;    left: -16px;    height: 27px;    top: 4px;	padding: 0px 13px;}.toggle-group label {    text-transform: uppercase;}.voyager .panel{box-shadow: 0 2px 10px rgb(0 0 0 / 35%) !important;}.form-control,.panel-body .select2-selection{border: 1px solid #afafaf !important;}
.multiple_emails-container { 
	border:1px #ccc solid; 
	border-radius: 4px; 
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075); 
	padding:0; margin: 0; cursor:text; width:100%; 
}

.multiple_emails-container input { 
	clear:both; 
	width:100%; 
	border:0; 
	outline: none; 
	margin-bottom:3px; 
	padding-left: 5px; 
	box-sizing: border-box;
}

.multiple_emails-container input{
	border: 0 !important;
}

.multiple_emails-container input.multiple_emails-error {	
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px red !important; 
	outline: thin auto red !important; 
}

.multiple_emails-container ul {	
	list-style-type:none; 
	padding-left: 0; 
}

.multiple_emails-email { 
	margin: 3px 5px 3px 5px; 
	padding: 3px 5px 3px 5px; 
	border:1px #BBD8FB solid;	
	border-radius: 3px; 
	background: #F3F7FD; 
}

.multiple_emails-close { 
	float:left; 
	margin:0 3px;
}
.dropdown-menu-animated li.divider {
    height: auto;
}
.divider h6 {
    color: #000 !important;
}
.profile .text-right {
    padding: 15px 20px !important;
}
.profile span.caret {
    float: right;
    margin-top: 16px;
}
.profile h5 {
    float: left;
}
.responsive {    position: relative;
    display: table;
    border-collapse: separate;}
	
	.responsive .spn, .responsive input, .responsive a {
    display: table-cell;
    vertical-align: middle;
    height: 30px;
}
.responsive .spn, .responsive a{width: 1%;
    white-space: nowrap;
    vertical-align: middle;} 
 .responsive input{top: 1px !important;
position: relative;}
.mail-responsive div,.mail-responsive a{display: table-cell;
vertical-align: middle;
height: 30px;}
#datatable-loader{position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}
#datatable-loader img{
width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-right: -50px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}
.md-layout-item .md-card.md-card-stats.md-theme-default {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 100%;
    margin: 30px 0;
    overflow: unset;
    font-size: .875rem;
    -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 14%);
    box-shadow: 0 1px 8px 0 rgb(0 0 0 / 24%);
    border-radius: 6px;
    color: #333;
    background: #fff;
}
.card-icon {
    border-radius: 3px;
    background-color: #999;
    padding: 15px;
    margin-top: -20px;
    margin-right: 15px;
    float: left;
}
.md-layout-item:first-child .card-icon {box-shadow: 0 12px 20px -10px rgb(0 188 212 / 28%), 0 4px 20px 0 rgb(0 0 0 / 12%), 0 7px 8px -5px rgb(0 188 212 / 20%);

    background: linear-gradient( 
60deg
 ,#26c6da,#00acc1);
}
.md-layout-item:nth-child(2) .card-icon {box-shadow: 0 12px 20px -10px rgb(233 30 99 / 28%), 0 4px 20px 0 rgb(0 0 0 / 12%), 0 7px 8px -5px rgb(233 30 99 / 20%);
    background: linear-gradient(
60deg
,#ec407a,#d81b60);
}
.md-layout-item:nth-child(3) .card-icon {box-shadow: 0 12px 20px -10px rgb(76 175 80 / 28%), 0 4px 20px 0 rgb(0 0 0 / 12%), 0 7px 8px -5px rgb(76 175 80 / 20%);
        background: linear-gradient(
60deg
,#66bb6a,#43a047);
}
.md-layout-item:nth-child(4) .card-icon {box-shadow: 0 12px 20px -10px rgb(255 152 0 / 28%), 0 4px 20px 0 rgb(0 0 0 / 12%), 0 7px 8px -5px rgb(255 152 0 / 20%);
   background: linear-gradient(
60deg
,#ffa726,#fb8c00);
}
.md-layout-item .md-card .md-card-actions {
    margin: 0 15px 10px;
    font-size: 14px;
    padding: 10px 0 0 0;
    border-top: 1px solid #eee;
}
.md-card-stats .md-card-header .category:not([class*=text-]) {
    color: #999;
    font-size: 14px;
}
.md-card-stats .md-card-header.md-card-header-icon, .md-card-stats .md-card-header.md-card-header-text {
    text-align: right;
}
.md-card-stats .md-card-header .card-icon+.category, .md-card-stats .md-card-header .card-icon+.title {
    padding-top: 10px;
}
.md-card-stats .md-card-header.md-card-header-icon .icon, .md-card-stats .md-card-header.md-card-header-text .icon {
    font-size: 36px!important;
    line-height: 56px;
    width: 56px;
    height: 56px;
    text-align: center;
	color:#fff;
}

.app-container.expanded .app-footer {
    left: 0px;
}
.app-container .content-container .side-menu{z-index: 1038 !important;}
.panel.widget.center.bgimage {
    display: none;
}
.modal-title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.modal-header button.close {
    position: absolute;
    right: 19px;
    top: 15px;
    font-size: 26px;
    color: #fff;
    opacity: 1;
}
.btn-upload input[type="file"] {
    padding: 5px;
    width: 100%;
    border: 1px solid;
}
i.fa.fa-upload {cursor: pointer;
    font-size: 25px;
    border: 1px solid #7ebb01;
    padding: 5px 16px;
    border-radius: 16%;
    background-color: #7ebb01;
    color: #fff;
}
.breadcrumb {
padding: 1px 15px !important; }
/* .logo-icon-container {
    margin-top: 6px !important;
} */

/* .profile ul.dropdown-menu.dropdown-menu-animated { */
    /* opacity: 1 !important; */
    /* visibility: visible !important; */
    /* display: block !important; */
    /* position: absolute; */
/* } */

#voyager-loader {
	background: rgba(255,255,255,0.9);
}

.kanban-label h2 a {
	text-decoration: underline;
}

.voyager .alert.alert-success{padding: 10px !important;}
.alert-success a.close {
    padding: 2px;
    top: -1px;
    right: 0px;
    opacity: 1;
    color: #fff;
    background-color: transparent;
}

.parent-permission .permission-group {
	float: unset!important;
}

.modal-header {
	background-color: #a9d156 !important;
}

.bootstrap-tagsinput .label-info {
	background-color: #a9d156;
}

.bootstrap-tagsinput {
	display: block;
}

/* Input tags CSS */
//=== body styles
body {
  padding: 20px;
  font-family: "Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
form {
  margin-bottom: 30px;
}
.form-control {
  display: block;
  width: 100%;
  font-size: 14px;
  height: 34px;
  padding: 4px 8px;
  margin-bottom: 15px;
}

//=== Tags
$enable-flex: true;
$tags-color: #fff;
$primary-color: #317CAF;
$marked-color: lighten($primary-color, 20%);
$exist-color: #EDB5A1;
$container-border: 1px solid #ccc;
$container-bg: transparent;
$container-line-height: 1.6;
$container-font-size: 14px;
$container-radius: 1px;
$container-min-height: 34px;
$container-padding: 2px 5px;
$tags-marging: 2px 6px 2px 0;
$tags-padding: 1px 20px 1px 8px;
$tags-weight: 400;
$tags-radius: 3px;
$btn-outline-color: #fff;
$spacer: 15px;

*, *:before, *:after {
  box-sizing: border-box;
}

.tags-container {
  
  @if($enable-flex) {
    display: flex;
    flex-flow: row wrap;
  }

  margin-bottom: $spacer;
  width: 100%;
  min-height: $container-min-height;
  padding: $container-padding;
  font-size: $container-font-size;
  line-height: $container-line-height;
  background-color: $container-bg;
  border: $container-border;
  border-radius: $container-radius;
  overflow: hidden;
  word-wrap: break-word;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

input.tag-input {
  @if ($enable-flex) {
    flex: 3;
  }
  @else {
    display: inline-block;
    vertical-align: middle;
  }
  border: 0;
  outline: 0;
}
.tag {
  @if ($enable-flex == false) {
    display: inline-block;
    vertical-align: middle;
  }
  position: relative;
  margin: $tags-marging;
  padding: $tags-padding;
  font-size: inherit;
  font-weight: $tags-weight;
  text-align: center;
  color: $tags-color;
  background-color: $primary-color;
  border-radius: $tags-radius;
  transition: background-color .3s ease;
  cursor: default;
 
  &:first-child {
    margin-left: 0;  
  }
  
  &--marked {
    background-color: $marked-color;  
  }
  
  &--exists {
    background-color: $exist-color;
    animation: shake 1s linear;
  }
  
  &__name {
    margin-right: 3px;  
  }
  
 }
.tag__remove {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 100%;
  padding: 0 5px;
  font-size: 16px;
  font-weight: 400;
  transition: opacity .3s ease;
  opacity: .5;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  color: #fff;
  line-height: 1;
  
  &:hover {
    opacity: 1;
  }
  
  &:focus {
    outline: 5px auto $btn-outline-color;
  }
}


 @keyframes shake {
   0%, 100% {
     transform: translate3d(0, 0, 0);
   }
   10%, 30%, 50%, 70%, 90% {
     transform: translate3d(-5px, 0, 0);
   }
   20%, 40%, 60%, 80% {
     transform: translate3d(5px, 0, 0);
   }
 }

@media(min-width:1024px) and (max-width:1500px)
{
.md-layout .md-layout-item.col-md-2 {
    width: 33%!important;
}
}
.hide-fields-qualify input {
    margin-right: 5px;
}
form.form-inline.searchform {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-right: 13px;
}
select#status {
    margin: 0px;
}
.row-box {
    clear: both;
    padding: 10px;
    margin-bottom: 20px;
    display: table;
    width: 100%;
    box-shadow: 0 2px 10px rgb(0 0 0 / 35%) !important;
}