﻿@font-face {
    font-family: "DIN";
    src: url('/Content/Fonts/DIN NEXT/DIN NEXT™ ARABIC REGULAR.otf') format('opentype');
}

@font-face {
    font-family: "DIN-B";
    src: url('/Content/Fonts/DIN NEXT/DIN NEXT™ ARABIC BOLD.otf') format('opentype');
}
/*================ General ===================*/
::selection {
    background: #00A2A6;
    color: white;
}

body {
    line-height: 1.6;
    font-family: "DIN";
    color: #333;
    font-size: 16px;
}
a {
    color: #00A2A6;
}
.c-font-bold, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "DIN-B";
}

.c-font-dark {
    color: #333 !important;
}

.form-control {
    font-family: "DIN";
}
.body-content {
    margin-top: 70px;
}
.color-theme {
    color: #00A2A6;
}
.bg-theme {
    background: #00A2A6;
}
.btn-theme {
    color: #fff;
    background-color: #00A2A6;
    border-color: #009195;
}
    .btn-theme:hover, .btn-theme:focus, .btn-theme:active {
        color: #fff;
        background-color: #009195;
    }
.margin-t-20 {
    margin-top: 20px;
}

.margin-t-30 {
    margin-top: 30px;
}

.margin-t-50 {
    margin-top: 50px;
}
.margin-b-20 {
    margin-bottom: 20px;
}

.margin-b-30 {
    margin-bottom: 30px;
}

.margin-b-50 {
    margin-bottom: 50px;
}
@media screen and (min-width:992px) {
    .margin-md-20 {
        margin-top: 20px;
    }

    .margin-md-30 {
        margin-top: 30px;
    }

    .margin-md-40 {
        margin-top: 40px;
    }
}
.form-horizontal .control-label {
    margin-bottom: 8px;
}
.alert a {
    font-family: "DIN-B";
}
.alert.alert-warning a {
    color: #413505;
}
.alert-warning {
    color: #514205;
}
.alert-danger, .alert.alert-danger a{
    color: #a81a25;
}
.alert-success, .alert.alert-success a {
    color: #12626a;
}
/*================ Header ===================*/
.navbar-brand {
    padding: 10px;
}
    .navbar-brand > img {
        height: 100%;
        float: right;
        margin-left: 20px;
        margin-top: -2px;
    }
/*================ Partner Profile ===================*/
.p-logo {
    width: 80%;
    margin: 0 auto 20px;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 20px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

    .p-logo img {
        width: 100%;
        border-radius: 20px;
    }

    .p-logo p {
        position: absolute;
        right: 0;
        background: white;
        width: 70px;
        bottom: 0;
        margin-bottom: 0;
        height: 36px;
        line-height: 30px;
        text-align: center;
        border-radius: 10px 0 0 10px;
    }

    .p-logo .glyphicon {
        font-size: 20px;
        margin-left: 6px;
        vertical-align: middle;
    }

    .p-logo:hover p {
        color: #00A2A6;
    }
/*================ Edit Trainer Programs ===================*/
.programs-checklist .checkbox-inline {
    padding: 16px;
    width: 100%;
    border-radius: 18px;
    background: #eee;
    font-size: 16px;
    color: #555;
    text-align: center;
    font-family: "DIN-B";
}

    .programs-checklist .checkbox-inline input, .programs-checklist .checkbox-inline .glyphicon {
        visibility: hidden;
    }

    .programs-checklist .checkbox-inline.selected {
        background: #00A2A6;
        color: white;
    }

        .programs-checklist .checkbox-inline.selected .glyphicon {
            visibility: visible;
        }
/*================ Dashboard ===================*/
.dashboard-tasklist {
    font-size: 18px;
}

    .dashboard-tasklist ul {
        margin-bottom: 30px;
        list-style: none;
        padding-right: 0;
    }

        .dashboard-tasklist ul li {
            margin-bottom: 10px;
        }

        .dashboard-tasklist ul a {
            padding: 8px 14px 10px;
            border-radius: 10px;
            border: 1px solid #00A2A6;
            width: 100%;
            display: inline-block;
        }

        .dashboard-tasklist ul .glyphicon {
            margin-left: 10px;
        }
/*================ Member Programs ===================*/
.program-contents img {
    width: 100%;
    max-width: 256px;
}
.program-contents h4 {
    min-height: 50px;
    font-size: 18px;
    line-height: 24px;
}