﻿
/*@font-face {
    font-family: 'Yekan';
    src: url('../Font/Yekan/Yekan.eot');
    src: url('../Font/Yekan/Yekan.eot?#iefix') format("embedded-opentype"), url('../Font/Yekan/Yekan.woff2') format('woff2'), url('../Font/Yekan/Yekan.woff') format('woff'), url('../Font/Yekan/Yekan.ttf') format('truetype'), url('../Font/Yekan/Yekan.otf') format('opentype'), url('../Font/Yekan//Yekan.svg#Yekan') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: Yekan, 'Segoe UI', Tahoma, sans-serif;
}*/

.HideCol {
    display: none;
}

/**********GridView**********/
.WrapStyle {
    word-break: break-all;
}

tr.NormalRow {
    background-color: #fff;
}

    tr.NormalRow:hover, tr.NormalRow.over {
        cursor: pointer;
        cursor: hand;
        background-color: yellow;
    }

tr.AlternativeRow {
    background-color: #eee;
}

    tr.AlternativeRow:hover, tr.AlternativeRow.over {
        cursor: pointer;
        cursor: hand;
        background-color: yellow;
    }
/*------------------ Style for in Navbar ------------*/
/*[dir="rtl"] .input-group-addon:not(:last-child) {
    border-right: 1px solid rgba(0,0,0,.15);
    border-left: 0;
}

[dir="rtl"] .input-group .form-control:not(:last-child),
[dir="rtl"] .input-group-addon:not(:last-child),
[dir="rtl"] .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn,
[dir="rtl"] .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
[dir="rtl"] .input-group-btn:not(:last-child) > .btn,
[dir="rtl"] .input-group-btn:not(:last-child) > .btn-group > .btn,
[dir="rtl"] .input-group-btn:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

    [dir="rtl"] .input-group .form-control:not(:first-child),
    [dir="rtl"] .input-group-addon:not(:first-child),
    [dir="rtl"] .input-group-btn:not(:first-child) > .btn,
    [dir="rtl"] .input-group-btn:not(:first-child) > .btn-group > .btn,
    [dir="rtl"] .input-group-btn:not(:first-child) > .dropdown-toggle,
    [dir="rtl"] .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn,
    [dir="rtl"] .input-group-btn:not(:last-child) > .btn:not(:first-child) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: .25rem;
        border-top-left-radius: .25rem;
    }

[dir="rtl"] .form-control + .input-group-addon:not(:first-child) {
    border-left: 1px solid rgba(0,0,0,.15);
    border-right: 0;
}

[dir="rtl"] .input-group .form-control:not(:first-child):not(:last-child),
[dir="rtl"] .input-group .input-group-addon:not(:first-child):not(:last-child) {
    border-radius: 0;
}*/

/*------------------ Style for SearchBox in Navbar ------------*/
.BtnSearch {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem;
}

/*------------------ Style for UC_MessageBackground ------------*/
.UC_MessageBackground {
    background-color: black;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

/*------------------ Style for messagealert ------------*/
/* 3-5 برای نمایش پیغام*/
.messagealert {
    width: 50%;
    position: fixed;
    top: 10px;
    z-index: 100000;
    padding: 0;
    font-size: 15px;
}

/*------------------ Nav in Menu MasterPage------------*/
.DDL-Nav {
    border: 1px solid #7da2a9;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #22223a;
    margin-right: 5px;
    color: #fff;
}
/*.dropdown-menu{
   
    background-color:#22223a;
}*/
.dropdown-menu a {
    color: #fff;
}
/*------------------ Table Row Height ------------*/
.table td, .table th {
    padding: .25rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    vertical-align: middle;
}

       /* ****************** RatingStar ****************** */
.ratingStar
{
	white-space:nowrap;
	margin:1em;
	height:14px;
}
.ratingStar .ratingItem {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    display: block;
    background-repeat: no-repeat;
	cursor:pointer;
}
.ratingStar .Filled {
    background-image: url(../Images/Image_Public/rating/ratingStarFilled.png);
}
.ratingStar .Empty {
    background-image: url(../Images/Image_Public/rating/ratingStarEmpty.png);
}
.ratingStar .Saved {
    background-image: url(../Images/Image_Public/rating/ratingStarSaved.png);
}
/******************************************ModalPopup***************************************************/
.Popup-Alert {
    background-color: #FFFFFF;
    border: 3px solid #444;
    border-radius: 12px;
    padding: 0px;
    height: auto;
}

    .Popup-Alert.header {
        height: auto;
        line-height: 30px;
        font-weight: bold;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }


    .Popup-Alert.body {
        padding: 10px;
        line-height: 20px;
    }

    .Popup-Alert.footer {
        background-color: #e6eaf3;
        height: auto;
        line-height: 30px;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }


.modalBackground {
    background-color: black;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.Popup {
    background-color: #FFFFFF;
    border: 3px solid #444;
    border-radius: 12px;
    padding: 0px;
}

    .Popup .header {
        line-height: 30px;
        font-weight: bold;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }


    .Popup .body {
        padding: 10px;
        line-height: 20px;
    }

    .Popup .footer {
        background-color: rgba(0, 0, 0, 0.2);
        height: auto;
        line-height: 30px;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }




.modalPopup-Alert {
    background-color: #FFFFFF;
    border: 3px solid #444;
    border-radius: 12px;
    padding: 0px;
    height: auto;
}

    .modalPopup-Alert .header {
        height: auto;
        line-height: 30px;
        font-weight: bold;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }


    .modalPopup-Alert .body {
        padding: 10px;
        line-height: 20px;
    }

    .modalPopup-Alert .footer {
        background-color: #e6eaf3;
        height: auto;
        line-height: 30px;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }



          