/* Add here all your CSS customizations */
a.nav-link{
	color: #304875;
	font-size:13px;
}
a.nav-link:hover{
	color: #271e66;
}

.dropdown-menu a.nav-link {
    color: #666666;
}

a, a:hover{
    text-decoration: none!important;
}

*:focus {
    outline: none !important;
}

.btn-primary:active, .btn-primary:focus {
    color: #ffffff !important;
    background-color: #cccccc !important;
    border-color: #cccccc !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #cccccc !important;
    border-color: #cccccc !important;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #cccccc !important;
    border-color: #cccccc !important;
    box-shadow: #cccccc !important;
}

.text-black{
    color: #000;
}

.dropdown-menu {
    padding: .5rem;
    color: #444;
    border: none;
    box-shadow: 0px 1px 2px 2px rgba(0,0,0,0.1);
}


.div-title-tab {
    border-bottom: 1px solid #DDD;
    text-align: right;
}
.div-title-tab span {
    border-radius:5px 5px 0px 0px;
    -moz-border-radius:5px 5px 0px 0px;
    -webkit-border-radius:5px 5px 0px 0px;
    padding: 5px 15px;
    border:1px solid #DDD;
    border-bottom: none;
    background: #fff;
    font-weight: bold;
}

.notifications {
    padding: 10px 0;
}

.notifications ul {
    padding: 0; list-style: none;
}

.notifications ul li {
    margin-bottom: 10px;
}

.notifications ul li a:hover {
    text-decoration: none;
}

.no-shadow{
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bg-gradient{
    background: #304875;
}

.bg-gradient-black{
    background: rgb(0,0,0);
    background: -moz-linear-gradient(50deg, rgba(0,0,0,1) 14%, rgba(78,78,78,1) 93%);
    background: -webkit-linear-gradient(50deg, rgba(0,0,0,1) 14%, rgba(78,78,78,1) 93%);
    background: linear-gradient(50deg, rgba(0,0,0,1) 14%, rgba(78,78,78,1) 93%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#4e4e4e",GradientType=1);
}

.breadcrumb {
    padding: 10px 0;
    margin: 0;
    background-color: transparent;
}

li.breadcrumb-item a {
    color: #06abe1;
    font-weight: 600;
}

.breadcrumb-item.active {
    color: #000000;
}

.userbox .name{
    color: #fff;
    font-weight: bold;
}

.userbox .custom-caret{
    color: #fff;
}

.navbar {
    padding: 0;
}

.navbar a.nav-link {
    padding: 15px;
    font-size: 14.2px;
}
.navbar a.nav-link:hover, .navbar a.nav-link:active, .navbar a.nav-link:focus {
    padding: 15px;
    color: #0A97CD;
}

.plans {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
}

.plan-card {
    flex: 1;
    max-width: 245px;
    min-width: 245px;
    flex-basis: 200px;
    margin: 10px;
    border: 1px #ecedf0 solid;
    border-radius: 5px;
    transition: 0.1s ease-in;
}

.plan-card:hover {
    box-shadow: 0 0 20px 0px #bdbdbd;
}

.plan-card .plan-header {
    background: #dcdcdc82;
    margin-top: 0 !important;
    padding: 10px;
}

.plan-header .plan-title {
    text-align: center;
    margin-bottom: 25px;
}

.plan-header .plan-dollar-sign {
    font-size: 18px;
    text-align: center;
}

.plan-header .plan-price {
    font-size: 35px !important;
    font-weight: 600;
}

.plan-card > .plan-details {
    padding: 10px;
}

.plan-card .plan-button {
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
    margin: 10px;
    justify-content: center;
    align-content: flex-end;
    text-align: center;
}

/*
 *
 * TREE VIEW STYLES
 *
*/

.tree, .tree ul {
    margin:0;
    padding:0;
    list-style:none
}
.tree ul {
    position:relative
}
.tree ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    border-left:1px solid
}
.tree li {
    margin:0;
    padding: 0 0 0 24px;
    line-height:2em;
    color: #666666;
    font-weight:700;
    position:relative;
    font-size: 16px;
}
.tree ul li:before {
    content:"";
    display:block;
    width:5px;
    height:0;
    border-top:1px solid;
    margin-top:-1px;
    position:absolute;
    top:1em;
    left:0
}
.tree ul li:last-child:before {
    background:#fff;
    height:auto;
    top:1em;
    bottom:0
}
.indicator, .tree li{
    cursor: pointer;
}
.tree li a {
    text-decoration: none;
    color:#369;
}
.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color:#369;
    border:none;
    background:transparent;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    outline: 0;
}

