body{
  font-family: 'Muli', sans-serif;
  background-color: #161620
}
h1{
  font-weight: normal;
  font-size: 2.0rem;
}
h3{
  font-weight: 300;
  font-size: 2.0rem;
}
h2{
  font-weight: 400;
  font-size: 2.8rem;
  text-transform: uppercase;
}
h6{
  font-weight: 600;
  font-size: .8rem;
}
p{
  font-size: .9rem;©
}
a{
  color: #ff8f00
}
a:hover{
  color: #1b252b;

}
a.primary:hover{
  color: #108d1c!important
}
.fa-1x{
  font-size: 15pt!important
}
.primary{
  color: #1b252b /*Dark Blue*/
}

.secondary{
  color: #ff8f00 /*orange*/
}
.dark{
  color: #313131 /*darkgrey*/
}
.middledark{
  color: #7c7c7c /*darkgrey*/
}
.light{
  color: #b1b1b1 /*light grey*/
}
.white{
  color: white /*light grey*/
}
.blue{
  color: #2196F3 /*light grey*/
}
ul{
  list-style-type: none;
  padding-left: 0
}
.btn-selected{
  color: white!important;
  background-color: #1b252b!important;
  border-color: #1b252b!important;

}
#wrapper {
    width: 100%;
    overflow-x: hidden;
}
.navbar-minimalize:hover{
  color: orange
}
.navbar-static-side,
.nav-header,
li.active,
#page-wrapper,
.footer {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#page-wrapper {
  position: inherit;
  margin: 0 0 0 220px;
  background-color: white
}
.navbar-static-side {
  z-index: 2001;
  position: absolute;
  width: 220px;
}
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  margin-left: auto;
}
#side-menu li{
  display: block;
}
#side-menu li a {
    line-height: 65px;
    color: white;

    display: block;
    padding: 0 10px;
    font-size: 11pt;
}
#side-menu li ul{
  margin-top: -5px
}
#side-menu li ul li a {
    line-height: 40px;
    background-color: #20202f;
    padding: 0 10px 0 26px;
    color: #ababbe;
    font-size: 10pt;

}
#side-menu li ul li a i{
  font-size: 9pt
}
#side-menu li a i{
  margin-right: 6px;
  font-size: 15px
}

#side-menu li ul li:last-child{
  border-bottom: 0px solid rgba(256,256,256,.2);
}
body.mini-navbar .navbar-static-side {
    width: 0px;
    margin-left: -200px;
}
body.mini-navbar #page-wrapper {
    margin: 0 0 0 0px;
}
.navbar-minimalize {
    background-color: #222236;
    height: 88px;
    display: block;
    position: absolute;
    width: 70px;
    text-align: center;
    line-height: 85px;
    color: white;
    left: 0;
    font-size: 17pt;
}
.row{
  margin-left: 0;
  margin-right: 0
}


.cst-adj1{
  box-shadow: 0px 0px 5px rgba(0,0,0,.2);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5f5f5+0,ffffff+14,ffffff+86,f5f5f5+100 */
  background: rgb(245,245,245); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 14%, rgba(255,255,255,1) 86%, rgba(245,245,245,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(245,245,245,1) 0%,rgba(255,255,255,1) 14%,rgba(255,255,255,1) 86%,rgba(245,245,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(245,245,245,1) 0%,rgba(255,255,255,1) 14%,rgba(255,255,255,1) 86%,rgba(245,245,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
  border-bottom: 1px solid #c0c0c2
}
.cst-adj05{
  display: block;
  height: 34px;
  padding: 12px 50px 12px 12px!important;
  font-size: 14px;
  line-height: 1.42857143;
  color: #625471;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  box-shadow: inset 0 2px 0 rgba(0,0,0,.04);
  height: auto;
  border: 1px solid #c9c0d1;
  border-radius: 3px;
  color: #493e54;
  position: relative;
}
.w-icon {
    display: block !important;
    position: absolute;
    width: 50px;
    top: 9px;
    right: 12px;
}
div#wave {
  position: relative;
  text-align: center;
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
}
div#wave .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 2px;
  background: #BDBDBD;
  animation: wave 1.3s linear infinite;
}
div#wave .dot:nth-child(2) {
  animation-delay: -1.1s;
}
div#wave .dot:nth-child(3) {
  animation-delay: -0.9s;
}

@keyframes wave {
  0%, 60%, 100% {
    transform: initial;
  }
  30% {
    transform: translateY(-15px);
  }
}
.w-icon-success {
    display: block !important;
    position: absolute;
    width: 33px;
    top: 7px;
    right: 11px;
    color: orange;
    font-size: 15pt;
}

