﻿
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 70%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }
/* .td-bg-color{
                background-color:orange;
                color:black;
            }*/
.plus-position {
    margin-top: 120px;
}

.Text-box-width {
    width: 120px;
}

.box-shadow {
    border: 1px solid;
    border-color: gainsboro;
    padding: 15px;
    background-color: #e0f7fd;
    box-shadow: 5px 5px grey;
}

.input-position {
    margin-top: -18px;
}

.btn-outline-behance_1 {
    background-color: orange;
}

    .btn-outline-behance_1:hover {
        background: #1769ff;
        color: black;
        border: 1px solid;
        border-color: black;
        background-color: orange;
    }
.output-hover {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-color: darkorange;
}

    .output-hover:hover {
        background-color: var(--cal-btn-color);
        color: white;
        padding-right: 30px;
    }
/*Email and pdf icon position*/
.icon-position {
    margin-top: -4px;
}

.icon_hover {
    position: relative;
    width: auto;
}

    /* Child Text Container */
    .icon_hover div {
        text-align: center;
        position: absolute;
        top: 110%;
        white-space: nowrap;
        left: 50%;
        transform: translateX(-50%);
        font-size: 16px;
        background: #dbdbdb;
        color: #000;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: visibility 0s, opacity 0.5s linear;
        transition: visibility 0s, opacity 0.5s linear;
    }

    /* Hover on Parent Container */
    .icon_hover:hover {
        cursor: pointer;
    }

        .icon_hover:hover div {
            padding: 8px 15px;
            visibility: visible;
            opacity: 1;
            font-size:13px;
        }

.icon_hover_position {
    margin-top: -100px;
}

.row.no-pad {
    margin-right: 0;
    margin-left: 0;
}

    .row.no-pad > [class*="col-"] {
        padding-right: 0;
        padding-left: 5px;
    }

.row.no-space {
    margin-right: 0;
    margin-left: 0;
}

    .row.no-space > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.row-position {
    margin-top: 5px;
}

.box-color {
    background-color: #f8f9fa;
    color: black;
}

.bg-green_1 {
     background-color: green;
    color: white;
}

@media only screen and (max-width: 576px) {
    .Box-Text-Center {
        text-align: center;
    }

    .btn_position {
        margin-top: 10px;
    }

    .two_btn {
        margin-top: 132px;
        left: 30%;
        position: absolute;
    }

    .two_btn1 {
        margin-top: 132px;
        left: 53%;
        position: absolute;
    }

    .two_btn2 {
        margin-top: 0px;
        position: initial;
    }

    .icon_hover:hover div {
        margin-top: 3px;
    }
}

.bg-green_1 {
    background-color: green;
    color: white;
}

/*@media only screen and (max-width: 912px) {
    .Box-Text-Center {
        text-align: center;
    }

    .btn_position {
        margin-top: 10px;
    }

    .two_btn {
        margin-left: 15px;
    }

    .two_btn1 {
        margin-left: 15px;
    }

    .two_btn2 {
    }

    .icon_hover:hover div {
    }
}*/