.icon-closed{
    width: 14px;
    height: 14px;
    margin-left: -16px;
    margin-right:2px;
}

.icon-opened {
    width: 14px;
    height: 14px;
    margin-left: -16px;
    margin-right: 2px;

}

.unconfirmed-account {
    width: 100%;
    padding: 10px 0;
    background: #d44950;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
}

.unconfirmed-account > .text > p {
    color: #fff;
    margin: 0;
}

.unconfirmed-account > .text > p a {
    text-decoration: none;
    color: #fff;
    border-bottom: 1px #fff solid;
    transition: ease-in all 0.1s;

}

.unconfirmed-account > .text > p a:hover {
    border-bottom: 2px #9400ff solid;
    color: #9400ff;
}

.cart-table .row {
    padding: 5px;
}


.details-card {
    background: #ecf0f1;
}

.card-content {
    background: #ffffff;
    border: 4px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.card-img {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    z-index: 1;
}

.card-img img {
    width: 100%;
    height: auto;
    display: block;
}

.card-img span {
    position: absolute;
    top: 15%;
    left: 18%;
    background: #cccccc;
    padding: 6px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transform: translate(-50%,-50%);
}
.card-img span h4{
    font-size: 12px;
    margin:0;
    padding:10px 5px;
    line-height: 0;
}
.card-desc {
    padding: 1.25rem;
}

.card-desc h3 {
    color: #000000;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
}

.card-desc p {
    color: #747373;
    font-size: 14px;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5;
    margin: 0px;
    margin-bottom: 20px;
    padding: 0;
}
.btn-card{
    background-color: #cccccc;
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: .84rem 2.14rem;
    font-size: .81rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin: 0;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
}
.btn-card:hover {
    background: orange;
}
a.btn-card {
    text-decoration: none;
    color: #fff;
}

.uppercase{
    text-transform: uppercase;
}
.navbar-light .navbar-toggler {
    color: #304875;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #000;
    background-color: #eee;
}
.circle{
    border-radius: 50%;
}
.bordered{
    border-radius: 6px;
    box-shadow:0 0 1px 1px rgba(0,0,0,.1);
    transition: 0.5s;
}
.bordered:hover{
    box-shadow:0 6px 25px 1px rgba(0,0,0,.20);
    transition: 0.5s;
}

.nav-delivery a.nav-link {
    color: #cccccc;
}

.nav-delivery a.nav-link:hover {
    color: #000;
    background-color: #eee;
}

#store .products .product .onsale {
    position: absolute;
    background-color: #2e353e;
    border-radius: 100%;
    left: auto;
    right: 0;
    top: -15px;
    text-shadow: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    z-index: 10;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 0.9em;
    color: #FFF;
}

.dropdown-menu {
    min-width: 12rem;
}

.bold {
    font-weight: bold;
}

#tree-view li.tree-item {
    color: #666666;
}

.icon-rose{
    color: #cccccc;
}

#tree-view > .tree-item ul.visited li {
    color: #999999;
}

.profile-dashboard .nav-tabs {
    border: 0;
    padding: 0;
    margin: 0;
}

.profile-dashboard .nav-tabs .nav-link {
    padding: 8px;
    font-size: 0.800rem;
    border: 0;
}

.profile-dashboard .nav-tabs .nav-link:not(.active) {
    background: none;
    border: 0;
    color: #ffff;
}

.profile-dashboard .nav-tabs .nav-link.active, .profile-dashboard .nav-tabs .nav-link:not(.active):hover {
    background-color: #000000;
    color: #fff;
}

.profile-dashboard .nav-tabs .nav-link.active:hover {
    color: #fff;
    border: 0;
}

.profile-dashboard .tab-content {
    background-color: #00000022;
    border: 0;
    border-radius: 4px;
}

header{
    -webkit-box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
    box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
}

.qualification-tab {
    color: #fff;
    text-align: center;
    margin-top: 11px;
    padding: 8px;
    background: #000000;
    border-radius: 5px;
}

.modal-header h5.modal-title {
    font-size: 1.25em;
    font-weight: 500;
    margin-top: 0px;
}

