﻿@import url(fontiran.css); /* لینک فایلی که وظیفه بارگذاری فونت ها را برعهده دارد */
body {
    font-family: IRANSans !important;
    font-weight: 300;
    overflow-x: hidden;
    background-color: #f6f7fa;
}
html,
body {
    height: 100%;
    width: 100%;
    margin: 0;

}
section {
    height: 100%;
    width: 100%;
    /*overflow: hidden;*/
}
@media only screen and (max-width: 768px) {
    section#intro {
        height: 100% !important;
    }
    .pussh{
        min-height: 80% !important;
    }
}
section#intro {
    height: 900px;
    background-color: #fff;
    position: relative;
    overflow: hidden;

}
.pussh{
    background-color: #297FB8;
    background-image: url("../img/grid.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 50px;
    min-height: 80%;
    height: auto;
}

/*.divSatisfied {
    background-image: url("../img/radial.png");
    background-repeat: repeat-x;
    background-size: cover;
    background-position: 0 0;
    -webkit-animation: bgmove 80s linear infinite;
    -moz-animation: bgmove 80s linear infinite;
    animation: bgmove 80s linear infinite;
}*/



@-moz-keyframes bgmove {
    0% {
        background-position: 0px 0px;
    }
    100% {
        background-position: 4000px 0px;
    }
}

@-webkit-keyframes bgmove {
     0% {
        background-position: 0px 0px;
    }
    100% {
        background-position: 4000px 0px;
    }
}

@keyframes bgmove {
     0% {
        background-position: 0px 0px;
    }
    100% {
        background-position: 4000px 0px;
    }
}

section#intro::after {
    background-image: url("../img/radial.png");
    background-size: 100%;
    background-repeat: repeat-x;
    content: " ";
    height: 340px;
    right: 0;
    position: absolute;
    top: 200px;
    width: 4000px;
    z-index: 0;
    -webkit-animation: floatBubble 80s infinite;
    -webkit-animation-direction:alternate;
}


section#sec2{
    background-color: #fff;
    height: auto;
    /*padding-top: 230px;*/
    /*padding-bottom: 150px;*/
}
/*------------------------------------------------feature--------------------------------------------*/
.feature{
    padding-top: 50px;
    text-align: center;
    position: relative
}
.feature span{
    text-align: center;
    font-size: 65px;
    margin: auto;
    color: #297fb8
}
.feature p{
    color: #979898;
    /*text-align: justify;*/
    padding-right: 25px;
    padding-left: 25px;
}
.feature h3{
    color: #297fb8;
    font-size: 20px;
    font-weight: bold
}


.bg-header {
    background: #fff;
    width: 68%;
    margin: auto;
}
hr.header {
    border-width: 1px;
    position: absolute;
    right: 10%;
    top: 76px;
    width: 80%;
}


section#about{
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url('../img/bg-gradian-repeat-x.png');
    background-repeat: repeat-x;
    background-position: top center;
    height: auto
}
section#about h2{
    color: #297FB8;
    font-family: 'IRAN-web';
    margin-bottom: 30px;
}
section#about p{
    line-height: 25px;
    color: #979898;
    text-align: justify
}
section#about ul{
    margin-top: 50px;
    list-style: none;
    padding-right: 0
}
section#about ul li{}
section#about ul li a{
    text-decoration: none !important;
    font-weight: bold;
    font-size: 13px;

}
section#about ul li a i{
    font-size: 16px;
    padding-left: 10px;
    vertical-align: middle
}
.mac{
    position: relative;
    overflow: hidden
}
.mac img{
    float: left
}
.ipad{
    position: absolute;
    bottom: 15px;
}
@media only screen and (max-width: 768px) {
    .ipad{
        display: none;
    }
}

.paddingTop{
    padding-top: 50px;
    padding-left: 60px;
}
@media only screen and (max-width: 768px) {
    .paddingTop{
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }
}

section#services{
    background-image: url('../img/bg-gradian-repeat-x-180.png');
    background-repeat: repeat-x;
    background-position: bottom center;
    padding-top: 53px;
    height: auto;
}

