﻿a.svg {
    position: relative;
    display: inline-block;
    width: 25%;
}

    a.svg:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

object {
    width: 100%;
}

.color-text-green {
    color: #028C2E;
}

.color-text-blue {
    color: #3498db;
}

.color-text-red {
    color: #e74c3c;
}

.color-blue {
    width: 100%;
    background-color: rgba(52, 152, 219, 1);
    text-align: center;
}

.bg-light-red {
    background-color: #ffcccc;
}

.bg-light-green {
    background-color: #ccffcc;
}

.bg-light-blue {
    background-color: #ccddff;
}

.bg-light-yellow {
    background-color: #ffffcc;
}

.bg-light-purple {
    background-color: #ffccff;
}

.bg-light-orange {
    background-color: #ffebcc;
}


table {
    font: 13px/1.55 'Open Sans', Helvetica, Arial, sans-serif;
    text-align: left;
}

.cursor-pointer {
    cursor: pointer;
}

.modal {
    z-index: 99999;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 90%;
        margin: 15px auto;
    }
}

.popover {
    max-width: 500px;
    height: auto;
}

#associe .sky-form .radio i {
    border-color: #3498db;
}

#associe .sky-form .radio {
    margin-bottom: 4px;
    color: #404040;
    cursor: pointer;
    margin-right: 10px;
    font-weight: bold;
    font-size: 12px;
    padding-left: 22px;
    margin-top: 15px;
}

    #associe .sky-form .radio input + i:after {
        background-color: #2da5da;
    }

#associe .sky-form .inline-group {
    margin: 0;
}

/* SCROLLBAR */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(41,128,185,0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(41,128,185,0.4);
    }
/* END SCROLLBAR */