.modal-header.modal-grey {
    background: rgb(79,66,158);
    background: -moz-linear-gradient(50deg, rgba(79,66,158,1) 14%, rgba(83,147,242,1) 93%);
    background: -webkit-linear-gradient(50deg, rgba(79,66,158,1) 14%, rgba(83,147,242,1) 93%);
    background: linear-gradient(50deg, rgba(79,66,158,1) 14%, rgba(83,147,242,1) 93%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#304875",endColorstr="#5393f2",GradientType=1);
}

.modal-header.modal-grey h5.modal-title {
    color: #ffffff;
}

.modal-header.modal-grey h5.modal-title .red{
    color: #ff5252;
}


.modal-header.modal-grey .close {
    color: #ffffff;
    opacity: 1;
}

.select2-container .select2-selection--single {
    height: 38px !important;
}

.select2-container * {
    font-size: 0.85rem !important;
}

.select2-container .select2-selection--single {
    padding: .375rem .75rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 23px !important;
}

.select2-container--default .select2-selection--single {
    border-color: #ced4da !important;
}

.pagination {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}


.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(62 72 140 / 7%);
}

thead tr {
    background-color: #e3e3e3;
    text-transform: uppercase;
    color: #304875;
}

.banner-fluid{
    width: 100%;
}

.text-blue{
    color: #5274d2;
}

html.sign, body.sign{
    background: #f3f3f3 url(../../assets/img/bg-login.jpg) no-repeat center center!important;
    width: 100%;
    background-size: cover;
    height: 100vh;
    background-attachment: fixed!important;
}

.body-sign-custom {
    display: table;
    height: 100vh;
    max-width: 500px;
    padding: 0 40px;
    width: 100%;
    right: 0;
    background-color: #f5f5f5;
}
.body-sign-custom .center-sign{
    display: table-cell;
    padding-top: 20px;
    vertical-align: middle;
}


.datepicker .datepicker-switch, .datepicker .dow{
    font-weight:  bold !important;
}

.datepicker table tbody tr td.day.active {
    background:  #3e488c !important;
    color:  white !important;
}

.datepicker table tr td, .datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: none;
}

.datepicker table thead tr {
    background-color: #ffffff;
    text-transform: uppercase;
    color: #2a3477;
}

.datepicker table thead tr th.dow:hover {
    color:  inherit;
    cursor: default;
}

.datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover {
    background: #3e488c;
    color:  #ffffff !important;
}

/* PROGRESS AREA */

.star-counter{
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 18px;
    margin-left: 20px;
}
.star-content{
    margin-left: 120px;
}

.all-stars {
    display: block;
    float: left;
    margin-right: 10px;
}

.lh{
    line-height: 1.8em;
}

/* circle progress */
.progress-circle {
    -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
    -webkit-box-shadow: 0 -1px 0 0 #D6D7D8;
    box-shadow: 0 -1px 0 0 #D6D7D8;
    margin: 0;
    background: #F0F0F0;
    border-radius: 100%;
    position: absolute;
    overflow: hidden;
    height: 100px;
    width: 100px;
    left: 50%;
    top: 50%;
  }

  .p-f,
  .p-h {
    clip: rect(0, 100px, 100px, 50px);
    position: absolute;
    overflow: hidden;
    height: 100px;
    width: 100%;
    left: 0%;
  }

  .p-f{
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    left: 0;
  }

  .p-f:before,
  .p-h:before{
    content: '';
    background: #5274d2;
    position: absolute;
    height: 100px;
    width: 50%;
    left: 0%;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -moz-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }

  .progress-circle #progress {
    font-family: 'Montserrat', sans-serif;
    margin: -45px 0 0 -45px;
    border-radius: 100%;
    position: absolute;
    text-align: center;
    line-height: 90px;
    background: #fff;
    font-size: 22px;
    font-weight:bold;
    color: #5274d2;
    height: 90px;
    width: 90px;
    z-index: 1;
    left: 50%;
    top: 50%;
  }

  /* Screen Readers only (from Bootstrap) */
  .sr-only {
    clip: rect(0,0,0,0);
    position: absolute;
    overflow: hidden;
    margin: -1px;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
  }

.text-through{
    color: #d44950 !important;
    text-decoration: line-through;
    font-weight: normal !important;
}

.text-discount{
    color: blue !important;
    font-weight: normal !important;
}

.italic{ 
    font-style: italic !important;
}

.shadow{
    -webkit-box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
    box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
}

.mt-7 {
    margin-top: 7rem;
}

.accord-btn {
    color: #273856 !important;
}

.accord-btn:focus, .accord-btn:active {
    outline: none !important;
}

.accord-btn:hover {
    color: #3498db !important;
}

.accord-btn:not(.collapsed) {
    color: #3498db !important;
}

.accord-title:not(:first-child) {
   margin-top:40px;
}

.card-header .rotate-icon {
    font-size: 20px;
    transition: .3s transform ease-in-out;
    color: #000000 !important;
}
.card-header .collapsed .rotate-icon {
    transform: rotate(180deg);
}