﻿/* here you can put your own css to customize and override the theme */

@font-face {
    font-family: "hasanin";
    font-style: normal;
    font-weight: normal;
    src: local("☺"), url("../fonts/hasanin/hasanin.woff") format("woff"), url("../fonts/hasanin/hasanin.ttf") format("truetype"), url("../fonts/hasanin/hasanin.svg") format("svg");
}


.font-ha {
    font-family: hasanin !important;
    text-decoration: none !important;
}

.font-Ta {
    font-family: Tahoma !important;
    text-decoration: none !important;
}

.input-validation-error {
    border: 1px solid #e73d4a !important;
}

.portlet-title .caption {
    padding: 10px 0;
    font-size: 18px;
    line-height: 18px;
}

.alert-top {
    float: left;
    font-size: 11px;
    margin: 0 !important;
    min-width: 150px;
    padding: 11px 15px !important;
}

select, span, input, ul, li, div, a {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.select2-container--bootstrap .select2-selection {
    font-family: Tahoma;
}

.pager {
    border-radius: 4px;
    display: inline-block;
    padding-right: 0;
    float: left;
    min-width: 320px;
}

    .pager a, .pager span {
        float: right;
        border: 1px solid #ddd;
        line-height: 1.42857;
        margin-right: -1px;
        padding: 6px 12px;
        position: relative;
        text-decoration: none;
    }

    .pager span {
        background-color: #eee;
    }

    .pager a:hover {
        background-color: #eee;
    }

    .pager .aspNetDisabled {
        color: #000;
    }

        .pager .aspNetDisabled:hover {
            background-color: #fff;
        }


.fileUpload {
    position: relative;
    overflow: hidden;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.toggle-password {
    font-size: 18px;
    margin-top: -30px;
    position: relative;
    float: left;
    margin-left: 15px;
    margin-right: 0;
}


.logo-default {
    padding-left: 15px;
    width: 70px;
}

.fs-17 {
    font-size:17px;
}
