﻿

@import url('../../fonts/FarsiFonts.css');

.nav-tabs > li
{
    float: right !important;
}

.form-horizontal{
   direction:rtl; 
}


.gooleTitle{
    font-size: 18px;
    color:#1a0dab;
      text-align:right;
    direction:rtl;
}

.googleSiteAddress{
 font-size: 14px;
    color:#006621;
    font-style: normal;
    line-height: 16px;
    text-align:right;
    direction:ltr;
}

.googleDes {
    font-size: 14px;
    color: #000;
    text-align: right;
    direction: rtl;
}
 
.popup10 {
    position: absolute;
    left: 45%;
    top: 120px;
    width: 10%;
}


.popup15 {
    position: absolute;
    left: 42.5%;
    top: 120px;
    width: 15%;
}

.popup20 {
    position: absolute;
    left: 40%;
    top: 120px;
    width: 20%;
}

.popup30 {
    position: absolute;
    left: 35%;
    top: 150px;
    width: 30%;
}

.popup40 {
    position: absolute;
    left: 30%;
    top: 70px;
    width: 40%;
}


.popup50 {
    position: absolute;
    left: 25%;
    top: 60px;
    width: 50%;
}

.popup60 { 
    position: absolute;
    left: 20%;
    top: 50px;
    width: 60%;
}


.popup70 {
    position: absolute;
    left: 15%;
    top: 50px;
    width: 70%;
}

.popup80 {
    position: absolute;
    left: 10%;
    top: 50px;
    width: 80%;
  
}

.popup90 {
    position: absolute;
    left: 2%;
    top: 15px;
    width: 95%;
}

.popup100 {
    position: absolute;
    left: 1%;
    top: 40px;
    width: 98%;
}


.panel-danger .panel-heading{
    border-top : 2px solid #A12020;
    border-color: #A12020;
}

.Language li a{
    direction:ltr !important;
}

.Box{
    height:470px;
    overflow-y : auto;
    overflow-x:no-display;
}

.Iframe-content
{
    margin-right: 50px !important;
}

.page-content-wrap th
{
    background-color :#f0fff6 !important;
    text-align: center !important;
    color:#000;
}


.SiteName {
    padding: 5px 2px !important;
    line-height: 20px;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
}

.x-navigation a {
    cursor: pointer;
    padding-right: 20px;
    font-family: Tahoma !important;
} 

.x-navigation span
{
    cursor: pointer;
    padding-right:20px;
} 

.x-navigation a img
{
    width:20px;
    height:20px;
    float: right;
} 

.x-navigation span img
{
    width:20px;
    height:20px;
    float: right;
} 

.XText{
    padding-right:7px;
}

.xn-text{
    padding-right:7px;
}

.old{
   text-decoration: line-through #F00;
}


.BrandPic
{
    max-height:60px
}

select option {
    padding: 8px 15px;
    border-bottom: 1px solid #E9E9E9;
    line-height: 20px;
    font-size: 12px;
    cursor: pointer;
}


.btn-embossed
{
    text-align:center !important;
}


.FilterColumns {
    width:120px; 
    text-align:left;
}


.list-group-item img
{
    width : 24px;
}


.tdCenter {
    text-align: center; /* center textbox horizontally */
    vertical-align: middle; /* center textbox vertically */
    margin-left:auto;
    margin-right:auto;
}

@media screen and (max-width:1024px) {
 .content-frame .content-frame-right
    {
       width: 25%;
    }
    }


@media screen and (min-width:1025px) {
    .content-frame .content-frame-right
    {
       width: 19%;
    }
}

.WidthMax
{
   min-width:97%;
}
/*.jstree-grid-cell{
    font-family: Traffic;
    font-size: 12px;
}*/



/* Fix Menu*/
        
#Tools {
    position: fixed;
    left: 0;
    top: 250px;
    z-index: 1;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease
}


.Tools {
    width: 50px;
    height: 50px;
    background: #fff;
    margin-bottom: 5px;
    position: relative;
    box-shadow: 0 4px 10px #A0A0A0;
    -webkit-box-shadow: 0 4px 10px #A0A0A0;
    -moz-box-shadow: 0 4px 10px #A0A0A0;
    -ms-box-shadow: 0 4px 10px #A0A0A0;
    -o-box-shadow: 0 4px 10px #A0A0A0;
    display: block;
    border-radius: 0 10px 10px 0
}

.ToolsIcon, .ToolsIcon:visited {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    text-align: center;
    margin: auto;
    top: 5px;
    position: relative;
    font-size: 20px;
    color: #FFF;
    position: relative;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    text-shadow: 1px 1px 1px #777777
}

.Tools:hover .ToolsIcon {
    font-size: 25px;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #fff;
    cursor: pointer
}

.ToolsIcon::after {
    content: '';
    display: block;
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    top: -3px;
    left: -3px;
    background: transparent;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease
}

.ToolsIcon:hover::after {
    content: '';
    display: block;
    width: 38px;
    height: 38px;
    top: 0;
    left: 0;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease
}
 

#Tools-1 {
    background: #F47521
}

#Tools-2 {
    background: #19B8B8
}

#Tools-3 {
    background: #DBA800
}

#Tools-4 {
    background: #3879D9
}

#Tools-5 {
    background: #9dc76b
}

.Tools:hover .ToolsTitle {
    right: -100px
}

Tools:hover .ToolsIcon {
    font-size: 25px;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #fff;
    cursor: pointer;
}


