﻿body {
    background:#fff;
}
.effect-17 {
    padding: 10px 15px 2px;
    border: 1px solid #8ec38b;
    background-color: #8ec38b;
    border-radius: 30px;
}

    .effect-17 ~ .focus-border {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 2px;
        background-color: #FF416C;
        transition: 0.4s;
    }

    .effect-17:focus ~ .focus-border,
    .has-content.effect-17 ~ .focus-border {
        width: 90%;
        transition: 0.4s;
        left: 5%;
    }

    .effect-17 ~ label {
        position: absolute;
        left: 15px;
        width: 100%;
        bottom: 1px;
        color: #1E2551;
        transition: 0.3s;
        z-index: -1;
        letter-spacing: 0.5px;
    }

    .effect-17:focus ~ label, .has-content.effect-17 ~ label {
        top: -16px;
        font-size: 12px;
        color: #1E2551;
        transition: 0.3s;
        left: 0px;
    }

:focus {
    outline: none;
}

.myCol {
    position: relative;
}
/* necessary to give position: relative to parent. */
input[type="text"], select, input[type="password"], input[type="number"] {
    font: 15px/24px "Lato", Arial, sans-serif;
    color: #000;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 1px;
}

::placeholder {
    color: #000;
    font-size: 12px;
    letter-spacing: 1px;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
    font-size: 12px;
    letter-spacing: 1px;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
    letter-spacing: 1px;
    font-size: 12px;
}

select.effect-17.has-content {
    color: #000;
}

select.effect-17 {
    font: 15px/24px "Lato", Arial, sans-serif;
    color: #333;
    width: 100%;
    height: 33px;
    box-sizing: border-box;
    letter-spacing: 1px;
}

input[type="date"] {
    width: 100%;
}

option {
    color: #000 !important;
}

.btn-success {
    background-color: #12edaa;
    border-color: #12edaa;
    color: #004c2e;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 30px;
}

/*.table th, .table td {
    padding: 0.6rem 0.75rem;
    font-size: 14px;
}*/

.fa-2x {
    font-size: 1.5em;
    margin-top: 0px;
    position: absolute;
    top: 9px;
    right: 12px;
}

.panel-heading h4 {
    color: #fff;
    margin: 0px;
    padding: 5px;
}

.button.button--aylen {
    background: #ff416a;
    color: #ffffff;
    border-radius: 30px;
    overflow: hidden;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.button--border-thin {
    border: 1px solid #107758;
    border-radius: 30px;
    color: #1f7757;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #a8eca4;
    color: #000;
    padding: 0.2rem 1rem;
    /* text-align: center; */
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-title {
    font-size: 16px;
}

.modal-footer {
    padding: 0px;
}
.dashboard-box {
    width: 100%;
    /*height: 130px;*/
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    cursor: pointer;
    margin-bottom: 30px;
    padding: 15px 15px;
    border-radius: 0px;
    background: #e3b2b25e;
}

.dashboard-icon {
    height:100px;
    width:100px;
    margin:auto;
    border-radius:100%;
    background-color:#000;
    color: #000;
}

    .dashboard-icon img {
        height: 60px;
        margin-top:20px;
    }
a:hover {
    text-decoration:none;
}

.dashboard-text {
   margin-top:10px;
  
}
.dashboard-icon i {
   font-size:45px;
   text-align:center;
   padding-top:25px;
    color: #fff;
}

    .dashboard-text h3 {
        /*text-transform: uppercase;*/      
        line-height: 30px;
        font-size: 20px;
        color: #000;
    }

.fa-5x {
    font-size: 3em;
    text-align: center;
    padding-top: 20px;
    color: #1d2551;
}

.one .dashboard-icon {
    background: linear-gradient(to bottom, #ff758c 0%, #ad213b 100%);
}

.two .dashboard-icon {
    background: linear-gradient(to bottom, #d4510d 0%, #ff6600 100%);
}

.three .dashboard-icon {
    background: linear-gradient(to bottom, #e43bc8 0%, #732a6c 100%);
}

.four .dashboard-icon {
    background: linear-gradient(to bottom, #002a75 0%, #2a5298 100%);
}

.five .dashboard-icon {
    background: linear-gradient(to bottom, #0a4226 0%, #233e2f 100%);
}

.six .dashboard-icon {
    background: linear-gradient(to bottom, #b37a49 0%, #96520e 100%);
}

.seven .dashboard-icon {
    background: linear-gradient(to bottom, #1b7e16 0%, #afdd80 100%);
}

.eight .dashboard-icon {
    background: linear-gradient(to bottom, #d95656 0%, #811212 100%);
}

.nine .dashboard-icon {
    background: linear-gradient(to bottom, #8d8d8d 0%, #000000 100%);
}

.aply-certi h3 {
    color: #1E2551;
    font-size: 20px;
    letter-spacing: 1px;
}

.declaration {
    border: 1px solid #ddd;
    padding: 15px;
}

    .declaration p, .declaration li, li, p {
        line-height: 30px;
        padding: 5px 0px;
    }

.adress1 {
    border: 1px solid #ddd;
    padding: 15px;
}

    .adress1 p {
        margin-bottom: 0px;
    }

.pgw-selected {
    border: 1px solid #7dbc6e;
    background: url('../images/pay-hover.png') bottom right no-repeat;
    text-decoration: none;
    color: #000;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
body::-webkit-scrollbar {
    width: 2px;
}

/* Track */
body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
body::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    body::-webkit-scrollbar-thumb:hover {
        background .button.button--aylen: #555;
    }

header {
    background-color: #F59E0B;
}
.logo-image-green img {
    height:70px;
}
.logo-green-text h3 {
    color: rgb(255 255 255 / 100%);
    margin: 15px auto;
}
.myfooter {
    background-color: #000;
    /*    position:absolute;*/
    bottom: 0px;
}
    .myfooter p {
        margin-bottom:0px;
        padding:5px;
        text-align:center;
        color:#8d8d8d;
    }