@import url(AddOn/font-awesome-4.3.0/css/font-awesome.min.css);
@import url(AddOn/Styles/desktop.css);
@import url(AddOn/Styles/mobile.css);

body {
    font-size: 14px;
    direction: rtl;
    margin: 0 0 0 0;
    background-color: white;
    overflow-x: hidden !important;
    color: #444;
}

@font-face {
    font-family: 'iran_sansregular';
    src: url('AddOn/fonts/iran_sans.woff2') format('woff2'), url('AddOn/fonts/iran_sans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

ol,
ul {
    list-style: none;
}

a {
    outline: 0 !important;
}

a:focus {
    outline: 0 !important;
}

#Form1 {
    display: initial;
}

a:focus,
a:hover {
    text-decoration: none;
}

.noPadding {
    padding-left: 0;
    padding-right: 0;
}

.topHeader a {
    color: #333;
}

.bottomHeader {
    background: #f7f8fa;
}

.mainDivMove {
    position: relative;
    overflow: hidden;
}

.oto24 {
    position: absolute;
    top: 50%;
    left: 10%;
    width: 30%;
}

.car {
    position: absolute;
    top: 25%;
    left: 40%;
    width: 30%;
}

.cloud1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
}

.cloud2 {
    position: absolute;
    top: 40%;
    right: 0;
    width: 30%;
}

.cloud3 {
    position: absolute;
    top: 10%;
    right: 40%;
    width: 10%;
}

.cloud4 {
    position: absolute;
    top: 5%;
    right: 60%;
    width: 20%;
}

.cloud5 {
    position: absolute;
    top: 40%;
    right: 85%;
    width: 30%;
}

.contentBG {
    background: #ededed;
    padding-top: 30px;
    padding-bottom: 30px;
}

.boxTitle {
    font-size: 25px;
    transition: .5s;
    margin-bottom: 10px;
    color: #333;
}

.boxBody {
    transition: .5s;
    margin-bottom: 10px;
    font-size: 15px;
    color: #777;
}

.box1:hover .boxTitle {
    color: #ff3000;
}

.box1:hover .boxBody {
    color: #ff3000;
}

.newsImg img {
    display: block;
    height: auto;
    width: 100%;
    transition: .5s;
}

.newsBG {
    background: #dddddb;
    padding-top: 50px;
    padding-bottom: 5px;
    min-height: 240px;
    transition: .5s;
}

.mainNews {
    position: relative;
    margin-bottom: 10px;
}

.readMore {
    width: 15px;
    height: 15px;
    background: #ff2f01;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    top: 5px;
    transition: .5s;
}

.newsTitle {
    color: #132249;
    font-size: 19px;
    transition: .5s;
}

.mainNews:hover .newsBG {
    background: #fe3000;
}

.mainNews:hover .readMore {
    background: #989da1;
}

.mainNews:hover .newsTitle,
.mainNews:hover {
    color: #fff;
}

.mainNews:hover .newsImg img {
    transform: scale(1.1);
}

.m-t-news {
    font-size: 30px;
    color: #15214b;
    margin-top: 10px;
}

.newsUnder {
    display: inline-block;
    margin-bottom: 40px;
}

.m-t-news span {
    display: inline-block;
    background: #fff;
    z-index: 2;
    padding: 0 40px;
}

.m-t-news hr {
    position: relative;
    top: 43px;
    z-index: -1;
    border-color: #26325a;
}

.newsArchive a {
    color: #989da1;
}


/* Extra styles for the cancel button */

.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}


/* Center the image and position the close button */

.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}


/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 100 !important;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    background-color: rgba(21, 37, 96, 0.8);
}

.modal-dialog,
.modal-content {
    z-index: 101 !important;
}

.rcbSlide {
    z-index: 100001 !important;
}

.modal-backdrop {
    z-index: 99 !important;
}


/* Modal Content/Box */


/* The Close Button (x) */

.imgcontainer .close {
    position: absolute;
    right: 10%;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
    opacity: 1;
    background: #f00;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    transform: .5;
}

.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}


/* Add Zoom Animation */

.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s;
    margin: 15% auto 0 auto;
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}


/* Change styles for span and cancel button on extra small screens */

@media screen and (max-width: 300px) {
    span.psw {
        display: block;
        float: none;
    }

    .cancelbtn {
        width: 100%;
    }
}

.loginPnl {
    background: rgba(128, 128, 128, 0.5) none repeat scroll 0 0;
    border-radius: 8px;
    padding: 40px 10px;
}

