a.more i {
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
}
a.more {
    background: #00bca9;
    border-radius: 25px;
    color: #ffffff;
    font-size: 12px;
}
a.more:hover,
a.more:active,
a.more:focus {
	background: #000000;
}
ul.customtab2 li a {
    background: #ffffff;
    color: #17191d;
    font-weight: 400;
}
.previeworderbox {
    background: #e8fdeb;
    padding: 10px;
}
.previewlist {
    display: inline-flex;
}
.previewlist .previewlabel {
    margin-right: 15px;
}
.previewlist .previewtext {
    font-weight: 500;
}
.previewlist .previewlabel,
.previewlist .previewtext {
    font-size: 15px;
    color: #212529;
}
.c2tabcontent {
    background: #ffffff;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
}
ul.nav.nav-tabs.customtab2 a {
    font-size: 18px;
    padding: .75rem 1.25rem;
}
.tree ul:first-child {
    padding: 0;
}

.tree i {
    color: #00bca9;
}
.tree .dd-cat {
	font-weight: 400;
	font-size: 13px;
	padding: 4px 20px 4px 4px;
	margin-right: 0;
}
.tree li.parent_li>span .dlinfos {
    background: black;
    padding: 1px;
}
.tree i.fa.fa-folder-open, .tree i.fa-minus-square {
	color: #ffffff;
    background: #00bca9;
    border-radius: 10px 0 0 10px; /* Use 50% for a perfect circle */
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: flex;
    justify-content: center; /* Horizontally center */
    align-items: center; /* Vertically center */
    text-align: center;
}
.dlinfos {
	font-size: 13px;
}
.tree {
    min-height:20px;
    padding: 0;
    margin-bottom:20px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05)
}
.tree li {
	padding:10px 5px 0 5px;
    list-style-type:none;
    margin:0;
    position:relative
}
.tree li::before, .tree li::after {
    content:'';
    left:-20px;
    position:absolute;
    right:auto
}
.tree li::before {
    border-left: 1px solid #00bca9;
    bottom:50px;
    height:100%;
    top:0;
    width:1px
}
.tree li::after {
    border-top: 1px solid #00bca9;
    height:20px;
    top:30px;
    width:25px
}
.tree li span {
    background: #ffffff;
    color: #212529;
}    
.tree li span {
	border: 1px solid rgb(0 188 169);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    padding: 0px;
    text-decoration: none;
}
.tree li.parent_li>span {
	cursor: pointer;
    display: flex;
    width: fit-content;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    border: none;
}
.tree>ul>li::before, .tree>ul>li::after {
    border:0
}
.tree li:last-child::before {
    height:30px
}
/*.tree li.parent_li>span:hover, .tree li.parent_li>span:hover+ul li span {
    background:#eee;
    border:1px solid #94a0b4;
    color:#000
}*/

/**end tree vie**/

a.navbar-brand span img:last-child {
    height: 25px;
}
img.logoicon {
	height: 45px;
}
a.navbar-brand span img:nth-child(1) {
    height: 60px;
}
tbody td {
	font-size: 14px;
}
.card-black-top .card-header {
	background: #1e282d;
}

ul.infos {
	list-style: none;
	padding: 0;
}
ul.infos li i {
	padding-right: 6px;
}
ul.infos li:not(:last-child) {
	margin-bottom: 10px;
}
.card-body-grey {
	background: #263339;
}
.tar {
	text-align: right;
	float: right;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.card-body {
	display: flex; flex-direction: column; justify-content: center;
}
a.landlogo img {
	width: 25%;
	margin-bottom: 10px;
}
.dd-cats {
    display: -webkit-inline-box;
}
.dd-cat {
    margin-right: 10px;
    display: inline-block;
}


img.logo-icon {
	width: 40px;
}

#exchange{
    width: 30px;
    height: 30px;
    border: none;
    background: none;
    /*border-radius: 50%;*/
    /*outline: 0;*/
    color: #00539CFF;
    /*border: 4px solid #FFD662FF;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

#exchange:active, button:active {
    transform: scale(0.9);
}

.grid-div-2e {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 3rem;
    /*justify-content: space-evenly;*/
}