section#services h3{
    font-family: 'IRAN-web';
    color: #297fb8;
}
section#services p.main{
    font-family: 'IRAN-web';
    color: #979898;
    font-weight: 500;
    margin-bottom: 50px;
}

section#portfolio {
    background-color: #297FB8;
    background-image: url("../img/grid.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 100px;
    position: relative;
    height: auto;


}
section#portfolio::after {
    background-image: url("../img/radial.png");
    background-size: 100%;
    background-repeat: repeat-x;
    content: " ";
    height: 340px;
    right: 0;
    position: absolute;
    top: 100px;
    width: 4000px;
    z-index: 0;
    -webkit-animation: floatBubble 80s infinite;
    -webkit-animation-direction:alternate;
}
section#portfolio h3{
    color: #fff;
    font-family: 'IRAN-web'
}
section#portfolio p.main{
    color: #fff;
    margin-bottom: 30px;
}

.child img{
    transition: 0.5s;
    box-shadow:  0;
}
.child:hover img{
    box-shadow:  0 0 40px rgba(23 , 70, 101 , 60);
}
.child{
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 42px;

}
p.alt{
    padding-top: 15px;
    color: #fff;
    text-align: center;
    font-family: IRANSans;
    font-weight: 500;
    font-size: 15px;
    min-height: 50px;

}

section#price{
    padding-top: 50px;
    background-color: #fff;
    height: auto;
}
section#price h3{
    font-family: 'IRAN-web';
    color: #297fb8;
    font-weight: 600;
    margin-bottom: 60px;
}
.panel-mani{
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 60px rgba(14 , 26 ,53 , 0.15);
    margin-left: 38px;
    margin-right: 38px;
    margin-bottom: 20px;
}
.panel-mani h4 , .panel-mani h2{
    font-family: 'IRAN-web';
    color: #297fb8;
    text-align: center
}
.panel-mani h2 small{
    font-size: 14px;
    font-weight: bold;
    color: #297fb8;
}
.panel-mani ul{
    margin-top: 60px;
    margin-bottom: 60px;
    padding-right: 0;
    list-style: none;
}
.panel-mani ul li{
    font-size: 12px;
    color: #a7a8a8;
    font-weight: 500;
}
.panel-mani ul li i{
    font-size: 16px;
    font-weight: 900;
    padding-left: 5px;
}
.des-price{
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    text-align: center
}
.des-price a{
    margin-top: 50px !important;
}
.des-price p{
    color: #979898;
    font-weight: 400
}


section#customer{
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 300px;
    position: relative;
    height: auto;
}
section#customer::after {
    background-image: url("../img/radial-bot.png");
    background-size: 100%;
    background-repeat: no-repeat;
    content: " ";
    height: 340px;
    right: 0;
    position: absolute;
    top: 100px;
    width: 100%;
    z-index: 0;
    /*    -webkit-animation: floatBubble 80s infinite;
        -webkit-animation-direction:alternate;*/
}
section#customer h3{
    font-family: 'IRAN-web';
    color: #999999;
    text-align: center
}
section#customer p{
    color: #8c8b8b;
    font-weight: 400
}
.customer-slick{
    margin-top: 80px;
}
.customer-slick img{
    transition: 0.3s;
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
    opacity: 0.6;
}
.customer-slick img:hover{
    -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(0%);
    opacity: 1;
}

section#contact{
    background-color: #fff;
    background-image: url('../img/map.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    height: auto;
    min-height: 100%;
    padding-bottom: 15px;
}
section#contact h3{
    color: #f5610a
}
section#contact p{
    color: #979898;
    margin-top: 30px;

}
section#contact hr.header {
    border-width: 1px;
    position: absolute;
    right: 10%;
    top: 60px;
    width: 80%;
}

