﻿* {
    padding: 0;
    margin: 0;
    text-decoration: none;
}
body {
    direction: rtl;
}


input , textarea {
    font-family: 'PrintFont';
    font-size: 15px;
}
.ToolTip {
    color: red;
}
.Pad {
    opacity: 0;
    position: fixed;
    background: #222;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    -webkit-transition: .1s all ease;
    -moz-transition: .1s all ease;
    -o-transition: .1s all ease;
    transition: .1s all ease;
    display: none;
}
.PadAnimation {
    opacity: .98;
}

.ShowMessageBox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 600px;
    height: 50px;
    background: #aaffaa;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    vertical-align: central;
    -moz-transition: .2s all ease-in;
    -o-transition: .2s all ease-in;
    transition: .2s all ease-in;
    -webkit-transform: translateY(0) rotateY(0) scale(0.7);
    -moz-transform: translateY(0) rotateY(0) scale(0.7);
    -ms-transform: translateY(0) rotateY(0) scale(0.7);
    -o-transform: translateY(0) rotateY(0) scale(0.7);
    transform: translateY(0) rotateY(0) scale(0.7);
    display: none;
    line-height: 50px;
    color: #14aa57;
    margin: auto;
    z-index: 1000;
    border-radius: 2px;
    text-shadow: 0 0.5px 1px #fff;
    box-shadow: 0 2px 5px #111;
}

.ShowMessageBoxAnimation {
    -webkit-transform: scale(1) skew(0) rotate(0) translate(0);
    -moz-transform: scale(1) skew(0) rotate(0) translate(0);
    -ms-transform: scale(1) skew(0) rotate(0) translate(0);
    -o-transform: scale(1) skew(0) rotate(0) translate(0);
    transform: scale(1) skew(0) rotate(0) translate(0);
}
.ShowMessageBox .Message {
    padding: 0 10px;
}


.Default.RadEditor .reModule {
    border-top: 1px solid #ddd !important;
}
.Default.reWrapper, .Default.RadEditor .reContentCell, .Default.reColorPicker, .Default.reInsertTable, .Default.reDropDownBody, .Default.reCustomLinks a:hover {
    border: 1px solid #ddd !important;
}
.RadioList, .CheckList {
    position: relative;
    font-size: 0;
}

.RadioList .radio, .CheckList .check {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.radioBOX, .checkBOX {
    position: relative;
    margin: 0;
    padding-bottom: 20px;
    background: #fff;
    /*padding: 10px;*/
    /*box-shadow: @box-shadow;*/
    border-radius: 2px;
    /*border: 1px solid #e7e7e7;*/
}

.RadioList .radio, .CheckList .check {
    width: 120px;
    text-align: center;
    margin-left: 20px;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    color: #333;
    border-radius: 2px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

.RadioList .active, .CheckList .active {
    background: #ccffcc;
    color: #333;
}

.RadioList .active:before {
    content: '';
    position: absolute;
    right: -8px;
    top: -8px;
    width: 16px;
    height: 16px;
    border-radius: 20px;
    background: #14aa57 url(../splash/Icons/buttontick24.png) no-repeat center center;
    background-size: 10px 10px;
}

.CheckList .active:before {
    content: '';
    position: absolute;
    right: -8px;
    top: -8px;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background: #14aa57 url(../splash/Icons/buttontick24.png) no-repeat center center;
    background-size: 10px 10px;
}
.pager
{
    position:relative !important;
    margin-top:10px !important;
    padding:10px !important;
    background:#e3e3e3 !important;
}
.pager span
{
    position:relative;
    display:block;
}
    .pager span a, .pager span span, .pager > a {
        background: #fff !important;
        color: #333 !important;
        height: 25px !important;
        border-radius: 2px !important;
        font-size: 12px !important;
        display: inline-block !important;
        line-height: 25px !important;
        text-align: center !important;
        margin-left: 4px !important;
        min-width: 25px !important;
        margin-right: 0 !important;
        float: none !important;
        padding: 0 4px;
        box-sizing: border-box;
        cursor: pointer;
        margin-bottom: 4px;
    }
    .pager span .active, .pager > .active {
        background: #28cdcd !important;
        color: #fff !important;
    }
.colorblack
{
    color:#333;
}