﻿body {
    background-color: #428bca;
    direction: rtl;
    text-align: right;
}

.custom-container {
    margin: 0;
    max-width: 100%;
    font-family: 'IRANSans-web' !important;
}

.login-header {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: inline-flex;
    display: -ms-inline-flexbox;
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    padding: 10px 0;
}

    .login-header div.login-header-left-right {
        -ms-flex: 0 0 25%;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        color: wheat;
        font-size: 12px;
    }

    .login-header div.login-header-center {
        -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        color: #fff;
        font-size: 15px;
    }

    .login-header .login-header-center .image-text img {
        
        height: 50px;
    }

.header-Login {
    display: block ruby;
    display: inline-flex;
}

@media only screen and (max-width: 600px) {

    .login-header div.login-header-center {
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%;
        color: #fff;
        margin: auto;
        font-size: 15px;
    }

    .form-container {
        min-width: 100% !important;
        background-color: #fff;
        margin: auto;
        padding: 10px 20px;
        display: block !important;
        border-radius: 5px;
        -ms-flex: 0 0 75%;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
    }

    .editor-flex {
        min-width: 100%;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        border: 1px solid #eee;
        border-radius: 5px;
    }

    .form-content {
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%;
        margin-right: 10px;
        padding: 15px;
        border: 1px solid #eee;
        border-radius: 5px;
    }
}

.form-container {
    max-width: 75%;
    background-color: #fff;
    margin: auto;
    padding: 10px 20px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 5px;
    -ms-flex: 0 0 75%;
    ;
    -webkit-flex: 0 0 75%;
    ;
    flex: 0 0 75%;
    ;
}

.editor-flex {
    max-width: 60%;
    -ms-flex: 0 0 60%;
    -webkit-flex: 0 0 60%;
    flex: 0 0 60%;
    border: 1px solid #eee;
    border-radius: 5px;
}

.editor-flex-content {
    padding: 5px 10px;
    border-bottom: 1px solid #eee;
    max-width: 100%;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
}

.slideshow-container {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
}

.editor-flex-content-custom {
    min-height: 300px;
}

    .editor-flex-content-custom img {
        width: 100%;
        height: 100%;
    }

.editor-flex-header > div:first-child {
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    font-size: 12px;
}

.editor-flex-header > div:last-child {
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    text-align: left;
    font-size: 14px;
}

.editor-flex-content, .editor-flex-header {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -ms-inline-flexbox;
    -webkit-align-items: center;
    align-items: center;
}

.carousel-indicators {
    bottom: -50px;
}

    .carousel-indicators li {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: #ccc;
        opacity: 1;
    }

    .carousel-indicators .active {
        background-color: #bc0024;
    }

.editor-flex-footer {
    border-top: 1PX solid #eee;
}

.form-content {
    -ms-flex: 0 0 40%;
    -webkit-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    margin-right: 10px;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 5px;
}


    .form-content .form-group input[type=text],
    .form-content .form-group input[type=number],
    .form-content .form-group input[type=password] {
        margin-top: 10px;
        padding: 10px;
        position: relative;
    }

        .form-content .form-group input[type=text]::placeholder,
        .form-content .form-group input[type=number]::placeholder,
        .form-content .form-group input[type=password]::placeholder {
            font-size: 10px;
        }

.form-group span {
    font-size: 10px;
}

.form-control {
    font-size: 11px;
}

.form-content .form-group > div.login {
    position: relative;
    padding-left: 30px;
}

    .form-content .form-group > div.login::before {
        font-family: FontAwesome;
        border-right: 1px solid #d8d8d8;
        width: 30px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        padding: 10px;
        font-size: 13px;
        line-height: 15px;
        text-align: center;
        background-color: #eee;
    }

.user-login::before {
    content: "\f0f0";
}

.user-pass::before {
    content: "\f023";
}

.user-key::before {
    content: "\f084";
}

.user-home::before {
    content: "\f015";
}

.carousel-control-prev,
.carousel-control-next {
    display: none;
    color: #888 !important;
}

.slideshow-container:hover .carousel-control-prev,
.slideshow-container:hover .carousel-control-next {
    display: block;
    color: #888 !important;
}

.flex-custom {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    border-top: 1px solid #eee;
    flex-flow: wrap;
    font-size: 11px;
    padding: 10px 0;
}

    .flex-custom .btn-split {
        -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .flex-custom > a {
        color: #00BFD6;
        margin-top: 10px;
    }

        .flex-custom > a:hover {
            opacity: .8;
        }

.btn-custom-allstyle.btn-dark {
    text-decoration: none;
    color: #fff !important;
}

/*#region Telerik Changed*/
#ctl00_MainContent_gw_course_ctl00_Header td button {
    height: auto;
}
/*#endregion Telerik Changed*/


/*#region Responsive CSS Code*/
/*#region Large Display*/
@media only screen and (min-width: 1400px) {
    .editor-flex-content-custom {
        padding-bottom: 40px;
    }
}
/*#endregion Large Display*/
/*#endregion Responsive CSS Code*/