﻿/*
100 Thin (Hairline)
200 Extra Light (Ultra Light)
300 Light
400 Normal
500 Medium
600 Semi Bold (Demi Bold)
700 Bold
800 Extra Bold (Ultra Bold)
900 Black (Heavy)
*/

/*
#293846 darkgray
#1c84c6 blue
#f8ac59 orange
#1ab394 green
#003399 darkblue
*/

/* Palette generated by Material Palette - materialpalette.com/indigo/orange */

.dark-primary-color {
    background: #0D47A1;
}

.default-primary-color {
    background: #3F51B5;
}

.light-primary-color {
    background: #C5CAE9;
}

.text-primary-color {
    color: #FFFFFF;
}

.accent-color {
    background: #FF9800;
}

.primary-text-color {
    color: #212121;
}

.secondary-text-color {
    color: #727272;
}

.divider-color {
    border-color: #B6B6B6;
}



@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Bold.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Medium.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Light.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/eot/IRANSansWeb(FaNum).eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb(FaNum).woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum).woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}

html, body, form {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

* {
    font-family: Tahoma, IRANSans !important;
}

.fa {
    font-family: FontAwesome !important;
}

.t-fi, .t-font-icon {
    font-family: WebComponentsIcons !important;
}

.RadListBox .rlbButtonIcon {
    font-family: WebComponentsIcons !important;
}

.p-icon {
    font-family: "WebComponentsIcons" !important;
}


body {
    font-family: Tahoma, IRANSans !important;
    font-size: 12px;
    font-weight: 300;
    direction: rtl;
    background-color: #B6B6B6; /*#f3f3f4;*/
}

label
{
    font-weight: normal;
}

.form-control {
    font-size: 12px;
}

a:hover, a:link, a:visited, a:active {
    text-decoration: none;
}

/*html body .RadInput_Bootstrap .riTextBox, html body .RadInputMgr_Bootstrap
{
    font-family: 'IRANSans', Tahoma !important;
    font-size: 14px;
	font-weight: 300;
}

.RadPanelBar_Bootstrap .rpLink, .RadPanelBar_Bootstrap .rpHeaderTemplate
{
    font-family: 'IRANSans', Tahoma !important;
    /*font-size: 14px;*/ /*
	font-weight: 300;
}*/

.ltr {
    direction: ltr;
}

.rtl {
    direction: rtl;
}

.loginTypeContainer {
    width: 40%;
    margin: 50px auto 0px auto;
}

.loginType {
    display: block;
    margin: 3px auto;
    text-align: inherit;
    color: #fff;
    transition: background-color 0.5s;
}

    .loginType h4 span {
        text-align: center;
        display: inline-block;
        margin-right: -30px;
        width: 100%;
    }

    .loginType.login-form {
        background-color: #1c84c6;
    }

    .loginType.login-windows {
        background-color: #23c6c8;
    }

    .loginType.login-token {
        background-color: #1ab394;
    }

    .loginType:hover {
        color: #000;
        background-color: #fff;
    }

.login-logo {
    width: 140px;
    padding: 20px;
    display: block;
    margin: 0 auto;
    background-color: #ddd;
}

.loginTypeContainer h3 {
    text-align: center;
}

.login-message {
    text-align: center;
}

footer {
    color: gray;
    text-align: center;
    display: block;
}

.productowner {
    border: gray 1px solid;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
}

    .productowner .owner-logo {
        width: 50px;
    }

    .productowner .owner-name {
        font-size: 14px;
        font-weight: bold;
    }

.full-width {
    width: 100%;
    display: block; /*only if you're having issues*/
}


.RadCaptcha input {
    width: 100%;
}

.RadCaptcha p label {
    display: none;
}

.RadCaptcha .rcRefreshImage {
    display: block;
    position: static;
    /*top: 30px;
        left: -130px;*/
    width: 25px;
    height: 22px;
    text-align: center;
    margin: 0 auto;
}

.captchaImage {
    margin: 0 auto;
}

.RadPanelBar_Bootstrap .rpLink, .RadPanelBar_Bootstrap .rpHeaderTemplate {
    background: #2F4050;
    color: #fff;
    padding-right: 10px;
}

    .RadPanelBar_Bootstrap .rpLink.rpSelected, .RadPanelBar_Bootstrap .rpHeaderTemplate.rpSelected {
        background: #2196F3;
        color: #fff;
    }

    .RadPanelBar_Bootstrap .rpLink:hover, .RadPanelBar_Bootstrap .rpLink.rpExpanded:hover, .RadPanelBar_Bootstrap .rpHeaderTemplate:hover, .RadPanelBar_Bootstrap .rpHeaderTemplate.rpExpanded:hover {
        background: #2196F3;
        color: #fff;
    }

.RadPanelBar_Bootstrap .rpRootLink, .RadPanelBar_Bootstrap .rpHeaderTemplate {
    background: #0D47A1;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .RadPanelBar_Bootstrap .rpRootLink.rpHovered {
        background: #2196F3;
        color: #fff;
    }

.adminPanelBar.RadPanelBar_Bootstrap .rpSlide {
    border-right: 4px solid #FF9800;
    /*background: #293846;*/
}

.RadPanelBar_Bootstrap .rpTemplate {
    /*background-color: #a7b1c2;*/
}

/* -------------- TAB ---------------*/
.RadTabStrip_Bootstrap .rtsLevel1 .rtsLink {
    /*background: #0D47A1;
    color: #fff;*/
}

.RadTabStrip_Bootstrap .rtsLevel1 .rtsSelected .rtsLink {
    background: #2196F3;
    color: #fff;
}

.pageProperties {
    padding-right: 0;
    padding-left: 0;
}

.pageLayout {
    border: 2px solid black;
    background-color: #fff;
}

.solutionSearchBar {
    background-color: #B6B6B6; /*#19aa8d;*/
    padding-right: 15px;
}

.RadTreeView_Bootstrap .fa {
    /*color: #FF9800;*/
}

.RadTreeView_Bootstrap .rtSelected .rtIn {
    background-color: #2196F3;
}

    /*.RadTreeView_rtl .rtLI
{
    padding-right: 0px;
}

.RadTreeView_Bootstrap_rtl .rtTop, .RadTreeView_Bootstrap_rtl .rtMid, .RadTreeView_Bootstrap_rtl .rtBot {
    padding-left: 0;
    padding-right: 0px;
}

.RadCaptcha_TetisBootstrap .rcRefreshImage 
{
    content: 
}*/

    .RadTreeView_Bootstrap .rtSelected .rtIn.UnHilightedNode, .RadTreeView_Bootstrap .rtSelected .rtIn.HilightedNode {
        color: #000;
    }

    .height-100
    {
        height: 100%;
    }

    .adminSolution
    {
        height: 100%; 
        padding-top:37px;
        position:relative;
    }

.adminHeader {
    /*background: #B6B6B6;*/
    /*background-color: orange;*/
    /*background-image: url(images/black-mamba.png);*/

    background-image: -webkit-linear-gradient(top,#3c3c3c 0%,#222 100%);
    background-image: -o-linear-gradient(top,#3c3c3c 0%,#222 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#3c3c3c),to(#222));
    background-image: linear-gradient(to bottom,#3c3c3c 0%,#222 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c',endColorstr='#ff222222',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;

    /*border-bottom: 3px solid #dc6839;*/
    color: #fff;
    height: 40px;
    /*border-right: 5px solid #f8ac59;*/
    /*border-bottom: 5px solid #1c84c6;*/
    padding: 0 15px;

    position:absolute;
    top: 0;
    width: 100%;
}

.adminHeader a
{
    color: #fff;
}

.adminLogo {
    height: 30px;
}

.adminTitle {
    font-family: IRANSans, Tahoma !important;
    font-size:16px;
    font-weight: bold;
    margin-top: 5px;
}

.adminLogout
{
    color: #fff;
}

.adminSplitter .RadSplitter.RadSplitter_Bootstrap, .adminSplitter .RadPanelBar {
    border-top: none;
}

.propertyEditor {
    display: block;
}

.scrolling {
    overflow: auto;
    position: relative;
    width: 100%;
}


.propertyEditor {
    display: block;
    padding: 3px;
    background: whitesmoke;
    border-bottom: 1px dotted gray;
}

.propertyCaption {
    width: 35%;
    background: #eeeeee;
    display: inline-block;
    text-align: right;
    font-weight: normal;
}

.propertyCaption2 {
    background: #eeeeee;
    text-align: right;
}

.propertyHeader {
    width: 100%;
    background: #aaaaaa;
    display: block;
    text-align: right;
    font-weight: bold;
}


.propertyField {
    width: 54%;
    display: inline-block;
}

.propertyField2 {
    font-family: Tahoma;
    font-size: 8pt;
}

.propertyField.RadComboBox {
    margin-top: 2px;
    margin-bottom: 4px;
}

.propertyFieldButton {
    width: 52% !important;
}

.site-admin {
    margin-top: 20px;
    border: 2px solid #293846;
    background: #eee;
}

/*.property-window .RadPanelBar_Bootstrap .rpRootLink, .property-window .RadPanelBar_Bootstrap .rpHeaderTemplate {
    background-color: #1c84c6;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #eeeeee;
}

.property-window .RadPanelBar_Bootstrap .rpLink, .property-window .RadPanelBar_Bootstrap .rpHeaderTemplate {
    background: #1c84c6;
    color: #eeeeee;
    padding-right: 10px;
}

    .property-window .RadPanelBar_Bootstrap .rpLink.rpSelected, .property-window .RadPanelBar_Bootstrap .rpHeaderTemplate.rpSelected {
        background: #1c84c6;
        color: #eee;
    }

    .property-window .RadPanelBar_Bootstrap .rpLink:hover, .property-window .RadPanelBar_Bootstrap .rpLink.rpExpanded:hover, .property-window .RadPanelBar_Bootstrap .rpHeaderTemplate:hover, .RadPanelBar_Bootstrap .rpHeaderTemplate.rpExpanded:hover {
        background: #1c84c6;
        color: #eee;
    }
*/
.property-window .rpLink .fa {
    color: #f8ac59;
}

.navbar-design {
    min-height: 30px;
    margin-bottom: 0px;
    border: 1px solid #727272;
    background: #ddd;
}

.navbar-design .navbar-toggle
{
    margin-top: 0;
    margin-bottom: 0;
}

    .navbar-design .navbar-brand, .navbar-design .navbar-left > li > a {
        color: #003399; /*#1ab394;*/
        font-size: 16px;
    }

.navbar-brand-title {
    font-family: IRANSans, Tahoma !important;
}

.navbar-design .navbar-left > li > a:hover, .navbar-design .navbar-left > li > a:focus {
    color: #000;
}

.navbar-design > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-design .navbar-brand {
    height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-design .navbar-brand,
.navbar-design .navbar-nav li a {
    /*line-height: 150px;*/
    /*height: 30px;*/
    padding-top: 7px;
    padding-bottom: 7px;
}

@media (min-width: 768px) {
    .navbar-design .navbar-brand,
    .navbar-design .navbar-nav li a {
        /*line-height: 150px;*/
        /*height: 30px;*/
        padding-top: 7px;
        padding-bottom: 7px;
    }
}

.excludeZoneContainer {
    /*background-color:#ffcc00;*/
    background-color: #f5f392;
    border: 2px dotted orange;
    padding: 3px;
}

.excludeZone {
    /*background-color: rgba(200, 200, 0, 0.2);*/
    background-color: #faecdd;
}

.excludeZoneContainer label {
    font-weight: normal;
}

    .excludeZoneContainer label .fa {
        color: #1ab394;
    }


.PageZoneHighlight {
    background: #1ab394;
}

.RadDock_Bootstrap .rdTitleWrapper .rdTitle {
    font-size: 12px !important;
}

.RadDock_Bootstrap .rdTitleWrapper {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    color: #003399;
    text-align: right;
}

.RadDock_Bootstrap .rdCommandButton {
    margin-right: 0px;
    margin-left: 0px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    margin-top: 2px;
    /*border: 1px solid red;*/
}

.RadDock .rdListItem {
}

.RadDock_Bootstrap .rdListItem {
    margin-right: 1px;
    margin-left: 1px;
    width: 25px;
    height: 25px;
    /*border: 1px solid blue;*/
}

.rbAdd16Camelot:before {
    font-family: FontAwesome !important;
    content: "\f067" !important;
}

.rdCommandButton:before {
    color: #003399 !important;
}

.reToolbar .DirectionRtl {
    background-image: url(../Resources/Images/Editor/rtl.gif);
}

.reToolbar .DirectionLtr {
    background-image: url(../Resources/Images/Editor/ltr.gif);
}

.reToolbar .InsertPortalLink {
    background-image: url(../Resources/Images/Editor/portallink.png);
}

.pageEditorToolbar .rtbButton {
    background-color: #FF9800;
    color: #212121;
}

.RadButton_Bootstrap.rbButton {
    background-color: #337ab7; /*#FF9800;*/
    color: #fff; /*#212121;*/
}

.RadComboBox_Bootstrap .rcbInner {
    padding-top: 0px;
    padding-bottom: 0px;
}

.RadComboBox_Bootstrap .rcbActionButton {
    padding-top: 0px;
    padding-bottom: 0px;
}

.RadInput_Bootstrap .riTextBox, .RadInputMgr_Bootstrap {
    padding-top: 4px;
    padding-bottom: 4px;
}

.t-ie .RadInput_Bootstrap, .t-ie .RadInputMgr_Bootstrap {
    height: auto;
}

.pageEditorToolbar .rcbInner {
    background-color: #fff !important;
    border-color: #ccc !important;
}

.RadToolbar.pageEditorToolbar .RadComboBox .rcbInner:not(.rcbHovered):not(.rcbFocused),
.RadToolbar.pageEditorToolbar .RadComboBox .rcbInner:not(.rcbHovered):not(.rcbFocused) .rcbActionButton {
    background-color: #fff !important;
    border-color: #ccc !important;
}


.SelectedPicturesList .rlbItem {
    float: left;
}

    .SelectedPicturesList .rlbItem.rlbSelected {
    }

.SelectedPicturesList .pictureItem {
    display: inline-block;
    border: 1px solid lightgray;
    /*background: whitesmoke;*/
    padding: 1px 1px 1px 3px;
    margin: 0px 0px 0px 2px;
    width: 170px;
    text-align: center;
}

.RadGrid_Bootstrap .rgMasterTable, .RadGrid_Bootstrap .rgDetailTable, .RadGrid_Bootstrap .rgGroupPanel table, .RadGrid_Bootstrap .rgCommandRow table, .RadGrid_Bootstrap .rgEditForm table, .RadGrid_Bootstrap .rgPager table {
    font-size: 12px;
}

.RadGrid_Bootstrap .rgPagerCell {
    font-size: 10px;
}

.dateItemDisplayType {
    text-align: left;
    padding: 2px;
}

    .dateItemDisplayType .toolbar-label {
        padding: 3px 10px;
    }

.dataItem-searchbar {
    background-color: #f8ac59;
    padding: 3px 10px;
}

    .dataItem-searchbar .form-control {
        display: inline-block;
        width: auto;
    }

    .dataItem-searchbar .date-filter {
        vertical-align: middle;
    }

.RadGrid_Bootstrap .rgPagerCell .rgNumPart span {
    padding-top: 0px;
    padding-bottom: 0px;
}

.RadGrid_Bootstrap .rgPagerCell .rgPageFirst, .RadGrid_Bootstrap .rgPagerCell .rgPagePrev, .RadGrid_Bootstrap .rgPagerCell .rgPageNext, .RadGrid_Bootstrap .rgPagerCell .rgPageLast, .RadGrid_Bootstrap .rgPagerCell .rgPagerButton, .RadGrid_Bootstrap .rgPagerCell .rgNumPart a {
    width: 20px;
    height: 20px;
}

.RadGrid_Bootstrap .rgPagerCell .rgPageNext {
    background-position: -15px -115px;
}

.RadGrid_Bootstrap .rgPagerCell .rgPagePrev {
    background-position: -15px -165px;
}

.RadGrid_Bootstrap .rgPagerCell .rgPageLast{
    border-radius: 4px 0 0 4px;
    background-position: -15px -715px;
}

.RadGrid_Bootstrap .rgPagerCell .rgPageFirst {
    border-left-width: 1px;
    border-radius: 0 4px 4px 0;
    background-position: -15px -765px;
}

.RadGrid_Bootstrap .rgPagerCell .rgPageFirst, .RadGrid_Bootstrap .rgPagerCell .rgPagePrev, .RadGrid_Bootstrap .rgPagerCell .rgPageNext, .RadGrid_Bootstrap .rgPagerCell .rgPageLast, .RadGrid_Bootstrap .rgPagerCell .rgPagerButton, .RadGrid_Bootstrap .rgPagerCell .rgNumPart a {
    border-right-width: 0;
    border-left-width: 1px;
}

.RadGrid_Bootstrap .rgPagerCell .rgPageFirst {
    border-right-width: 1px;
}

.RadGrid_Bootstrap .rgPagerCell .RadComboBox .rcbInput {
    height: 15px;
}

.rgPagerCell .RadComboBox_Bootstrap .rcbInner {
    padding-top: 3px;
    padding-bottom: 3px;
}

.rgPagerCell .RadComboBox_Bootstrap .rcbActionButton {
    padding-top: 3px;
}

.RadTreeList.RadTreeList_Bootstrap .rtlPager .rtlWrap
{
    padding-left: 0!important;
    padding-right: 0!important;
}

.RadTreeList_Bootstrap .rtlPagerCell .rtlNumPart a, .RadTreeList_Bootstrap .rtlPagerCell .rtlPagerButton, .RadTreeList_Bootstrap .rtlPagerCell .rtlActionButton
{
    padding-top: 0px;
    padding-bottom: 0px;
}

.RadTreeList_Bootstrap .rtlPagerCell .rtlNumPart a
{
    padding-top: 0px; /*1px;*/
    padding-bottom: 0px; /*2px;*/
}

.RadTreeList_Bootstrap .rtlPagerCell .rtlPageLast {
    border-radius: .285714286em 0 0 .285714286em;
}

.RadTreeList_Bootstrap .rtlPagerCell .rtlNumPart a, .RadTreeList_Bootstrap .rtlPagerCell .rtlActionButton
{
    border-left-width: 1px;
    border-right-width: 0px
}

.RadTreeList_Bootstrap .rtlPagerCell .rtlPageFirst {
    border-left-width: 1px;
    border-right-width: 1px;
    border-radius: 0 .285714286em .285714286em 0;
}


.RadTreeList .rtlPagerCell .rtlPageLast .rtlIcon:before {
    content: "\e00b";
}

.RadTreeList .rtlPagerCell .rtlPageFirst .rtlIcon:before {
    content: "\e008";
}

.RadTreeList .rtlPagerCell .rtlPageNext .rtlIcon:before {
    content: "\e003";
}

.RadTreeList .rtlPagerCell .rtlPagePrev .rtlIcon:before {
    content: "\e000";
}

.webpart-toolbox-container {
    padding: 5px 15px;
    background-color: #fff;
}

.webpart-toolbox-scroll {
    width: 100%;
    overflow: auto;
}

.webpart-toolbox {
    /*width:100%;*/
    /*width: 3000px;*/
}

    .webpart-toolbox .RadDock_Bootstrap {
        width: 190px !important;
        display: inline-block;
        float: none;
    }

    .webpart-toolbox .RadDockZone {
        white-space: nowrap;
    }

    .webpart-toolbox .excludeZone {
        background-color: #fff;
    }

    .webpart-toolbox .mCSB_horizontal.mCSB_inside > .mCSB_container {
        margin-bottom: 10px;
    }

.rgSelectedRow .text-muted {
    color: #fff;
}

.adminSplitter .RadSplitter_Bootstrap .rspCollapseBarCollapse:before {
    margin-right: -15px;
    margin-left: 0;
}

.adminSplitter .RadSplitter_Bootstrap .rspCollapseBarExpand:before {
    margin-right: -14px;
    margin-left: 0;
}

.reIcon {
    font-family: WebComponentsIconsEditor,monospace !important;
    font-family: WebComponentsIcons,monospace !important;
}



.AddDiscussion {
    width: 100%;
}

.AddDiscussionName .field input {
    width: 50%;
}

.AddDiscussionEmail .field input {
    width: 50%;
    direction: ltr;
}

.AddDiscussionContent .field textarea {
    width: 95%;
    height: 150px;
    font-family: Tahoma;
}

.AddDiscussionSend .footer {
    text-align: left;
}

.DiscussionListHeader {
    background: lightgray;
    border-radius: 5px;
}

.DiscussionListNameDiv {
    background: white;
    border-radius: 5px;
    border: 1px solid gray;
    padding-right: 5px;
    padding-left: 5px;
    color: gray;
    /*display:inline-block;*/
    height: 18px;
}

.DiscussionName, .DiscussionDate, .DiscussionCountry {
    padding-left: 15px;
    padding-right: 15px;
}

.DiscussionListAgree {
    background: url(../../Resources/Images/Discussion/agree.gif) no-repeat;
    width: 24px;
    height: 14px;
    border: 0px none;
}

.DiscussionListDisagree {
    background: url(../../Resources/Images/Discussion/disagree.gif) no-repeat;
    width: 24px;
    height: 14px;
    border: 0px none;
    margin-top: 3px;
}

.DiscussionListAgreeCount, .DiscussionListDisagreeCount {
    background-color: #ffffff;
    width: 20px;
    height: 14px;
    text-align: center;
    display: inline-block;
}

.DiscussionListAgreeDisagreeDiv {
    border: 1px solid gray;
    border-radius: 5px;
    background-color: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
}

.DiscussionListAgreeDisagree {
    width: 120px;
    text-align: center;
}

.DiscussionReply:link, .DiscussionReply:visited {
    text-decoration: none;
}

.DiscussionListReply {
    width: 30px;
    text-align: left;
}

.dataitem-admindate {
    width: 60px;
}

.reDirectionRtl.reToolIcon:before {
    /* RTL */
    font-family: WebComponentsIcons;
    font-size: 2em;
    content: "\E00F";
}

.reDirectionLtr.reToolIcon:before {
    /* LTR */
    font-family: WebComponentsIcons;
    font-size: 2em;
    content: "\E00C";
}

.reTextArea
{
    color: #333;
}

.SelectedPicturesList, .SelectedFilesList, .SelectedMediaList, .SelectedTagsList
{
    position: relative;
    border: 1px solid #aaa;
    background-color: #eee;
    padding: 5px;
}

.SelectedPicturesList .browse
{
    position: absolute;
    z-index: 100;
}

.RadFileExplorer .RadToolBar .rtbImage {
    font-family: "WebComponentsIcons" !important;
}

.RadUpload .ruSelectWrap .ruFakeInput
{
    height: 17px;
}

.RadToolBar_Bootstrap .rtbButton
{
    background-color: #337ab7!important; /*#FF9800;*/
    color: #fff!important; /*#212121;*/
}

.button-default
{
    background-color: #337ab7!important; /*#FF9800;*/
    color: #fff!important; /*#212121;*/
}

.button-default2
{
    padding: 5px 10px;
    border-radius: 2px;
    border:none;
}

.selected-category
{
    background-color:#1ab394 !important;
}

.popupButtonBar
{
    background-color: #aaa;
    padding: 5px;
    text-align: center;
}

.popupScrollContent{
    background-color: #fff;
}

.radIcon {
    font-family: WebComponentsIcons!important;
}

.RadGrid_Bootstrap .rgFilter {
    border-top-right-radius: 0px;
    border-top-left-radius: 3px; /*0.285714em;*/
    border-bottom-left-radius: 3px; /*0.285714em;*/
    border-bottom-right-radius: 0px;
}

.RadGrid_Bootstrap .rgFilterBox {
    border-top-right-radius: 0.285714em;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0.285714em;
}

.notificationBar
{
    color: #a94442;
    background-color: #FFE082;
}

.RadGrid_Bootstrap .rgRow > td, .RadGrid_Bootstrap .rgAltRow > td {
    padding-top: 4px; 
    padding-bottom: 3px;
}

.RadForm_Bootstrap.rfdRadio input[type="radio"]:hover, .RadForm_Bootstrap.rfdCheckbox input[type="checkbox"]:hover, .RadForm_Bootstrap.rfdRadio input[type="radio"]:checked, .RadForm_Bootstrap.rfdCheckbox input[type="checkbox"]:checked {
    color: #337ab7;
}

.RadForm_Bootstrap.rfdRadio input[type="radio"]:hover, .RadForm_Bootstrap.rfdCheckbox input[type="checkbox"]:hover, .RadForm_Bootstrap.rfdRadio input[type="radio"]:checked, .RadForm_Bootstrap.rfdCheckbox input[type="checkbox"]:checked {
    color: #000;
}

.inline-block
{
    display:inline-block;
}

.file-uploader-title
{
    width:54%;
    display: inline-block;
}
.file-uploader-title .rfdRoundedCorners
{
    display:inline-block!important;
    width: 100%;
}

.file-uploader-title .RadInput_Bootstrap 
{
    width: 100%;
}

.SBRibbon-theme
{
    background-color: #fff!important;
}

.RadMultiPage .RibbonPageView
{
    background-image: none!important;
    background-color: #fff!important;
}

.ribbonSmallIcon
{
    display:none;
}

.ribbonDDSmallIcon
{
    display:none;
}

.ribbonSmall .fa {
    color: #f8ac59;
}

.userGrid .rgFilterIcon::before
{
    content: '';
}

.RadGrid .rgPagerCell .rgWrap
{
    float: right;
}

/*.RadGrid .rgPagerCell .rgPageLast .rgIcon:before
{
    content: '';
}

.RadGrid .rgPagerCell .rgPageNext .rgIcon::before
{
    content: '';
}

.RadGrid .rgPagerCell .rgPagePrev .rgIcon:before
{
    content: '';
}

.RadGrid .rgPagerCell .rgPageFirst .rgIcon:before
{
    content: '';
}*/

/*.RadGrid_Bootstrap .rgPagerCell .rgPageFirst, .RadGrid_Bootstrap .rgPagerCell .rgPagePrev, .RadGrid_Bootstrap .rgPagerCell .rgPageNext, .RadGrid_Bootstrap .rgPagerCell .rgPageLast {
    background-image: none;
    background-repeat: no-repeat;
}*/

.RadGrid .rgPagerCell .rgPageLast .rgIcon:before {
    content: "\e00b";
}

.RadGrid .rgPagerCell .rgPageFirst .rgIcon:before {
    content: "\e008";
}

.RadGrid .rgPagerCell .rgPageNext .rgIcon:before {
    content: "\e003";
}

.RadGrid .rgPagerCell .rgPagePrev .rgIcon:before {
    content: "\e000";
}


.RadSplitter_Bootstrap .rspCollapseBarHorizontalCollapse:before
{
    margin-left: 14px;
}

.RadSplitter_Bootstrap .rspCollapseBarHorizontalExpand:before
{
    margin-left: 14px;
}

.fa-User:before {
    content: "\f007";
}

.fa-Group:before, .fa-Users:before {
    content: "\f0c0";
}

.permission-savecontainer
{
    margin: 5px 0;
}

.row-separator
{
    width: 50px;
    display:inline-block;
}

.RadWindow .rwListItem {
    float: right;
}

.site-message
{
    font-family: IRANSans, Tahoma!important;
    color: green;
    text-align:center;
}

.navbar-fixed-top
{
    background-color: #B6B6B6;
}

 .RadListBox .rlbButtonAreaLeft ul
 {
     margin-top: 40px;
 }

 .add-to-list-button
 {
     position: relative;
     /*right:-10px;*/
     margin-right: -35px;
     padding: 6px 5px;
     /*z-index: 10000;*/
 }

 .RadListBox_Bootstrap .rlbDelete 
 {
     color: #fff;
     background-color: #d9534f;
 }

 .RadListBox_Bootstrap .rlbItem
 {
     text-align: right;
 }