footer{
    background-color: #F5610B;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}
ul.social{
    list-style: none;
    padding-right: 0
}
ul.social {
    text-align: left;
}
ul.social li{
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
ul.social li a{
    color: #fbc09d
}
ul.social li a:hover{
    color: #fff
}

@-webkit-keyframes floatBubble{
    from{
        right:0;
        -webkit-animation-timing-function: ease-in;

    }


    to {
        right: -2000px;
        -webkit-animation-timing-function: ease-out;
    }

}




/*-----------------------------------------------class btn-----------------------------------------*/
.btn-mani.btn-default {
    border-radius: 50px;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-top: 5px;
    font-weight: 500;
}
.btn-mani.btn-default:hover{
    color: #eee;
    border-color: #eee;
}


.btn-mani.btn-danger {
    background-color: #f5610b;
    border-radius: 50px;
    font-size: 15px !important;
    font-weight: 600;
    margin-top: 5px;
    padding-bottom: 10px;
    padding-left: 45px !important;
    padding-right: 45px !important;
    padding-top: 7px !important;
    border-color: transparent !important;
}

.btn-mani.btn-feature {
    border: 1px solid #cccccc;
    border-radius: 50px;
    padding-right: 60px;
    padding-left: 60px;
    color: #9b9b9b;
    margin-top: 20px;
}

/*------------------------------------------------navbar--------------------------------------------*/

.navbar-toggle{
    z-index: 5
}
.navbar-toggle .icon-bar{
    background: #fff;

}
.navbar-mani ul{
    margin-top: 15px;
}
.navbar-mani ul li a {
    color: #fff;
    background-color: transparent !important;
    transition: 0.5s;
}
.navbar-mani ul li a:hover {
    background-color: transparent !important;
    color: #eee;
}
.navbar-mani ul li.active a {
    background-color: transparent !important;
}
.navbar-mani ul li a:focus , .navbar-mani ul li a:active {
    background-color: transparent !important;
}








/*---------------------------------------------------------- SLIDER STYLES------------------------------------- */

.slider-wrapper{
    position:relative;
    width:100%;
    font-family: 'IRAN-web';
    color: #fff;
}
.slider-wrapper h1{
    font-weight: bold;
    margin: 0
}
.slider-wrapper p{
    font-size: 20px;
    margin: 0
}
.slider-wrapper img{
    box-shadow: 0 0 40px  rgba(0,0,0,0.15)
}

.slider{
    position:relative;
    width:100%; 
    /*	height:400px; when responsive, comment this out */
    margin:0 auto;

    /*background:#1b1b1b;*/
}

@media only screen and (min-width: 1000px){
    .slider{
        width:1000px;
    }
}

@media only screen and (min-width: 1440px){
    .slider{
        width:1440px;
    }
}



.fraction-slider{
    position:relative;
    width:100%; height:100%;
    overflow:visible;
}

.fraction-slider .slide{
    display:none; width:100%; height:100%;
    position:absolute;
    z-index:5000;
}

.fraction-slider .active-slide{
    z-index:9999;
}

.fraction-slider .fs_obj{
    display:block; display:none;
    position:absolute;
    top:0px; left:100%;
    z-index:7000;
}

.fraction-slider .fs_fixed_obj{
    z-index:6000;
    left:0;
}

.fraction-slider .fs_obj *{
    display:inline-block;
    position:relative;
    top:0px; left:0px;
}

.fs_loader{
    width:100%; height:400px;
    color: #fff;
    /*background:url(images/fs.spinner.gif) center center no-repeat transparent;*/
}

/** CONTROLS **/

.fraction-slider .prev,
.fraction-slider .next{
    display:none;
    position:absolute;
    width:45px; height:45px;
    z-index:9999;
}

.fraction-slider .prev{
    left:10px; top:48%;
    /*background:url(images/fs.prevnext.png) 0px 0px no-repeat transparent;*/

}
.fraction-slider .prev:hover{
    /*background:url(images/fs.prevnext.png) 0px -45px no-repeat transparent;*/
}

.fraction-slider .next{
    right:10px; top:48%;
    /*background:url(images/fs.prevnext.png) -45px 0px no-repeat transparent;*/
}
.fraction-slider .next:hover{
    /*background:url(images/fs.prevnext.png) -45px -45px no-repeat transparent;*/
}

.fraction-slider:hover .prev,
.fraction-slider:hover .next{
    display:block;
}

/** PAGER **/

.fs-pager-wrapper{
    position:absolute;
    left:5px; top:70%;
    margin-top: -70px;
    z-index:9999;	
}

.fs-pager-wrapper a,
.fs-custom-pager-wrapper a{
    display:block;
    width:10px; height:10px;
    margin:5px 5px 0 0;
    background-color:#7fb1d2;
    border-radius: 50px;
}
.fs-pager-wrapper .active,
.fs-custom-pager-wrapper .active{
    background-color:#fff;
    height:30px;
}

/* ELEMENT STYLES */




/*---------------------------------------------------nav-mani-----------------------------*/
.nav-tabs.nav-justified.nav-mani{
    margin-bottom: 50px;
}
.nav-tabs.nav-justified.nav-mani > li > a{
    border: 1px solid #ccc;
    background-color: transparent;
    color: #979898;
    border-radius: 50px;
    margin-right: 10px;
    margin-left: 10px;
    padding-bottom: 7px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 7px !important;

}
.nav-tabs.nav-justified.nav-mani > li.active > a{
    border: 1px solid #297FB8;
    background-color: #297FB8;
    color: #fff;
}





a,a:hover,a:active,a:focus{
    outline: none !important;
}



/*@media only screen and (max-width: 768px) {
    
}*/



/*------------------------------------------------------custom css pages-------------------------------------*/
/*------------------------------------------------------custom css pages-------------------------------------*/
header{
    background-color: #297FB8;
    padding-top: 20px;
    padding-bottom: 20px;
}

/*------------------------------------------------navbar--------------------------------------------*/

.navbar-mani-page ul{
    margin-top: 10px;
}
.navbar-mani-page ul li a {
    color: #9ac5e1;
    font-weight: 500;
    background-color: transparent !important;
    transition: 0.5s;
}
.navbar-mani-page ul li a:hover {
    background-color: transparent !important;
    color: #eee;
}
.navbar-mani-page ul li.active a {
    background-color: transparent !important;
}
.navbar-mani-page ul li a:focus , .navbar-mani-page ul li a:active {
    background-color: transparent !important;
}

.btn-mani-page.btn-default {
    border-radius: 50px;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-top: 5px;
    font-weight: 500;
    border: none;
    background-color: #FFFFFF !important;
    color: #297FB8;
}
.btn-mani-page.btn-default:hover{
    background-color: #eee !important;
    color: #297FB8;
}

section#content{
    background-color: #fff;
    height: auto;
    min-height: 50%;
}
.login{
    padding-top: 70px;
}
.login h3{
    color: #297fb8;
    font-weight: 500;
    font-size: 22px;
}
.login #Clients_DOB,
.login #Clients_DOM,
.login #CreditHistory_toDate,
.login #CreditHistory_fromDate,
.login .form-control{
    border: none;
    border-radius: 50px;
    box-shadow: 0 0 10px rgba(0 , 0 , 0 , 0.20);
    height: 45px ;
    margin-top: 30px;
    padding-right: 20px;
    padding-left: 20px;

}
.login p{
    color: #b2b1b1;
    margin-top: 20px;
    margin-bottom: 20px;
}
.login .btn.btn-primary{
    background-color: #297FB8;
    font-size: 15px;
    font-weight: 500
}
.login .btn{
    color: #fff;
}

section#contact-page{
    background-color: #fff;
    background-image: url('../img/map.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    height: auto;
    min-height: 100%;
    padding-bottom: 15px;
}
section#contact-page h3{
    color: #979898
}
section#contact-page p{
    color: #979898;
    margin-top: 30px;

}
section#contact-page hr.header {
    border-width: 1px;
    position: absolute;
    right: 10%;
    top: 60px;
    width: 80%;
}
.btn-top-head-page{
    background-color: #f1eff0;
    border-radius: 0 0 6px 6px;
    color: #adabab;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 15px;
    padding-top: 15px;
    font-family: 'IRAN-web';
    margin-bottom: 50px;
}
.btn-top-head-page:hover{
    background-color: #297FB8;
    color: #fff
}
.btn-top-head-page.active{
    background-color: #297FB8;
    color: #fff
}

