﻿

#main {
    margin-top: 100px;
}
        .card-title i {
    margin-right: 20px;
}

.form{
    /*border: 5px solid black;*/
}
    .form label { /*targeting form labels*/
        font-weight:600;
        margin-bottom: 5px;
    }
.fcFields .row div { /*targeting row cells*/
    margin-bottom:10px;
}

.error{
    font-size:16px;
    color:red;
    font-weight:400 !important; 
}

.dropdown-item {
    color: #0d6efd;
}

.iti__flag-container, .iti__flag-container div {
    margin-bottom: 0px !important;
}

/******************************************************* Tooltip container start */
/*.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;*/ /* If you want dots under the hoverable text */
/*}*/

    /* Tooltip text */
    /*.tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: #555;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;*/
        /* Position the tooltip text */
        /*position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;*/
        /* Fade in tooltip */
        /*opacity: 0;
        transition: opacity 0.3s;
    }*/

        /* Tooltip arrow */
        /*.tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }*/

    /* Show the tooltip text when you mouse over the tooltip container */
    /*.tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }*/
/******************************************************* Tooltip container end */
    



        /*
.formControl select {
    height: 40px;
    font-size: 16px;*/
    /*color: #6c757d;*/
    /*}

    .formControl select:focus {
        border-color: #5fcf80;
        box-shadow: 0 0 0 0.1rem rgba(95,207,128, 0.25)
    }

.formControl input,
.formControl textarea {
    border-radius: 4px;
    box-shadow: none;
    font-size: 16px;*/
    /*color: #6c757d;*/
    /*}

    .formControl input:focus,
    .formControl textarea:focus {
        border-color: #5fcf80;
        box-shadow: none;
    }

.formControl input {
    height: 40px;
}

.formControl {
    margin-bottom: 15px;
}

    .formControl label {
        font-weight: 500;
        font-family: "Raleway", sans-serif;
        font-size: 18px;
    }

.inputGroup {
    width: 400px;
}

    .inputGroup span {
        width: 150px;
    }

.pageTitleIcon {
    color: #7347a9;
    margin-left: 10px;
}

.color-purple {
    color: #7347a9;
}

.color-white {
    color: white;
}

.card-title i {
    margin-right: 20px;
}

.pageTitle h3 {
    font-size: 24px;
    margin: 30px 0 15px 0;
    font-weight: 500;
    position: relative;
    padding-bottom: 10px;
}

    .pageTitle h3:before {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 1px;
        background: #eef0ef;
        bottom: 0;
        left: 0;
    }

    .pageTitle h3:after {
        content: "";
        position: absolute;
        display: block;
        width: 60px;
        height: 1px;
        background: #5fcf80;
        bottom: 0;
        left: 0;
    }*/