.cst-adj2 {
    font-weight: bold;
}
.no-padding{
  padding: 0!important
}
.cst-adj02 {
    background-color: #f4f4f4;
    font-weight: bold;
    min-height: 500px

}
.banner {
    background: url(../images/banner.jpg) no-repeat;
    background-size: auto auto;
    height: 214px;
    width: 100%;
    background-size: cover;
}
.banner h1 {
    background-color: rgba(219, 219, 239, 0.9);
    padding: 10px 45px;
    display: inline-block;
    margin-top: 80px
}
.wizard, .wizard-inner{
  border-bottom: 1px solid #d1d1d1;
  width: 100%;
  height: 72px
}
.wizard ul, .wizard-inner ul{
  list-style-type: none;
  padding: 0
}
.wizard li {
    font-size: 1.1rem;
    position: relative;
    width: 200px;
    line-height: 67px;
    font-weight: 600;
}
.wizard-inner li {
    font-size: .8rem;
    position: relative;
    color: #858585;
    padding-top: 6px;
    display: inline-block;
    margin-right: 22px;
    padding-right: 20px;
    min-width: 100px;
    font-weight: bold;
}
.wizard-inner li span{
  font-weight: 600;
  font-size: 1.0rem;
  color: #1b252b
}
.wizard li::before, .wizard-inner li::before {
    border: solid #d1d1d1;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 25px;
    content: '';
    position: absolute;
    right: 0;
    transform: rotate(-45deg);
    top: 10px;
}
.wizard li i{
  margin-right: 5px
}
.wizard li.active, .wizard-inner li.active span, .wizard-inner li.active {
  color: #ff8f00
}
.wizard-inner li.active i{
  display: inline-block;
}
.wizard-inner li i{
  display: none;
}
div.icon-bar {
    position: absolute;
    right: 1rem;
    top:0
}
.pos-rel{
  position: relative;
}
div.icon-bar span {
    background-color: orange;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    color: white;
    display: block;
    position: absolute;
    top: -3px;
    right: 1px;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    line-height: 14px;
    font-family: Arial
}
div.icon-bar a {
    position: relative;
    width: 32px;
    float: left;
    display: block;
    margin-top: 21px;
    color: #212529;
    font-size: 15pt;
    margin-right: 10px
}
.reg-banner{
  background: url(../images/reg-banner.jpg) no-repeat;
  background-size: auto auto;
  width: 100%;
  background-size: cover;
}
.btn-primary {
    padding: 8px 30px 12px 30px;
    border-radius: 50px;
    font-weight: bold;
    background-color: #222236;
    border-color: #222236;
}
.btn-primary-small {
    padding: 7px 1rem 10px 1rem;
    border-radius: 50px;
    font-weight: bold;
    background-color: #222236;
    border-color: #222236;
    color: white;
    font-size: .8rem;
}
.footer-bg{
  background-color: #222236
}
.footer-bg span {
    color: #b1b1b1;
    font-size: 10pt;
    display: block;
    font-weight: 600;
    width: 100%;
    text-align: center;
}
.footer-bg span a{
    color: #868c8f;
    text-decoration: underline;
}
.s-menu img{
  width: 20px
}
.s-menu {
    color: #1b252b;
    font-size: 10pt;
    text-align: right;
    margin-top: 32px;
}