.btn-F6{
    background-color: #F6620C;
    color: #fff;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 500;
}
.btn-29{
    background-color: #297FB8;
    color: #fff;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 500;
}
.btn-F6:hover , .btn-29:hover{
    color: #ccc
}


.login #Clients_DOB,
.login #Clients_DOM,
.login #CreditHistory_toDate,
.login #CreditHistory_fromDate,
.form-control.custom{
    border: none;
    border-radius: 50px;
    box-shadow: 0 0 10px rgba(0 , 0 , 0 , 0.20);
    height: 45px ;
    margin-top: 30px;
    padding-right: 20px;
    padding-left: 20px;

}
/*select.form-control.custom {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearancce: none;
    content: "^";
    color: #bcbcbc;
    padding-bottom: 5px;
}*/
.form-control.textarea{
    border: none;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0 , 0 , 0 , 0.20);
    margin-top: 30px;
}








/*-------------------------custom input file------------------------------------------*/
.fileUpload {
    position: relative;
    overflow: hidden;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
}
.fileUpload span {
    color: #fff;
}






/*-------------------------custom type number------------------------------------------*/
.quantity {
    position: relative;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.quantity input {
    border: 1px solid #eee;
    display: block;
    float: left;
    height: 42px;
    line-height: 1.65;
    margin: 0;
    padding: 0 0 0 20px;
    width: 100%;
}
.quantity input:focus {
    outline: 0 none;
}
.quantity .form-control.custom{
    text-align: left;
    padding-left: 40px;
    color: #A4A4A4;
    font-weight: bold;
}
.quantity span{
    right: 20px;
    position: absolute;
    top: 43px;
    color: #A4A4A4;
}
.quantity-nav {
    height: 42px;
    left: 30px;
    position: absolute;
    top: 35px;
}
.quantity-button {
    -moz-user-select: none;
    color: #333;
    cursor: pointer;
    font-family: "Trebuchet MS",Helvetica,sans-serif !important;
    font-size: 13px;
    line-height: 1.7;
    position: absolute;
    text-align: center;
    transform: translateX(-100%);
    width: 20px;
}
.quantity-button.quantity-up:hover , .quantity-button.quantity-down:hover {
    color: #297FB8
}
.quantity-button.quantity-up {
    height: 50%;
    left: 60px;
    position: relative;
    top: 5px;
    color: #A4A4A4;
}
.quantity-button.quantity-down {
    bottom: 16px;
    height: 50%;
    left: 0;
    position: relative;
    color: #A4A4A4;
}


.tbl-mani .panel{
    border-radius: 50px;
    padding-right: 35px;
    padding-left: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #adabab;
    font-weight: 400;
    box-shadow: none !important;
    margin-bottom: 7px;
    font-weight: 500
}
.tbl-mani .panel.header{
    box-shadow: 0 0 20px rgba(0,0,0,0.10) !important;
    margin-bottom: 20px;
}
.tbl-mani .even{
    background-color: #F1EFF0;
	cursor:pointer;

}
.tbl-mani .odd{
    background-color: #F9F9F9;
	cursor:pointer;
}

.pagination-mani li{



}
.pagination-mani li a{
    margin-left: 5px;
    border: none;
    border-radius: 100%;
}


div#preloader { 
    position: fixed; left: 0;
    top: 0;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #12233F ;
    color: #fff;
    text-align: center;
    padding-top: 150px;
}


