﻿/*@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";*/
@font-face {
    font-family: Samim;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Samim.eot');
    src: url('../fonts/Samim.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/Samim.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/Samim.ttf') format('truetype');
}

@font-face {
    font-family: Samim;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/Samim-Bold.eot');
    src: url('../fonts/Samim-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/Samim-Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/Samim-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Homa';
    src: url('../Fonts/Far_Homa.eot');
    src: local('☺'), url('../Fonts/Far_Homa.woff') format('woff'), url('../FontsFar_Homa.ttf') format('truetype'), url('../Fonts/Far_Homa.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: Samim;
    direction:rtl;text-align:right;
    background-color:rgba(249,249,249,0.48)
}

p {
    font-family: Samim;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    right: -250px;
    height: 100vh;
    z-index: 999;
    background: rgba(83,93,107,0.7);
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    text-align: right;
}

#sidebar.active {
    right: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: rgba(83,93,107,0.7);
    border-radius: 10px;
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
    #dismiss:hover {
        background-color: #ff8941;
        color: #7386D5;
    }

.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    display: none;
}

#sidebar .sidebar-header {
    padding: 20px;
    background-color: rgba(83,93,107,0.7);
}
#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}
    #sidebar ul li a:hover {
        color: #ff8941;
        background: #fff;
    }

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #ff8941;
}


a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    position: absolute;
    left: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
a[aria-expanded="true"]::before {
    content: '\e260';
}

.list-unstyled {
    padding-right:0;
}
ul ul a {
    font-size: 0.9em !important;
    padding-right: 30px !important;
    background-color: rgba(83,93,107,0.7);
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}
a.download {
    background: #fff;
    color: #7386D5;
}
a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    left: 0;
}
.hamo {
    background-color:#ffffff;
    padding:10px;
}
.hamo-small-box {
    height: 125px;
    width: 98%;
    margin: 1%;
    background-color: ghostwhite;
    border-radius: 1px;
    transition: all 0.8s ease;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
    .hamo-small-box.red {
        border-bottom: 4px solid #f72f2f;
        opacity: 0.5;
    }
    .hamo-small-box.blue {
        border-bottom: 4px solid #30b3f6;
        opacity: 0.5;
    }
    .hamo-small-box.yellow {
        border-bottom: 4px solid #f7f32f;
        opacity: 0.5;
    }
    .hamo-small-box.green {
        border-bottom: 4px solid #68ef32;
        opacity:0.5;
    }
    .fade {
        transition: all 0.8s ease;
        opacity: 0.5;
    }

        .fade:hover {
            transition: all 0.8s ease;
            opacity: 1;
        }

/*for my breadcrumb*/
.breadcrumb-item {
    color:#30b3f6;
}

small.optional {
    color: darkgray;
}

small.ejbari {
    color: red;
    font-weight:bold;
}

.hamorow {
    background-color: #f9f9f9;
    padding: 10px;
    margin: 0px;
    border-radius: 10px;
}
span.onvan {
    font-weight:bold;
    color:red;
}

/*my footer*/
footer {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-top: 30px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

/*my accordion*/
.accordion-panel {
    margin: 50px auto;
    max-width: 90%;
}

    .accordion-panel .accordion {
        padding-top: 30px;
    }

        .accordion-panel .accordion dt {
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            color: #fff;
            display: block;
            padding: 25px;
            /*background: #9f00ff;*/
            cursor: pointer;
            position: relative;
            user-select: none;
        }

        .accordion-panel .accordion dd {
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
            height: 0;
            overflow: hidden;
            transition: height .35s ease-out;
            margin-right: 0;
            margin-bottom: 20px;
            background: #fefefe;
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
        }

        .accordion-panel .accordion .content {
            padding: 25px;
            overflow: auto;
            line-height:25px;
            text-align:justify;
        }

    .accordion-panel .plus-icon {
        display: inline-block;
        width: 15px;
        height: 15px;
        position: relative;
        transition: transform 0.35s ease-out;
        position: absolute;
        left: 35px;
        top: 50%;
        margin-top: -12px;
    }

        .accordion-panel .plus-icon:before,
        .accordion-panel .plus-icon:after {
            content: '';
            background:#fff;
            position: absolute;
        }

        .accordion-panel .plus-icon:before {
            width: 2px;
            height: 15px;
            margin-right: -0.5px;
            right: 50%;
        }

        .accordion-panel .plus-icon:after {
            width: 15px;
            height: 2px;
            margin-top: -0.5px;
            top: 50%;
            opacity: 1;
            transition: opacity 0.35s ease-out;
        }

    .accordion-panel .is-open .plus-icon {
        transform: rotate(90deg);
    }

        .accordion-panel .is-open .plus-icon:after {
            opacity: 0;
        }

    .accordion-panel .hidden {
        display: none;
    }

    .accordion-panel .open-btn,
    .accordion-panel .close-btn {
        cursor: pointer;
        position: absolute;
        right: 30px;
        width: 90px;
    }

    .accordion-panel .buttons-wrapper {
        position: relative;
    }

        .accordion-panel .buttons-wrapper .plus-icon {
            position: absolute;
            right: 10px;
            top: 12px;
        }
.hamo-gradient
{
    padding: 10px;
    color: #fff;
    background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}
.modal-body {
    line-height:30px;
}
.alert {
    text-align:justify;
}