.m-btn {
    color: white;
    background-color: #1b252b;
    position: absolute;
    padding: 28px 31px 28px 24px;
    font-size: 17pt;
    left: 0;
}
.progress-bar {
    height: .5rem;
    line-height: 1rem;
    background-color: #ff8f00;
}
.progress{
  background-color: #c9c9c9;
}
.pc-bar {
    background-color: #fbfbfb;
    padding: 15px;
}
.side-bar{
  /* border-left: 1px solid #e5e5e5 */
}
.side-bar ul li {
    border-bottom: 1px solid #e5e5e5;
    color: #858585;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 11pt;
}
.side-bar ul li i {
    margin-right: 5px
}
.side-bar ul li.current{
  color: #ff8f00
}
.no-padding{
  padding: 0
}
.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}
.card{
  border: none
}
.card-block{
  border-left: 1px solid rgba(0,0,0,.125);
  border-right: 1px solid rgba(0,0,0,.125);
  border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-header{
  border-bottom: none;
  background-color: #222236;
  color: white;
  font-size: 1.1rem
}
.collapsed{
  color: #858585;
}
.accordion .card-header::after {

    font-family: 'FontAwesome';
    content: "\f068";
    float: right;

}
form h2 {
    border-bottom: 1px solid #d4d4d4;
    font-size: 1.1rem;
    text-transform: initial;
    color: #858585;
    line-height: 41px;
    margin-top: 2.5rem;
    margin-bottom: 1.8rem;
}
.cst-adj3{
  justify-content: left!important;
}
.card-header:first-child {

    border-radius: calc(.0rem - 0px) calc(.0rem - 0px) 0 0;

}
.btn-upload {
    padding: 5px 18px 8px 18px;
    border-radius: 50px;
    background-color: #fafafa;
    border-color: #222236;
    color: #222236;
    font-size: .9rem;
}
.cst-adj6 {
    background-color: #fbfbfb;
    font-size: .8rem;
    font-weight: 600;
}
.cst-adj6 i{
  font-size: 1.1rem;

}
.no-margin-right{
  margin-right: 0px!important
}
.no-margin-left{
  margin-left: 0px!important
}
.cst-adj24{
  font-weight: normal;
  font-size: .9rem
}

.pkg-card .card-title {
    background-color: #222236;
    padding: 1.2rem 1.25rem;
    color: white;
    font-size: 1.2rem;
    margin-bottom: 0;
}
.pkg-card .card-text{
  border: 1px solid #bababa
}
.availed {
    /* border-bottom: 1px solid #d4d4d4; */
    padding: 1.59rem 3.8rem .5rem 3.8rem;
    font-size: 1.1rem;
    color: #ff8f00;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
}
.availed i {
    background-color: #ff8f00;
    border-radius: 50%;
    padding: .6rem;
    color: white;
    position: absolute;
    top: 1.2rem;
    left: 0;
    border: 2px solid #ff8f00;
}
.availed p{
  line-height: 27px;
}
.availed span {
    background-color: #ff8f00;
    color: white;
    position: absolute;
    top: 1.2rem;
    right: 0;
    padding: .4rem;
    border: 2px solid #ff8f00;
}
.available {
    /* border-bottom: 1px solid #d4d4d4; */
    padding: 1.59rem 3.8rem .5rem 3.8rem;
    font-size: 1.1rem;
    color: #1b252b;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
}
.available i {
    background-color: white;
    border-radius: 50%;
    padding: .6rem;
    color: #222236;
    margin-right: 1.05rem;
    border: 2px solid #222236;
    position: absolute;
    top: 1.2rem;
    left: 0;
}
.available span {
    background-color: white;
    color: #1b252b;
    padding: .4rem;
    border: 2px solid #1b252b;
    position: absolute;
    top: 1.2rem;
    right: 0;
}
.available p{
  line-height: 27px;
}
.notavailable {
    /* border-bottom: 1px solid #d4d4d4; */
    padding: 1.59rem 3.8rem;
    font-size: 1.1rem;
    color: #c6c5c5;
    position: relative;
}
.notavailable i {
    background-color: white;
    border-radius: 50%;
    padding: .6rem;
    color: #c6c5c5;
    margin-right: 1rem;
    border: 2px solid #c6c5c5;
    position: absolute;
    top: 1.2rem;
    left: 0;
}
.notavailable span {
    background-color: #c6c5c5;
    color: white;
    padding: .4rem;
    position: absolute;
    top: 1.2rem;
    right: 0;
}
.notavailable p{
  line-height: 27px;
}
.card-text div {
    border-bottom: 1px solid #d4d4d4;
}
.card-text div:last-child {
    border-bottom: 0px solid black
}
.cst-adj2 i{
  font-size: 14pt
}
.table thead th{
  border-bottom: 0px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
  font-size: .95rem;
  color: #222236
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 0px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
    font-size: 10pt;
    color: #69697f
}
/*.table td span {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 84%;
    height: 1.2em;
    white-space: nowrap;
    display: inline-block;
}*/
.cst-adj6{
  width: 35px
}
.btn-primary-small-outline {
    padding: 6px 2rem 9px 2rem;
    border-radius: 50px;
    font-weight: bold;
    background-color: #ffffff;
    border-color: #222236;
    color: #222236;
    font-size: .8rem;
    border-width: 2px
}
.hideContent {
    overflow: hidden;
    height: 1.1rem;
    display: inline-block;
    position: relative;

}
.hideContent::before {
    position: absolute;
    top: -14px;
    right: 0;
    content: "...";
    font-size: 18pt;
    background-color: white
}
.showContent {
    height: auto;
    display: block;
}
.more:before{
  content:'Show More';
  position: absolute;
  top: 0;
  right: 0:
}
.more {
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    height: 20px

}
.less {
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 20px
}
.less:before{
  content:'Show Less';
  position: absolute;
  top: 0;
  right: 0:
}
.no-margin-bottom{
  margin-bottom: 0!important
}

.tags-hideContent {
    overflow: hidden;
    height: 1.6rem;
    display: inline-block;
    position: relative;
    margin-bottom: .5rem;
}
.tags-showContent {
    height: auto;
    display: block;
}
.tags-more:before{
  position: absolute;
  top: 0;
  right: 0:
}
.special-tag{
  position: relative;
  top: -20px;
}
.tags-more {
    display: block;
    margin-bottom: 20px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa84c+0,ff7b0d+100;Orange+3D */
background: rgb(255,168,76); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,168,76,1) 0%, rgba(255,123,13,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */
color: white;
border: 0 solid black!important;
}
.tags-less {
    position: relative;
    display: block;
    margin-bottom: 20px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa84c+0,ff7b0d+100;Orange+3D */
background: rgb(255,168,76); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,168,76,1) 0%, rgba(255,123,13,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */
color: white;
border: 0 solid black!important;
}
.tags-less:before{
  position: absolute;
  top: 0;
  right: 0:
}
.help {
    position: fixed;
    top: 50%;
    right: 0;
    background-color: orange;
    color: white;
    padding: 15px;
    z-index: 100;
    box-shadow: 1px 1px 15px rgba(0,0,0,.3);

}
.help a{
  color: white
}
.underline{
  text-decoration: underline;
}
.p-div{
  display: none;
}
.show-p{
  display: block;
  height: 90%;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 5%;
  padding: 1rem;
  overflow: auto;
}
.cst-adj25{
    width: 100%;
    border-radius: 0;
    background-color: white;
    color: #868e96;
    text-align: left;
    border-color: #d0d0d0;
}
.cst-adj25:hover{
  background-color: white!important;
  color: #868e96!important;
}
.cst-adj26{
  width: 100%
}
.dropdown-toggle::after {
    position: absolute;
    right: 20px;
    top: 17px;
}
.cst-adj25.active, .cst-adj25:active, .show > .cst-adj25.dropdown-toggle{
  background-color: white!important;
  color: #868e96!important;
  border-color: #80bdff;
}
.cst-adj25.focus, .cst-adj25:focus{
  box-shadow: 0 0 0 3px rgba(255,255,255,.0);
}
.d-none{
  display: none;
}
.p-div img{
  min-height: 80px
}
.table tr:last-child td {
    border-bottom: 0px solid #e9ecef;
  }
  .ticket {
    position: relative;
    border: 1px solid #d4d4d4;
    background: white;
    text-align: center;
    min-height: 150px;
}
.ticket::before, .ticket::after {
}
.ticket-left {
    left: -1px;
    border-radius: 0 1.5em 1.5em 0;
    border-left-color: red;
    border-right-color: blue;
    top: 44%;
    position: absolute;
    width: 13px;
    height: 25px;
    background-color: #fff;
    padding: 10px 0;
    border: 1px solid #d4d4d4;
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: rgb(212, 212, 212);
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgb(212, 212, 212);
    border-left: 0;
}
.ticket-right {
    right: -1px;
    border-radius: 1em 0 0 1em;
    border-left-color: red;
    border-right-color: blue;
    top: 44%;
    position: absolute;
    width: 13px;
    height: 25px;
    background-color: #ffffff;
    padding: 10px 0;
    border: 1px solid #d4d4d4;
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: rgb(212, 212, 212);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(212, 212, 212);
    border-right: 0;
}

.f-height{
  height: 100%
}
.f-width{
  width: 100%
}
li.selected::before, li.selected::before {
    border: solid #ff8f00;
    border-width: 0 2px 2px 0;
}
li.selected{
  text-decoration: underline;
}
.nav-tabs .nav-link {
    border: 1px solid #ddd;
    border-top-color: #ddd;
    border-right-color: #ddd;
    border-bottom-color: #ddd;
    border-left-color: #ddd;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border-bottom-width: 0;
    margin-left: .4rem;
    color: #212529;
    font-weight: bold;
}
.nav-tabs .nav-link.active {
    background-color: #222236;
    border-color: #222236;
    color: white;
    font-size: 1rem;
    padding: .8rem 1.8rem 1.2rem 1.8rem;
    font-weight: bold;
    margin-top: -.4rem
}
.nav-link {
    padding: .8rem 1.2rem;
}
.notifi {
    position: relative;
    margin-left: 7px;
    margin-bottom: 0;
    padding: 0 5px;
}
.notifi span{
  z-index: 2;
  position: relative;
}
.notifi-circle {
    background-color: #ff8f00;
    position: absolute;
    top: 2px;
    left: 1px;
    content: '';
    width: 100%;
    height: 20px;
    z-index: 1;
    border-radius: 2px;
}
.messages-btn {
    background-color: white;
    padding: 6px 15px;
    font-size: 1.2rem;
}
.no-padding-left{
  padding-left: 0
}
.no-padding-right{
  padding-right: 0
}
.input-style{
  border-radius: 0
}
.unread{
  background-color: #f6f6f6
}
.msg li{
  padding: .5rem 0
}
.msg-timestamp {
    font-size: .8rem;
}

.msg-btn {
    padding: 6px auto 9px auto;
    border-radius: 50px;
    font-weight: bold;
    background-color: #ffffff;
    border-color: #222236;
    color: #222236;
    font-size: .8rem;
    border-width: 2px;
}
.form-control{
  border-radius: 0
}
.lg-bg{
  background-color: #fbfbfb;
}
.no-margin-bottom{
  margin-bottom: 0
}
.ss{
  background-color: orange;
  color: white;
}
.s-opt{
    width: 50%;
    display: inline-block;
    text-align: center;
    padding: 10px 0px;
    font-weight: 700;
    border: 1px solid orange;
    cursor: pointer;
    float: left;

}
.s-bar .nav-tabs .nav-item{
  width: 50%;
  float: left;
}
.s-bar .nav-tabs .nav-link.active {
    background-color: orange;
    border-color: orange;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    margin-top: 0;
    margin: 0;
    display: block;
    text-align: center;
}
.s-bar .nav-tabs .nav-link{
    margin-left: 0;
    padding: .75rem 1.2rem;
    border-radius: 0;
    border-color: orange;
    text-align: center;
}
.s-bar .nav-tabs{
  border-bottom: 1px solid orange!important
}
.cst-adj7{
  width: 35px;
  display: block;
  margin: 0 auto;
}
.cst-adj8{
  float: left;
width: 85%;
}
.cst-adj8 span {
    text-decoration: underline;
    margin-right: 10px;
    font-size: 10pt;
}
.cst-adj8 span.searched{
  color: orange;
  font-weight: bold;
}
.cst-adj8 span:hover{
  font-style: italic;
  text-decoration: none;
  background-color: #fbfbfb
}

.cst-adj9 {
    float: left;
    width: 17px;
    margin-top: 3px;
}
.i-circle span {
    position: absolute;
    top: 0px;
    left: -2px;
    width: 23px;
    height: 23px;
    background-color: orange;
    z-index: 1;
    border-radius: 50px;
}
.i-circle i {
    color: white;
    z-index: 200;
    position: relative;
    font-size: 9pt;
}
.i-circle {
    margin: 0.1rem;
    display: inline-block;
    width: 20px;
    text-align: center;
}
.time-stamp {
    background-color: orange;
    padding: 3px 10px 5px 10px;
    color: white;
    font-weight: bold;
    font-size: 11pt;
}
.cst-adj11{
  width: 50px;
  display: inline-block;
}
.boxshadow{
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.07);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.07);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.07);
}
.boxshadow2{
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
}
.boxshadow4{
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}
.boxshadow3{

}
.dark-bg{
  background-color: #222236
}
.dark-bg span.r{
  text-align: right;
}
.light-grey-bg{
  background-color: #f6f6f6
}
.nav.nav-tabs {
    float: left;
    display: block;
    border-bottom:0;
    width: 100%;

}
.vp-normal a{
  color: #222236;
  font-size: 1.rem
}
.vp-normal a.active{
  background-color: white!important;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
  font-weight: bold!important;
  color: #212529!important;
  border-color: white!important;
  margin-top: 0!important;
  margin-left: 0;
  border-top-left-radius:0;
  border-top-right-radius:0;
}
.vp-normal a{
  border: 0px solid black!important
}
.mn-hgt{
  min-height: 300px
}
.white-bg{
  background-color: white
}
.r-border{
  border: 3px solid #c3c3c3
}
.cst-adj13{
  width: 20%;
  margin-right: 3rem
}

