body.dytective-skin {
    /* Select colors */
    color: #4f4f4f;

}

.dytective-skin .blue-dyt-text{
    color: #29B6F6;
}

.dytective-skin a, a.disabled:hover, a:disabled:hover {
    color: #29B6F6;
}
.dytective-skin .double-nav a {
    color: #fff;
}
.dytective-skin .modal-dialog.modal-notify.modal-info .badge, .modal-dialog.modal-notify.modal-info .modal-header {
    background-color: #29B6F6;
}
.dytective-skin .top-nav-collapse {
    background-color: #EEEEEE !important;
}

.dytective-skin main {
    min-height: calc(100% - 98px);
}

.dytective-skin .navbar-brand img{
    height: 50px;
}

.dytective-skin .navbar .nav-item .nav-link {
    text-transform: none;
    margin: 0 5px;
}
.dytective-skin footer.page-footer{
    padding-top:0;
}

.dytective-skin .default-color{
    background-color: #59698D !important;
}

.dytective-skin .gradient {
    background: #000;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #000 0%, #616161 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-linear-gradient(315deg, #000 0%, #616161 100%);
    background: linear-gradient(135deg, #000 0%, #616161 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
.dytective-skin .primary-color, .dytective-skin .stepper li.active a .circle, .stepper li.active a .dytective-skin .circle, .dytective-skin .stepper li.completed a .circle, .stepper li.completed a .dytective-skin .circle {
    background-color: #59698D !important; }
.dytective-skin .navbar {
    background-color: #EEEEEE;
    color: #fff; }
.dytective-skin .navbar .navbar-nav .nav-item .dropdown-menu a:hover, .dytective-skin .navbar .navbar-nav .nav-item .dropdown-menu a:focus, .dytective-skin .navbar .navbar-nav .nav-item .dropdown-menu a:active {
    background-color: #26bc92; }
.dytective-skin .page-footer {
    background-color: #222; }
.dytective-skin .side-nav {
    background: #000;
    background: -moz-linear-gradient(-45deg,#415165 0,#849fb6 100%);
    background: -webkit-linear-gradient(-45deg,#415165 0,#849fb6 100%);
    background: linear-gradient(135deg,#415165 0,#849fb6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#415165', endColorstr='#849fb6', GradientType=1 );}
.dytective-skin .side-nav .logo-wrapper > div {
    background-color: transparent !important; }
.dytective-skin .side-nav .logo-wrapper img {
    padding: 16% 25px; }
@media (max-height: 992px) {
    .dytective-skin .side-nav .logo-wrapper img {
        padding: 7% 25px;
    }
}
.dytective-skin .side-nav .logo-wrapper {
    background-color: #EEEEEE;
    background-size: cover;}
.dytective-skin .side-nav .sn-avatar-wrapper img {
    border: 3px solid #1d9171; }
.dytective-skin .social {
    display: inline-block;
}
.dytective-skin .social li {
    display: inline-block;
    padding: 0 5px;
}
.dytective-skin .social a .fa {
    color: #fff !important;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
.dytective-skin .social a:hover .fa {
    color: #59698D !important;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
.dytective-skin .side-nav .collapsible li {
    background-color: transparent; }
.dytective-skin .side-nav .collapsible li .collapsible-header {
    color: #fff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
.dytective-skin .side-nav .collapsible li .collapsible-header.active {
    background-color: #29B6F6; }
.dytective-skin .side-nav .collapsible li .collapsible-header:hover {
    background-color: #29B6F6; }
.dytective-skin .side-nav .collapsible li .collapsible-body a {
    color: #fff; }
.dytective-skin .side-nav .collapsible li .collapsible-body a:hover {
    color: #29B6F6; }
.dytective-skin .side-nav .fa {
    color: #fff; }
.dytective-skin .side-nav .sidenav-bg:after, .dytective-skin .side-nav .sidenav-bg.mask-strong:after {
    background: rgba(0, 0, 0, 0.8); }
.dytective-skin .side-nav .sidenav-bg.mask-light:after {
    background: rgba(0, 0, 0, 0.65); }
.dytective-skin .side-nav .sidenav-bg.mask-slight:after {
    background: rgba(0, 0, 0, 0.5); }
.dytective-skin .btn-primary {
    background-color: #59698D; }
.dytective-skin .btn-primary:hover {
    background-color: #3dd8ad !important; }
.dytective-skin .btn-primary:focus, .dytective-skin .btn-primary:active, .dytective-skin .btn-primary.active {
    background-color: #1d9171 !important; }
.dytective-skin .btn-primary.dropdown-toggle {
    background-color: #59698D !important; }
.dytective-skin .btn-primary.dropdown-toggle:hover, .dytective-skin .btn-primary.dropdown-toggle:focus {
    background-color: #3dd8ad !important; }
.dytective-skin .btn-secondary {
    background-color: #0f478a; }
.dytective-skin .btn-secondary:hover {
    background-color: #1253a1 !important; }
.dytective-skin .btn-secondary:focus, .dytective-skin .btn-secondary:active, .dytective-skin .btn-secondary.active {
    background-color: #082445 !important; }
.dytective-skin .btn-secondary.dropdown-toggle {
    background-color: #0f478a !important; }
.dytective-skin .btn-secondary.dropdown-toggle:hover, .dytective-skin .btn-secondary.dropdown-toggle:focus {
    background-color: #1253a1 !important; }
.dytective-skin .btn-default {
    background-color: #59698D; }
.dytective-skin .btn-default:hover {
    background-color: #2f2f2f !important; }
.dytective-skin .btn-default:focus, .dytective-skin .btn-default:active, .dytective-skin .btn-default.active {
    background-color: black !important; }
.dytective-skin .btn-default.dropdown-toggle {
    background-color: #222222 !important; }
.dytective-skin .btn-default.dropdown-toggle:hover, .dytective-skin .btn-default.dropdown-toggle:focus {
    background-color: #2f2f2f !important; }
.dytective-skin .card .btn-action {
    background: #222222; }
.dytective-skin .card .btn-action:hover, .dytective-skin .card .btn-action:focus {
    background-color: #2f2f2f !important; }
.dytective-skin .card .btn-action.active {
    background-color: black !important; }
.dytective-skin input[type="email"]:focus:not([readonly]),
.dytective-skin input[type="text"]:focus:not([readonly]),
.dytective-skin input[type="password"]:focus:not([readonly]),
.dytective-skin textarea.md-textarea:focus:not([readonly]) {
    border-color: #59698D;
    box-shadow: 0 1px 0 0 #59698D;}
.dytective-skin input[type="email"]:focus:not([readonly]) + label,
.dytective-skin input[type="text"]:focus:not([readonly]) + label,
.dytective-skin input[type="password"]:focus:not([readonly]) + label,
.dytective-skin textarea.md-textarea:focus:not([readonly]) + label {
    color: #59698D; }
.dytective-skin input[type=checkbox]:checked + label:before {
    border-right: 2px solid #59698D;
    border-bottom: 2px solid #59698D; }
.dytective-skin input[type=checkbox].filled-in:checked + label:before {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff; }
.dytective-skin input[type=checkbox].filled-in:checked + label:after {
    background-color: #59698D;
    border-color: #59698D; }
.dytective-skin .md-form .prefix.active {
    color: #59698D; }
.dytective-skin .dropdown-content li:not(.disabled) span {
    color: #59698D; }
.dytective-skin .top-nav-collapse {
    background-color: #222; }
.dytective-skin .carousel-multi-item .controls-top > a,
.dytective-skin .carousel-multi-item .carousel-indicators li,
.dytective-skin .carousel-multi-item .carousel-indicators li.active {
    background-color: #59698D; }
.dytective-skin .form-header,
.dytective-skin .card-header {
    background-color: #ededed; }
.dytective-skin .spinner-primary-color,
.dytective-skin .spinner-primary-color-only {
    border-color: #59698D; }
.dytective-skin .pagination-primary-color .page-item.active .page-link,
.dytective-skin .pagination-primary-color .page-item.active .page-link:focus,
.dytective-skin .pagination-primary-color .page-item.active .page-link:hover {
    color: #fff;
    background-color: #59698D;
    border-color: #59698D; }
.dytective-skin .pagination-primary-color .page-link {
    color: #59698D; }
.dytective-skin .h1-responsive{
    border-bottom: double 4px #ddd;
    padding-bottom: 5px;
    margin-bottom:20px;
}
.dytective-skin .blue {
    background-color: #29B6F6;
}

.dytective-skin .card-wrapper {
    min-height: auto;
}
.dytective-skin .card-wrapper-alumni{
    min-height: 220px;
    margin-top: 70px;
    position:relative;
    text-align: center;
}

.dytective-skin .card-wrapper-evolution .avatar {
    border-radius: 50%;
    display: block;
    height: 120px;
    margin: auto;
    overflow: hidden;
    width: 120px;
}

.dytective-skin .card-wrapper-evolution .avatar img {
    border: 5px solid #ddd;
    background: rgba(0,241,149,1);
    background: -moz-linear-gradient(top, rgba(0,241,149,1) 0%, rgba(0,139,58,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,241,149,1)), color-stop(100%, rgba(0,139,58,1)));
    background: -webkit-linear-gradient(top, rgba(0,241,149,1) 0%, rgba(0,139,58,1) 100%);
    background: -o-linear-gradient(top, rgba(0,241,149,1) 0%, rgba(0,139,58,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,241,149,1) 0%, rgba(0,139,58,1) 100%);
    background: linear-gradient(to bottom, rgba(0,241,149,1) 0%, rgba(0,139,58,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f195', endColorstr='#008b3a', GradientType=0 );
    width: 100%;
}

.dytective-skin .card-wrapper-alumni .avatar {
    border-radius: 50%;
    display: block;
    height: 120px;
    margin: -65px auto 0;
    overflow: hidden;
    width: 120px;
}

.dytective-skin .card-wrapper-alumni .avatar img{
    border: 5px solid #ddd;
    background: rgba(0,241,149,1);
    background: -moz-linear-gradient(top, rgba(0,241,149,1) 0%, rgba(0,139,58,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,241,149,1)), color-stop(100%, rgba(0,139,58,1)));
    background: -webkit-linear-gradient(top, rgba(0,241,149,1) 0%, rgba(0,139,58,1) 100%);
    background: -o-linear-gradient(top, rgba(0,241,149,1) 0%, rgba(0,139,58,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,241,149,1) 0%, rgba(0,139,58,1) 100%);
    background: linear-gradient(to bottom, rgba(0,241,149,1) 0%, rgba(0,139,58,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f195', endColorstr='#008b3a', GradientType=0 );
    width: 100%;
}
.dytective-skin .card-wrapper-alumni .badge{
    font-weight: normal;
}
.dytective-skin .card-wrapper-alumni .info-status-alumni{
    position: absolute;
    top:-50px;
    left:10px;
}
.dytective-skin .card-wrapper-alumni .top-alumni-btn{
    position: absolute;
    top:-50px;
    right:10px;
}
.dytective-skin .card-wrapper-alumni .btn {
    padding: .5rem .45rem;
    margin: 5px 2px;
    height:42px;
}
.dytective-skin .card-wrapper-alumni .btn img {
    padding-right: 6px;
}
.dytective-skin .card-wrapper-alumni .alumni-footer{
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
}
.dytective-skin .card-wrapper-alumni .rotate-btn{
    font-size: .75rem;
}
.dytective-skin .mix{
    position: relative;
    display: inline-block;
}
.dytective-skin dl{
    font-size: .8rem;
}
.dytective-skin .search-alumni{
    width: 250px;
}
.dytective-skin .dashboard-help .btn.btn-sm {
    padding: .5rem .45rem;
    margin: 5px 2px 5px 15px;
    min-width:85px;
}
.dytective-skin .picker__header select{
    display: inline-block !important;
}
.dytective-skin .form-control-radio{
    border: 0;
    padding-left:10px;
}
.dytective-skin .form-control-radio~label{
    top:-5px;
}
.dytective-skin .switch p{
    color: #757575;
    margin-bottom: 0.2rem;
    font-size:0.9rem;
}
.dytective-skin .switch label{
    color: #757575;
    font-size: 0.8rem;
    padding-left:15px;
}

.dytective-skin .picker__input~label:after{
    display: block;
    content: "";
    position: absolute;
    top: 65px;
    opacity: 0;
    -webkit-transition: .2s opacity ease-out,.2s color ease-out;
    transition: .2s opacity ease-out,.2s color ease-out;
}
.dytective-skin .picker__input.invalid~label:after{
    content: attr(data-error);
    color: #F44336;
    opacity: 1;
    top: 30px;
    font-size: .7rem;
}

.form-control-radio~label span{
    padding-left:10px;
    color: #F44336;
    font-size: .7rem;
}

.dytective-skin input[type="text"].invalid,
.dytective-skin input[type="email"].invalid,
.dytective-skin input[type="password"].invalid{
    margin-bottom: 2.5rem;
}
.dytective-skin .btn .fa {
    font-size: 1rem;
    margin-top: -3px;
}

@media only screen and (max-width: 991px){
    .dytective-skin .dashboard-search-bar.sticky{
        display:block;
    }
}

@media only screen and (max-width: 600px){
    .dytective-skin .dashboard-search-bar .actions a span{
        display:none;
    }
}

.steps-import {
    display: table;
    width: 100%;
    position: relative; }
.steps-import .steps-row {
    display: table-row; }
.steps-import .steps-row:before {
    top: 35px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 2px;
    background-color: #7283a7; }
.steps-import .steps-row .step {
    display: table-cell;
    text-align: center;
    position: relative; }
.steps-import .steps-row .step p {
    margin-top: 0.5rem; }
.steps-import .steps-row .step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important; }
.steps-import .steps-row .step .btn-circle {
    width: 70px;
    height: 70px;
    border: 2px solid #59698D;
    background-color: white !important;
    color: #59698D !important;
    border-radius: 50%;
    padding: 22px 18px 15px 18px;
    margin-top: 2px; }
.steps-import .steps-row .step .btn-circle.active {
    width: 70px;
    height: 70px;
    border: 2px solid #59698D;
    background-color: #59698D !important;
    color: #fff !important;
    border-radius: 50%;
    padding: 22px 18px 15px 18px;
    margin-top: 2px; }
.steps-import .steps-row .step .btn-circle:hover {
    border: 2px solid #4285F4;
    color: #4285F4 !important;
    background-color: white !important; }
.steps-import .steps-row .step .btn-circle .fa {
    font-size: 1.7rem; }

.dytective-skin .md-form.form-sm input.file-path {
    padding-bottom: 0;
}

.dytective-skin table th, .dytective-skin table td{
    font-size: 0.8rem;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after {
    padding: 5px;
}
.dataTables_wrapper .mdb-select {
    border: none;
    float: left;
}
.dataTables_wrapper .mdb-select.form-control {
    padding-top: 0;
    margin-top: -1rem;
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    width: 100px;
}
.dataTables_length label {
    float: left;
}
table.dataTable {
    margin-bottom: 3rem!important;
}
div.dataTables_wrapper div.dataTables_info {
    padding-top: 0;
}
.dataTables_length, .dataTables_filter{
    font-size: 0.8rem;
    margin-bottom: 10px;
    color: dimgrey;
}
.dataTables_length .select-wrapper input.select-dropdown {
    margin-bottom:0;
    margin-top:16px;
    font-size: 0.8rem !important;
}
.dataTables_length .select-wrapper span.caret{
    margin-top:16px;
}
.dataTables_length .dropdown-content li>span{
    font-size: 0.8rem;
    color: #59698D;
}
.dataTables_length .select-wrapper{
    padding-bottom:0;
    margin-bottom: 0;
    font-size: 0.8rem;
}
.dataTables_length label{
   margin-top:16px;
}
.dataTables_length .select_wrapper{
    margin-top:0;
}
.dataTables_filter {
    font-size:0.8rem;
}
.dataTables_filter input {
    font-size:0.8rem;
    margin-bottom: 0;
    height: 20px;
}
.dataTables_info{
    font-size: 0.8rem;
    color: dimgrey;
}
dataTables_wrapper .row:first-child{
    margin-bottom:10px;
}

.preloader-wrapper{
    margin: 0 auto;
}

.dytective-skin .green {
    background-color: #7cb342 !important;
}
.dytective-skin .hidden{
    display:none;
}

.dytective-skin .code-block{
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2), 0 1px 6px 0 rgba(0,0,0,.19);
    margin: 2.5em 0;
    overflow: auto;
    padding: 1em;
    background-color: #eaeaea;
}

.dytective-skin .contact_form .select-wrapper {
    position: relative;
    padding-left: 0;
    width: 100%;
}


.dytective-skin .dropdown-content li.optgroup-option {
    padding-left:20px;
}

.dytective-skin .contact_form textarea{
    margin-top: 40px;
    margin-bottom: 16px;
    height: 150px;
    padding: 15px 20px;
    font-size: 0.8rem;
    color: gray;
}

.dytective-skin .md-form.form-sm textarea~label{
    left: 15px;
}
.dytective-skin .md-form.form-sm textarea~label.active{
    -webkit-transform: translateY(-180%);
    -ms-transform: translateY(-180%);
    transform: translateY(-180%);
    font-size: 0.8rem;
    left:0;
}

.dytective-skin .vich-file~label{
    top: 40px;
    font-size: 0.7rem;
    color: red;
    padding-left: 167px;
}
.dytective-skin .vich-file~label:after{
    content: attr(data-error);
}

.dytective-skin .user_profile .md-form i.fa{
    color: #59698D;
}

.dytective-skin #field_know_how_other,
.dytective-skin #field_professional_type,
.dytective-skin #field_professional_type_other,
.dytective-skin #field_center {
    display:none;
}


#wizardModal div.img-wizard{
    text-align: center;
    min-width: 118px;
    margin-left: 20px;
}

.dytective-skin .btn-outline-info {
    border: 2px solid #29B6F6!important;
    background-color: transparent!important;
    color: #29B6F6!important;
}

.dytective-skin .evolution-username{
    font-size: 1.5rem;
}

.dytective-skin .badge-evolution{
    font-weight: normal !important;
}
.dytective-skin .badge-evolution strong{
    font-weight: normal !important;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 5px;
    width: 120px;
}

.dytective-skin .dyu-global-level{
    font-size: 24px;
    font-family: Montserrat, sans-serif;
}

.dytective-skin div.zabuto_calendar .table-bordered tr.calendar-month-header th:first-child {
    border-left: none !important;
}

.dytective-skin div.zabuto_calendar .table tr td div.not-done{
    background-color: #ff8a80;
}

.dytective-skin div.zabuto_calendar .table tr td div.done{
    background-color: rgb(142, 204, 40);
}

.dytective-skin div.zabuto_calendar .legend .not-done{
    background-color: #ff8a80;
}

.dytective-skin div.zabuto_calendar .legend .done{
    background-color: rgb(142, 204, 40);
}

.dytective-skin div.zabuto_calendar span.badge-today {
    border-radius: 5px 5px 5px 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 3px;
    background-color: #ff9b08 !important;
}

.dytective-skin .accuracy-card h5{
    text-align:center;
    font-size: 1.5em;
}

.dytective-skin .accuracy-card span.values{
    font-size:3rem;
    color: #29B6F6;
}
.dytective-skin .accuracy-card .row{
    height:197px;
}
.dytective-skin .accuracy-card table {
    height: 100%;
    width: 100%;
}

.dytective-skin .min-chart {
    position: relative;
    display: inline-block;
    width: 130px;
    height: 130px;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: center;
}
.dytective-skin  .min-chart .percent {
    display: inline-block;
    line-height: 130px;
    z-index: 2;
    font-size: 24px;
}
.dytective-skin  .min-chart .percent:after {
    font-size: 24px;
}

.dytective-skin .badge-report-activity{
    font-weight: normal;
    margin-left:20px;
}

.dytective-skin .accordion .card .card-header {
    background: #fafafa;
}

.dytective-skin .skills-trained-card .card-header{
    background: #fafafa;
    text-align: center;
}

.dytective-skin #accordionEvolution .card-body{
    border-left: solid 1px #eee;
    border-right: solid 1px #eee;
}


.dytective-skin .progress-wrap{
    width:500px;
    position: absolute;
    top: 16px;
    right: 0px;
}

.dytective-skin .progress-wrap .progress-value{
    float:right;
    font-size: 1.1rem;
    line-height: 1.1rem;
    width:80px;
}

.dytective-skin .progress-wrap .progress{
    width:400px;
    height:20px;
}
.dytective-skin .progress-wrap .progress .progress-bar{
    height:20px;
    background-color: #8bc34a;
}

.dytective-skin .progress-wrap-small{
    top: 3px;
    right: -21px;
}
.dytective-skin .progress-wrap-small .progress-value{
    font-size: 0.9rem;
    line-height: 1.1rem;
    width:80px;
    color: #999999;
}

.dytective-skin .progress-wrap-small .progress{
    width:400px;
    height:12px;
    margin-top: 4px;
}

.dytective-skin .progress-wrap-small .progress .progress-bar{
    height:14px;
    background-color: #9fc278;
}

.dytective-skin .progress-wrap .progress-bar-striped {
    background-image: linear-gradient(90deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 2rem 1rem;
}

.dytective-skin .progress-wrap-small .progress-bar-striped {
    background-image: linear-gradient(90deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 2rem 1rem;
}


.dytective-skin #accordionProgress small{
    padding-left:15px;
}

.dytective-skin .accordion .card .card-body {line-height: 1.2rem}

@media (max-width: 1080px) {
    .dytective-skin .progress-wrap{width:400px}
    .dytective-skin .progress-wrap .progress{width:300px}
    .dytective-skin .progress-wrap-small .progress{width:300px}
}
@media (max-width: 920px) {
    .dytective-skin #accordionProgress .card-body > div{font-size:0.8rem;}
    .dytective-skin .progress-wrap{width:300px}
    .dytective-skin .progress-wrap .progress{width:230px}
    .dytective-skin .progress-wrap-small .progress{width:230px}
    .dytective-skin .progress-wrap .progress-value{width:50px;}
}

@media (max-width: 760px) {
    .dytective-skin .progress-wrap-small{float:none;position:relative;}
}
@media (max-width: 600px) {
    .dytective-skin .progress-wrap{float:none;position:relative;}
}

.dytective-skin .btn-dyt {
    background-color: #29B6F6;
}

.dytective-skin #trialModal p,
.dytective-skin #stripeSuccessModal p,
.dytective-skin #addAlumniToSubscription p,
.dytective-skin #noSuscriptionModal p,
.dytective-skin #stripeSuccessModal p{
    font-size: 1.1rem;
}

.dytective-skin .top-alumni-btn .badge-pill,
.dytective-skin .top-alumni-btn i{
    vertical-align: middle;
}

.dytective-skin .blockquote .bq-title,
.dytective-skin .card{
    font-weight: 300;
}

.dytective-skin .pricing-card .price h2{
    font-size:50px;
}
.dytective-skin .pricing-card .price h2 span{
    font-size:30px;
}
.dytective-skin .pricing-card .price h1:before, .dytective-skin .pricing-card .price h2:before {
    content: "";
}
.dytective-skin .pricing-card .price h1:after, .dytective-skin .pricing-card .price h2:after {
    content: "";
}

.dytective-skin #promocode_input{
    height:38px;
    font-weight: 300;
}

.dytective-skin #quantity_input{
    height: 38px;
}

.dytective-skin .gateway_wrap_border {
    border: 1px solid rgba(153,153,153,.298039);
    text-align: center;
    padding: 10px;
    display: inline-block;
    margin: 0 20px 20px 0;
}

.dytective-skin .gateway_wrap_border.last, .gateway_wrap.last {
    margin-right:0;

}

.dytective-skin .gateway_wrap img, .gateway_wrap_border img{
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: auto;
}

.dytective-skin .input-group.promocode_wrap{
    padding: 0 30px;
}

.dytective-skin .anual_value{
    font-weight:normal;
}

.dytective-skin #invoices_table td{
    vertical-align: middle;
}

#invoices_table_wrapper .dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
}
#invoices_table_wrapper .dataTables_filter{
    text-align: right;
}

#credit_price_table td {
    font-size: 1rem;
    width:25%;
}
#credit_price_table td.price {
    font-size: 1.2rem;
}
#credit_price_table tfoot td{
    font-size:  0.8rem;
}

.dytective-skin .circled_number {
    background-color: #29B6F6;
    color: #fff;
    display: inline-block;
    width: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 10px;
    margin-right: 5px;
}

.dytective-skin .form-counter{
    width:140px;
}

.dytective-skin .form-counter input{
    width:40px;
    text-align:center;
    display: inline-block;
    padding: .375rem .25em;
}

.dytective-skin .form-counter .btn.btn-md {
    padding: .7rem 1rem;
    font-size: .7rem;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.dytective-skin .error_password{
    padding-left: 2rem;
    display: none;
}

.dytective-skin #stepper-custom-session {
    background-color: #fff;
    border-bottom: 1px solid rgba(0,0,0,.125);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    margin-left: 0;
    margin-right: 0;
}

.dytective-skin #new_session_wrap {
    text-align: right;
}

.dytective-skin .mdl-stepper-horizontal-alternative {
    display: table;
    width: 100%;
    margin: 0 auto;
}

.dytective-skin .mdl-stepper-horizontal-alternative .mdl-stepper-step {
    display: table-cell;
    position: relative;
    padding: 24px;
}
.dytective-skin .mdl-stepper-horizontal-alternative .mdl-stepper-step {
    width: 11%;
}

.dytective-skin .mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-circle {
    width: 24px;
    height: 24px;
    margin: 0 auto;
    background-color: #9E9E9E;
    border-radius: 50%;
    text-align: center;
    line-height: 2em;
    font-size: 12px;
    color: white;
}

.dytective-skin #btn_save_session{
    margin-bottom:10px;
}

.dytective-skin #custom-session-time {
    border: solid 1px #ddd;
    line-height: 37px;
    padding: 3px 10px;
}

.mdl-card {
    width: 100%;
    min-height: 0;
    margin: 10px auto;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-left {
    left: 0;
    right: 50%;
    margin-right: 20px;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-right {
    right: 0;
    left: 50%;
    margin-left: 20px;
}
.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-left, .mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-right {
    position: absolute;
    top: 36px;
    height: 1px;
    border-top: 1px solid #BDBDBD;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step:first-child .mdl-stepper-bar-left, .mdl-stepper-horizontal-alternative .mdl-stepper-step:last-child .mdl-stepper-bar-right {
    display: none;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.step-done .mdl-stepper-circle:before {
    content: "\2714";
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.step-done .mdl-stepper-circle *, .mdl-stepper-horizontal-alternative .mdl-stepper-step.editable-step .mdl-stepper-circle * {
    display: none;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step .mdl-stepper-circle {
    background-color: rgb(33, 150, 243);
}


.dytective-skin a.btn-actions-alumnis {
    height:40px;
    padding-left: .6rem;
    padding-right: .6rem;
}

.dytective-skin div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
    display: inline-block;
    right: 0;
    position: absolute;
}

.dytective-skin div.dataTables_wrapper div.dt-buttons{
    display:inline-block;
}