.loginTxt {
    background: rgb(255, 255, 255) none repeat scroll 0 0 !important;
    border: 1px solid #115ba8;
    border-radius: 4px;
    color: #14143f;
    padding: 10px;
    width: 100%;
}

.login-button {
    background: #ff4747;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    padding: 10px;
    width: 100%;
}

.etc-login-form {
    color: #fff;
    font-size: 0.8em;
    margin-top: 8px;
}

.ForgetCheckBox label {
    color: #14143f;
    font-size: 0.8em;
}

.ForgetCheckBox {
    color: #fff;
    margin-top: 30px;
}

.ForgetCheckBox a {
    color: #14143f;
}

.loginChkSave input {
    margin-left: 4px;
}

.redirect {
    display: none;
}

.loginDiv {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    padding: 30px 20px 20px;
}

.closeLogin {
    cursor: pointer;
    padding: 15px 0;
    transition: all 0.6s ease 0s;
}

.closeLogin:hover {
    transform: rotate(360deg);
}

.repeatedPnl {
    margin-top: 20px;
}


/**************************SVG Style***********************/

.arzyabist0 {
    fill: url(#SVGID_1_);
}

.arzyabist1 {
    fill: url(#SVGID_2_);
}

.arzyabist2 {
    fill: #FFFFFF;
}

.arzyabist3 {
    fill: #858585;
}

.arzyabist0 {
    fill: #7E7E7E;
    stroke: #7b43ff;
    stroke-width: 2px;
    stroke-dashoffset: -500;
    stroke-dasharray: 10000;
    stroke-linecap: butt;
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -ms-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}

.arzyabist1 {
    fill: #7E7E7E;
    stroke: #777;
    stroke-width: 2px;
    stroke-dashoffset: -500;
    stroke-dasharray: 10000;
    stroke-linecap: butt;
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -ms-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}

.box1:hover .arzyabist0 {
    fill: #226aff;
    stroke-dashoffset: 0;
    stroke-dasharray: 600;
}

.box1:hover .arzyabist1 {
    fill: #c025ff;
    stroke-dashoffset: 0;
    stroke-dasharray: 400;
}

.box1:hover .arzyabist2 {
    fill: #d5afff;
}

.box1:hover .arzyabist3 {
    fill: #8cc0ff;
}

.heart-path {
    fill: #7E7E7E;
    stroke: #333;
    stroke-width: 2px;
    stroke-dashoffset: -500;
    stroke-dasharray: 10000;
    stroke-linecap: butt;
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -ms-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}

.box1:hover .heart-path {
    fill: pink;
    stroke-dashoffset: 0;
    stroke-dasharray: 400;
}

.box1:hover .tik {
    fill: green;
}

.jostojost0 {
    fill: url(#SVGID_1_);
    stroke: #7b43ff;
    stroke-width: 2px;
    stroke-dashoffset: -2500;
    stroke-dasharray: 10000;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}

.jostojost1 {
    fill: url(#SVGID_2_);
    stroke: #777;
    stroke-width: 2px;
    stroke-dashoffset: -2500;
    stroke-dasharray: 10000;
    transition: all .5s ease-out;
    transform-origin: center center;
}

.jostojost2 {
    fill: url(#SVGID_3_);
    stroke: #777;
    stroke-width: 2px;
    stroke-dashoffset: -2500;
    stroke-dasharray: 10000;
    transition: all .5s ease-out;
}

.jostojost3 {
    fill: url(#SVGID_4_);
    stroke: #777;
    stroke-width: 2px;
    stroke-dashoffset: -2500;
    stroke-dasharray: 10000;
    transition: all .5s ease-out;
}

.jostojost4 {
    fill: url(#SVGID_5_);
    stroke: #777;
    stroke-width: 2px;
    stroke-dashoffset: -2500;
    stroke-dasharray: 10000;
    transition: all .5s ease-out;
}

.jostojost5 {
    fill: url(#SVGID_6_);
    stroke: #777;
    stroke-width: 2px;
    stroke-dashoffset: -2500;
    stroke-dasharray: 10000;
    transition: all .5s ease-out;
}

.jostojost6 {
    fill: url(#SVGID_7_);
    stroke: #777;
    stroke-width: 2px;
    stroke-dashoffset: -2500;
    stroke-dasharray: 10000;
    transition: all .5s ease-out;
}

.jostojost7 {
    fill: url(#SVGID_8_);
    stroke: #777;
    stroke-width: 2px;
    stroke-dashoffset: -2500;
    stroke-dasharray: 10000;
    transition: all .5s ease-out;
}

.jostojost8 {
    fill: url(#SVGID_9_);
    stroke: #777;
    stroke-width: 2px;
    stroke-dashoffset: -2500;
    stroke-dasharray: 10000;
    transition: all .5s ease-out;
}

.jostojost9 {
    fill: url(#SVGID_10_);
    stroke: #777;
    stroke-width: 2px;
    stroke-dashoffset: -2500;
    stroke-dasharray: 10000;
    transition: all .5s ease-out;
}

.jostojost10 {
    fill: url(#SVGID_11_);
    stroke: #777;
    stroke-width: 1px;
    stroke-dashoffset: -2500;
    stroke-dasharray: 10000;
    transition: all 2s ease-out;
    transform-origin: 48% 54% !important;
}

.box1:hover .jostojost0 {
    fill: #9737ff;
    stroke-dashoffset: 0;
    stroke-dasharray: 700;
}

.box1:hover .jostojost1 {
    fill: #8340ff;
    transform: scale(1.2);
    transform-origin: center center;
}

.box1:hover .jostojost2 {
    fill: #d5afff;
}

.box1:hover .jostojost3 {
    fill: #8cc0ff;
}

.box1:hover .jostojost4 {
    fill: #8cc0ff;
}

.box1:hover .jostojost5 {
    fill: #8cc0ff;
}

.box1:hover .jostojost6 {
    fill: #d6afff;
}

.box1:hover .jostojost7 {
    fill: #bcb5ff;
}

.box1:hover .jostojost8 {
    fill: #b3b7ff;
}

.box1:hover .jostojost9 {
    fill: #000;
}

.box1:hover .jostojost10 {
    fill: #c025ff;
    transform: scale(1.3);
    stroke-dashoffset: 0;
    stroke-dasharray: 300;
    transform-origin: center center;
}

svg#moghayese {
    height: 130px;
}

.moghayeseDot {
    fill: #7D7D7D;
    stroke: #333;
    stoke-width: 2px;
    stroke-dasharray: 10000px;
    stroke-dashoffset: -2000px;
    transition: all 2s ease-out;
}

.moghayeseCar1 {
    fill: #7D7D7D;
    stroke-width: 2px;
    stroke-dashoffset: -25000px;
    stroke-dasharray: 10000px;
    transition: all 2s ease;
}

.moghayeseCar2 {
    fill: #7D7D7D;
    stroke-width: 2px;
    stroke-dashoffset: -25000px;
    stroke-dasharray: 10000px;
    transition: all 2s ease;
}

.moghayeseCircle {
    fill: #7D7D7D;
    transform-origin: center;
}

.moghayeselight {
    fill: #FFFFFF;
}

.box1:hover .moghayeseDot {
    fill: pink;
    stroke-dasharray: 400px;
    stroke-dashoffset: 0px;
}

.box1:hover .moghayeseCar1 {
    fill: #177fff;
    stroke-dasharray: 1000px;
    stroke-dashoffset: -100px;
    animation: changeCar1 .5s linear infinite alternate;
}

.box1:hover .moghayeseCar2 {
    fill: #ff1717;
    stroke-dasharray: 1000px;
    stroke-dashoffset: -100px;
    animation: changeCar2 .5s linear infinite alternate;
}

.box1:hover .moghayeseCircle {
    fill: #ff1717;
    stroke-dasharray: 400px;
    stroke-dashoffset: 0px;
    animation: rotateCircle .5s linear;
}

@keyframes changeCar1 {
    0% {
        fill: #177fff;
    }

    100% {
        fill: #ff1717;
    }
}

@keyframes changeCar2 {
    0% {
        fill: #ff1717;
    }

    100% {
        fill: #177fff;
    }
}

@keyframes rotateCircle {
    0% {
        transform: rotate(0deg);
        opacity: 0;
    }

    100% {
        transform: rotate(180deg);
        opacity: 1;
    }
}


/**************************End Of SVG Style***********************/

.checkbox label::before {
    background-color: #fff;
    border: 1px solid rgba(120, 130, 140, 0.21);
    border-radius: 2px;
    content: "";
    display: inline-block;
    height: 17px;
    left: 2px;
    margin-left: -20px;
    outline: 0 none;
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
    width: 17px;
}

.checkbox label::after {
    color: #3e4d6c;
    display: inline-block;
    font-size: 11px;
    height: 16px;
    left: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    position: absolute;
    top: 0;
    width: 16px;
}

.checkbox label {
    display: inline-block;
    padding-left: 5px;
    position: relative;
}

.checkbox {
    padding-left: 20px;
}

.checkbox input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    outline: 0 none;
    z-index: 1;
}

.checkbox-success input[type="checkbox"]:checked+label::before {
    background-color: #00c292;
    border-color: #00c292;
}

.checkbox-warning input[type="checkbox"]:checked+label::after {
    color: #fff;
}

.checkbox input[type="checkbox"]:checked+label::after {
    content: "";
    font-family: FontAwesome;
}

.checkbox label {
    display: inline-block;
    margin-right: 20px !important;
    padding-left: 5px;
    padding-right: 0 !important;
    position: relative;
}

.checkbox label:first-child {
    margin-right: 0 !important;
}


/*-----------------------------checkbox buttom style-------------------------------*/

.oto24CheckBox input[type="checkbox"]+label::before {
    background-color: #fff;
    border: 1px solid rgba(120, 130, 140, 0.21);
    border-radius: 1px;
    content: "";
    display: inline-block;
    height: 17px;
    right: -20px;
    margin-left: -20px;
    outline: 0 none;
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
    width: 17px;
    border-radius: 2px;
}

.oto24CheckBox input[type="checkbox"]+label::after {
    color: #3e4d6c;
    display: inline-block;
    font-size: 11px;
    height: 16px;
    right: -18px;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    position: absolute;
    top: -1px;
    width: 16px;
}

.oto24CheckBox label {
    display: inline-block;
    padding-left: 5px;
    position: relative;
}

.oto24CheckBox .checkbox {
    padding-left: 20px;
}

.oto24CheckBox input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    outline: 0 none;
    z-index: 1;
}

.oto24CheckBox input[type="checkbox"]:checked+label::before {
    background-color: #fe0000;
    border-color: #fe0000;
}

.oto24CheckBox input[type="checkbox"]:checked+label::after {
    color: #fff;
}

.oto24CheckBox input[type="checkbox"]:checked+label::after {
    content: "";
    font-family: FontAwesome;
}

.oto24CheckBox label {
    display: inline-block;
    padding-left: 5px;
    position: relative;
    padding-right: 0 !important;
    margin-right: 5px !important;
    font-family: byekan !important;
}


/*-----------------------------end of checkbox buttom style-------------------------------*/


/*-----------------------------radio buttom style-------------------------------*/

.oto24Radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.oto24Radio input[type="radio"]+label:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    position: relative;
    top: 0.3em;
    margin-right: .2em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
    margin-left: 3px;
}

.oto24Radio input[type="radio"]:checked+label:before {
    background-color: #19B31E;
    box-shadow: inset 0 0 0 3px #f4f4f4;
}

.oto24Radio input[type="radio"]:focus+label:before {
    outline: none;
    border-color: #3197EE;
}

.oto24Radio input[type="radio"]:disabled+label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}

.oto24Radio input[type="radio"]+label:empty:before {
    margin-right: 0;
}


/*-----------------------------end of radio buttom style-------------------------------*/

.btn-oto24 {
    background-color: #ff4747 !important;
    background-image: none !important;
    border-color: #ff4747 !important;
    color: #fff;
    transition: .4s;
    border-radius: 3px;
}

.btn-oto24Silver {
    background-color: #e5e5e5 !important;
    background-image: none !important;
    border-color: #e5e5e5 !important;
    color: #333;
    transition: .4s;
    border-radius: 3px;
}

.btn-oto24:hover {
    background-color: transparent !important;
    background-image: none !important;
    border-color: #ff4747 !important;
    color: #666;
}

.btn-oto24:hover {
    background-color: transparent !important;
    background-image: none !important;
    border-color: #e5e5e5 !important;
    color: #666;
}

.topFooter {
    display: none;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(53, 126, 250, 0.8);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: -15px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

.rulesBorder {
    padding: 35px 0 0;
}

.loginBtnPage {
    display: block;
    text-align: center;
    background: #13aa13;
    border-radius: 0 0 7px 7px;
    padding: 14px;
    color: #fff;
    transition: .4s;
}

.loginBtnPage:hover {
    background: #70e770;
    color: #13aa13;
}

.rulesBorder ul li {
    padding: 20px 40px 15px 10px;
    background: url(/UI/Styles/oto97/images/rulesList.png);
    background-repeat: no-repeat;
    background-position: right 20px;
    font-size: 16px;
}

.rulesBorder ul {
    padding-right: 20px;
}

@media (max-width:767px) {
    .mainModuleOto24 .nav.nav-tabs.home-oto24 li {
        width: 25%;
    }

    .row.loginTxtCode {
        margin-right: 10px;
    }

    .row.loginTxtCode input {
        width: 45px !important;
    }
}

.loginLinks a {
    display: inline-block;
}

.loginBorder {
    border-right: 1px solid #bcbcbc;
    padding-right: 17px;
}


/* .loginLinksBox {
    padding-top: 10px;
    padding-bottom: 10px;
} */

.topHeader {
    box-shadow: 0 0 12px #333;
}

.RadWindow.RadWindow_Bootstrap.rwNormalWindow.rwTransparentWindow.RadWindow_rtl {
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.borderTitle {
    font-size: 20px;
    border-bottom: 5px solid #d5d5d6;
    display: inline-block;
    padding: 0px 6px 6px 6px;
    color: #ed1c24;
    margin-bottom: 30px;
}

.box1 {
    border: 1px solid #e8e8e8;
    transition: .4s;
}

.box1:hover {
    border: 1px solid #ee3634;
    box-shadow: 2px 5px 17px -5px #838383;
}

.NewsTCPagerField {
    display: none;
}

.nhDate span {
    display: inline-block;
    color: #e31224;
}

.nhTitle {
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 20px;
    color: #5b5b5b;
}

.nhAbs {
    color: #737373;
    margin-bottom: 20px;
}

.nhLink a {
    display: inline-block;
    color: #666;
    background: #efefef;
    padding: 7px 40px;
    border-radius: 2px;
    border: 1px solid #efefef;
    transition: .4s;
}

.nhLink a:hover {
    color: #fff;
    background: #ed1c24;
    border: 1px solid #ed1c24;
}

.menuLevel0 li a::before {
    content: "";
    background: #ed1c24;
    position: absolute;
    top: 10px;
    right: 0;
    height: 7px;
    width: 15px;
    border-radius: 30px;
    transition: .4s;
}

.menuLevel0 li a {
    position: relative;
}

.menuLevel0>li>a:hover {
    padding: 3px 35px 3px 0;
}

.menuLevel0>li>a:hover::before {
    content: "";
    background: #fff;
    position: absolute;
    top: 10px;
    right: 0;
    height: 7px;
    width: 25px;
    border-radius: 30px;
}

.nhDate span::before {
    content: "";
    background: #e31224;
    height: 3px;
    width: 40px;
    position: absolute;
    bottom: -10px;
    border-radius: 4px;
}

.aboutTitle {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 22px;
    color: #ed1c24;
}

.aboutMore a {
    background: #ed1c24;
    padding: 0px 24px 7px 20px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing: 5px;
    color: #fff;
    font-size: 22px;
    border-radius: 2px;
    box-shadow: 2px 2px 8px -2px #737373;
    transition: .4s;
    border: 1px solid #ed1c24;
}

.aboutMore a:hover {
    background: transparent;
    color: #ed1c24;
    border: 1px solid #ed1c24;
    box-shadow: none;
}

a {
    color: #666;
}

.tarefeh .blue-td {
    background: #f5f5f5 !important;
    color: #858585 !important;
    text-align: right !important;
    padding-right: 30px !important;
}

.tarefe-table td {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    color: #5e5e5e !important;
    width: 25% !important;
    border: none !important;
}

.tarefe-table {
    border: none;
}

.tarefeh .content__wrapper {
    padding: 20px 0 0 0 !important;
}

.checkJournalLogoBox {
    position: relative;
    margin-top: 30px;
}

.checkJournalAbs {
    position: absolute;
    top: -150px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 180px;
    width: 160px;
    box-shadow: 0 1px 20px -5px #b5b5b5;
}

.input-group-addon {
    -webkit-padding: 6px 12px !important;
    -moz-padding: 6px 12px !important;
    -o-padding: 6px 12px !important;
    padding: 6px 12px !important;
}

.snk .input-group-addon {
    border-radius: 0 !important;
}

.snk {
    margin-bottom: 6px;
}

.signUpForm .snk {
    margin-bottom: 11px;
}

.snk .form-control {
    height: 38px !important;
}

.input-group-addon:first-child {
    border-left: none !important;
}

.snk .riTextBox.riEnabled {
    font-family: byekan !important;
}

.rulesTitle span {
    color: #ff4747;
}

.rslHandle {
    display: none !important;
}

.btn-success {
    background-color: #22ae87 !important;
    color: rgba(255, 255, 255, .84) !important;
    background-image: none !important;
    border-color: #22ae87 !important;
}

.RadSlider .rslHorizontal .rslTrack {
    height: 2px !important;
}

.SRDescriptionTDiv span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .5s;
}

.srNaghdiMar {
    margin-top: 18px;
    display: block;
}

.fixFooter {
    position: fixed !important;
    bottom: 0;
    left: 0;
    right: 0;
}

.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 10px;
}

.back-to-top span {
    background: rgba(0, 0, 0, .4);
    border-radius: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    text-align: center;
    line-height: 50px;
    font-size: 23px;
}

.gohToSignIn {
    color: #333;
    text-align: right;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #dcdcdc;
}

.gohToSignIn a {
    color: #ff4747;
}

.btn-submiSU span {
    position: relative;
}

.btn-submiSU span::before {
    position: absolute;
    height: 2px;
    width: 20px;
    content: "";
    top: 10px;
    right: -28px;
    background: #fff;
    border-radius: 2px;
}

.btn-submiSU span::after {
    position: absolute;
    height: 2px;
    width: 20px;
    content: "";
    top: 10px;
    left: -42px;
    background: #fff;
    border-radius: 2px;
}

.signUpForm .oto24CheckBox input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    outline: 0 none;
    z-index: 100;
    position: absolute;
    right: 0;
}

.menuFull {
    background: #616161;
}

.loginHrefP {
    padding-left: 10px;
}

.btnLoginLine {
    position: relative;
}

.btnLoginLine::before {
    background: #fff;
    content: "";
    position: absolute;
    top: 21px;
    right: 30%;
    width: 30px;
    height: 2px;
}

.btnLoginLine::after {
    background: #fff;
    content: "";
    position: absolute;
    top: 21px;
    left: 30%;
    width: 30px;
    height: 2px;
}

.MLModule .oto97LoginPic {
    margin-bottom: 20px;
}

.MLModule .btn-primary {
    background: #ff4747 !important;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    padding: 10px;
    width: 100%;
    margin-bottom: 5px;
}

.MLCustom .form-control {
    height: 40px;
}

.imgHeader {
    position: absolute;
    left: 0;
    right: 0;
}

.loginLogo img {
    width: 200px;
    margin-top: 20px;
}

.loginLogo h1 {
    color: #fff;
    margin-bottom: 15px;
}

.loginTopTxt {
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
}

.btn-mobile-login {
    background: #ff4747;
    margin-top: 35px;
    border-radius: 30px;
    display: block;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ff4747;
    transition: .4s;
}

.btn-mobile-login:hover {
    background: #fff;
    color: #ff4747;
}

.btn-edit-login {
    margin-top: 10px;
    display: block;
    color: #666;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: .4s;
}

.btn-edit-login:hover {
    color: #777;
}

.w100 {
    width: 100%;
}

.loginTxtCode .col-xs-2 .form-control {
    background: #f4f3f3 !important;
    text-align: center;
    font-size: 25px;
    border: none;
    padding: 23px 0;
}

@media(max-width:991px) {



    div.loginTopTxt {
        font-size: 15px !important;
        padding: 0px 50px;
    }

    .loginLogoRel h1 {
        font-size: 24px !important;
    }


}

@media(max-width:767px) {
    .imgHeader.loginBg {
        min-height: 280px;
    }

    .loginLogo img {
        width: 110px !important;
    }

    .row.mobileLogin {
        padding: 0px 15px;
    }

    .loginLogo img {

        margin-top: 10px !important;
    }

    .mobileLoginBG div.col-xs-12.text-center {
        font-size: 13px !important;
    }

    .mobileLoginBG {
        padding: 30px 4px !important;
    }

}

@media(min-width:768px) and (max-width:991px) {
    .imgHeader.loginBg {
        min-height: 350px;
    }
}

.form-control.loginmobile {
    border: unset;
    border-bottom: 1px solid #ccc;
    border-radius: unset;
    box-shadow: unset;
}

.MLCustom input::placeholder {
    text-align: right !important;
}