/* ------ CUSTOM STYLES ------ */

.fuct-items .fuct-item .name, .resume-items .resume-item .company, .box-item .desc .category {
    text-transform: none;
}

.page {
    top: 0;
    overflow-y: scroll;
    height: calc(100vh - 60px);
}

.container {
    /*height: calc(100vh - 120px);*/
    position: relative;
    top: 0;
    left: 0;
    margin: 50px auto 50px auto;
}

.card-started {
    height: auto
}

.card-started .profile .slide:before {
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
}

.card-started .profile .slide:after {
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
}

.container a {
    color: white;
}

.card-started a, .card-inner a {
    color: #626262
}

.client-items .client-item img {
    transition: .3s all;
    opacity: 0.7;
}

.client-items .client-item img:hover {
    opacity: 1;
}

input, textarea, button {
    padding: 10px 20px;
    height: auto;
}

input[type="checkbox"], input[type="radio"] {
    width: auto;
    height: auto;
}

button {
    font-weight: bold;
    border-bottom: none;
}

button:hover {
    color: #78cc6d;
    border-bottom: none;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
}

input[type="radio"] {
    -webkit-appearance: radio;
}

.mfp-wrap.popup-box-inline .mfp-close:hover {
    color: #78cc6d;
}

#blog .box-item .image a img {
    background-size: cover !important;
    background-position: center !important;
    height: 200px;
    display: inline-block;
}

.post-content {
    /*text-align: justify;*/
}

.post-content img {
    max-width: 100%;
    height: auto !important;
    margin-bottom: 5px;
}

.post-content a {
    color: #0a833d;
}

.mfp-bottom-bar {
    direction: ltr;
}

.card-started .profile {
    padding: 210px 20px 50px 20px;
}

.card-started .profile .social a .fa {
    font-size: 16px;
    color: rgb(23, 23, 23);
    transition: all 0.3s ease 0s;
}

.card-started .profile .social a:hover .fa {
    color: #78cc6d;
}

@media (max-width: 560px) {
    .card-started .profile .slide {
        height: 300px;
    }
}

.toolbox {
    z-index: 999;
    text-align: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
    color: white;
}

.toolbox a {
    color: white;
}

.toolbox a:hover {
    color: #78cc6d;
}


@media (-moz-touch-enabled: 1), (pointer: coarse) {
    .header .top-menu ul li:hover a .icon, .header .top-menu ul li:hover a .link {
        color: #171717;
    }

    .header .top-menu ul li.active a .icon, .header .top-menu ul li.active a .link {
        color: #78cc6d;
    }
}

.btn-group a {
    margin: 0 5px;
}

.btn-group a.disabled {
    color: #171717;
}

.card-started .profile .slide {
    background-color: white;
}

.card-started a:hover, .card-inner a:hover {
    color: #78cc6d;
}

.tiny {
    font-size: 11px;
}

.container {
    width: 520px;
}

@media (min-width: 1500px) {
    .container {
        width: 620px;
    }
}

#home .subtitle span.cursor {
    display: inline-block;
    vertical-align: top;
    width: 2px;
    height: 1.5rem;
    background-color: #78cc6d;
    animation: blink .75s step-end infinite;
}

@keyframes blink {
    from, to {
        background-color: transparent
    }
    50% {
        background-color: #78cc6d;
    }
}

.header .top-menu ul li a {
    position: relative;
}

.header .top-menu ul li a .badge {
    position: absolute;
    right: 10px;
    background: #dc3545;
}

.table-borderless tr, .table-borderless td, .table-borderless th {
    border: 0;
}


/* BOOTSTRAP NOTIFY BOX */

.alert[data-notify="container"] {
    z-index: 9999 !important;
    top: unset !important;
    right: unset !important;
    left: 20px;
    bottom: 20px;
}

.alert[data-notify="container"] span[data-notify="icon"] {
    font-size: 17px;
    display: block;
    left: 15px;
    position: absolute;
    top: 25px;
    margin-top: -8px;
}

.alert[data-notify="container"] button.close {
    position: absolute;
    right: 10px;
    top: 10px;
    margin-top: 5px;
    z-index: 1033;
    background-color: #FFFFFF;
    display: block;
    border-radius: 50%;
    opacity: .4;
    line-height: 11px;
    width: 25px;
    height: 25px;
    outline: 0 !important;
    text-align: center;
    padding: 3px;
    font-weight: 300;
    font-size: 18px;
}

.alert[data-notify="container"] button.close:hover {
    opacity: .55;
}

.alert[data-notify="container"] .close ~ span[data-notify="message"] {
    display: block;
    max-width: 100%;
    padding: 5px 25px 5px 25px;
}

.alert[data-notify="container"] .progress {
    height: 5px;
    opacity: 0.6;
    position: absolute;
    bottom: 0px;
    width: 100%;
    margin: 0;
    padding: 0;
    right: 0;
    background: transparent;
}

.alert[data-notify="container"] .progress .progress-bar {
    background: white;
    height: 100%;
}


.gateway-item {
    border: 1px solid gray;
    padding: 5px;
    cursor: pointer;
    width: 100px !important;
    height: 100px !important;
    display: inline-block !important;
    border-radius: 50%;
    overflow: hidden;
}

.gateway-item.selected {
    border: 2px solid #dc3545;
}