.cst-adj14 {
    border: 1px solid #dcdcdc;
    padding: 0px 10px 3px 10px;
    border-radius: 20px;
    font-size: .7rem;©
    font-weight: bold;
    background-color: #fbfbfb;
    margin-bottom: .5rem
}
.cst-adj15{
  font-size: 9pt
}
.cst-adj16{
  font-size: 8pt;
  width: 100%
}
.facebook-color{
  color: #3B5998
}
.twitter-color{
  color: #1DA1F2
}
.envelope-color{
  color: orange
}
.star-color{
  color: red
}
.cst-adj17{
  width: 50px;
  display: inline-block;

}
.cst-adj18 {
    float: left;
    width: 100%;
}
.cst-adj18 span {
    margin-right: 10px;
    font-size: 10pt;
    margin-bottom: 10px
}
.special-tag{

}
.cst-adj19 {
    color: white;
    background-color: #3b5998;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding-top: 8px;
}
.cst-adj20 {
    color: white;
    background-color: #0077b5;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding-top: 8px;
}
.cst-adj21 {
    color: white;
    background-color: #55acee;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding-top: 8px;
}
.cst-adj22 {
    color: white;
    background-color: #f20db6;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding-top: 8px;
}
.c-border{
  border-bottom: 1px solid #BDBDBD
}
.cst-adj23{
  position: absolute;
  top: 0;
  right: 0;
  line-height: 15px;
}
.font-10{
  font-size: 10pt!important
}
.cst-adj29 {
    height: .7rem;
    line-height: .7rem;
    background-color: #ff8f00;
    font-size: 8pt
}
.cst-adj27 {
    border-radius: .5rem
}
.cst-adj28{
    background-color: rgba(220,53,69,.1);
    padding: 10px;
}
.hidden {
    width: 320px;
    z-index: 2;
    position: absolute;
    right: -20rem;
    background: white;
    color: #000;
    box-shadow: 0px 0px 11px rgba(0,0,0,.4);

}
.src{
  border: 1px solid #E0E0E0;
  background-color: white;
}
#slide{
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  background-color: orange;
  padding: 10px;
  color: white
}
.cst-adj3{
  display: none!important;
}
.advanced i.fa-close {
    float: right;
    font-size: 10pt;
    background-color: orange;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 24px;
    color: white;
    cursor: pointer;
}
.advanced h4{
  line-height: 35px
}
.cst-adj002 {
    font-weight: bold;
    background-color: #f4f4f4;
}
.pt span.hideContent{
  height: 1.5rem
}
.pt a.more{
  width: 92px
}
.pt a.less{
  height: 11px
}