.grid-div-3e {
    display: grid;
    grid-template-columns: 1fr 1% 1fr;
    /*grid-gap: 1rem;*/
    /*justify-content: space-evenly;*/
}

@media (max-width: 767px) {
a.more {
	margin: 0 0 5px 0;
	display: inline-block;
    padding: 2px 20px;
}	
.dlinfos {
	padding: 5px;
}	
.tree li.parent_li>span {
	background: #00bca9;
}	
.dd-cat {
	width: 100%;	
}	
.fullh{
	height: 100vh;
}	
.topbar .navbar-header {
    background: #00bca9; 
}
/*.card-body-from,
.card-body-to {
    height:100%; 
    justify-content: center;
}*/
}
@media (min-width: 767px) {
a.more {
	margin-right: 6px;
	padding: 2px 10px;
}		
.tree li.parent_li>span .dlinfos {
	border-radius: 0 10px 10px 0;
}		
.login-box.card {
	border-radius: 0px;
}	
.login-sidebar .login-box {
	box-shadow: -10px 0px 15px rgba(0, 0, 0, 0.5);
}	
.topbar .navbar-header {
    background: #17191d;
}
.card-body-from,
.card-body-to {
    justify-content: flex-start;
}
}

.ct-series-a .ct-line,
.ct-series-a .ct-point {
  /* Set the colour of this series line */
  stroke: #00bca9 !important;
}

.ct-series-b .ct-line,
.ct-series-b .ct-point {
  /* Set the colour of this series line */
  stroke: #ef5350 !important;
}

svg.ct-chart-bar, svg.ct-chart-line{
    overflow: visible;
}
.ct-label.ct-label.ct-horizontal.ct-end {
  position: relative;
  justify-content: flex-end;
  text-align: right;
  transform-origin: 100% 0;
  transform: translate(-100%) rotate(-45deg);
  white-space:nowrap;
}

/*form styles*/
#msform {
    /*text-align: center;*/
    position: relative;
    margin-top: 20px;
}

#msform fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    /*box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);*/
    /*padding: 20px 40px 30px 40px;*/
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;

    /*stacking fieldsets above each other*/
    position: relative;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;

    /*stacking fieldsets above each other*/
    position: relative;
}

#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform fieldset .form-card {
    text-align: left;
    /*color: #9E9E9E;*/
}

#msform fieldset .form-action {
    text-align: right;
    margin: 0 3% 20px 3%;;
    /*color: #9E9E9E;*/
}
/*
#msform input, #msform textarea {
    padding: 0px 8px 4px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 16px;
    letter-spacing: 1px;
}

#msform input:focus, #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    border-bottom: 2px solid skyblue;
    outline-width: 0;
}
*/
#msform .action-button {
    width: 100px;
    background: skyblue;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    /*margin: 0 3% 20px 3%;*/
}

#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue;
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    /*margin: 0 0% 20px 3%;*/
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
}

/*Dropdown List Exp Date*/
select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px;
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue;
}

/*The background card*/
.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
}

/*FieldSet headings*/
.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
}

/*progressbar*/
#progressbar {
    overflow: hidden;
    color: lightgrey;
    display: grid;
    grid-template-columns: repeat(3, auto);
    padding: 10px 30px;
    text-align: center;
}

#progressbar .active {
    color: #000000;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    float: left;
    position: relative;
}

/*Icons in the ProgressBar*/
#progressbar #info:before {
    font-family: FontAwesome;
    content: "\f044";
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f155";
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c";
}

/*ProgressBar before any progress*/
#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

