﻿.pt-card-header{
    background-color:gray;
    color:white;
}

.pt-link-text {
    color:#1e70cd !important;
}

.pt-modal-header-font {
    font-size: 18px;
    text-transform: uppercase;
}

.pt-text-success {
    color: #75BFAB;
}

.pt-text-warning {
    color: #E1B547;
}

.pt-text-danger {
    color: #E8625D;
}

.pt-system {
    background-color: #7998DB !important;
    color: whitesmoke !important;
}

.pt-success {
    background-color: #75BFAB !important;
    color: whitesmoke !important;
}

.pt-warning {
    background-color: #E1B547 !important;
    color: #ffffff !important;
}

.pt-danger {
    background-color: #E8625D !important;
    color: #ffffff !important;
}

.pt-fill-success {
    background-color: #75BFAB !important;
    color: whitesmoke !important;
    /*border:1px solid #447467!important;*/
}

.pt-fill-warning {
    background-color: #E1B547 !important;
    color: #ffffff !important;
}

.pt-fill-danger {
    background-color: #E8625D !important;
    color: #ffffff !important;
}

.pt-text-dark {
    color: #324848;
}

.pt-text-light {
    color: whitesmoke;
}

.pt-btn-system {
    background-color: #7998DB; /*#81CFC0;*/
    color: white;
}

    .pt-btn-system:hover, .pt-btn-system:focus {
        -webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.15), 0px 4px 5px 0px rgba(0, 0, 0, 0.1), 0px 1px 10px 0px rgba(0, 0, 0, 0.06);
        box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.15), 0px 4px 5px 0px rgba(0, 0, 0, 0.1), 0px 1px 10px 0px rgba(0, 0, 0, 0.06);
        text-decoration: none;
        color: #ffffff;
    }


.pt-btn-success {
    background-color: #75BFAB; /*#81CFC0;*/
    color: white;
}

    .pt-btn-success:hover, .pt-btn-success:focus {
        -webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.15), 0px 4px 5px 0px rgba(0, 0, 0, 0.1), 0px 1px 10px 0px rgba(0, 0, 0, 0.06);
        box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.15), 0px 4px 5px 0px rgba(0, 0, 0, 0.1), 0px 1px 10px 0px rgba(0, 0, 0, 0.06);
        text-decoration: none;
        color: #ffffff;
    }


.pt-btn-warning {
    background-color: #E1B547;
    color: #ffffff;
}

    .pt-btn-warning:hover, .pt-btn-warning:focus {
        -webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.15), 0px 4px 5px 0px rgba(0, 0, 0, 0.1), 0px 1px 10px 0px rgba(0, 0, 0, 0.06);
        box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.15), 0px 4px 5px 0px rgba(0, 0, 0, 0.1), 0px 1px 10px 0px rgba(0, 0, 0, 0.06);
        text-decoration: none;
        color: #ffffff;
    }


.pt-btn-danger {
    background-color: #E8625D;
    color: #ffffff;
}

    .pt-btn-danger:hover, .pt-btn-danger:focus {
        -webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.15), 0px 4px 5px 0px rgba(0, 0, 0, 0.1), 0px 1px 10px 0px rgba(0, 0, 0, 0.06);
        box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.15), 0px 4px 5px 0px rgba(0, 0, 0, 0.1), 0px 1px 10px 0px rgba(0, 0, 0, 0.06);
        text-decoration: none;
        color: #ffffff;
    }

.pt-btn-outline-success {
    background: transparent;
    -webkit-box-shadow: 0 0 0 1px #75BFAB inset;
    box-shadow: 0 0 0 1px #75BFAB inset;
    color: #75BFAB;
}

    .pt-btn-outline-success:hover, .pt-btn-outline-success:focus {
        -webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.15), 0px 4px 5px 0px rgba(0, 0, 0, 0.1), 0px 1px 10px 0px rgba(0, 0, 0, 0.06);
        box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.15), 0px 4px 5px 0px rgba(0, 0, 0, 0.1), 0px 1px 10px 0px rgba(0, 0, 0, 0.06);
        background: #75BFAB;
        color: #fff;
    }

.pt-btn-outline-disabled {
    pointer-events: none;
    background: transparent;
    -webkit-box-shadow: 0 0 0 1px rgba(128, 128, 128, 0.15) inset;
    box-shadow: 0 0 0 1px rgba(128, 128, 128, 0.15) inset;
    color: rgba(128, 128, 128, 0.15);
}


/*.input-text-regular {
    color: #4c84ff !important;
    font-weight: normal;
}

.input-text {
    font-weight: 600 !important;
    color: #616161 !important;
}


.badge-success {
    background-color: #02BC77;
    color: #fff;
}

.badge-clickers {
    background-color: orange !important;
    color: #fff !important;
}*/

.pt-border-danger {
    border-color: #E8625D !important;
    border-width: 4px 0px 0px 0px !important;
}

.pt-border-warning {
    border-color: #E1B547 !important;
    border-width: 4px 0px 0px 0px !important;
}

.pt-border-success {
    border-color: #75BFAB !important;
    border-width: 4px 0px 0px 0px !important;
}

.pt-border-info {
    border-color: #75BFAB !important;
    border-width: 4px 0px 0px 0px !important;
}

.pt-border-info {
    border-color: #7998DB !important;
    border-width: 4px 0px 0px 0px !important;
    background-color: whitesmoke;
}

.pt-border-white {
    border-color: #ffffff !important;
    border-width: 4px 0px 0px 0px !important;
}

.scroll-down {
    position: absolute;
    left: 50%;
    bottom: 100px;
    display: block;
    text-align: center;
    font-size: 20px;
    z-index: 100;
    text-decoration: none;
    text-shadow: 0;
    width: 13px;
    height: 13px;
    border-bottom: 2px solid red;
    border-right: 2px solid red;
    -webkit-transform: translate(-50%, 0%) rotate(45deg);
    -moz-transform: translate(-50%, 0%) rotate(45deg);
    transform: translate(-50%, 0%) rotate(45deg);
    -webkit-animation: fade_move_down 4s ease-in-out infinite;
    -moz-animation: fade_move_down 4s ease-in-out infinite;
    animation: fade_move_down 4s ease-in-out infinite;
    cursor: pointer;
}


@-webkit-keyframes fade_move_down {
    0% {
        -webkit-transform: translate(0, -10px) rotate(45deg);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(0, 10px) rotate(45deg);
        opacity: 0;
    }
}

@-moz-keyframes fade_move_down {
    0% {
        -moz-transform: translate(0, -10px) rotate(45deg);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -moz-transform: translate(0, 10px) rotate(45deg);
        opacity: 0;
    }
}

@keyframes fade_move_down {
    0% {
        transform: translate(0, -10px) rotate(45deg);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translate(0, 10px) rotate(45deg);
        opacity: 0;
    }
}