.to-top{
	position: fixed;
	bottom:20px;
	right: 20px;
	z-index: 999999;
	font-size: 25px;
	
}
.to-top a{
	color: #005387
}




/*---------------------------------check-box and radio button----------------------*/
/*checkbox style for all app*/
.check-box input {
    display: none;

}
.check-box span::before {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #297fb8;
    
   
    content: " ";
    display: inline-block;
    height: 17px;
    margin-left: 5px;
    vertical-align: middle;
    width: 17px;
}
.check-box input:checked + span::before {
    background: #fff none repeat scroll 0 0;
    border: 6px solid #297fb8;

    box-shadow: none;
    vertical-align: middle;
}
.check-box span {
    color: #bcbcbc;
    font-size: 13px;
    font-weight: normal;

}
label.check-box {
    margin-top: 24px;
    margin-right: 0px;
    margin-left: 20px;

}
label.check-box span {
    margin-left: 0;
    padding: 0;
}

/*radio button*/
.radio-button input {
    display: none;

}
.radio-button span::before {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #297fb8;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    content: " ";
    display: inline-block;
    height: 17px;
    margin-left: 5px;
    vertical-align: middle;
    width: 17px;
}
.radio-button input:checked + span::before {
    background: #fff none repeat scroll 0 0;
    border: 6px solid #297fb8;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    box-shadow: none;
    vertical-align: middle;
}
.radio-button span {
    color: #bcbcbc;
    font-size: 13px;
    font-weight: normal;

}
label.radio-button {
    margin-left: 20px;
    margin-top: 24px;
    margin-right: 0px;

}
label.radio-button span {
    margin-left: 0;
    padding: 0;
}