.img-adj{
  width: 25px;
  position: absolute;
  top: 8px;
  left: -15px;
}
.cst-adj01 {
    background-color: orange;
    width: 24px;
    height: 23px;
    text-align: center;
    border-radius: 50%;
    font-size: 13pt !important;
    color: white;
    display: inline-block;
    font-weight: bold;
    font-family: arial;
    padding-top: 2px;
}
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.bs-tooltip-top .arrow::before{
  border-top-color: gray;
}
.tooltip-inner {
    background-color: grey;
}
.hide{
  display: none
}
.popover-body{
  padding: 0;

}
.popover{
  box-shadow: 0px 5px 10px rgba(0,0,0,.1);
}
.cst-adj27{
  background-color: #FAFAFA
}
.©{
  transition: 1s;
  position: relative;
  display: none;
  -webkit-animation: slide-down .3s ease-out;
   -moz-animation: slide-down .3s ease-out;
}
@-webkit-keyframes slide-down {
      0% { opacity: 0; -webkit-transform: translateY(10%); }
    100% { opacity: 1; -webkit-transform: translateY(0); }
}
@-moz-keyframes slide-down {
      0% { opacity: 0; -moz-transform: translateY(10%); }
    100% { opacity: 1; -moz-transform: translateY(0); }
}