.ToolsTitle {
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
    width: 100px;
    height: 30px;
    text-align: right;
    color: #FFF;
    line-height: .7cm;
    z-index: -1;
    padding-right: 10px;
    -webkit-transition: .2s all ease;
    -moz-transition: .2s all ease;
    -ms-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease;
    box-shadow: 0 4px 10px #A0A0A0;
    -webkit-box-shadow: 0 4px 10px #A0A0A0;
    -moz-box-shadow: 0 4px 10px #A0A0A0;
    -ms-box-shadow: 0 4px 10px #A0A0A0;
    -o-box-shadow: 0 4px 10px #A0A0A0;
    font-size: 12px;
    text-shadow: 1px 1px 1px #5A5A5A;
    font-family: Yekan
}

.Tools-1 .ToolsTitle {
    background: #F47521
}

.Tools-2 .ToolsTitle {
    background: #19B8B8
}

.Tools-3 .ToolsTitle {
    background: #DBA800
}

.Tools-4 .ToolsTitle {
    background: #3879D9
}

.Tools-5 .ToolsTitle {
    background: #9dc76b
}
/* Fix Menu */
    
.TableGREY{
    background: #F4F2F2;
    border-collapse: collapse;
    border-spacing: 2px;
    width:100%;
    font-family: 'B Yekan';
    font-size:12px;
    border-radius:5px;
    color:#000;
}

.TableGREY td{
    padding: 6px;
}

.TableGREY .Cl30{
    width:30%
}

.GLXbutton{
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 0.333em;
    padding: 0.5em 1em;
    border: 1px solid #999;
    border-radius: 2px;
    cursor: pointer;
    font-size: 0.88em;
    color: black;
    white-space: nowrap;
    overflow: hidden;
    background-color: #e9e9e9;
    background-image: -webkit-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image: -moz-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image: -ms-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#e9e9e9');
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    outline: none;
}

.LTR{
    direction:ltr
}


.dataTables_scrollBody
{
     overflow-x:hidden !important;
}

.Filter
{
    color:#9f9f9f;
    width:100%;
    text-align:center;
}

.rightBox{
    font-family: Koodak;
    font-size: 14px;
    width:100% !important;
}

.LeftBox
{
    direction: ltr !important;
    font-family: Tahoma;
    padding-left:2px;
    text-align:left
}

.disabled {
    pointer-events: none;
    cursor: no-drop;
    opacity: 0.3;
    /*background: #E9E9E9 !important;*/
}
.Fullwidth
{
    width:100% !important;
}
 
.col-md-2Full
{
    width:16.6% !important;
}


.smsTextArea {
    width: 100% !important;
    padding: 5px !important;
    font-size: 13px !important;
    font-weight: bold;
    border-radius: 2px !important;
    border: none !important;
    outline: none !important;
    font-family:Koodak;
     border-color: silver !important;
}

.smsTextFooter{
border-top: 1px solid silver;
 background-color: whitesmoke;
 padding : 5px;
  font-size: 12px;
  font-family:Koodak
}

.dropdown-menu dt .text {
    color: #A12020;
    padding-right: 15%;
}

input[type=range]::-ms-track {
    width: 300px;
    height: 5px;
    
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;
    
    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 6px 0;

    /*remove default tick marks*/
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: #777;
    border-radius: 10px;
}
input[type=range]::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px;
}
input[type=range]::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: goldenrod;
}
input[type=range]:focus::-ms-fill-lower {
    background: #888;
}
input[type=range]:focus::-ms-fill-upper {
    background: #ccc;
}

.xn-text {
    font-family: koodak;
    font-size: 14px;
}

#recaptcha-anchor-label
{
    font-family:Koodak;
    color:#333;
}

.DualListH330
{
    min-height:330px !important;
}

.PanelUsName{
    color:#fff;
    font-family:Koodak;
    font-size:15px;
    padding-top:6px !important;
    margin:10px !important;
}

.list-group-item > .badge {
    float: right !important;
}

.TableWide
{
   width: 100%;
max-width: 100%;
margin-bottom: 20px;

/*background-color: transparent;*/

}

.font16{
    font-size:16px;
}

.font25 {
    font-size: 25px;
}

.font35 {
    font-size: 35px;
}

.MainTitrs {
    font-weight: bold;
    text-align: left;
    color: Blue;
    min-width:100px;
}

.SubTitr {
    font-weight: bold;
    padding-right: 8px;
    padding-left: 45px;
    height: 33px;
}

.text {
    padding-right: 1px;
    margin-bottom: 3px
}


.ComboBox {
    font-family: Tahoma;
    font-size: 12px;
    text-align: right; /* background: transparent;*/
    background: #fff;
    padding: 5px;
    font-size: 12px;
    border: 1px solid silver;
    height: 28px;
    min-width: 100px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden
}


    .ComboBox:hover {
        border: 1px solid #3879D9;
    }

.ComboBoxWide {
    font-family: Tahoma;
    font-size: 12px;
    text-align: left;
    background: #fff;
    min-width: 160px;
    padding: 3px;
    font-size: 11px;
    border: 1px solid #A8C9F4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /* height: 28px;*/
}

.Centerimg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0px 15px 0px;
    max-width : 240px;
    height : auto;
}


.input-group .input-group-btn {
    min-width: 50px;
    background-color: #ECECEC;
    /*cursor: default;*/
}

.padding-R20 {
    padding : 0px 20px 0px 0px;
}


.text-center
{
    direction:rtl
    text-align:center !important;
}