/*-----------------------------------------bank----------------------------*/
.class-bank{
    padding-top: 80px;
}
.class-bank a{
    cursor: pointer;
}
.class-bank img{
    margin: auto;
    height: 100px;
    margin-bottom: 45px;
}
.class-bank h4.bank{
    height: 60px;
    color: #888
}
.content-pages.single {
    color: #000;
    line-height: 27px;
    margin-top: 38px;
}

.content-pages.single p{
    color: #000;
}


.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}

.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}

a.btn.btn-top-head-page.btn-block.btn-lg {
    display: inline-block;
    width: auto;
    margin-top: 0px;
    margin: 0px auto;
}
.top_access_menu {
    text-align: center;
    margin: 0px -56px;
}


.login #Clients_DOB,
.login #Clients_DOM,
.login .renmove_fast,
.login #CreditHistory_toDate,
.login #CreditHistory_fromDate{
    width: 100%;
    margin-top: 14px;
}

.padtop {
    padding-top: 16px;
}


table.items {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

table.items>thead:first-child>tr:first-child>th {
    border-top: 0;
}
table.items>thead>tr>th {
    padding: 5px;
}
table.items th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
table.items td, table.items th {
    padding: 12px 5px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

table.items input, table.items select, table.items textarea{
    border: none;
    border-radius: 50px;
    box-shadow: 0 0 10px rgba(0 , 0 , 0 , 0.20);
    height: 34px ;
    padding-right: 20px;
    padding-left: 20px;
}

.form-horizontal .control-label {
    text-align: right;
}
table.items td a {
    background-color: #297FB8;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    font-family: 'IRAN-web';
    padding: 5px 15px;
    border-radius: 22px;
}

.login #Clients_DOB,
.login #Clients_DOM{
    margin-top: 30px;
}

.top_access_menu{
    direction: ltr;
}

.btn-group-lg>.btn, .btn-lg {
    padding: 15px 11px;
}
.smalbut table.items td a {
    padding: 3px 0;
    border-radius: 22px;
    line-height: 21px;
    display: block;
    width: 74px;
    margin: 0;
    text-align: center;
    margin-top: -4px;
    margin-bottom: -4px;
    background-color: #00820a;
    font-size: 11px;
}
.body.smalbut.inline table.items td a {
    display: inline-block;
    margin: 0;
    width: auto;
    padding: 3px 4px;
    background-color: #297FB8;
    margin-bottom: 5px;
    border-radius: 10px;
}

.datepicker.datepicker-rtl {
    width: 19%;
    right: auto;
}
.datepicker table {
    margin: 0;
    width: 100%;
}

ul.yiiPager li a {
    line-height: 25px;
    padding-bottom: 0 !important;
    min-width: 60px;
    padding-top: 3px !important;
}

ul.yiiPager li {
    display: inline-block !important;
}

.pager .previous > a, .pager .previous > span,
.pager .next>a, .pager .next>span {
    float: none !important;
    background: #fff;
    font-weight: 400 !important;
    color: #000 !important;
}