﻿.DirLTR {
    direction: ltr !important;
    text-align: left;
}

.DirRTL {
    direction: rtl !important;
    text-align: right;
}

a:hover {
    text-decoration: none;
}

.c-theme-btn.btn {
    color: #ffffff;
    background: #32c5d2;
    border-color: #32c5d2;
}

h3 a, h3 a:hover, a:active, a:focus {
    color: #383e44;
    text-decoration: none;
}

@media only screen and (max-width: 992px) {
    .main_menu > ul > li.current > a {
        color: #343434;
        text-shadow: 0 0 1px #808080;
    }
}

a .ItemTicketCount {
    text-align: center;
    border: 1px double #343434;
    border-radius: 5px;
    margin: 0 2px;
    color: #343434 !important;
}

.TextCenter {
    text-align: center;
}

.FormatCodeParamter {
    background-color: #fffce9;
    padding: 10px 0;
}

    .FormatCodeParamter .form-group Label {
        padding: 5px !important;
        min-height: 28px;
    }

        .FormatCodeParamter .form-group Label.DirLTR {
            border-right: 1px dashed #e0e4e6;
        }

.btn-outline-google {
    border: 1px solid #DD4B39 !important;
    color: #DD4B39;
}

    .btn-outline-google:hover {
        color: #96271A;
        border: 1px solid #96271A !important;
    }

.btn-social, .btn-social-icon {
    position: relative;
    padding-right: 3.95rem;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .btn-social > :first-child, .btn-social-icon > :first-child {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 2.95rem;
        line-height: 4.7rem;
        font-size: 1.6em;
        text-align: center;
        border-left: 1px solid rgba(0, 0, 0, 0.2);
    }

    .btn-social.btn-lg, .btn-lg.btn-social-icon {
        padding-right: 3.25rem;
    }

        .btn-social.btn-lg > :first-child, .btn-lg.btn-social-icon > :first-child {
            line-height: 3.7rem;
            width: 3rem;
            font-size: 1.8em;
        }

    .btn-social.btn-sm, .btn-sm.btn-social-icon {
        padding-right: 3.5rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

        .btn-social.btn-sm > :first-child, .btn-sm.btn-social-icon > :first-child {
            line-height: 2.5rem;
            width: 3rem;
            font-size: 1.4em;
        }

    .btn-social.btn-xs, .btn-xs.btn-social-icon {
        padding-right: 2rem;
        font-size: 0.75rem;
        line-height: 0.2rem;
    }

        .btn-social.btn-xs > :first-child, .btn-xs.btn-social-icon > :first-child {
            line-height: 2rem;
            width: 1.8rem;
            font-size: 1.2em;
        }

.btn-social-icon {
    height: 2.95rem;
    width: 2.95rem;
    padding: 0;
}

    .btn-social-icon > :first-child {
        border: none;
        text-align: center;
        width: 100% !important;
    }

    .btn-social-icon.btn-lg {
        height: 4rem;
        width: 4rem;
        padding-right: 0;
        padding-left: 0;
    }

    .btn-social-icon.btn-sm {
        height: 2.5rem;
        width: 2.5rem;
        padding-right: 0;
        padding-left: 0;
    }

    .btn-social-icon.btn-xs {
        height: 2rem;
        width: 2rem;
        padding-right: 0;
        padding-left: 0;
    }

.font-medium-4 {
    font-size: 1.4rem !important;
}

.btn-outline-google .pl-1, .btn-outline-google .px-1 {
    padding-right: 1rem !important;
}

.btn-outline-google .pr-1, .btn-outline-google .px-1 {
    padding-left: 1rem !important;
}
