﻿.title-center {
    text-align: center;
    margin: 0 auto !important;
}

.box-style {
    position: absolute;
    padding: 10px 0;
    border-radius: 3px;
    font-size:14px !important;
    /*z-index:100;*/
}

[lang=ru] .box-style {
    font-size: 13px !important;
}

.box-style .title {
    margin-left: 10px;
}

[lang=ar] .box-style .title {
    margin-right: 10px;
}

.box-style .title i {
    position: absolute;
    right: 10px;
    top: 13px;
    font-size: x-small;
}

[lang=ar] .box-style .title i {
    left: 10px;
    right: unset;
}

.box-style .ico-box-link {
    /*display: none;*/
    position: absolute;
    left: 5px;
    top: 10px;
    padding: 0 3px;
}

.box-style .ico-box-link {
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}

    .box-style .ico-box-link:hover {
        background-color: #69a1d6;
        text-decoration: underline;
    }

[lang=ar] .box-style .ico-box-link {
    right: 5px;
    left: unset;
}

.box-style .ico-box-link-blue {
    /*display: none*/;
    position: absolute;
    left: 5px;
    top: 10px;
    padding: 0 3px;
}

.box-style .ico-box-link-blue {
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}

    .box-style .ico-box-link-blue:hover {
        background-color: #e0e2e4;
        text-decoration: underline;
    }

[lang=ar] .box-style .ico-box-link-blue {
    right: 5px;
    left: unset;
}

.box-style-00 {
    border: 1px solid#b9b9b9;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px #0000000D;
    border: 1px solid #B9B9B9;
    opacity: 1;
}

    .box-style-00 .title {
        color: #418FDE;
        width: 80%;
        margin-top: 10px !important;
    }

        .box-style-00 .title i {
            right: 10px;
            top: 23px !important;
        }

.box-style-01 {
    border: 1px solid #b9b9b9;
    background: #ECF4FA;
    box-shadow: 0px 3px 6px #0000000D;
    border: 1px solid #B9B9B9;
    opacity: 1;
}

    .box-style-01 .title {
        color: #303030;
        width: 80%;
        font-weight: bold;
    }

.box-style-02 {
    border: 1px solid#b9b9b9;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px #0000000D;
    border: 1px solid #B9B9B9;
    opacity: 1;
}

    .box-style-02 .title {
        color: #418FDE;
        width: 80%;
    }

.box-style-03 {
    background: #5792C9;
    box-shadow: 0px 3px 6px #0000000D;
    border: 1px solid #B9B9B9;
    opacity: 1;
}

    .box-style-03 .title {
        color: #FFFFFF;
        width: 80%;
    }

.box-style-04 {
    background: #418FDE;
    box-shadow: 0px 3px 6px #0000000D;
    border: 1px solid #A9C9DE;
    opacity: 1;
}

    .box-style-04 .title {
        color: #FFFFFF;
        width: 88%;
    }

        .box-style-04 .title i {
            position: absolute;
            left: 50% !important;
            bottom: 10px;
            top: unset;
            right: unset;
        }

.box-style-05 {
    background: #7AB1E8;
    box-shadow: 0px 3px 6px #0000000D;
    border: 1px solid #418FDE;
    opacity: 1;
}

    .box-style-05 .title {
        color: #FFFFFF;
        width: 80%;
    }

        .box-style-05 .title i {
            position: absolute;
            left: 50% !important;
            bottom: 10px;
            top: unset;
            right: unset;
        }