.show-mi{
  transition: .5s!important;
  position: relative!important;
  display: block!important ;
  -webkit-animation: slide-down .3s ease-out;
   -moz-animation: slide-down .3s ease-out;
}
@-webkit-keyframes slide-down {
      0% { opacity: 0; -webkit-transform: translateY(10%); }
    100% { opacity: 1; -webkit-transform: translateY(0); }
}
@-moz-keyframes slide-down {
      0% { opacity: 0; -moz-transform: translateY(10%); }
    100% { opacity: 1; -moz-transform: translateY(0); }
}
.ghi{
  position: relative;
  -webkit-animation: slide-down .3s ease-out;
   -moz-animation: slide-down .3s ease-out;
  }
  @-webkit-keyframes slide-down {
      0% { opacity: 0; -webkit-transform: translateY(10%); }
    100% { opacity: 1; -webkit-transform: translateY(0); }
  }
  @-moz-keyframes slide-down {
      0% { opacity: 0; -moz-transform: translateY(10%); }
    100% { opacity: 1; -moz-transform: translateY(0); }
  }
.mi{

  -webkit-animation: slide-down .3s ease-out;
   -moz-animation: slide-down .3s ease-out;
  }
  @-webkit-keyframes slide-down {
      0% { opacity: 0; -webkit-transform: translateY(10%); }
    100% { opacity: 1; -webkit-transform: translateY(0); }
  }
  @-moz-keyframes slide-down {
      0% { opacity: 0; -moz-transform: translateY(10%); }
    100% { opacity: 1; -moz-transform: translateY(0); }
  }
  .neg-margin {
    margin-top: -127px;
    padding-top: 60px;
    background-color: white
}
.z-plus{
  z-index: 100;

}
.z-minus{
  z-index: 10;

}
.h-ctrl{
  height: 120px
}