/*ProgressBar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #00acc1;
}

.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: left;
    position: relative;
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: left;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.displayNone{
  display: none;
}

.search-box ul{
    list-style: none;
    padding: 0px;
    width: 250px;
    position: absolute;
    margin: 0;
    background: white;
}

.search-box ul li{
    background: lavender;
    padding: 4px;
    margin-bottom: 1px;
}

.search-box ul li:nth-child(even){
    background: cadetblue;
    color: white;
}

.search-box ul li:hover{
    cursor: pointer;
}

.search-box input[type=text]{
    padding: 5px;
    width: 250px;
    letter-spacing: 1px;
}

.input-group .input-group-addon + .form-control
{
    border-left:none;
}
.left-inner-addon {
    position: relative;
}
.left-inner-addon input {
    padding-left: 40px;    
}
.left-inner-addon b {
    position: absolute;
    padding: 7px 10px;
    pointer-events: none;
    z-index: 1;
    opacity: 0.75;
}
.switch-wrapper {
    background: #efefef;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    border-radius: 5rem;
    margin-left: 10px;
}

.switch-wrapper1 {
    background: #efefef;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    border-radius: 5rem;
    margin-left: 10px;
    margin-top: 4px;
}

input[type=radio].toggle {
  display: none;
}
input[type=radio].toggle + label {
    cursor: pointer;
    min-width: 85px;
    height: 100%;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}
input[type=radio].toggle + label:hover {
  background: none;
  color: #1a1a1a;
}
input[type=radio].toggle + label:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  transition: left 200ms cubic-bezier(0.77, 0, 0.175, 1);
  width: 100%;
  z-index: -1;
}
input[type=radio].toggle + label:before,
input[type=radio].toggle + label:after {
    margin: 0;
    border: none;
    border-radius: 5rem;
    -webkit-animation: none;
    animation: none;
}
input[type=radio].toggle.toggle-left + label {
  border-right: 0;
}
input[type=radio].toggle.toggle-left + label:after {
  left: 100%;
}
input[type=radio].toggle.toggle-right + label {
  margin-left: -5px;
}
input[type=radio].toggle.toggle-right + label:after {
  left: -100%;
}
input[type=radio].toggle:checked + label {
  cursor: default;
  color: #fff;
  transition: color 200ms;
}
input[type=radio].toggle:checked + label:after {
  left: 0;
}
.switch-wrapper1 input[type=radio].toggle + label {
    cursor: pointer;
    min-width: 55px;
    height: 100%;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}
.switch-wrapper1 input[type=radio].toggle + label:hover {
  background: none;
  color: #1a1a1a;
}
.switch-wrapper1 input[type=radio].toggle + label:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  transition: left 200ms cubic-bezier(0.77, 0, 0.175, 1);
  width: 100%;
  z-index: -1;
}
.switch-wrapper1 input[type=radio].toggle + label:before,
.switch-wrapper1 input[type=radio].toggle + label:after {
    margin: 0;
    border: none;
    border-radius: 5rem;
    -webkit-animation: none;
    animation: none;
}
.switch-wrapper1 input[type=radio].toggle.toggle-left + label {
  border-right: 0;
}
.switch-wrapper1 input[type=radio].toggle.toggle-left + label:after {
  left: 100%;
}
.switch-wrapper1 input[type=radio].toggle.toggle-right + label {
  margin-left: -5px;
}
.switch-wrapper1 input[type=radio].toggle.toggle-right + label:after {
  left: -100%;
}
.switch-wrapper1 input[type=radio].toggle:checked + label {
  cursor: default;
  color: #fff;
  transition: color 200ms;
}
.switch-wrapper1 input[type=radio].toggle:checked + label:after {
  left: 0;
}

button.copy-btn:active {
    background: #809ce2;
}

.bootstrap-switch .bootstrap-switch-handle-off, 
.bootstrap-switch .bootstrap-switch-handle-on, 
.bootstrap-switch .bootstrap-switch-label{
    padding: 8px 5px !important;
}

.wrapper{
  width:70%;
}
@media(max-width:992px){
 .wrapper{
  width:100%;
} 
}
.panel-heading {
    padding: 0;
    border-radius: 0.5em;
    /*background: #00acc2;*/
}
.panel-heading.active{
    /*background: #eee;*/
    color: #fff;
}
.panel-title>a, .panel-title>a:active{
    display:block;
    padding:15px;
    color:black;
    font-size:18px;
    text-decoration:none;
}
.panel-heading  a:before {
   font-family:Fontawesome;
   content:'\f078';
   float: right;
   transition: all 0.5s;
}
.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
label.required:after {
    content: "*";
    color: #ef5350;
    margin-left: 0.2rem;
}

