﻿.bgRedColored {
    background-color: #b13a3a;
}

.redColored {
    color: #b13a3a;
}

.borderRedColored {
    border-color: #b13a3a;
    box-shadow: 0 0 1px 0px #b13a3a inset, 0 0 1px 0px #b13a3a;
}

.bgGreenColored {
    background-color: #71bf44;
    color: #fff;
}

.greenColored {
    color: #71bf44;
}

/*----------about section----------*/
@media (max-width: 992px) {
    .paragraphPadding {
        padding: 0;
        text-align: justify;
        display: table-cell;
        font-size: large;
        vertical-align: middle;
    }
}

@media (min-width: 992px) {
    .paragraphPadding {
        padding: 0 40px 0 0;
        text-align: justify;
        display: table-cell;
        font-size: large;
        vertical-align: middle;
    }
}

.tipicon {
    /*display: table-cell;*/
    vertical-align: middle;
    /*margin: 0 25%;*/
}

.tipText {
    /*display: table-cell;*/
    vertical-align: middle;
    font-size: large;
    font-weight: bold;
    padding: 10px 10px 0 10px;
}

.tiptexthover {
    display: none;
    vertical-align: middle;
    font-size: large;
    font-weight: bold;
    padding: 5px;
    margin: 5px;
    background-color: #b13a3aa0;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    z-index: 1;
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    /*display: none;
    width: 200px;
*/
}

@media (max-width: 768px) {
    .tipText {
        display: none;
    }

    .home_slider_footer {
        margin-top: -84px;
    }
}
/*---------Global section------------*/
.hidden {
    display: none;
}

.custom_table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
}

    .custom_table th {
        background-color: #345b68;
        color: white;
    }

    .custom_table th, .custom_table td {
        text-align: right;
        padding: 8px;
    }

    .custom_table tr:nth-child(even) {
        background-color: #fafafa;
    }

input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: lightsteelblue;
    opacity: .6; /* Firefox */
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: lightsteelblue;
    opacity: .6; /* Firefox */
}

input::-ms-input-placeholder { /* Microsoft Edge */
    color: lightsteelblue;
    opacity: .6; /* Firefox */
}
/*------------Bootstrap - rtl*/
.modal-header .close {
    margin: -1rem auto -1rem -1rem;
}

.modal {
    text-align: right;
}