.font-10{
  font-size: 10pt
}
.cst-adj32{
  /* background: url(../images/pattern.jpg); */
}
.cst-adj33 {
    font-size: 9pt;
}
.cst-adj30 {
    position: absolute;

    right: 20px;
    top: 0;
    color: grey;
}
.cst-adj30 i{
  font-size: 15pt;
}
.min-h{
  min-height: 130px
}
.max-l-width{
  width: 150px
}
.lh-14{
  line-height: 14px
}
.cst-adj31{
  border-bottom: 2px solid #BDBDBD;15
}
.show-scroll{
  overflow-y: auto;
  max-height : 245px;
  overflow-y: auto;
}
.p-box:hover .cst-adj34{
  display: block;
  z-index: 200
}
.cst-adj34 {
    color: #222236;
    font-size: 12pt;
    position: absolute;
    right: 38px;

}
.ful-height{
  height: 100%
}
.ei-box{
  background-color: #f3f3f3;

}
.rounded-1x{
  border-radius: .3rem
}
.d-circle{
  background-color: orange;
  width: 25px;
  height: 25px;
  display: block;
  border-radius: 50%;
  color: white;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  right: .5rem;
  top: 0

}
.input-btn {
    border-radius: 5px;
    padding: 12px 30px;
    margin-left: 1rem;
}

.cst-adj38 {
    color: #222222;
}
.dark-blue-bg{
  background-color: #222236
}
.a-t button{
  text-align: right;
}
.cst-adj39 {
    color: black;
    text-decoration: underline;
    font-size: 12pt;
}
.cst-adj40{
text-decoration: underline;
}
.cst-adj41 {
    background-color: #f6f6f6;
    border-right: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
}
.lh-ctr{
  line-height: 10px;
}
.cst-adj42{
  background-color: #f6f6f6
}
.cst-adj43 {
    border-bottom: 1px solid #dfdfdf;
    position: relative;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: 20px;
    overflow: hidden;
    font-size: 11pt
}
.cst-adj44 {
  position: absolute;
right: 0;
top: 1rem;
}
.cst-adj45 {
    width: 35px;
    display: block;
    float: left;
}
.cst-adj41 li:last-child{
  border-bottom: 0px solid black
}
.cst-adj41 ul{
  margin-bottom: 0
}
.cst-adj46 {
    display: block;
    float: left;
    width: 72%;
    margin-top: 5px;
}
.cst-adj036 {
    background-color: orange;
    color: white;
}
.cst-adj47 {
    width: 89%;
    margin-top: 20px;
    text-align: center;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+60&0+0,1+60 */
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

    font-weight: bold;
    margin-left: 1rem;
margin-right: 1rem;
}
.dropdown-content {
  overflow-y: hidden;
  max-height: 0px; /* approximate max height */
  transition-property: all;
  transition-duration: .5s;
  width: 300px;
  position: absolute;
  top: 45px;
  right: -20%;
  z-index: 100;


  background-color: white;

  }
  .img-2 {
      width: inherit !important;
  }
  .dropdown-content a {
      display: block !important;
      width: 100% !important;
      font-size: 10pt !important;
      color: #888888 !important;
      padding: 13px 20px;

      margin-top: 0px !important;

      overflow: hidden;
  }

  .dropdown-content a img {
    width: 18px;
    float: left;
  }
  .dropdown-content a p{
    font-size: 11pt;
    margin-bottom: 0;
    width: 80%;
    float: left;
    text-align: left
  }

.show-sn {
  max-height: 250px; /* approximate max height */
  right: 10%;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.4);

}

.pp .dropdown-content{
  top:30px!important;
  right: -10px!important;


}
.pp .show-sn{
  top: 30px!important;
  right: -10px!important
}
.pp .dropdown-content a p {
    font-size: 10pt;
    width: 100%;

}
.icon-bar li{
  display: inline-block;
  position: relative;
}
.pointer{
  cursor: pointer;
}
.cst-adj48{
  position: relative;
  top: 2px
}
.cst-adj49 {
    width: 14px;
    margin-right: 32px;
    font-size: 14pt !important;
    margin-left: 10px;
}
.dropdown-content a:hover{
  background-color: #f5f5f5
}
@media (max-width: 1199px) {
  .video-btn{
    font-size: .75rem;
    padding: .2rem .5rem
  }
  .cst-adj2{
    position: absolute;
top: -60px;
right: 10px;
background-color: rgba(0, 0, 0, 0);
  }
  .wizard-inner li span {
    font-size: .8rem;
  }
  .wizard-inner li {
    min-width: 80px;
  }
  #page-wrapper {
    margin: 0 0 0 190px;
  }
  .navbar-static-side {
    width: 190px;
  }
  .wizard ul, .wizard-inner ul {
    margin-left: -20px;
  }
  .s-bar .nav-tabs .nav-item {
    width: 100%;
  }
 }