a.network-btn:hover span{
    background: #dee2e6;
}

.switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 85px;
  height: 25px;
  padding: 0;
  background-color: white;
  border-radius: 18px;
  box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #eeeeee, white 25px);
  background-image: -moz-linear-gradient(top, #eeeeee, white 25px);
  background-image: -o-linear-gradient(top, #eeeeee, white 25px);
  background-image: linear-gradient(to bottom, #eeeeee, white 25px);
}

.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background;
  -moz-transition-property: opacity background;
  -o-transition-property: opacity background;
  transition-property: opacity background;
}
.switch-label:before, .switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.switch-label:before {
  content: 'Inactive';
  right: 5px;
  color: #aaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
  content: 'Active';
  left: 10px;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.switch-input:checked ~ .switch-label {
  background: #47a8d8;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}

.switch-handle {
  position: absolute;
  top: 1px;
  left: 4px;
  width: 28px;
  height: 22px;
  background: white;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
  background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.switch-handle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: #f9f9f9;
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  background-image: -webkit-linear-gradient(top, #eeeeee, white);
  background-image: -moz-linear-gradient(top, #eeeeee, white);
  background-image: -o-linear-gradient(top, #eeeeee, white);
  background-image: linear-gradient(to bottom, #eeeeee, white);
}
.switch-input:checked ~ .switch-handle {
  left: 55px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-green > .switch-input:checked ~ .switch-label {
  background: #01bda9;
}

#formSearch ul.typeahead.dropdown-menu{
    position: initial;
    z-index: 9999;
}

[type="radio"].toggle-right:checked + label:after {
    background-color: #dc3545;
}
.switch-wrapper1 [type="radio"].toggle-right:checked + label:after {
    background-color: #26a79a;
}
.actionBtn > a{
    display: block;
    width: 100%;
    height: 100%;
}

.accordion table .select2-container{ 
    width: 100% !important; 
    display: block !important;
}

.accordion table .select2-container span {
    display: block !important;
}

.form-group .select2-container {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  display: table;
  table-layout: fixed;
}

.control-label{
    font-weight: 500;
}

.panel-order{
    border-radius: 0.5em;
    height: 100%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.panel-preview{
    background-color: #eee;
}

.panel-heading-sub{
    background: #eee;
}

.accordion .card-header{
    cursor: pointer;
}

.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}

.bg-pending{
    background-color: #fdecec !important;
}

.bg-processing{
    background-color: #fff3cd !important;
}

tr.bg-pending > td,
tr.bg-processing > td{
    border: 0;
}

.text-red{
    color: #FF0000 !important;
}

.table-striped tbody tr.collapse:nth-of-type(odd){
    background: #ffffff;
}

#table-sub tbody tr.collapse:nth-of-type(odd){
    background: #f3f1f1;
}


#table-cost-details.table-hover tbody tr:not(.table-toggle):hover{
    background: none;
}

.table-toggle{
    cursor: pointer;
}

.table-toggle a.table-toggle-button svg{
   transition: all 0.5s;
   width: 9px;
}
.table-toggle[aria-expanded="true"] a.table-toggle-button svg {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
} 