@media (max-width: 991px) {
  .wizard ul, .wizard-inner ul {
    margin-left: -37px;
    width: 117%;
  }
  .wizard-inner li {
    margin-right: 6px;
    padding-right: 11px;
  }
  .wizard-inner div.icon-bar {
    right: 3rem;
    top: 65px;
  }
  .cst-adj46 {

      width: 57%;
    }
}
@media (max-width: 767px) {
    .cst-adj2{
      display: none!important;
    }
    .cst-adj3 {
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0);
    display: block!important;
    }
    .cst-adj3 span{
      display: block;
    }
    .mt-xs-2{
      margin-top: 2rem
    }
    .mt-xs-3{
      margin-top: 3rem
    }
    #page-wrapper {
      margin: 0 0 0 0px;
    }
    body.mini-navbar .navbar-static-side {
      width: 80%;
      margin-left: 0

    }
    .wizard-inner{
      border: 0px solid #d1d1d1;
    }
    .mt-xs-5{
      margin-top: 5rem
    }
    .navbar-static-side {
      width: 0%;
      background-color: rgba(22,22,32,.95);
      margin-left:-220px;
      top: 89px;
    }
    .banner h1 {
    padding: 8px 10px;
    margin-top: 88px;
    font-size: 18pt;
    }
    .wizard-inner li {
      display: block;
      margin-left: 0px;
      width: 100%;
      border-bottom: 1px solid #d4d4d4
    }

    .wizard, .wizard-inner{
      height: auto;
      background-color: #f5f5f5
    }
    .wizard-inner div.icon-bar {
    right: 7px;
    bottom: -65px;
    top: auto;
    }
    .wizard li::before, .wizard-inner li::before{
      border: none
    }

    .wizard ul, .wizard-inner ul {
      margin-left: 0;
      width: 100%;
      height: auto;
    }
    .side-bar{
        display: none;
    }
    .cst-adj5{
      background-color: #fbfbfb;
    }
    .available strong {
        display: block;
        margin: 0 auto 10px auto;
        width: 39px;
    }
    .available p, .availed p, .notavailable p {
      margin-bottom: 0px
    }
    .available i {
        position: relative;
        top: auto;
        left: auto
    }
    .available span {
        position: relative;
        top: auto;
        right: auto;
        display: inline-block;
        margin: 10px auto 0 auto;
    }
    .availed strong {
        display: block;
        margin: 0 auto 10px auto;
        width: 39px;
    }
    .availed i {
        position: relative;
        top: auto;
        left: auto
    }
    .availed span {
        position: relative;
        top: auto;
        right: auto;
        display: inline-block;
        margin: 10px auto 0 auto;
    }
    .notavailable strong {
        display: block;
        margin: 0 auto 20px auto;
        width: 39px;
    }
    .notavailable i {
        position: relative;
        top: auto;
        left: auto
    }
    .notavailable span {
        position: relative;
        top: auto;
        right: auto;
        display: inline-block;
        margin: 20px auto 0 auto;
    }
    .available, .availed, .notavailable{
      text-align: center;
      background-color: #f4f4f4;
      padding: .9rem 3.8rem;
    }
    .no-padding-right {
    padding-right: auto;
    }
    .s-bar .nav-tabs .nav-item {
      width: 50%;
    }
}
@media (max-width: 576px) {
  .pp .show-sn {
    top: 35px !important;
    right: -161px !important;
  }
  .pp .dropdown-content {
    top: 30px !important;
    right: -161px !important;
  }
  .nav-item{
    display: block;
    width: 100%
  }
  .nav-tabs .nav-link{
    margin-left: 0;
    border-radius: 0
  }
  div.icon-bar {
    bottom: -64px;
    top: auto;
  }
  .facebook-color{
    float:left
  }
  .twitter-color{
    float:left
  }
  .envelope-color{
    float:left
  }
  .star-color{
    float:left
  }
  .s-menu {
   padding: 0;
   margin-top: -1px;
   text-align: left;
   margin-left: 89px;
   margin-bottom: 15px;
   }
   .navbar-minimalize{
     height: 125px;
     line-height: 125px;
   }
   .navbar-static-side {
     top: 126px;
   }

 }
 @media (max-width: 470px) {

  }
