﻿/*----------------------------------------*/


/*  2. Header CSS
/*----------------------------------------*/


/*----------------------------------------*/


/*  2.1 Header Top
/*----------------------------------------*/

.header-res-azw-2 .header-top {
    background: #2d3e50 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 13px;
    position: relative
}

.header-res-azw-2 .header-top:before,
.about-area:before,
.newsletter-area:before {
    content: "";
    height: 48px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 43%;
}

.header-res-azw-2 .header-top:after,
.about-area:after,
.newsletter-area:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -o-border-image: none;
    border-image: none;
    /* border-style: solid; */
    border-width: 24px 10px;
    content: "";
    height: 5px;
    position: absolute;
    right: 43%;
    top: 10px;
    width: 0;
}

.header-res-azw-2 .header-top span {
    padding: 14px 0;
    display: inline-block
}

.header-res-azw-2 .header-top-right>.content {
    display: inline-block;
    font-family: "montserratregular";
    margin-left: 13px;
    padding-left: 17px;
    position: relative;
}

.header-res-azw-2 .header-top-right>.content>a {
    color: #fff
}

.header-res-azw-2 .header-top-right .content:hover>a {
    color: #2d3e50;
}

.header-res-azw-2 .header-top-right>.content i {
    font-size: 14px;
    margin-right: 8px;
}

.header-res-azw-2 .header-top-right {
    float: right;
    padding-top: 23px
}

.header-res-azw-2 .header-top-right>.content:after {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 2px;
}

.header-res-azw-2 .header-top-right>.content:first-child:after {
    display: none;
}

.header-res-azw-2 .header-top-right>.content .account-dropdown {
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    padding: 5px 19px 6px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 100%;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    width: 125px;
    z-index: -99;
}

.header-res-azw-2 .header-top-right>.content:hover .account-dropdown {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 9999;
}

.header-res-azw-2 .account-dropdown a {
    color: #2d3e50;
    display: block;
    padding: 5px 0;
}

.header-res-azw-2 .account-dropdown li {
    display: block;
}


/*----------------------------------------*/


/*  2.2 Header Logo Menu
/*----------------------------------------*/

.header-res-azw-2 .header-logo-menu.stick {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    margin: auto;
    padding: 0;
    position: fixed;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 999999;
}

.header-res-azw-2 .bg-dark.header-logo-menu.stick {
    background: #3F5771
}

.header-res-azw-2 .as-mainwrapper.wrapper-boxed .header-logo-menu.stick {
    width: 1200px
}


/*----------------------------------------*/


/*  2.2.1 Header Logo
/*----------------------------------------*/

.header-res-azw-2 .logo>a {
    display: inline-block;
    position: relative;
    z-index: 99
}

.header-res-azw-2 .logo {
    padding-top: 38px;
}

.header-res-azw-2 .header-logo-menu.stick .logo {
    padding: 23px 0;
}


/*----------------------------------------*/


/*  2.2.2 Header Mainmenu
/*----------------------------------------*/

.header-res-azw-2 .mainmenu {
    display: inline-block;
    position: relative;
    z-index: 99
}

.header-res-azw-2 .mainmenu-area {
    direction: rtl;
    float: right;
    margin-top: 10px;
    transition: all 0.3s ease 0s;
}

.header-res-azw-2 .header-logo-menu.stick .mainmenu-area .mainmenu ul#nav>li>a {
    line-height: 80px !important;
}

.header-res-azw-2 .header-logo-menu.stick .mainmenu-area {
    padding: 0;
    margin: 0;
}

.header-res-azw-2 .mainmenu ul#nav>li {
    display: inline-block;
    margin-right: 24px;
    position: relative;
}

.header-res-azw-2 .mainmenu ul#nav>li>a {
    color: #2d3e50;
    display: block;
    font-family: "montserratregular";
    font-size: 12px;
    line-height: 109px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative
}

.header-res-azw-2 .mainmenu ul#nav>li>a:after,
.mainmenu ul#nav.menu-white>li>a:after {
    bottom: 43px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.header-res-azw-2 .header-logo-menu.stick .mainmenu ul#nav>li>a:after {
    bottom: 38px;
}

.header-res-azw-2 .mainmenu ul#nav.menu-white>li:hover>a:after {
    background: #2d3e50
}

.header-res-azw-2 .mainmenu ul#nav>li:hover>a:after,
.mainmenu ul#nav.menu-white>li:hover>a:after {
    width: 21px
}

.header-res-azw-2 .mainmenu ul#nav.menu-white>li>a {
    color: #fff
}

.header-res-azw-2 .mainmenu ul#nav.menu-white>li:hover>a,
.stick .mainmenu ul#nav.menu-white>li:hover>a {
    color: #2d3e50
}

.header-res-azw-2 .mainmenu li>a>i {
    margin-left: 6px;
    position: relative;
    top: -1px;
}

.header-res-azw-2 .lg-space .mainmenu ul#nav>li {
    margin-right: 36px;
}

.header-res-azw-2 .mainmenu ul#nav.border-full>li:hover>a:after {
    width: 100%
}

.header-res-azw-2 .mainmenu ul#nav.border-top>li>a:after {
    bottom: auto;
    top: 30px
}

.header-res-azw-2 .mainmenu ul#nav.border-top-2>li>a:after {
    bottom: auto;
    top: -9px
}

.header-res-azw-2 .padding-small .logo {
    padding-top: 20px
}

.header-res-azw-2 .padding-small .mainmenu ul#nav>li>a {
    line-height: 82px
}


/*------------------------------------------*/


/*  Dropdown Menu
/*------------------------------------------*/

.header-res-azw-2 .mainmenu ul.sub-menu,
.mainmenu ul.sub-menu ul.inside-menu,
.mainmenu ul.inside-menu ul.inside-menu-2,
.mainmenu ul.inside-menu-2 ul.inside-menu-3,
.mainmenu ul.inside-menu-3 ul.inside-menu-4 {
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    left: -23px;
    margin: 0;
    padding: 14px 21px 16px;
    position: absolute;
    text-align: left;
    top: 100%;
    width: 190px;
    z-index: -99;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.header-res-azw-2 .mainmenu ul#nav li ul.sub-menu>li {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}

.header-res-azw-2 .mainmenu ul#nav li ul.sub-menu>li a,
.mega-menu a {
    color: #2d3e50;
    display: block;
    font-size: 13px;
    font-weight: 300;
    line-height: 33px;
    text-transform: capitalize;
}

.header-res-azw-2 .mainmenu li>.sub-menu i {
    float: right;
    font-size: 17px;
    top: 10px;
}

.header-res-azw-2 .mainmenu ul#nav li:last-child,
.header-two .mainmenu ul#nav li:last-child,
.header-res-azw-2 .mainmenu ul#nav li,
.header-two .mainmenu ul#nav li {
    position: relative;
}

.header-res-azw-2 .mainmenu>nav>ul#nav>li:hover ul.sub-menu,
.mainmenu ul.sub-menu li:hover ul.inside-menu,
.mainmenu ul.inside-menu li:hover ul.inside-menu-2,
.mainmenu ul.inside-menu-2 li:hover ul.inside-menu-3,
.mainmenu ul.inside-menu-3 li:hover ul.inside-menu-4 {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 9999;
}

.header-res-azw-2 .mainmenu ul.sub-menu ul.inside-menu,
.header-res-azw-2 .mainmenu ul.inside-menu ul.inside-menu-2,
.header-res-azw-2 .mainmenu ul.inside-menu-2 ul.inside-menu-3,
.header-res-azw-2 .mainmenu ul.inside-menu-3 ul.inside-menu-4 {
    left: 169px;
    top: -2px;
    width: 195px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.header-res-azw-2 .mainmenu ul.sub-menu li:hover ul.inside-menu,
.header-res-azw-2 .mainmenu ul.inside-menu li:hover ul.inside-menu-2,
.header-res-azw-2 .mainmenu ul.inside-menu-2 li:hover ul.inside-menu-3,
.header-res-azw-2 .mainmenu ul.inside-menu-3 li:hover ul.inside-menu-4 {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    z-index: 9999;
}

.header-res-azw-2 .fixed {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99999;
}


/*----------------------------------------*/


/*  Megamenu
/*----------------------------------------*/

.header-res-azw-2 .mega-menu {
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    left: -23px;
    margin: 0;
    padding: 26px 21px 20px;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: -99;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.header-res-azw-2 .mainmenu nav>ul>li:hover .mega-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 9999;
}

.header-res-azw-2 .mega-menu h3 {
    color: #2d3e50;
    font-family: montserratregular;
    font-size: 12px;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative
}

.header-res-azw-2 .mega-menu h3:after {
    background: #909090 none repeat scroll 0 0;
    bottom: 8px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 25px;
}

.header-res-azw-2 .mm-5-column {
    left: -445px;
    width: 790px;
}

.header-res-azw-2 .mm-4-column {
    width: 650px;
    left: -305px;
}

.header-res-azw-2 .mm-3-column {
    left: -187px;
    width: 532px;
}

.header-res-azw-2 .col-2 {
    width: 50%
}

.header-res-azw-2 .col-3 {
    width: 33.333%
}

.header-res-azw-2 .col-4 {
    width: 25%
}

.header-res-azw-2 .col-5 {
    width: 20%
}


/*----------------------------------------*/


/*  2.2.3 Header Searchbox
/*----------------------------------------*/

.header-res-azw-2 .header-search {
    cursor: pointer;
    display: inline-block;
    margin-left: 18px;
}

.header-res-azw-2 .search {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    height: 0;
    margin-right: 15px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 119px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: height;
    transition-property: height;
    width: 290px;
    z-index: 9999;
}

.header-res-azw-2 .search.open {
    height: 50px
}

.header-res-azw-2 .search-form {
    background-color: #ffffff;
    border-top: 1px solid #86bc42;
    float: right;
    width: 290px;
}

.header-res-azw-2 .padding-small .search {
    top: 92px;
}

.header-res-azw-2 .search-menu {
    display: inline-block;
    height: 30px;
    padding-top: 5px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 30px;
}

.header-res-azw-2 .search-menu:hover {
    background: #2D3E50 none repeat scroll 0 0;
}

.header-res-azw-2 .bg-blue {
    background: #2D3E50
}

.header-res-azw-2 #search-form {
    overflow: hidden;
    position: relative;
}

.header-res-azw-2 #search-form input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #666666;
    font-size: 13px;
    font-weight: 300;
    height: 48px;
    padding: 0 40px 0 15px;
    width: 100%;
}

.header-res-azw-2 .search-form input[type="search"] {
    border: medium none;
    float: left;
    background: transparent;
    font-size: 24px
}

.header-res-azw-2 .search-form button[type="submit"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    display: block;
    font-size: 18px;
    height: 50px;
    line-height: 48px;
    position: absolute;
    right: 8px;
    text-align: center;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-res-azw-2 .search-form button[type="submit"]:hover {
    color: #2D3E50
}

.header-res-azw-2 .search-menu i#toggle-search {
    color: #ffffff;
    font-size: 16px;
}

.header-res-azw-2 .header-logo-menu.stick .search {
    top: 96px
}


/*----------------------------------------*/


/*  2.2.4 Mobile Menu
/*----------------------------------------*/

.header-res-azw-2 .mobile-menu-area {
    background: #2d3e50 none repeat scroll 0 0;
    display: none;
}

.header-res-azw-2 .mean-container .mean-bar:after {
    display: none
}

.header-res-azw-2 .mean-container .mean-nav ul li a:hover {
    background: #fff;
}

.header-res-azw-2 .mean-container a.meanmenu-reveal span {
    background: #ffffff none repeat scroll 0 0;
}

.header-res-azw-2 .mean-container .mean-nav ul li a {
    background: #ffffff none repeat scroll 0 0;
    color: #2D3E50;
    display: block;
}

.header-res-azw-2 .mean-container .mean-nav ul li a.mean-expand {
    background: none;
    top: -4px;
}

.header-res-azw-2 .mean-container .mean-nav ul li a.mean-expand:hover {
    background: none
}

.header-res-azw-2 .mean-container .mean-nav ul li {
    background: transparent
}

.header-res-azw-2 .mean-container .mean-nav ul li li a {
    color: #4e4f54;
    opacity: .90;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    border-top: 0;
}

.header-res-azw-2 .mean-container a.meanmenu-reveal:hover span {
    background: #fff
}

.header-res-azw-2 .mobile-menu-area .mean-nav {
    background: transparent none repeat scroll 0 0;
    margin-top: 40px;
}

.header-res-azw-2 .mean-last {
    margin-bottom: 20px
}

.header-res-azw-2 .mobile-menu {
    position: relative
}

.header-res-azw-2 .mean-container .mean-bar:before {
    color: #fff;
    content: "MENU";
    font-size: 18px;
    font-weight: 600;
    left: 0;
    position: absolute;
    top: 13px;
}


/* Large desktop :1920px. */

@media (min-width: 1920px) {
    .header-res-azw-2 .container {
        width: 1200px
    }
    .header-res-azw-2 .header-top::before {
        width: 44%;
    }
    .header-res-azw-2 .header-top::after {
        right: 44%;
    }
}


/* Normal desktop :992px. */

@media (min-width: 992px) and (max-width: 1169px) {
    .header-res-azw-2 .header-top::before {
        width: 53%;
    }
    .header-res-azw-2 .header-top::after {
        right: 53%;
    }
}


/* Tablet desktop :768px. */

@media (min-width: 768px) and (max-width: 991px) {
    .header-res-azw-2 .mobile-menu-area {
        display: block
    }
    .header-res-azw-2 .header-top::before {
        width: 48%;
    }
    .header-res-azw-2 .header-top::after {
        right: 48%;
    }
}


/* small mobile :320px. */

@media (max-width: 767px) {
    .header-res-azw-2 .container {
        width: 300px
    }
    .header-res-azw-2 .mobile-menu-area {
        display: block
    }
}


/* Large Mobile :480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .header-res-azw-2 .container {
        width: 450px
    }
}


/*Azw-news-boxed-responsive  start*/

.section-padding {
    padding-top: 2%;
}

.Newnews-res-view-azw .floatleft {
    float: left !important;
}

.Newnews-res-view-azw .floatright {
    float: right !important;
}

.Newnews-res-view-azw .floatnone {
    float: none !important;
}

.Newnews-res-view-azw .alignleft {
    text-align: left !important;
}

.Newnews-res-view-azw .alignright {
    text-align: right !important;
}

.Newnews-res-view-azw .aligncenter {
    text-align: center !important;
}

.Newnews-res-view-azw .no-display {
    display: none;
}

.Newnews-res-view-azw .no-margin {
    margin: 0 !important;
}

.Newnews-res-view-azw .no-padding {
    padding: 0 !important;
}

.Newnews-res-view-azw a:focus,
.Newnews-res-view-azw button:focus {
    outline: 0px solid
}

.Newnews-res-view-azw input:focus {
    box-shadow: 0;
    outline: 0
}

.Newnews-res-view-azw textarea {
    box-shadow: 0;
    outline: 0
}

.Newnews-res-view-azw img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: top;
}

.Newnews-res-view-azw .fix {
    overflow: hidden
}

.Newnews-res-view-azw p {}

.Newnews-res-view-azw h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: iransans;
}

.Newnews-res-view-azw a {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    color: #000
}

.Newnews-res-view-azw a:hover {
    color: #4c4c4c;
    text-decoration: none;
}

.Newnews-res-view-azw a:active,
a:hover,
a:focus {
    outline: 0 none;
    text-decoration: none
}

.Newnews-res-view-azw ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

.Newnews-res-view-azw .clear {
    clear: both
}

.Newnews-res-view-azw ::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

.Newnews-res-view-azw ::selection {
    background: #b3d4fc;
    text-shadow: none
}

.Newnews-res-view-azw .browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.Newnews-res-view-azw ::-webkit-input-placeholder {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.Newnews-res-view-azw :-moz-placeholder {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.Newnews-res-view-azw ::-moz-placeholder {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

:-ms-input-placeholder {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: .Newnews-res-view-azw alpha(opacity=100)
}

.Newnews-res-view-azw .container {
    width: 1200px
}

.container,
.row,
.col-md-12,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-6,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.as-mainwrapper {
    transition: all 0.3s ease 0s
}

.Newnews-res-view-azw .section-margin {
    margin: 120px 0 140px 0
}

.Newnews-res-view-azw .section-padding {
    padding: 20px 0
}

.Newnews-res-view-azw .section-bottom-padding {
    padding: 0 0 120px 0
}

.Newnews-res-view-azw .section-top-padding {
    padding: 120px 0 0 0
}

.Newnews-res-view-azw .section-title {
    text-align: center;
    overflow: hidden;
    position: relative
}

.Newnews-res-view-azw .section-title h3 {
    color: #d2000a;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 15px;
}

.Newnews-res-view-azw .section-title p {
    color: #000000;
    font-family: "iransans";
    font-weight: 400;
    margin-bottom: 24px;
}

.Newnews-res-view-azw .section-title-wrapper {
    margin-bottom: 87px;
    position: relative;
}

.Newnews-res-view-azw .white .section-title h3,
.Newnews-res-view-azw .white .section-title p {
    color: #ffffff;
}

.Newnews-res-view-azw .carousel-style-one.owl-theme .owl-controls .owl-nav div {
    color: #2D3E50;
    display: inline-block;
    font-size: 60px;
    height: 60px;
    left: -50px;
    line-height: 59px;
    margin: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    filter: alpha(opacity=100);
    padding: 0;
    position: absolute;
    text-align: center;
    top: 39.6%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 36px;
}

.Newnews-res-view-azw .carousel-style-one.owl-theme .owl-controls .owl-nav div.owl-next {
    left: auto;
    right: -50px;
}

.Newnews-res-view-azw .latest-area:hover .carousel-style-one.owl-theme .owl-controls .owl-nav div {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.Newnews-res-view-azw .dividers {
    border-top: 1px solid #ccc;
}

.Newnews-res-view-azw .as-mainwrapper {
    position: relative;
}

.Newnews-res-view-azw .as-mainwrapper.wrapper-boxed {
    background-color: #ffffff;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
    float: none;
    margin: 0 auto;
    max-width: 1200px;
}

.Newnews-res-view-azw .main-content-wrapper,
.wrapper-wide {
    background: #ffffff;
}


/*------Margin left-------*/

.Newnews-res-view-azw .ml-0 {
    margin-left: 0px
}

.Newnews-res-view-azw .ml-10 {
    margin-left: 10px
}

.Newnews-res-view-azw .ml-15 {
    margin-left: 15px
}

.Newnews-res-view-azw .ml-20 {
    margin-left: 20px
}

.Newnews-res-view-azw .ml-30 {
    margin-left: 30px
}

.Newnews-res-view-azw .ml-40 {
    margin-left: 40px
}

.Newnews-res-view-azw .ml-50 {
    margin-left: 50px
}

.Newnews-res-view-azw .ml-60 {
    margin-left: 60px
}

.Newnews-res-view-azw .ml-70 {
    margin-left: 70px
}

.Newnews-res-view-azw .ml-80 {
    margin-left: 80px
}

.Newnews-res-view-azw .ml-90 {
    margin-left: 90px
}

.Newnews-res-view-azw .ml-100 {
    margin-left: 100px
}


/*------Margin right-------*/

.Newnews-res-view-azw .mr-0 {
    margin-right: 0px
}

.Newnews-res-view-azw .mr-10 {
    margin-right: 10px
}

.Newnews-res-view-azw .mr-15 {
    margin-right: 15px
}

.Newnews-res-view-azw .mr-20 {
    margin-right: 20px
}

.Newnews-res-view-azw .mr-30 {
    margin-right: 30px
}

.Newnews-res-view-azw .mr-40 {
    margin-right: 40px
}

.Newnews-res-view-azw .mr-50 {
    margin-right: 50px
}

.Newnews-res-view-azw .mr-60 {
    margin-right: 60px
}

.Newnews-res-view-azw .mr-70 {
    margin-right: 70px
}

.Newnews-res-view-azw .mr-80 {
    margin-right: 80px
}

.Newnews-res-view-azw .mr-90 {
    margin-right: 90px
}

.Newnews-res-view-azw .mr-100 {
    margin-right: 100px
}


/*------Margin Top-------*/

.Newnews-res-view-azw .mt-0 {
    margin-top: 0px
}

.Newnews-res-view-azw .mt-10 {
    margin-top: 10px
}

.Newnews-res-view-azw .mt-15 {
    margin-top: 15px
}

.Newnews-res-view-azw .mt-20 {
    margin-top: 20px
}

.Newnews-res-view-azw .mt-30 {
    margin-top: 30px
}

.Newnews-res-view-azw .mt-40 {
    margin-top: 40px
}

.Newnews-res-view-azw .mt-50 {
    margin-top: 50px
}

.Newnews-res-view-azw .mt-60 {
    margin-top: 60px
}

.Newnews-res-view-azw .mt-70 {
    margin-top: 70px
}

.Newnews-res-view-azw .mt-80 {
    margin-top: 80px
}

.mt-90 {
    margin-top: 90px
}

.mt-100 {
    margin-top: 100px
}


/*------Margin Bottom-------*/

.Newnews-res-view-azw .mb-0 {
    margin-bottom: 0px
}

.Newnews-res-view-azw .mb-10 {
    margin-bottom: 10px
}

.Newnews-res-view-azw .mb-15 {
    margin-bottom: 15px
}

.Newnews-res-view-azw .mb-20 {
    margin-bottom: 20px
}

.Newnews-res-view-azw .mb-30 {
    margin-bottom: 30px
}

.Newnews-res-view-azw .mb-40 {
    margin-bottom: 40px
}

.Newnews-res-view-azw .mb-50 {
    margin-bottom: 50px
}

.Newnews-res-view-azw .mb-60 {
    margin-bottom: 60px
}

.Newnews-res-view-azw .mb-70 {
    margin-bottom: 70px
}

.Newnews-res-view-azw .mb-80 {
    margin-bottom: 80px
}

.Newnews-res-view-azw .mb-90 {
    margin-bottom: 90px
}

.Newnews-res-view-azw .mb-100 {
    margin-bottom: 100px
}


/*------Padding left-------*/

.Newnews-res-view-azw .pl-0 {
    padding-left: 0px
}

.Newnews-res-view-azw .pl-10 {
    padding-left: 10px
}

.Newnews-res-view-azw .pl-15 {
    padding-left: 15px
}

.Newnews-res-view-azw .pl-20 {
    padding-left: 20px
}

.Newnews-res-view-azw .pl-30 {
    padding-left: 30px
}

.Newnews-res-view-azw .pl-40 {
    padding-left: 40px
}

.Newnews-res-view-azw .pl-50 {
    padding-left: 50px
}

.Newnews-res-view-azw .pl-60 {
    padding-left: 60px
}

.Newnews-res-view-azw .pl-70 {
    padding-left: 70px
}

.Newnews-res-view-azw .pl-80 {
    padding-left: 80px
}

.Newnews-res-view-azw .pl-90 {
    padding-left: 90px
}

.Newnews-res-view-azw .pl-100 {
    padding-left: 100px
}


/*------Padding right-------*/

.Newnews-res-view-azw .pr-0 {
    padding-right: 0px
}

.Newnews-res-view-azw .pr-10 {
    padding-right: 10px
}

.Newnews-res-view-azw .pr-15 {
    padding-right: 15px
}

.Newnews-res-view-azw .pr-20 {
    padding-right: 20px
}

.Newnews-res-view-azw .pr-30 {
    padding-right: 30px
}

.Newnews-res-view-azw .pr-40 {
    padding-right: 40px
}

.Newnews-res-view-azw .pr-50 {
    padding-right: 50px
}

.Newnews-res-view-azw .pr-60 {
    padding-right: 60px
}

.Newnews-res-view-azw .pr-70 {
    padding-right: 70px
}

.Newnews-res-view-azw .pr-80 {
    padding-right: 80px
}

.Newnews-res-view-azw .pr-90 {
    padding-right: 90px
}

.Newnews-res-view-azw .pr-100 {
    padding-right: 100px
}


/*------Padding Top-------*/

.Newnews-res-view-azw .pt-0 {
    padding-top: 0px
}

.Newnews-res-view-azw .pt-10 {
    padding-top: 10px
}

.Newnews-res-view-azw .pt-15 {
    padding-top: 15px
}

.Newnews-res-view-azw .pt-20 {
    padding-top: 20px
}

.Newnews-res-view-azw .pt-30 {
    padding-top: 30px
}

.Newnews-res-view-azw .pt-40 {
    padding-top: 40px
}

.Newnews-res-view-azw .pt-50 {
    padding-top: 50px
}

.Newnews-res-view-azw .pt-60 {
    padding-top: 60px
}

.Newnews-res-view-azw .pt-70 {
    padding-top: 70px
}

.Newnews-res-view-azw .pt-80 {
    padding-top: 80px
}

.Newnews-res-view-azw .pt-90 {
    padding-top: 90px
}

.Newnews-res-view-azw .pt-100 {
    padding-top: 100px
}

.Newnews-res-view-azw .pt-110 {
    padding-top: 110px
}


/*------Padding Bottom-------*/

.Newnews-res-view-azw .pb-0 {
    padding-bottom: 0px
}

.Newnews-res-view-azw .pb-10 {
    padding-bottom: 10px
}

.Newnews-res-view-azw .pb-15 {
    padding-bottom: 15px
}

.Newnews-res-view-azw .pb-20 {
    padding-bottom: 20px
}

.Newnews-res-view-azw .pb-30 {
    padding-bottom: 30px
}

.Newnews-res-view-azw .pb-40 {
    padding-bottom: 40px
}

.Newnews-res-view-azw .pb-50 {
    padding-bottom: 50px
}

.Newnews-res-view-azw .pb-60 {
    padding-bottom: 60px
}

.Newnews-res-view-azw .pb-70 {
    padding-bottom: 70px
}

.Newnews-res-view-azw .pb-80 {
    padding-bottom: 80px
}

.Newnews-res-view-azw .pb-90 {
    padding-bottom: 90px
}

.Newnews-res-view-azw .pb-100 {
    padding-bottom: 100px
}

.Newnews-res-view-azw .pb-110 {
    padding-bottom: 110px
}

.Newnews-res-view-azw .pb-120 {
    padding-bottom: 120px
}

.Newnews-res-view-azw .pb-130 {
    padding-bottom: 130px
}

.Newnews-res-view-azw .block {
    display: block
}


/*----------------------------------------*/


/*  5. Course Area
/*----------------------------------------*/

.Newnews-res-view-azw .course-area .section-title-wrapper {
    margin-bottom: 70px;
}

.Newnews-res-view-azw .course-area {
    background-color: #eee;
}

.Newnews-res-view-azw .single-item-image a {
    display: inline-block;
}

.Newnews-res-view-azw .single-item-image {
    overflow: hidden;
    position: relative;
    text-align: center;
    top: -35px;
}

.Newnews-res-view-azw .overlay-effect a {
    position: relative
}

.Newnews-res-view-azw .overlay-effect a:before {
    background: rgba(45, 62, 80, 0.2) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    position: absolute;
    right: 0;
    width: 100%;
}

.Newnews-res-view-azw .single-item:hover .overlay-effect a:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.Newnews-res-view-azw .single-item {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 2px solid #23375a;
    margin-bottom: 25%;
    min-height: 458px;
    padding: 0 35px;
    transition: all 0.3s ease 0s;
}

.Newnews-res-view-azw .single-item:hover {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 2px 20px rgba(34, 30, 31, 0.4);
}

.Newnews-res-view-azw .single-item-text h4 {
    font-size: 20px;
    padding-top: 7px;
height: 105px;
    overflow: hidden;
}

.Newnews-res-view-azw .single-item-text h4 a,
.Newnews-res-view-azw .single-item-text h4 {
    color: #2d3e50;
    font-size: 13px;
    line-height: 25px;
    text-align: right;
}

.Newnews-res-view-azw .single-item-text-info span {
    color: #696969;
    font-family: "iransans";
    margin-right: 11px;
}

.Newnews-res-view-azw .single-item-text-info span span {
    color: #2d3e50;
}

.Newnews-res-view-azw .single-item-text>p {
    color: #222222;
    font-size: 12px;
    text-align: right;
}

.Newnews-res-view-azw .single-item-content {
    margin-bottom: 44px;
    overflow: hidden;
    padding-top: 21px;
}

.Newnews-res-view-azw .single-item-text-info {
    margin-bottom: 18px;
    padding-top: 5px;
}

.Newnews-res-view-azw .single-item-comment-view span {
    color: #696969;
    display: inline-block;
    font-family: "iransans";
    font-size: 12px;
    margin-right: 17px;
}

.Newnews-res-view-azw .button-default {
    background: #d2000a none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-family: "iransans";
    font-size: 14px;
    margin: 0;
    padding: 15px 35px;
    text-transform: uppercase;
}

.Newnews-res-view-azw .single-item-comment-view span:last-child {
    margin-right: 0
}

.Newnews-res-view-azw .single-item-comment-view>span i {
    font-size: 14px;
    margin-right: 8px;
}

.Newnews-res-view-azw .single-item-comment-view,
.Newnews-res-view-azw .single-item-rating {
    display: inline-block;
}

.Newnews-res-view-azw .single-item-rating {
    color: #f3c30b;
    float: right;
    font-size: 16px;
}

.Newnews-res-view-azw .single-item-rating i {
    margin-left: 3px;
}

.Newnews-res-view-azw .single-item .button-default {
    padding: 8px 33px;
}

.Newnews-res-view-azw .button-bottom {
    margin-bottom: -19.5px;
    text-align: center;
}

.Newnews-res-view-azw .single-item:hover .button-default {
    background: #2d3e50 none repeat scroll 0 0;
}

.Newnews-res-view-azw .button-large.button-default {
    box-shadow: 0 2px 20px rgba(34, 30, 31, 0.2);
    font-size: 18px;
    margin-top: 0px;
    padding: 12px 18px;
    text-transform: capitalize;
}

.Newnews-res-view-azw .shortcode .button-large.button-default {
    margin-top: 40px
}

.Newnews-res-view-azw .button-default.button-large:hover {
    background: #2d3e50 none repeat scroll 0 0;
    color: #fff;
}

.Newnews-res-view-azw .button-large.button-default i {
    font-size: 28px;
    line-height: 20px;
    margin-left: 11px;
    position: relative;
    top: 4px;
}

.Newnews-res-view-azw .button-large.button-default {
    box-shadow: 0 2px 20px rgba(34, 30, 31, 0.2);
    font-size: 18px;
    margin-top: 0;
    padding: 12px 18px;
    text-transform: capitalize;
    direction: rtl;
}


/* Normal desktop :992px. */

@media (min-width: 992px) and (max-width: 1169px) {
    .Newnews-res-view-azw .container {
        width: 970px
    }
    .Newnews-res-view-azw .single-item {
        padding: 0 20px;
    }
    .Newnews-res-view-azw .single-latest-text>h3 {
        font-size: 19px;
    }
    .Newnews-res-view-azw .single-latest-text {
        padding: 30px 0 16px 11px;
    }
    .Newnews-res-view-azw .single-product-text {
        padding: 23px 15px 22px;
    }
    .Newnews-res-view-azw .single-event-text {
        padding: 29px 10px 35px;
    }
    .Newnews-res-view-azw .single-event-item .single-item-comment-view span {
        margin-right: 3px;
    }
}


/* Tablet desktop :768px. */

@media (min-width: 768px) and (max-width: 991px) {
    .Newnews-res-view-azw .container {
        width: 750px
    }
    .Newnews-res-view-azw .course-page {
        padding-top: 110px;
    }
    .Newnews-res-view-azw .course-page .single-item,
    .course-page .col-md-4:nth-child(4) .single-item {
        margin-bottom: 110px;
    }
    .Newnews-res-view-azw .course-page .col-md-4:nth-child(5) .single-item,
    .Newnews-res-view-azw .course-page .col-md-4:nth-child(6) .single-item {
        margin-bottom: 50px;
    }
    .Newnews-res-view-azw .course-details-content {
        margin: 0;
    }
    .Newnews-res-view-azw .course-details-area a img {
        margin: 0;
        width: 100%;
    }
    .Newnews-res-view-azw .course-details-content .single-course-details {
        padding: 30px;
    }
    .Newnews-res-view-azw .course-details-area .sidebar-widget {
        margin-top: 45px;
    }
}


/* small mobile :320px. */

@media (max-width: 767px) {
    .Newnews-res-view-azw .container {
        width: 300px
    }
    .Newnews-res-view-azw .course-area .section-title-wrapper {
        margin-bottom: 80px;
    }
    .Newnews-res-view-azw .single-item {
        margin-bottom: 80px;
        padding: 0 16px;
    }
    .Newnews-res-view-azw .single-item-image {
        top: -20px;
    }
    .Newnews-res-view-azw .single-fun-factor {
        margin-bottom: 45px;
    }
    .Newnews-res-view-azw .single-latest-image {
        float: none;
        text-align: center;
    }
    .Newnews-res-view-azw .single-latest-image a,
    .single-latest-image img {
        width: 100%;
    }
    .Newnews-res-view-azw .latest-area .col-md-6:last-child .single-latest-item:last-child,
    .Newnews-res-view-azw .product-area .col-md-3:last-child .single-product-item:last-child {
        margin: 0;
    }
    .Newnews-res-view-azw .single-product-item,
    .Newnews-res-view-azw .single-event-item {
        margin-bottom: 40px;
    }
    .Newnews-res-view-azw .single-event-text {
        padding: 29px 8px 35px;
    }
    .Newnews-res-view-azw .course-page .single-item {
        margin-bottom: 80px;
    }
    .Newnews-res-view-azw .course-page .col-md-4:nth-child(4) .single-item,
    .Newnews-res-view-azw .course-page .col-md-4:nth-child(5) .single-item,
    .Newnews-res-view-azw .course-page .col-md-4:nth-child(6) .single-item {
        margin-bottom: 57px;
    }
    .Newnews-res-view-azw .single-item-text-info span {
        margin-right: 8px;
    }
    .Newnews-res-view-azw .single-course-details .col-md-6:first-child {
        padding-right: 15px;
    }
    .Newnews-res-view-azw .single-course-details .single-item-text h4 {
        font-size: 22px;
    }
    .Newnews-res-view-azw .single-course-details {
        margin-bottom: 50px;
        padding: 0 0 30px;
    }
    .Newnews-res-view-azw .single-course-details .single-item-text {
        padding: 0 10px;
    }
}


/* Large Mobile :480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .Newnews-res-view-azw .container {
        width: 450px
    }
    .Newnews-res-view-azw .single-item {
        margin: 0 14px 56px;
        padding: 0 47px;
    }
}


/* Azw-news-boxed-responsive  end*/


/* azw-news-pic-right-text-left-reponsive  start*/

.azw-news-pic-right-text-left-reponsive a,
.azw-news-pic-right-text-left-reponsive a:visited,
a:focus,
.azw-news-pic-right-text-left-reponsive a:active,
.azw-news-pic-right-text-left-reponsive a:hover {
    outline: 0 none !important;
    text-decoration: none;
}

.azw-news-pic-right-text-left-reponsive a {
    color: #e96840;
    text-decoration: none;
}

.azw-news-pic-right-text-left-reponsive .hr-first {
    border-bottom: 2px solid #ccc !important;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    display: inline-block;
    width: 100%;
}

.azw-news-pic-right-text-left-reponsive .main-content-title {
    border-bottom: 4px solid #ff5700;
    color: #ff5700;
    float: right;
    font-family: tahoma;
    font-size: 17px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 15px;
    position: relative;
    top: 12px;
}

.azw-news-pic-right-text-left-reponsive .hr-title {
    border-bottom-color: #2a2021 !important;
    border-bottom-style: solid !important;
    border-width: 0 0 3px;
    display: inline-block;
    margin: 0 0 3px;
    width: 100%;
}

.azw-news-pic-right-text-left-reponsive .blog {
    border: 2px solid #ddd;
    padding: 15px;
}

.azw-news-pic-right-text-left-reponsive .blogu {
    padding: 25px;
}

.azw-news-pic-right-text-left-reponsive .direct {
    float: right !important;
    text-align: right;
}

.azw-news-pic-right-text-left-reponsive .text-center {
    position: relative;
    text-align: center;
}

.azw-news-pic-right-text-left-reponsive .pagination {
    margin: 20px 0 50px !important;
}

.azw-news-pic-right-text-left-reponsive .pagination>li {
    float: right;
    margin-right: 8px;
}

.azw-news-pic-right-text-left-reponsive .pagination>li>a {
    background-color: #fff;
    border: 2px solid #ddd;
    color: #ccc;
    float: right;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 0 6px;
    position: relative;
    text-decoration: none;
    font-family: tahoma;
}

.azw-news-pic-right-text-left-reponsive .pagination>li>a:hover,
.azw-news-pic-right-text-left-reponsive .pagination>li>a:focus {
    background-color: transparent;
}

.azw-news-pic-right-text-left-reponsive .pagination>.active>a {
    border-color: #ff5700;
    color: #ff5700;
    background-color: transparent;
}

.azw-news-pic-right-text-left-reponsive .pagination>.active>a,
.pagination>.active>a:focus,
.azw-news-pic-right-text-left-reponsive .pagination>.active>a:hover {
    background-color: transparent;
    border-color: #ff5700;
    color: #ff5700;
}

.azw-news-pic-right-text-left-reponsive .pagination .prv {
    background-image: url(../images/cabinet-right.html);
    background-position: 108px center;
    background-repeat: no-repeat;
}

.azw-news-pic-right-text-left-reponsive .pagination .nxt {
    background-image: url(../images/cabinet-left.html);
    background-position: 5px center;
    background-repeat: no-repeat;
}

.azw-news-pic-right-text-left-reponsive .pagination>li:nth-child(1) {
    right: 50px;
    position: absolute;
    width: 110px;
}

.azw-news-pic-right-text-left-reponsive .pagination>li:nth-last-child(1) {
    left: 50px;
    position: absolute;
    width: 110px;
}

.azw-news-pic-right-text-left-reponsive .pagination>li:nth-child(1)>a,
.azw-news-pic-right-text-left-reponsive .pagination>li:nth-last-child(1)>a {
    border: 2px solid #fff;
    color: #ccc;
    width: 135px;
    font-size: 12px;
    padding: 10px;
}

.azw-news-pic-right-text-left-reponsive .blog-title {
    margin-top: 0;
}

.azw-news-pic-right-text-left-reponsive .blog-title a {
    color: #ff5700;
    transition: all 0.3s ease 0s;
    text-align: right;
}

.azw-news-pic-right-text-left-reponsive #bloghome p,
.azw-news-pic-right-text-left-reponsive p {
    font-size: 13px;
    line-height: 1.8em;
    padding: 12px 0;
    color: #2a2021;
    font-family: tahoma;
    font-weight: bold;
    margin-bottom: 62px;
}

.azw-news-pic-right-text-left-reponsive .blog-thumb a>img {
    transition: all 0.5s ease 0s;
}

.azw-news-pic-right-text-left-reponsive .blog-thumb a img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

.azw-news-pic-right-text-left-reponsive .hvr-bounce-to-bottom::before {
    background: #2d2d2d none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: 50% 0 0;
    transition-duration: 0.5s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}

.azw-news-pic-right-text-left-reponsive .hvr-bounce-to-bottom {
    backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    position: relative;
    transform: translateZ(0px);
    transition-duration: 0.5s;
    transition-property: color;
    vertical-align: middle;
}

.azw-news-pic-right-text-left-reponsive .btn-primary {
    background-color: #e96840;
    border: medium none;
}

.azw-news-pic-right-text-left-reponsive .btn-noborder-radius {
    border-radius: 0;
}


/*khuruji-maghalat-start*/

@include media-breakpoint-up(sm) {
    html {
        font-size: 16px;
    }
}

@include media-breakpoint-up(md) {
    html {
        font-size: 20px;
    }
}

@include media-breakpoint-up(lg) {
    html {
        font-size: 28px;
    }
}

.azw-news-pic-right-text-left-reponsive.blog-maghale {
    border: 0px solid #ddd;
    padding: 15px 10px;
    overflow-y: auto;
    overflow-x: hidden !important;
    max-height: 400px;
    margin-top: 10px;
}

.azw-news-pic-right-text-left-reponsive .media-object {
    border: 2px solid #ccc;
    max-width: 100px;
}

.azw-news-pic-right-text-left-reponsive .blog-sidebar {
    min-height: 20px;
}

.azw-news-pic-right-text-left-reponsive .media {
    border-left: 4px solid #2a2021;
    padding-bottom: 12px;
}

.azw-news-pic-right-text-left-reponsive .media:hover {
    border-left: 4px solid #ff5700;
}

.azw-news-pic-right-text-left-reponsive .media:hover a img.media-object {
    border: 2px solid #ff5700;
}

.azw-news-pic-right-text-left-reponsive .media-body {
    color: #2a2021;
    font-family: tahoma;
    font-size: 13px;
    line-height: 1.5em;
}

.azw-news-pic-right-text-left-reponsive .media-heading a {
    color: #313131;
    font-size: 16px;
}

.azw-news-pic-right-text-left-reponsive .sidebar-title {
    text-decoration: none;
    color: #555;
    direction: rtl;
    font-family: tahoma;
    font-size: 15px;
    font-weight: bold;
    margin: 7px 3px;
    text-align: right;
}

.azw-news-pic-right-text-left-reponsive .sidebar-title:hover {
    color: #ff5700;
    text-decoration: none;
}

.azw-news-pic-right-text-left-reponsive .sidebar-title i,
.sidebar-title em {
    font-size: 1.5em;
    margin-left: 10px;
}

.azw-news-pic-right-text-left-reponsive #ascrail2000-hr {
    display: none;
}


/*khuruji-maghalat-end*/

.azw-news-pic-right-text-left-reponsive .read-moree {
    float: left;
    border: 1px solid #ff5700;
    position: relative;
    padding: 10px;
}

.azw-news-pic-right-text-left-reponsive .read-moree a {
    background-color: #fff;
    color: #ff5700;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    font-family: tahoma;
}

.azw-news-pic-right-text-left-reponsive .amar-bazdid {
    float: right;
    border: 1px solid #ccc;
    background-color: #ddd;
    position: relative;
    padding: 7px;
}

.azw-news-pic-right-text-left-reponsive .amar-bazdid a {
    background-color: #ddd;
    color: #2a2021;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    font-family: tahoma;
}

.azw-news-pic-right-text-left-reponsive .amar-bazdid a p {
    margin: 0px;
    color: #ff5700;
    font-family: tahoma;
    font-size: 12px;
    text-align: right;
}

.azw-news-pic-right-text-left-reponsive .triangle-blog {
    border-left: 12px solid transparent;
    border-top: 12px solid #ff5700;
    height: 0;
    position: absolute;
    right: 0;
    top: 0px;
    width: 0;
    z-index: 1000;
}

.azw-news-pic-right-text-left-reponsive .triangle-ico-read {
    border-left: 12px solid transparent;
    border-top: 12px solid #fff;
    height: 0;
    position: absolute;
    right: -1px;
    top: -13px;
    width: 0;
}

.azw-news-pic-right-text-left-reponsive .triangle-amar {
    border-left: 12px solid transparent;
    border-top: 12px solid #ccc;
    height: 0;
    position: absolute;
    right: 0;
    top: 0px;
    width: 0;
    z-index: 1000;
}


/*detail-start*/

.azw-news-pic-right-text-left-reponsive .first-titr {
    color: #2a2021;
    font-size: 13px;
    line-height: 30px;
    margin: 0 !important;
    padding: 0;
    font-weight: normal;
}

.azw-news-pic-right-text-left-reponsive .blog-title2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 35px;
    margin: 0;
}

.azw-news-pic-right-text-left-reponsive .blog-title2 a {
    color: #ff5700;
    transition: all 0.3s ease 0s;
}

.singlepost {
    border-width: 0 !important;
}

.azw-news-pic-right-text-left-reponsive .blog-object {
    border: 2px solid #ccc;
    max-width: 100%;
}

.azw-news-pic-right-text-left-reponsive .amar-bazdid-2 {
    background-color: #ddd;
    border: 1px solid #ccc;
    float: right;
    padding: 2px;
    position: relative;
}

.azw-news-pic-right-text-left-reponsive .amar-bazdid-2 a {
    background-color: #ddd;
    color: #2a2021;
    font-family: tahoma;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.azw-news-pic-right-text-left-reponsive .amar-bazdid-2 a p {
    color: #ff5700;
    font-family: tahoma;
    font-size: 12px;
    margin: 0;
    padding: 0px;
    text-align: right;
}

.azw-news-pic-right-text-left-reponsive .triangle-amar-2 {
    border-left: 12px solid transparent;
    border-top: 12px solid #ccc;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    z-index: 1000;
}

.azw-news-pic-right-text-left-reponsive .triangle-ico-read-2 {
    border-left: 12px solid transparent;
    border-top: 12px solid #fff;
    height: 0;
    position: absolute;
    right: -1px;
    top: -13px;
    width: 0;
}

.azw-news-pic-right-text-left-reponsive .entry-meta span {
    direction: rtl;
    margin-left: 65px;
    text-align: right;
    font-family: tahoma;
}

.azw-news-pic-right-text-left-reponsive .entry-meta span i,
.entry-meta span em {
    color: #ff5700;
    font-size: 15px;
}

.azw-news-pic-right-text-left-reponsive .entry-meta span {
    color: #2a2021;
    font-size: 12px;
}

.azw-news-pic-right-text-left-reponsive .entry-meta a {
    color: #2a2021;
}

.azw-news-pic-right-text-left-reponsive .adver {
    min-height: 100px;
    margin: 15px 0;
}

.azw-news-pic-right-text-left-reponsive .adver-side {
    min-height: 70px;
    margin: 1px 0;
}

.azw-news-pic-right-text-left-reponsive .sugest {
    min-height: 400px;
    margin: 15px 0;
}

.azw-news-pic-right-text-left-reponsive .blog-maghale-detail {
    border: 2px solid #ddd;
    margin-top: 10px;
    max-height: 660px;
    overflow-x: hidden !important;
    overflow-y: auto;
    padding: 15px 10px;
}

.azw-news-pic-right-text-left-reponsive .add-padd {
    padding-top: 15px;
}


/*detail-end*/


/* azw-news-pic-right-text-left-reponsive  end*/


/* azw-news-tabs-responsive  start*/

@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/eot/IRANSansWeb_Boldd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb_Bold.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb_Bold.woff") format("woff"), url("../fonts/ttf/IRANSansWeb_Bold.ttf") format("truetype");
}

@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/eot/IRANSansWeb_Mediumd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb_Medium.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb_Medium.woff") format("woff"), url("../fonts/ttf/IRANSansWeb_Medium.ttf") format("truetype");
}

@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/eot/IRANSansWeb_Lightd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb_Light.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb_Light.woff") format("woff"), url("../fonts/ttf/IRANSansWeb_Light.ttf") format("truetype");
}

@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/eot/IRANSansWeb_UltraLightd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb_UltraLight.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb_UltraLight.woff") format("woff"), url("../fonts/ttf/IRANSansWeb_UltraLight.ttf") format("truetype");
}

@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/eot/IRANSansWebd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb.woff") format("woff"), url("../fonts/ttf/IRANSansWeb.ttf") format("truetype");
}

.azw-news-tabs-responsive {
    font-size: 1em;
    font-family: IRANSans, Tahoma;
    color: #555;
    background: #fff;
    width: 100%;
    float: right;
    direction: rtl;
}

.main-tabs {
    min-width: 320px;
    max-width: 407px;
    padding: 5px;
    margin: 0 auto;
    background: #fff;
}

.azw-news-tabs-responsive .main-tabs section {
    display: none;
    padding: 20px 0 0;
    border-top: 1px solid #ddd;
}

.azw-news-tabs-responsive .main-tabs input {
    display: none;
}

.azw-news-tabs-responsive .main-tabs section .new-tabs-content {
    padding: 0 !important;
    margin-bottom: 10px;
}

.azw-news-tabs-responsive .main-tabs section .new-tabs-content a {
    color: #006925;
    font-family: IRANSans;
    font-size: .9em;
    transition: all .3s ease;
}

.azw-news-tabs-responsive .main-tabs section .new-tabs-content a:hover {
    color: #2d3e50;
    text-decoration: none;
}

.azw-news-tabs-responsive .main-tabs section .new-tabs-content .label-clock {
    background: #00b540 none repeat scroll 0 0 !important;
    color: #ffffff !important;
    border-radius: 0 !important;
    margin: 0 5px;
    font-family: IRANSans;
    border-top: 3px solid #006925;
}

.azw-news-tabs-responsive .main-tabs label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 25px;
    font-weight: 600;
    text-align: center;
    color: #bbb;
    border: 1px solid transparent;
}

.azw-news-tabs-responsive .main-tabs label:before {
    font-family: fontawesome;
    font-weight: normal;
    margin-right: 0px;
}

.azw-news-tabs-responsive .main-tabs label[for*='1']:before {
    content: '\f1ea';
}

.azw-news-tabs-responsive .main-tabs label[for*='2']:before {
    content: '\f15c';
}

.azw-news-tabs-responsive .main-tabs label[for*='3']:before {
    content: '\f0f6';
}

.azw-news-tabs-responsive .main-tabs label[for*='4']:before {
    content: '\f0fe';
}

.azw-news-tabs-responsive .main-tabs label:hover {
    color: #888;
    cursor: pointer;
}

.azw-news-tabs-responsive .main-tabs input:checked+label {
    color: #555;
    border: 1px solid #ddd;
    border-top: 3px solid #c10506;
    border-bottom: 1px solid #fff;
}

.azw-news-tabs-responsive .main-tabs #tab1:checked~#content1,
.azw-news-tabs-responsive .main-tabs #tab2:checked~#content2,
.azw-news-tabs-responsive .main-tabs #tab3:checked~#content3,
.azw-news-tabs-responsive .main-tabs #tab4:checked~#content4 {
    display: block;
}

.azw-news-tabs-responsive .main-tabs .section-title-wrapper::before {
    background: #d2000a none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 230px;
}

.azw-news-tabs-responsive .main-tabs .section-title-wrapper::after {
    background: rgba(0, 0, 0, 0) url("../images/icon/cap-dark.html") no-repeat scroll 0 0;
    bottom: -18px;
    color: #1bb4b9;
    content: "";
    font-size: 14px;
    height: 30px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 40px;
    z-index: 9;
}

.azw-news-tabs-responsive .main-tabs .section-title-wrapper {
    margin-bottom: 35px;
    position: relative;
}

.azw-news-tabs-responsive .main-tabs .section-title {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.azw-news-tabs-responsive .main-tabs .section-title h3 {
    color: #d2000a;
    font-size: 1.1em;
    line-height: 22px;
    margin-bottom: 15px;
}

@media screen and (max-width: 650px) {
    .azw-news-tabs-responsive .main-tabs label {
        font-size: 0;
    }
    .azw-news-tabs-responsive .main-tabs label:before {
        margin: 0;
        font-size: 18px;
    }
}

@media screen and (max-width: 400px) {
    .azw-news-tabs-responsive .main-tabs label {
        padding: 15px;
    }
}


/* azw-news-tabs-responsive  end*/


/*--------azw-gallery-simple-res CSS-----------*/

.azw-gallery-simple-res .grid {
    position: relative;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}


/* Common style */

.azw-gallery-simple-res .grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    /*change here for spacing*/
    width: 33.333333333%;
    text-align: center;
    cursor: pointer;
}

.azw-gallery-simple-res .grid figure img {
    position: relative;
    display: block;
    max-width: 102%;
    opacity: 1;
}

.azw-gallery-simple-res .grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.azw-gallery-simple-res .grid figure figcaption::before,
.azw-gallery-simple-res .grid figure figcaption::after {
    pointer-events: none;
}

.azw-gallery-simple-res .grid figure figcaption,
.azw-gallery-simple-res .grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Anchor will cover the whole item by default */


/* For some effects it will show as a button */

.azw-gallery-simple-res .grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.azw-gallery-simple-res .grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 700;
}

.azw-gallery-simple-res .grid figure h2,
.azw-gallery-simple-res .grid figure p {
    margin: 0;
}

.azw-gallery-simple-res .grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}


/*---------------*/


/***** Oscar *****/


/*---------------*/

.azw-gallery-simple-res figure.effect-oscar {
    /*	background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
	background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);*/
}


/*figure.effect-oscar img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
*/

.azw-gallery-simple-res figure.effect-oscar figcaption {
    padding: 15%;
    /*	background-color: rgba(58,52,42,0.7);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;*/
}

.azw-gallery-simple-res figure.effect-oscar figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
}

.azw-gallery-simple-res figure.effect-oscar h2 {
    margin: 0;
    line-height: 1em;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.azw-gallery-simple-res figure.effect-oscar figcaption::before,
.azw-gallery-simple-res figure.effect-oscar p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.azw-gallery-simple-res figure.effect-oscar:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.azw-gallery-simple-res figure.effect-oscar:hover figcaption::before,
.azw-gallery-simple-res figure.effect-oscar:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.azw-gallery-simple-res figure.effect-oscar:hover figcaption {
    background-color: rgba(0, 0, 0, 0.8);
}

.azw-gallery-simple-res figure.effect-oscar:hover img {
    opacity: 0.4;
}

@media screen and (max-width: 50em) {
    .azw-gallery-simple-res .content {
        padding: 0 10px;
        text-align: center;
    }
    .azw-gallery-simple-res .grid figure {
        width: 50%;
    }
}

@media (max-width: 639px) {
    .azw-gallery-simple-res .grid figure {
        width: 100%;
    }
}


/*----------End of azw-gallery-simple-res--------*/


/* #Footer */

#footer {
    clear: both;
    font-size: 0.9em;
    margin-top: 0px;
    padding: 0px 0 0;
    position: relative;
}

#footer .container .row>div {
    margin-bottom: 25px;
}

#footer .container input:focus {
    box-shadow: none;
}

#footer a:hover {
    color: #82a6d7;
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer a {
    color: #FFF;
}

#footer h3 {
    font-family: iransans;
    font-size: 24px;
    color: #82a6d7;
    margin-bottom: 23px;
    font-weight: 700;
}

#footer h5 {
    color: #CCC;
}

#footer ul.nav-list>li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 20px;
    padding-bottom: 11px;
}

#footer ul.nav-list>li:last-child a {
    border-bottom: 0;
}

#footer ul.nav-list>li a:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

#footer ul.list.icons li {
    margin-bottom: 5px;
}

#footer form {
    opacity: 0.85;
}

#footer form label.error {
    line-height: 16px;
    margin: 5px 0 -5px;
    display: block;
    clear: both;
}

#footer form .alert {
    padding: 6px;
    text-align: center;
}

#footer .footer-ribbon {
    background: #999;
    position: absolute;
    margin: -90px 14px 0 0;
    padding: 10px 20px 6px 20px;
}

#footer .footer-ribbon:before {
    border-left: 10px solid #646464;
    border-top: 16px solid transparent;
    content: "";
    display: block;
    height: 0;
    right: -10px;
    position: absolute;
    top: 0;
    width: 7px;
}

#footer .footer-ribbon span {
    color: #FFF;
    font-size: 1.6em;
    font-family: "Shadows Into Light", cursive;
}

#footer .newsletter form {
    width: 100%;
    max-width: 262px;
}

#footer .newsletter form input.form-control {
    height: 34px;
    padding: 6px 12px;
}

#footer .alert a {
    color: #222;
}

#footer .alert a:hover {
    color: #666;
}

#footer .twitter .fa,
#footer .twitter .icons {
    clear: both;
    font-size: 1.5em;
    position: relative;
    top: 3px;
}

#footer .twitter .meta {
    color: #999;
    display: block;
    font-size: 0.9em;
    padding-top: 3px;
}

#footer .twitter ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer .twitter ul li {
    padding-bottom: 20px;
}

#footer .twitter ul li:last-child {
    padding-bottom: 0;
}

#footer .twitter-account {
    color: #FFF;
    display: block;
    font-size: 0.9em;
    margin: -15px 0 5px;
    opacity: 0.55;
}

#footer .twitter-account:hover {
    opacity: 1;
}

#footer .contact {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer .contact i {
    display: block;
    float: right;
    font-size: 1.2em;
    margin: 7px 0 10px 8px;
    position: relative;
    text-align: center;
    top: -2px;
    width: 16px;
}

#footer .contact i.fa-envelope {
    font-size: 1em;
    top: 0;
}

#footer .contact p {
    margin-bottom: 10px;
}

#footer .logo {
    display: block;
}

#footer .logo.mb-xl {
    margin-bottom: 12px;
}

#footer .footer-copyright {
    background: #060606;
    border-top: 4px solid #060606;
    margin-top: 40px;
    padding: 30px 0 10px;
}

#footer .footer-copyright nav {
    float: left;
}

#footer .footer-copyright nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer .footer-copyright nav ul li {
    border-right: 1px solid #505050;
    display: inline-block;
    line-height: 12px;
    margin: 0;
    padding: 0 8px;
}

#footer .footer-copyright nav ul li:first-child {
    border: medium none;
    padding-right: 0;
}

#footer .footer-copyright p {
    color: #555;
    margin: 0;
    padding: 0;
}

#footer .phone {
    color: #FFF;
    font-size: 26px;
    font-weight: bold;
    display: block;
    padding-bottom: 15px;
    margin-top: -5px;
}

#footer .narrow-phone {
    text-align: left;
    margin: -2px 0 0 0;
}

#footer .narrow-phone .phone {
    font-size: 16px;
    padding-bottom: 0;
    margin-top: -13px;
}

#footer .recent-work {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .recent-work li {
    float: right;
    width: 30%;
    margin: 10px 0 0 3%;
}

#footer .recent-work img {
    border: 0;
    width: 100%;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}

#footer .recent-work .img-thumbnail-hover-icon {
    border: 0;
}

#footer .recent-work .img-thumbnail-hover-icon:after {
    font-size: 22px;
    margin-left: -2px;
}

#footer .view-more-recent-work {
    padding: 12px;
}

#footer.short {
    padding-top: 50px;
}

#footer.short .footer-copyright {
    background: transparent;
    border: 0;
    padding-top: 0;
    margin-top: 0;
}

#footer.light {
    padding-top: 60px;
    background: #FFF;
    border-top: 1px solid #DDD;
}

#footer.light .footer-ribbon {
    margin-top: -76px;
    margin-right: 14px;
}

#footer.light .footer-copyright {
    margin-top: 15px;
    background: #FFF;
    border-top: 1px solid #DDD;
}

#footer.light .footer-copyright p {
    color: #777;
}

#footer.light .phone,
#footer.light .twitter-account {
    color: #777;
}

#footer.light ul.nav-pills>li.active>a {
    color: #FFF;
}

#footer.narrow {
    padding-top: 30px;
}

#footer.narrow .footer-copyright {
    margin-top: 0;
}

#footer.narrow .nav>li>a {
    padding: 5px 12px;
}

#footer.color {
    color: #FFF;
}

#footer.color p {
    color: #FFF;
}

#footer.color .footer-copyright nav ul li {
    border-right-color: #FFF;
}

html.dark #footer .newsletter form .btn-default {
    background-color: #21262d;
    border-color: #21262d;
    color: #777;
}

.contact-details ul li a {
    text-decoration: none;
    font-size: 14px;
    font-family: tahoma;
    padding: 5px;
    line-height: 25px;
}

ul.list-inline li a {
    padding-top: 10px;
}


/* Responsive */

@media (max-width: 991px) {
    #footer .phone {
        font-size: 20px;
    }
    html.side-header #footer .container {
        padding: 0 35px;
        width: auto !important;
        max-width: 1210px;
    }
}

@media (max-width: 767px) {
    /* Footer */
    #footer .phone {
        font-size: 20px;
    }
}


/*--------------------------------------------------------------------------------------
Theme Name: PHOTOGRAPHY PORTFOLIO
Theme URI: http://themexone.com
Author URI: http://themexone.com
Description: 100% Responsive, Highly Customizable, SEO Friendly Personal Portfolio HTML template using Twitter Bootstrap Latest, Search Engine Friendly.
Author: THEMEXONE
Version: 1.0
----------------------------------------------------------------------------------------
   1. BASE CSS
    2. TOP AREA
        2.1 MAINMENU AREA
        2.2 WELCOME TEXT AREA
    3. ABOUT AREA
    4. SERVICE AREA
    5. WORK AREA
    6. PORTFOLIO AREA
    7. TEAM AREA
    8. TESTMONIAL AREA
    9. PRICEING AREA
    10. SUBSCRIBER AREA
    11. CONTACT AREA
    12. FOOTER AREA
    13. SCROLL TO TOP
----------------------------------------------------------------------------------------*/


/*--------------------
   1. BASE CSS
----------------------*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:400,600|Raleway:400,500,600,700');
@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/eot/IRANSansWeb_Boldd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb_Bold.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb_Bold.woff") format("woff"), url("../fonts/ttf/IRANSansWeb_Bold.ttf") format("truetype");
}

@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/eot/IRANSansWeb_Mediumd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb_Medium.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb_Medium.woff") format("woff"), url("../fonts/ttf/IRANSansWeb_Medium.ttf") format("truetype");
}

@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/eot/IRANSansWeb_Lightd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb_Light.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb_Light.woff") format("woff"), url("../fonts/ttf/IRANSansWeb_Light.ttf") format("truetype");
}

@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/eot/IRANSansWeb_UltraLightd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb_UltraLight.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb_UltraLight.woff") format("woff"), url("../fonts/ttf/IRANSansWeb_UltraLight.ttf") format("truetype");
}

@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/eot/IRANSansWebd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb.woff") format("woff"), url("../fonts/ttf/IRANSansWeb.ttf") format("truetype");
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:focus,
a:hover {
    outline: 0 solid;
    text-decoration: none;
}

button:focus,
input:focus {
    outline: 0 !important;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700 !important;
    font-family: "IRANSans", sans-serif;
}

html,
body {
    height: 100%
}

body {
    font-family: "IRANSans", sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 400;
    color: #363636;
}

a:hover {
    text-decoration: none
}

.navbar-toggle {
    border: 2px solid #ffe24c;
    border-radius: 0;
}

.navbar-toggle .icon-bar {
    background: #ffe24c none repeat scroll 0 0;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.area-title {
    margin: 20px 0 -16px;
}

.area-title h2 {
    color: #464646;
    display: inline-block;
    font-size: 34px;
    font-weight: 500 !important;
    line-height: 1;
    margin-bottom: 40px;
    padding: 0 0px;
    position: relative;
    text-transform: uppercase;
    direction: rtl;
}

.area-title h2 span {
    color: #82a6d7;
    font-weight: 700;
    text-shadow: 1px 1px 1px #000;
}

.area-title p {
    margin-bottom: 0;
    direction: rtl;
    font-size: 15px;
    line-height: 28px;
}

.section-padding {
    padding: 20px 0;
}

.padding-top {
    padding-top: 60px;
    padding-bottom: 0px;
}

.padding-bottom {
    padding-bottom: 100px;
}

.red-bg {
    background: #ffe24c;
    color: #fff;
}

.red-bg .area-title h2 {
    color: #fff;
}


/*--------------------------
    2. TOP AREA
---------------------------*/

.top-area {
    height: 100%;
    position: relative;
    width: 100%;
}


/*
.top-area-bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.top-area-bg::before {
    background: rgba(0, 0, 0, 0) url("img/slider/slide_1.jpg") no-repeat scroll center center / cover;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.top-area-bg::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
}
*/


/*---------------------------------
    2.1 MAINMENU AREA
-----------------------------------*/

.header-top-area {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}

.mainmenu-area {
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 9999 !important;
}

.mainmenu-area-bg {
    background: transparent none repeat scroll 0 0;
    bottom: 0;
    height: 5px;
    position: absolute;
    width: 100%;
}

.navbar-header {
    margin-top: 0px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.navbar {
    border-bottom: 0 none !important;
    border-top: 0 none !important;
    margin-bottom: 0 !important;
    min-height: 100px !important;
}

.navbar-brand>img {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.list-inline {
    padding-right: 0;
    list-style: none;
    margin-right: -5px;
}

ul#nav {
    float: right;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-right: 0px;
    margin-bottom: 0 !important;
}

ul#nav li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #36284b !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 0px 10px 0 !important;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 3 !important;
}

.header-logo-menu.sticker.stick ul#nav {
    margin-right: 0;
    padding-right: 10px;
}

ul#nav li a::after {
    background: transparent none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 0;
}

ul#nav li.active a::after,
ul#nav li:hover a::after {
    width: 100%;
}

.is-sticky ul#nav li a {
    padding: 5px 15px;
    color: #36284b;
    margin-top: 45px;
    margin-bottom: 15px;
}

.is-sticky .navbar-brand>img {
    margin-top: 8px;
}

div#mainmenu-area-sticky-wrapper nav.navbar {
    min-height: 67px;
}

ul#nav li a:hover,
ul#nav li.active a,
.is-sticky ul#nav li.active a {
    /*
    background: #f7ba4d none repeat scroll 0 0;
    color: #363636;
*/
}

.is-sticky .navbar-header {
    margin-top: -15px;
}

.is-sticky .mainmenu-area {
    background: #000;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    z-index: 99999;
}


/*-----------------------------------
    2.2 WELCOME TEXT AREA
-------------------------------------*/

.tp-bullet.selected,
.tp-bullet:hover {
    background: #82a6d7 !important;
}

.tp-bullets {
    /* border: 1px solid #82a6d7; */
    border-radius: 50px;
    display: block;
    height: 180px !important;
    padding: 10px;
    position: absolute;
    right: 30px !important;
    text-align: center !important;
    top: auto;
    width: 40px !important;
    z-index: 1000;
    left: 48% !important;
    transform: rotate(-90deg) !important;
    top: 76% !important;
}

.tp-bullet {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0 !important;
    cursor: pointer;
    display: block !important;
    height: 30px !important;
    left: 0;
    margin-left: 7px;
    margin-top: 20px;
    position: static !important;
    top: auto !important;
    width: 4px !important;
}

.welcome-text-area {
    width: 100%;
    color: #ffffff;
}

.welcome-text h2 {
    font-size: 19px !important;
    text-align: right !important;
    font-weight: bold;
}

.welcome-text h1 {
    font-size: 50px;
    text-shadow: 1px 1px 1px #000;
    text-transform: uppercase;
    color: #fff;
}

.welcome-text h3 {
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 10px;
    position: relative;
    color: #ffffff;
}

.welcome-text p {
    color: #ffffff;
    font-weight: 400;
    display: inline-block;
    font-family: "IRANSans";
    font-size: 16px;
    line-height: 24px;
}

.welcome-text h3::after {
    background: #82a6d7 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 4px;
    right: 0;
    position: absolute;
    width: 150px;
}

.home-button {
    margin-top: 60px;
}

.home-button a {
    background: #82a6d7 none repeat scroll 0 0;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    margin-right: 20px;
    padding: 15px 30px;
    text-transform: uppercase;
    -webkit-transition: 0.3s !important;
    transition: 0.3s !important;
    font-weight: 400;
    font-family: "IRANSans";
}

.home-button a:hover {
    background: #ffffff;
    color: #363636;
}

.welcome-img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 60%;
    overflow: hidden;
}

.welcome-mockup-img {
    bottom: 0;
    max-width: 80%;
    position: absolute;
    right: 5%;
}


/*-----------------------------
    3. ABOUT AREA
-------------------------------*/

.about-area .area-title {
    margin-bottom: 0;
}

.about-left-image {
    padding: 25px;
    position: relative;
    text-align: center;
}

.about-left-image::before,
.about-left-image::after {
    border-left: 2px solid #363636;
    border-top: 2px solid #363636;
    content: "";
    height: 270px;
    left: 0;
    position: absolute;
    top: 0;
    width: 270px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.about-left-image::after {
    border-bottom: 2px solid #363636;
    border-left: inherit;
    border-right: 2px solid #363636;
    border-top: inherit;
    bottom: 0;
    left: auto;
    right: 0;
    top: auto;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.about-left-image img {
    width: 100%;
}

.about-left-image:hover::after,
.about-left-image:hover::before {
    border-color: #82a6d7;
}

.about-content h3 {
    font-family: "IRANSans" open sans;
    margin-bottom: 20px;
    font-size: 23.2px;
}

body>div.myparent>div.container>div>div:nth-child(4)>h3 {
    margin-top: 0px;
    margin-right: 20px;
}

.myparent h3 {
    color: #82a6d7;
    margin-bottom: 23px;
    font-family: iransans;
    font-size: 24px;
    color: #82a6d7;
    margin-bottom: 23px;
    font-weight: 700;
}

.about-content p {
    text-align: justify;
    direction: ltr;
}

.social-bookmark li a em {
    margin: 3px 0;
}

.title-and-social-bookmark h4 {
    border-bottom: 2px solid;
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.title-and-social-bookmark {
    margin-top: 10px;
}

.social-bookmark {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.social-bookmark li {
    display: inline;
}

.social-bookmark li a {
    background: #363636 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 35px;
    margin-right: 10px;
    padding-top: 6px;
    text-align: center;
    width: 35px;
}

.social-bookmark li a:hover {
    background: #82a6d7 none repeat scroll 0 0;
}


/*---------------------------------
    4. SERVICE AREA
----------------------------------*/

.service-image {
    margin-bottom: 40px;
    overflow: hidden;
    padding: 20px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.service-image::before {
    border-left: 2px solid;
    border-top: 2px solid;
    content: "";
    height: 150px;
    left: 0;
    position: absolute;
    top: 0;
    width: 150px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.service-image::after {
    border-bottom: 2px solid;
    border-right: 2px solid;
    bottom: 0;
    content: "";
    height: 150px;
    position: absolute;
    right: 0;
    width: 150px;
    z-index: 9;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-service:hover .service-image::before,
.single-service:hover .service-image::after {
    border-color: #ffe24c;
}

.service-image img {
    width: 100%;
}

.service-details h3 {
    font-size: 24px;
    margin-bottom: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: 600;
}

.single-service:hover .service-details h3 {
    color: #ffe24c;
}

a.read-more {
    color: #ffe24c;
    display: inline-block;
    margin: 11px 0 22px 0;
}

#service>div>div:nth-child(2)>div:nth-child(5)>div>div.service-details>a {
    margin-top: 34px;
}

a.read-more:hover {
    color: #363636;
}


/*------------------------------
    5. WORK AREA
--------------------------------*/

.work-area {
    color: #fff;
    position: relative;
    line-height: 30px;
}

.work-area .area-title {
    margin-bottom: 0;
}

.work-area-bg {
    background: rgba(0, 0, 0, 0) url("../img/work/work_area_bg.html") no-repeat scroll center center / cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.work-area-bg::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
}

.work-area .area-title h2 {
    color: #fff;
    margin-top: 40px;
}


/*.row.work-catagories {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}*/

a.work-details {
    background: #ffe24c none repeat scroll 0 0;
    border-radius: 50px;
    color: #363636;
    display: inline-block;
    font-weight: 600;
    margin-top: 50px;
    padding: 10px 40px;
    text-transform: uppercase;
}

a.work-details:hover {
    background: #fff none repeat scroll 0 0;
    color: #363636;
}

.work-menu {
    border-radius: 50%;
    box-shadow: 0 0 15px #ffe24c;
    margin: 0 auto;
    overflow: hidden;
    padding: 13px;
    text-align: center;
    width: 80%;
}

ul.work-flow-navigation {
    border-radius: 50%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

li.col-md-6.col-xs-6 {
    padding: 0;
}

ul.work-flow-navigation li {
    display: inline-block;
    width: 50%;
}

ul.work-flow-navigation li img {
    background: transparent none repeat scroll 0 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

ul.work-flow-navigation li.active img {
    background: #ffe24c none repeat scroll 0 0;
    left: 0;
    padding: 5px;
    position: relative;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 9;
}

.service-details p {
    direction: rtl;
    text-align: justify;
}

.tab-pane p {
    text-align: justify;
}

ul.work-flow-navigation li a::after {
    background: #fbe46db0 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 9;
}

ul.work-flow-navigation li.active a::after {
    opacity: 0.5;
}


/*------------------------------
    6. PORTFOLIO AREA
--------------------------------*/

.portfolio-menu {
    margin-bottom: 60px;
}

.portfolio-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.portfolio-menu ul li {
    background: #363636 none repeat scroll 0 0;
    color: #ffe24c;
    cursor: pointer;
    display: inline-block;
    padding: 7px 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.portfolio-menu ul li.active,
.portfolio-menu ul li:hover {
    background: #ffe24c none repeat scroll 0 0;
    color: #363636;
}

.single-portfolio {
    -moz-box-align: center;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
    min-height: 300px;
    position: relative;
}

.portfolio-bg {
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: #ddd;
}

.portfolio-bg::after {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.portfolio-bg-1 {
    background: rgba(0, 0, 0, 0) url("../img/testmonial/gal101.html") repeat scroll 0 0 / cover;
}

.portfolio-bg-2 {
    background: rgba(0, 0, 0, 0) url("../img/service/gal107.html") repeat scroll 0 0 / cover;
}

.portfolio-bg-3 {
    background: rgba(0, 0, 0, 0) url("../img/service/gal3.html") repeat scroll 0 0 / cover;
}

.portfolio-bg-4 {
    background: rgba(0, 0, 0, 0) url("../img/service/gal1.html") repeat scroll 0 0 / cover;
}

.portfolio-bg-5 {
    background: rgba(0, 0, 0, 0) url("../img/work/4.html") repeat scroll 0 0 / cover;
}

.portfolio-bg-6 {
    background: rgba(0, 0, 0, 0) url("../img/testmonial/gal102.html") repeat scroll 0 0 / cover;
}

.portfolio-bg-7 {
    background: rgba(0, 0, 0, 0) url("../img/portfolio/7.html") repeat scroll 0 0 / cover;
}

.portfolio-view-details {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 9;
}

.portfolio-view-details a {
    border: 1px solid;
    color: #ffe24c;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    padding-top: 13px;
    text-align: center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 50px;
}

.portfolio-view-details a i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.portfolio-view-details a:hover {
    background: #ffe24c;
    border-color: #ffe24c;
    color: #fff;
}

.single-portfolio:hover .portfolio-bg::after {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.single-portfolio:hover .portfolio-view-details {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/*------------------------------
    7. TEAM AREA
-------------------------------*/

.single-team:hover .member-name-and-image {
    background: #ffe24c none repeat scroll 0 0;
}

.member-name-and-image {
    background: #363636 none repeat scroll 0 0;
    border-radius: 50% 0;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.member-img {
    border-radius: 50%;
}

.member-img img {
    border-radius: 50%;
    padding: 5px;
    width: 100%;
}

.member-details {
    margin-bottom: 40px;
}

.member-social-bookmark ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.member-social-bookmark ul li {
    display: inline;
}

.member-social-bookmark ul li a {
    background: #363636 none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffe24c;
    display: inline-block;
    font-size: 16px;
    height: 35px;
    margin-right: 9px;
    padding-top: 6px;
    text-align: center;
    width: 35px;
}

.member-social-bookmark ul li a:hover {
    background: #ffe24c none repeat scroll 0 0;
    color: #fff;
}

.member-details>h3 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.member-details .member-title {
    margin-bottom: 20px;
}


/*------------------------------
    8. TESTMONIAL AREA
-------------------------------*/

.testmonial-area {
    color: #fff;
    position: relative;
}

.testmonial-area-bg {
    background: rgba(0, 0, 0, 0) url("../img/testmonial/testmonial_area_bg.html") no-repeat scroll center center / cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.testmonial-area-bg::after {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
}

.testmonial-area .area-title h2 {
    color: #ffffff;
}

.testmonial-author-img {
    padding: 25px;
    position: relative;
}

.testmonial-author-img::before {
    border-left: 2px solid;
    border-top: 2px solid;
    content: "";
    height: 150px;
    left: 0;
    position: absolute;
    top: 0;
    width: 150px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.testmonial-author-img::after {
    border-bottom: 2px solid;
    border-right: 2px solid;
    bottom: 0;
    content: "";
    height: 150px;
    position: absolute;
    right: 0;
    width: 150px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.testmonial-slider:hover .testmonial-author-img::before,
.testmonial-slider:hover .testmonial-author-img::after {
    border-color: #82a6d7;
}

.testmonial-author-img img {
    width: 100%;
}

.testmonial-author-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 348px;
    text-align: right;
    direction: rtl;
}

.name-and-title {
    color: #ffe24c;
    margin-bottom: 20px;
}

.name-and-title h3 {
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.name-and-title p a {
    color: #82a6d7;
    text-shadow: 1px 1px 1px #003;
}

.ratting {
    color: #82a6d7;
    font-size: 20px;
    margin-top: 25px;
}

.testmonial-slider .owl-nav>div {
    display: inline-block;
    font-size: 40px;
    height: 50px;
    margin: -25px 5px 0;
    padding-top: 3px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 50px;
}

.testmonial-slider .owl-nav>div.owl-next {
    right: 0;
}

.testmonial-slider .owl-nav>div.owl-prev {
    left: 0;
}

.testmonial-slider .owl-nav>div:hover {
    color: #82a6d7;
}


/*------------------------------
    9. PRICEING AREA
-------------------------------*/

.single-price {
    background: #ffe24c none repeat scroll 0 0;
    padding-top: 60px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
}

.single-price::after {
    border-right: 150px solid #363636;
    border-top: 50px solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    -webkit-transition: border-color 0.3s ease 0s;
    transition: border-color 0.3s ease 0s;
    width: 0;
}

.price-top-title {
    background: #363636 none repeat scroll 0 0;
    color: #fff;
    min-height: 110px;
    padding: 20px 0;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.price-title {
    background: #363636 none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #ffe24c;
    height: 150px;
    left: 50%;
    margin-left: -75px;
    padding-top: 49px;
    position: absolute;
    top: -23px;
    width: 150px;
}

.price-details {
    padding: 50px 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.price-details ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.price-details ul li {
    padding: 7px 0;
}

.price-button {
    border-radius: 0 0 20px 20px;
    padding-bottom: 70px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.price-button a {
    background: #363636 none repeat scroll 0 0;
    border-radius: 50px;
    color: #fff;
    padding: 15px 40px;
    font-weight: 600;
}

.single-price.active .price-top-title,
.single-price:hover .price-top-title {
    background: #ffe24c none repeat scroll 0 0;
}

.single-price.active,
.single-price:hover {
    background: #363636;
    color: #ffffff;
}

.single-price.active:after,
.single-price:hover:after {
    border-right: 150px solid #ffe24c;
    border-top: 50px solid transparent;
}

.single-price.active .price-button a,
.single-price:hover .price-button a {
    background: #ffe24c none repeat scroll 0 0;
    color: #363636;
}

.price-button a:hover {
    background: #ffffff !important;
    color: #363636;
}


/*------------------------------
    10. SUBSCRIBER AREA
--------------------------------*/

.subscriber-area {
    color: #fff;
    position: relative;
}

.subscriber-area-bg {
    background: rgba(0, 0, 0, 0) url("img/subscriber_area_bg.html") no-repeat scroll center center / cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.subscriber-area-bg::after {
    background: #ffe24c none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
}

.subscriber-area .area-title h2 {
    color: #363636;
}

.subscriber-area .area-title h2 span {
    color: #ffffff;
}

.subscriber-form form {
    background: #fff none repeat scroll 0 0;
    border-radius: 50px;
    color: #363636;
    height: 50px;
    position: relative;
    width: 100%;
    text-align: center;
}

.subscriber-form input {
    border: 0 none;
    border-radius: 50px 0 0 50px;
    color: #363636;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 70%;
}

.subscriber-form button {
    background: #363636 none repeat scroll 0 0;
    border: 0 none;
    border-left: 1px solid;
    border-radius: 0 50px 50px 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: 600;
    color: #ffffff;
}

.subscriber-form button:hover {
    background: #fff none repeat scroll 0 0;
    color: #363636;
}

.subscriber-form label.error {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 50px;
    max-width: 100%;
}

.subscriber-form label.valid {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 14px;
    max-width: 100%;
}


/*------------------------------
    11. CONTACT AREA
-------------------------------*/

.contact-area {
    position: relative;
    color: #ffffff;
}

.contact-area .area-title h2 {
    color: #ffffff;
}

.contact-area-bg {
    background: rgba(0, 0, 0, 0) url("img/footer_bg.html") no-repeat scroll center center / cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.contact-area-bg::after {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
}

.contact-area a {
    color: #ffe24c;
}

.contact-area a:hover {
    color: #ffffff;
}

.footer-logo {
    display: inline-block;
    margin-bottom: 30px;
}

.contact-social-bookmark {
    margin-top: 40px;
}

.contact-social-bookmark ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.contact-social-bookmark ul li {
    display: inline;
}

.contact-social-bookmark ul li a {
    background: #363636 none repeat scroll 0 0;
    border-radius: 50%;
    color: #969696;
    display: inline-block;
    height: 35px;
    margin-right: 5px;
    padding-top: 7px;
    text-align: center;
    width: 35px;
}

.contact-social-bookmark ul li a:hover {
    background: #ffe24c none repeat scroll 0 0;
    color: #fff;
}

.google-map-area {
    border-radius: 50%;
    overflow: hidden !important;
}

.contact-form input,
.contact-form textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px dashed #ffe24c;
    border-radius: 0;
    color: #ffe24c;
    max-height: 110px;
    min-height: 40px;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #ffe24c;
    box-shadow: 0 0 0;
}

.contact-form button {
    background: #ffe24c none repeat scroll 0 0;
    border: 0 none;
    font-weight: 600;
    padding: 15px 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #363636;
}

.contact-area .alert-success {
    background-color: #ffe24c;
    border-color: #ffe24c;
    color: #363636;
}

.contact-form button:hover {
    background: #ffffff;
    color: #363636;
}


/*------------------------------
    12. FOOTER AREA
-------------------------------*/

.footer-area {
    background: #000000 none repeat scroll 0 0;
    color: #ffffff;
    padding: 18px 0;
    float: right;
    width: 100%;
}

.footer-area p {
    margin-bottom: 0;
    color: #fff;
    direction: ltr;
}

.footer-area a {
    color: #82a6d7;
}


/*------------------------------
    13. SCROLL TO TOP
-------------------------------*/

a.scrolltotop {
    background: #82a6d7 none repeat scroll 0 0;
    bottom: 20px;
    color: #fff;
    display: none;
    font-size: 20px;
    height: 50px;
    padding-top: 10px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 50px;
    z-index: 99;
    box-shadow: 0 0 0 7px transparent;
}

a.scrolltotop:hover {
    box-shadow: 0 0 0 0 #363636;
    background: #363636;
    color: #fff;
}

.is-sticky .navbar-brand>img .myparent {
    position: relative;
}

._bg_ {
    height: 367px;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: .1;
    display: none;
}

.flag_ ul li img {
    width: 23px;
}

#form1>div:nth-child(51)>div.conten-pandi>div:nth-child(1)>section>div>div>div:nth-child(1) {
    margin-top: 150px;
}

.row.blogu span {
    font-family: iransans !important;
    line-height: 2;
font-size: 14px;
}
.row.blogu {
    direction: ltr;
}

.wrapper-forms-table .form-title div {
    font-size: 18px;
    line-height: 1.8;
}
.row.blogu .col-sm-7,
.row.blogu .col-sm-7 a {
    font-family: iransans !important;
    line-height: 2;
}

body>div.myparent>div.container>div>div:nth-child(4)>ul>li:nth-child(5) {
    list-style: none;
}

.flag_ {
    float: right;
    margin-top: 7px;
    transition: all .2s ease;
}

.is-sticky .flag_ {
    margin-top: 21px;
}

.about-left-image img {
    box-shadow: 4px 4px 8px #454545;
}


/*Azw-news-boxed-responsive  start*/

.section-padding {
    padding-top: 2%;
}

.Newnews-res-view-azw .floatleft {
    float: left !important;
}

.Newnews-res-view-azw .floatright {
    float: right !important;
}

.Newnews-res-view-azw .floatnone {
    float: none !important;
}

.Newnews-res-view-azw .alignleft {
    text-align: left !important;
}

.Newnews-res-view-azw .alignright {
    text-align: right !important;
}

.Newnews-res-view-azw .aligncenter {
    text-align: center !important;
}

.Newnews-res-view-azw .no-display {
    display: none;
}

.Newnews-res-view-azw .no-margin {
    margin: 0 !important;
}

.Newnews-res-view-azw .no-padding {
    padding: 0 !important;
}

.Newnews-res-view-azw a:focus,
.Newnews-res-view-azw button:focus {
    outline: 0px solid
}

.Newnews-res-view-azw input:focus {
    box-shadow: 0;
    outline: 0
}

.Newnews-res-view-azw textarea {
    box-shadow: 0;
    outline: 0
}

.Newnews-res-view-azw img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: top;
}

.Newnews-res-view-azw .fix {
    overflow: hidden
}

.Newnews-res-view-azw p {}

.Newnews-res-view-azw h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: iransans;
}

.Newnews-res-view-azw a {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    color: #000
}

.Newnews-res-view-azw a:hover {
    color: #fff;
    text-decoration: none;
}

.Newnews-res-view-azw a:active,
a:hover,
a:focus {
    outline: 0 none;
    text-decoration: none
}

.Newnews-res-view-azw ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

.Newnews-res-view-azw .clear {
    clear: both
}

.Newnews-res-view-azw ::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

.Newnews-res-view-azw ::selection {
    background: #b3d4fc;
    text-shadow: none
}

.Newnews-res-view-azw .browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.Newnews-res-view-azw ::-webkit-input-placeholder {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.Newnews-res-view-azw :-moz-placeholder {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.Newnews-res-view-azw ::-moz-placeholder {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

:-ms-input-placeholder {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: .Newnews-res-view-azw alpha(opacity=100)
}

.Newnews-res-view-azw .container {
    width: 1200px
}

.container,
.row,
.col-md-12,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-6,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.as-mainwrapper {
    transition: all 0.3s ease 0s
}

.Newnews-res-view-azw .section-margin {
    margin: 120px 0 140px 0
}

.Newnews-res-view-azw .section-padding {
    padding: 20px 0
}

.Newnews-res-view-azw .section-bottom-padding {
    padding: 0 0 120px 0
}

.Newnews-res-view-azw .section-top-padding {
    padding: 120px 0 0 0
}

.Newnews-res-view-azw .section-title {
    text-align: center;
    overflow: hidden;
    position: relative
}

.Newnews-res-view-azw .section-title h3 {
    color: #d2000a;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 15px;
}

.Newnews-res-view-azw .section-title p {
    color: #000000;
    font-family: "iransans";
    font-weight: 400;
    margin-bottom: 24px;
}

.Newnews-res-view-azw .section-title-wrapper {
    margin-bottom: 87px;
    position: relative;
}

.Newnews-res-view-azw .white .section-title h3,
.Newnews-res-view-azw .white .section-title p {
    color: #ffffff;
}

.Newnews-res-view-azw .carousel-style-one.owl-theme .owl-controls .owl-nav div {
    color: #2D3E50;
    display: inline-block;
    font-size: 60px;
    height: 60px;
    left: -50px;
    line-height: 59px;
    margin: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    filter: alpha(opacity=100);
    padding: 0;
    position: absolute;
    text-align: center;
    top: 39.6%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 36px;
}

.Newnews-res-view-azw .carousel-style-one.owl-theme .owl-controls .owl-nav div.owl-next {
    left: auto;
    right: -50px;
}

.Newnews-res-view-azw .latest-area:hover .carousel-style-one.owl-theme .owl-controls .owl-nav div {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.Newnews-res-view-azw .dividers {
    border-top: 1px solid #ccc;
}

.Newnews-res-view-azw .as-mainwrapper {
    position: relative;
}

.Newnews-res-view-azw .as-mainwrapper.wrapper-boxed {
    background-color: #ffffff;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
    float: none;
    margin: 0 auto;
    max-width: 1200px;
}

.Newnews-res-view-azw .main-content-wrapper,
.wrapper-wide {
    background: #ffffff;
}


/*------Margin left-------*/

.Newnews-res-view-azw .ml-0 {
    margin-left: 0px
}

.Newnews-res-view-azw .ml-10 {
    margin-left: 10px
}

.Newnews-res-view-azw .ml-15 {
    margin-left: 15px
}

.Newnews-res-view-azw .ml-20 {
    margin-left: 20px
}

.Newnews-res-view-azw .ml-30 {
    margin-left: 30px
}

.Newnews-res-view-azw .ml-40 {
    margin-left: 40px
}

.Newnews-res-view-azw .ml-50 {
    margin-left: 50px
}

.Newnews-res-view-azw .ml-60 {
    margin-left: 60px
}

.Newnews-res-view-azw .ml-70 {
    margin-left: 70px
}

.Newnews-res-view-azw .ml-80 {
    margin-left: 80px
}

.Newnews-res-view-azw .ml-90 {
    margin-left: 90px
}

.Newnews-res-view-azw .ml-100 {
    margin-left: 100px
}


/*------Margin right-------*/

.Newnews-res-view-azw .mr-0 {
    margin-right: 0px
}

.Newnews-res-view-azw .mr-10 {
    margin-right: 10px
}

.Newnews-res-view-azw .mr-15 {
    margin-right: 15px
}

.Newnews-res-view-azw .mr-20 {
    margin-right: 20px
}

.Newnews-res-view-azw .mr-30 {
    margin-right: 30px
}

.Newnews-res-view-azw .mr-40 {
    margin-right: 40px
}

.Newnews-res-view-azw .mr-50 {
    margin-right: 50px
}

.Newnews-res-view-azw .mr-60 {
    margin-right: 60px
}

.Newnews-res-view-azw .mr-70 {
    margin-right: 70px
}

.Newnews-res-view-azw .mr-80 {
    margin-right: 80px
}

.Newnews-res-view-azw .mr-90 {
    margin-right: 90px
}

.Newnews-res-view-azw .mr-100 {
    margin-right: 100px
}


/*------Margin Top-------*/

.Newnews-res-view-azw .mt-0 {
    margin-top: 0px
}

.Newnews-res-view-azw .mt-10 {
    margin-top: 10px
}

.Newnews-res-view-azw .mt-15 {
    margin-top: 15px
}

.Newnews-res-view-azw .mt-20 {
    margin-top: 20px
}

.Newnews-res-view-azw .mt-30 {
    margin-top: 30px
}

.Newnews-res-view-azw .mt-40 {
    margin-top: 40px
}

.Newnews-res-view-azw .mt-50 {
    margin-top: 50px
}

.Newnews-res-view-azw .mt-60 {
    margin-top: 60px
}

.Newnews-res-view-azw .mt-70 {
    margin-top: 70px
}

.Newnews-res-view-azw .mt-80 {
    margin-top: 80px
}

.mt-90 {
    margin-top: 90px
}

.mt-100 {
    margin-top: 100px
}


/*------Margin Bottom-------*/

.Newnews-res-view-azw .mb-0 {
    margin-bottom: 0px
}

.Newnews-res-view-azw .mb-10 {
    margin-bottom: 10px
}

.Newnews-res-view-azw .mb-15 {
    margin-bottom: 15px
}

.Newnews-res-view-azw .mb-20 {
    margin-bottom: 20px
}

.Newnews-res-view-azw .mb-30 {
    margin-bottom: 30px
}

.Newnews-res-view-azw .mb-40 {
    margin-bottom: 40px
}

.Newnews-res-view-azw .mb-50 {
    margin-bottom: 50px
}

.Newnews-res-view-azw .mb-60 {
    margin-bottom: 60px
}

.Newnews-res-view-azw .mb-70 {
    margin-bottom: 70px
}

.Newnews-res-view-azw .mb-80 {
    margin-bottom: 80px
}

.Newnews-res-view-azw .mb-90 {
    margin-bottom: 90px
}

.Newnews-res-view-azw .mb-100 {
    margin-bottom: 100px
}


/*------Padding left-------*/

.Newnews-res-view-azw .pl-0 {
    padding-left: 0px
}

.Newnews-res-view-azw .pl-10 {
    padding-left: 10px
}

.Newnews-res-view-azw .pl-15 {
    padding-left: 15px
}

.Newnews-res-view-azw .pl-20 {
    padding-left: 20px
}

.Newnews-res-view-azw .pl-30 {
    padding-left: 30px
}

.Newnews-res-view-azw .pl-40 {
    padding-left: 40px
}

.Newnews-res-view-azw .pl-50 {
    padding-left: 50px
}

.Newnews-res-view-azw .pl-60 {
    padding-left: 60px
}

.Newnews-res-view-azw .pl-70 {
    padding-left: 70px
}

.Newnews-res-view-azw .pl-80 {
    padding-left: 80px
}

.Newnews-res-view-azw .pl-90 {
    padding-left: 90px
}

.Newnews-res-view-azw .pl-100 {
    padding-left: 100px
}


/*------Padding right-------*/

.Newnews-res-view-azw .pr-0 {
    padding-right: 0px
}

.Newnews-res-view-azw .pr-10 {
    padding-right: 10px
}

.Newnews-res-view-azw .pr-15 {
    padding-right: 15px
}

.Newnews-res-view-azw .pr-20 {
    padding-right: 20px
}

.Newnews-res-view-azw .pr-30 {
    padding-right: 30px
}

.Newnews-res-view-azw .pr-40 {
    padding-right: 40px
}

.Newnews-res-view-azw .pr-50 {
    padding-right: 50px
}

.Newnews-res-view-azw .pr-60 {
    padding-right: 60px
}

.Newnews-res-view-azw .pr-70 {
    padding-right: 70px
}

.Newnews-res-view-azw .pr-80 {
    padding-right: 80px
}

.Newnews-res-view-azw .pr-90 {
    padding-right: 90px
}

.Newnews-res-view-azw .pr-100 {
    padding-right: 100px
}


/*------Padding Top-------*/

.Newnews-res-view-azw .pt-0 {
    padding-top: 0px
}

.Newnews-res-view-azw .pt-10 {
    padding-top: 10px
}

.Newnews-res-view-azw .pt-15 {
    padding-top: 15px
}

.Newnews-res-view-azw .pt-20 {
    padding-top: 20px
}

.Newnews-res-view-azw .pt-30 {
    padding-top: 30px
}

.Newnews-res-view-azw .pt-40 {
    padding-top: 40px
}

.Newnews-res-view-azw .pt-50 {
    padding-top: 50px
}

.Newnews-res-view-azw .pt-60 {
    padding-top: 60px
}

.Newnews-res-view-azw .pt-70 {
    padding-top: 70px
}

.Newnews-res-view-azw .pt-80 {
    padding-top: 80px
}

.Newnews-res-view-azw .pt-90 {
    padding-top: 90px
}

.Newnews-res-view-azw .pt-100 {
    padding-top: 100px
}

.Newnews-res-view-azw .pt-110 {
    padding-top: 110px
}


/*------Padding Bottom-------*/

.Newnews-res-view-azw .pb-0 {
    padding-bottom: 0px
}

.Newnews-res-view-azw .pb-10 {
    padding-bottom: 10px
}

.Newnews-res-view-azw .pb-15 {
    padding-bottom: 15px
}

.Newnews-res-view-azw .pb-20 {
    padding-bottom: 20px
}

.Newnews-res-view-azw .pb-30 {
    padding-bottom: 30px
}

.Newnews-res-view-azw .pb-40 {
    padding-bottom: 40px
}

.Newnews-res-view-azw .pb-50 {
    padding-bottom: 50px
}

.Newnews-res-view-azw .pb-60 {
    padding-bottom: 60px
}

.Newnews-res-view-azw .pb-70 {
    padding-bottom: 70px
}

.Newnews-res-view-azw .pb-80 {
    padding-bottom: 80px
}

.Newnews-res-view-azw .pb-90 {
    padding-bottom: 90px
}

.Newnews-res-view-azw .pb-100 {
    padding-bottom: 100px
}

.Newnews-res-view-azw .pb-110 {
    padding-bottom: 110px
}

.Newnews-res-view-azw .pb-120 {
    padding-bottom: 120px
}

.Newnews-res-view-azw .pb-130 {
    padding-bottom: 130px
}

.Newnews-res-view-azw .block {
    display: block
}


/*----------------------------------------*/


/*  5. Course Area
/*----------------------------------------*/

.Newnews-res-view-azw .course-area .section-title-wrapper {
    margin-bottom: 70px;
}

.Newnews-res-view-azw .course-area {
    background-color: #eee;
}

.Newnews-res-view-azw .single-item-image a {
    display: inline-block;
}

.Newnews-res-view-azw .single-item-image {
    overflow: hidden;
    position: relative;
    text-align: center;
    top: -35px;
}

.Newnews-res-view-azw .overlay-effect a {
    position: relative
}

.Newnews-res-view-azw .overlay-effect a:before {
    background: rgba(45, 62, 80, 0.2) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    position: absolute;
    right: 0;
    width: 100%;
}

.Newnews-res-view-azw .single-item:hover .overlay-effect a:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.Newnews-res-view-azw .single-item:hover {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 2px 20px rgba(34, 30, 31, 0.4);
}

.Newnews-res-view-azw .single-item-text h4 {
    font-size: 20px;
    padding-top: 7px;
}

.Newnews-res-view-azw .single-item-text h4 a,
.Newnews-res-view-azw .single-item-text h4 {
    color: #2d3e50;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
}

.Newnews-res-view-azw .single-item-text-info span {
    color: #696969;
    font-family: "iransans";
    margin-right: 11px;
}

.Newnews-res-view-azw .single-item-text-info span span {
    color: #2d3e50;
}

.Newnews-res-view-azw .single-item-text>p {
    color: #222222;
    font-size: 12px;
    text-align: justify;
    direction: rtl;
    min-height: 130px;
}

.Newnews-res-view-azw .single-item-content {
    margin-bottom: 44px;
    overflow: hidden;
    padding-top: 21px;
}

.Newnews-res-view-azw .single-item-text-info {
    margin-bottom: 18px;
    padding-top: 5px;
}

.Newnews-res-view-azw .single-item-comment-view span {
    color: #696969;
    display: inline-block;
    font-family: "iransans";
    font-size: 12px;
    margin-right: 17px;
}

.Newnews-res-view-azw .button-default {
    background: #82a6d7 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-family: "iransans";
    font-size: 14px;
    margin: 0;
    padding: 15px 35px;
    text-transform: uppercase;
}

.Newnews-res-view-azw .single-item-comment-view span:last-child {
    margin-right: 0
}

.Newnews-res-view-azw .single-item-comment-view>span i {
    font-size: 14px;
    margin-right: 8px;
}

.Newnews-res-view-azw .single-item-comment-view,
.Newnews-res-view-azw .single-item-rating {
    display: inline-block;
}

.Newnews-res-view-azw .single-item-rating {
    color: #f3c30b;
    float: right;
    font-size: 16px;
}

.Newnews-res-view-azw .single-item-rating i {
    margin-left: 3px;
}

.Newnews-res-view-azw .single-item .button-default {
    padding: 8px 33px;
}

.Newnews-res-view-azw .button-bottom {
    margin-bottom: -19.5px;
    text-align: center;
}

.Newnews-res-view-azw .single-item:hover .button-default {
    background: #233858 none repeat scroll 0 0;
}

.Newnews-res-view-azw .button-large.button-default {
    box-shadow: 0 2px 20px rgba(34, 30, 31, 0.2);
    font-size: 18px;
    margin-top: 0px;
    padding: 12px 18px;
    text-transform: capitalize;
}

.Newnews-res-view-azw .shortcode .button-large.button-default {
    margin-top: 40px
}

.Newnews-res-view-azw .button-default.button-large:hover {
    background: #2d3e50 none repeat scroll 0 0;
    color: #fff;
}

.Newnews-res-view-azw .button-large.button-default i {
    font-size: 28px;
    line-height: 20px;
    margin-left: 11px;
    position: relative;
    top: 4px;
}

.Newnews-res-view-azw .button-large.button-default {
    box-shadow: 0 2px 20px rgba(34, 30, 31, 0.2);
    font-size: 18px;
    margin-top: 0;
    padding: 12px 18px;
    text-transform: capitalize;
    direction: rtl;
}


/* Normal desktop :992px. */

@media (min-width: 992px) and (max-width: 1169px) {
    .Newnews-res-view-azw .container {
        width: 970px
    }
    .Newnews-res-view-azw .single-item {
        padding: 0 20px;
    }
    .Newnews-res-view-azw .single-latest-text>h3 {
        font-size: 19px;
    }
    .Newnews-res-view-azw .single-latest-text {
        padding: 30px 0 16px 11px;
    }
    .Newnews-res-view-azw .single-product-text {
        padding: 23px 15px 22px;
    }
    .Newnews-res-view-azw .single-event-text {
        padding: 29px 10px 35px;
    }
    .Newnews-res-view-azw .single-event-item .single-item-comment-view span {
        margin-right: 3px;
    }
}


/* Tablet desktop :768px. */

@media (min-width: 768px) and (max-width: 991px) {
    .Newnews-res-view-azw .container {
        width: 750px
    }
    .Newnews-res-view-azw .course-page {
        padding-top: 110px;
    }
    .Newnews-res-view-azw .course-page .single-item,
    .course-page .col-md-4:nth-child(4) .single-item {
        margin-bottom: 110px;
    }
    .Newnews-res-view-azw .course-page .col-md-4:nth-child(5) .single-item,
    .Newnews-res-view-azw .course-page .col-md-4:nth-child(6) .single-item {
        margin-bottom: 50px;
    }
    .Newnews-res-view-azw .course-details-content {
        margin: 0;
    }
    .Newnews-res-view-azw .course-details-area a img {
        margin: 0;
        width: 100%;
    }
    .Newnews-res-view-azw .course-details-content .single-course-details {
        padding: 30px;
    }
    .Newnews-res-view-azw .course-details-area .sidebar-widget {
        margin-top: 45px;
    }
}


/* small mobile :320px. */

@media (max-width: 767px) {
    .Newnews-res-view-azw .container {
        width: 300px
    }
    .Newnews-res-view-azw .course-area .section-title-wrapper {
        margin-bottom: 80px;
    }
    .Newnews-res-view-azw .single-item {
        margin-bottom: 80px;
        padding: 0 16px;
    }
    .Newnews-res-view-azw .single-item-image {
        top: -20px;
    }
    .Newnews-res-view-azw .single-fun-factor {
        margin-bottom: 45px;
    }
    .Newnews-res-view-azw .single-latest-image {
        float: none;
        text-align: center;
    }
    .Newnews-res-view-azw .single-latest-image a,
    .single-latest-image img {
        width: 100%;
    }
    .Newnews-res-view-azw .latest-area .col-md-6:last-child .single-latest-item:last-child,
    .Newnews-res-view-azw .product-area .col-md-3:last-child .single-product-item:last-child {
        margin: 0;
    }
    .Newnews-res-view-azw .single-product-item,
    .Newnews-res-view-azw .single-event-item {
        margin-bottom: 40px;
    }
    .Newnews-res-view-azw .single-event-text {
        padding: 29px 8px 35px;
    }
    .Newnews-res-view-azw .course-page .single-item {
        margin-bottom: 80px;
    }
    .Newnews-res-view-azw .course-page .col-md-4:nth-child(4) .single-item,
    .Newnews-res-view-azw .course-page .col-md-4:nth-child(5) .single-item,
    .Newnews-res-view-azw .course-page .col-md-4:nth-child(6) .single-item {
        margin-bottom: 57px;
    }
    .Newnews-res-view-azw .single-item-text-info span {
        margin-right: 8px;
    }
    .Newnews-res-view-azw .single-course-details .col-md-6:first-child {
        padding-right: 15px;
    }
    .Newnews-res-view-azw .single-course-details .single-item-text h4 {
        font-size: 22px;
    }
    .Newnews-res-view-azw .single-course-details {
        margin-bottom: 50px;
        padding: 0 0 30px;
    }
    .Newnews-res-view-azw .single-course-details .single-item-text {
        padding: 0 10px;
    }
}


/* Large Mobile :480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .Newnews-res-view-azw .container {
        width: 450px
    }
    .Newnews-res-view-azw .single-item {
        margin: 0 14px 56px;
        padding: 0 47px;
    }
}


/* Azw-news-boxed-responsive  end*/


/* azw-news-pic-right-text-left-reponsive  start*/

.azw-news-pic-right-text-left-reponsive a,
.azw-news-pic-right-text-left-reponsive a:visited,
a:focus,
.azw-news-pic-right-text-left-reponsive a:active,
.azw-news-pic-right-text-left-reponsive a:hover {
    outline: 0 none !important;
    text-decoration: none;
}

.azw-news-pic-right-text-left-reponsive a {
    color: #e96840;
    text-decoration: none;
}

.azw-news-pic-right-text-left-reponsive .hr-first {
    border-bottom: 2px solid #ccc !important;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    display: inline-block;
    width: 100%;
}

.azw-news-pic-right-text-left-reponsive .main-content-title {
    border-bottom: 4px solid #ff5700;
    color: #ff5700;
    float: right;
    font-family: tahoma;
    font-size: 17px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 15px;
    position: relative;
    top: 12px;
}

.azw-news-pic-right-text-left-reponsive .hr-title {
    border-bottom-color: #2a2021 !important;
    border-bottom-style: solid !important;
    border-width: 0 0 3px;
    display: inline-block;
    margin: 0 0 3px;
    width: 100%;
}

.azw-news-pic-right-text-left-reponsive .blog {
    border: 2px solid #ddd;
    padding: 15px;
}

.azw-news-pic-right-text-left-reponsive .blogu {
    padding: 25px;
}

.azw-news-pic-right-text-left-reponsive .direct {
    float: right !important;
    text-align: right;
}

.azw-news-pic-right-text-left-reponsive .text-center {
    position: relative;
    text-align: center;
}

.azw-news-pic-right-text-left-reponsive .pagination {
    margin: 20px 0 50px !important;
}

.azw-news-pic-right-text-left-reponsive .pagination>li {
    float: right;
    margin-right: 8px;
}

.azw-news-pic-right-text-left-reponsive .pagination>li>a {
    background-color: #fff;
    border: 2px solid #ddd;
    color: #ccc;
    float: right;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 0 6px;
    position: relative;
    text-decoration: none;
    font-family: tahoma;
}

.azw-news-pic-right-text-left-reponsive .pagination>li>a:hover,
.azw-news-pic-right-text-left-reponsive .pagination>li>a:focus {
    background-color: transparent;
}

.azw-news-pic-right-text-left-reponsive .pagination>.active>a {
    border-color: #ff5700;
    color: #ff5700;
    background-color: transparent;
}

.azw-news-pic-right-text-left-reponsive .pagination>.active>a,
.pagination>.active>a:focus,
.azw-news-pic-right-text-left-reponsive .pagination>.active>a:hover {
    background-color: transparent;
    border-color: #ff5700;
    color: #ff5700;
}

.azw-news-pic-right-text-left-reponsive .pagination .prv {
    background-image: url(../images/cabinet-right.html);
    background-position: 108px center;
    background-repeat: no-repeat;
}

.azw-news-pic-right-text-left-reponsive .pagination .nxt {
    background-image: url(../images/cabinet-left.html);
    background-position: 5px center;
    background-repeat: no-repeat;
}

.azw-news-pic-right-text-left-reponsive .pagination>li:nth-child(1) {
    right: 50px;
    position: absolute;
    width: 110px;
}

.azw-news-pic-right-text-left-reponsive .pagination>li:nth-last-child(1) {
    left: 50px;
    position: absolute;
    width: 110px;
}

.azw-news-pic-right-text-left-reponsive .pagination>li:nth-child(1)>a,
.azw-news-pic-right-text-left-reponsive .pagination>li:nth-last-child(1)>a {
    border: 2px solid #fff;
    color: #ccc;
    width: 135px;
    font-size: 12px;
    padding: 10px;
}

.azw-news-pic-right-text-left-reponsive .blog-title {
    margin-top: 0;
}

.azw-news-pic-right-text-left-reponsive .blog-title a {
    color: #ff5700;
    transition: all 0.3s ease 0s;
    text-align: right;
}

.azw-news-pic-right-text-left-reponsive #bloghome p,
.azw-news-pic-right-text-left-reponsive p {
    font-size: 13px;
    line-height: 1.8em;
    padding: 12px 0;
    color: #2a2021;
    font-family: tahoma;
    font-weight: bold;
    margin-bottom: 62px;
}

.azw-news-pic-right-text-left-reponsive .blog-thumb a>img {
    transition: all 0.5s ease 0s;
}

.azw-news-pic-right-text-left-reponsive .blog-thumb a img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

.azw-news-pic-right-text-left-reponsive .hvr-bounce-to-bottom::before {
    background: #2d2d2d none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: 50% 0 0;
    transition-duration: 0.5s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}

.azw-news-pic-right-text-left-reponsive .hvr-bounce-to-bottom {
    backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    position: relative;
    transform: translateZ(0px);
    transition-duration: 0.5s;
    transition-property: color;
    vertical-align: middle;
}

.azw-news-pic-right-text-left-reponsive .btn-primary {
    background-color: #e96840;
    border: medium none;
}

.azw-news-pic-right-text-left-reponsive .btn-noborder-radius {
    border-radius: 0;
}

.azw-news-pic-right-text-left-reponsive .read-moree {
    float: left;
    border: 1px solid #ff5700;
    position: relative;
    padding: 10px;
}

.azw-news-pic-right-text-left-reponsive .read-moree a {
    background-color: #fff;
    color: #ff5700;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    font-family: tahoma;
}

.azw-news-pic-right-text-left-reponsive .amar-bazdid {
    float: right;
    border: 1px solid #ccc;
    background-color: #ddd;
    position: relative;
    padding: 7px;
}

.azw-news-pic-right-text-left-reponsive .amar-bazdid a {
    background-color: #ddd;
    color: #2a2021;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    font-family: tahoma;
}

.azw-news-pic-right-text-left-reponsive .amar-bazdid a p {
    margin: 0px;
    color: #ff5700;
    font-family: tahoma;
    font-size: 12px;
    text-align: right;
}

.azw-news-pic-right-text-left-reponsive .triangle-blog {
    border-left: 12px solid transparent;
    border-top: 12px solid #ff5700;
    height: 0;
    position: absolute;
    right: 0;
    top: 0px;
    width: 0;
    z-index: 1000;
}

.azw-news-pic-right-text-left-reponsive .triangle-ico-read {
    border-left: 12px solid transparent;
    border-top: 12px solid #fff;
    height: 0;
    position: absolute;
    right: -1px;
    top: -13px;
    width: 0;
}

.azw-news-pic-right-text-left-reponsive .triangle-amar {
    border-left: 12px solid transparent;
    border-top: 12px solid #ccc;
    height: 0;
    position: absolute;
    right: 0;
    top: 0px;
    width: 0;
    z-index: 1000;
}


/*detail-start*/

.azw-news-pic-right-text-left-reponsive .first-titr {
    color: #2a2021;
    font-size: 13px;
    line-height: 30px;
    margin: 0 !important;
    padding: 0;
    font-weight: normal;
}

.azw-news-pic-right-text-left-reponsive .blog-title2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 35px;
    margin: 0;
}

.azw-news-pic-right-text-left-reponsive .blog-title2 a {
    color: #ff5700;
    transition: all 0.3s ease 0s;
}

.singlepost {
    border-width: 0 !important;
}

.azw-news-pic-right-text-left-reponsive .blog-object {
    border: 2px solid #ccc;
    max-width: 100%;
}

.azw-news-pic-right-text-left-reponsive .amar-bazdid-2 {
    background-color: #ddd;
    border: 1px solid #ccc;
    float: right;
    padding: 2px;
    position: relative;
}

.azw-news-pic-right-text-left-reponsive .amar-bazdid-2 a {
    background-color: #ddd;
    color: #2a2021;
    font-family: tahoma;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.azw-news-pic-right-text-left-reponsive .amar-bazdid-2 a p {
    color: #ff5700;
    font-family: tahoma;
    font-size: 12px;
    margin: 0;
    padding: 0px;
    text-align: right;
}

.azw-news-pic-right-text-left-reponsive .triangle-amar-2 {
    border-left: 12px solid transparent;
    border-top: 12px solid #ccc;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    z-index: 1000;
}

.azw-news-pic-right-text-left-reponsive .triangle-ico-read-2 {
    border-left: 12px solid transparent;
    border-top: 12px solid #fff;
    height: 0;
    position: absolute;
    right: -1px;
    top: -13px;
    width: 0;
}

.azw-news-pic-right-text-left-reponsive .entry-meta span {
    direction: rtl;
    margin-left: 65px;
    text-align: right;
    font-family: tahoma;
}

.azw-news-pic-right-text-left-reponsive .entry-meta span i,
.entry-meta span em {
    color: #ff5700;
    font-size: 15px;
}

.azw-news-pic-right-text-left-reponsive .entry-meta span {
    color: #2a2021;
    font-size: 12px;
}

.azw-news-pic-right-text-left-reponsive .entry-meta a {
    color: #2a2021;
}

.azw-news-pic-right-text-left-reponsive .adver {
    min-height: 100px;
    margin: 15px 0;
}

.azw-news-pic-right-text-left-reponsive .adver-side {
    min-height: 70px;
    margin: 1px 0;
}

.azw-news-pic-right-text-left-reponsive .sugest {
    min-height: 400px;
    margin: 15px 0;
}

.azw-news-pic-right-text-left-reponsive .blog-maghale-detail {
    border: 2px solid #ddd;
    margin-top: 10px;
    max-height: 660px;
    overflow-x: hidden !important;
    overflow-y: auto;
    padding: 15px 10px;
}

.azw-news-pic-right-text-left-reponsive .add-padd {
    padding-top: 15px;
}

.title h2 {
    text-align: center;
    padding-bottom: 70px;
    padding-top: 0px;
    color: #464646;
    position: relative;
    clear: both;
}

.search_ input {
    width: 46%;
    background: #ffffff75;
    text-align: right;
    direction: rtl;
    padding-right: 14px;
    color: #fff;
    margin-top: 5px;
    height: 29px;
    border: 1px solid;
}

.search_ input::-webkit-input-placeholder {
    color: #fff;
}

.search_ input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.search_ input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.search_ input:-ms-input-placeholder {
    color: #fff;
}

.is-sticky .header_niroo {
    display: none;
}

.flag_ ul li a {
    color: #fff;
    direction: rtl;
    font-size: 12px;
}

.search_ .btn {
    width: 47px;
    height: 29px;
    margin-right: -3px;
    border: 1px solid #fff;
    border-right: 0;
    background: #ffffff75;
    border-radius: 4px 0 0 4px;
    color: #fff;
    padding-left: 16px;
}

.myh {
    text-align: center;
    color: #fff;
    margin-bottom: 60px;
    font-size: 30px;
    text-shadow: 2px 2px 2px #000;
}

.ih-item.circle.ih-item {
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ih-item.circle {
    position: relative;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    margin: 0 auto;
}

.ih-item,
.ih-item * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ih-item a {
    color: #333;
}

.ih-item.circle .img {
    position: relative;
    width: 250px;
    height: 250px;
    border-radius: 50%;
}

.ih-item.circle.effect15 .img {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ih-item.circle .img::before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ih-item.circle .img img {
    border-radius: 50%;
}

.ih-item img {
    width: 100%;
    height: 100%;
}

.ih-item.circle.effect15 .info {
    background: rgba(18, 187, 202, .6);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.5) rotate(-720deg);
    -moz-transform: scale(0.5) rotate(-720deg);
    -ms-transform: scale(0.5) rotate(-720deg);
    -o-transform: scale(0.5) rotate(-720deg);
    transform: scale(0.5) rotate(-720deg);
    -webkit-transition: all 0.35s ease-in-out 0.3s;
    -moz-transition: all 0.35s ease-in-out 0.3s;
    transition: all 0.35s ease-in-out 0.3s;
}

.ih-item.circle .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ih-item.circle.effect15 .info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    font-size: 22px;
    margin: 0 30px;
    padding: 90px 0 0 0;
    height: 110px;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, 0.3);
}

.ih-item.circle.effect15 .info p {
    color: #bbb;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    margin-top: 0px;
    margin-top: 22px;
    font-size: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.info .fa {
    font-size: 16px;
    margin: 0 6px;
    margin-top: 0px;
    color: #fff;
    margin-top: 5px;
    transition: all .4s linear;
}

.ih-item.circle.effect15 a:hover .info {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
}

.ih-item.circle.effect15 a:hover .img {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.5) rotate(720deg);
    -moz-transform: scale(0.5) rotate(720deg);
    -ms-transform: scale(0.5) rotate(720deg);
    -o-transform: scale(0.5) rotate(720deg);
    transform: scale(0.5) rotate(720deg);
}

iframe.iframe_ {
    width: 110%;
    height: 192px;
    margin-left: 20px;
    overflow: hidden;
    margin-bottom: 27px;
}

.peyvandha {
    margin: 37px 0;
    color: #82a6d7;
    display: inline-block;
    font-size: 34px;
    font-weight: 700;
    text-shadow: 1px 1px 1px #000;
    line-height: 1;
    margin-bottom: 40px;
    padding: 0 20px;
    position: relative;
    text-transform: uppercase;
    direction: rtl;
    width: 100%;
    text-align: center;
}

body {
    overflow-x: hidden;
}

div#mainmenu-area {
    background: #fff;
}

body>div.myparent>div.container>div>div:nth-child(4)>ul>li:nth-child(1):before,
body>div.myparent>div.container>div>div:nth-child(4)>ul>li:nth-child(2):before,
.col-md-3 ul li .list-inline li {
    content: "\f100";
}

body>div.myparent>div.container>div>div:nth-child(4)>ul>li:nth-child(2)>ul>li:before {
    content: "";
}

a.navbar-brand {
    width: 100%;
    margin-left: 0px !important;
    margin-top: 0px;
}

.fullwidth-box .fusion-row {
    padding-left: 0;
    padding-right: 0;
}

.home_img {
    margin-left: 0% !important;
    width: 46% !important;
}

.right_img_group.wow.fadeInDown.animated {
    width: 115%;
}

img.alignnone.size-full.wp-image-52,
img.alignnone.size-full.wp-image-54 {
    width: 92%;
    padding-left: 30px !important;
}

img.alignnone.size-full.wp-image-52,
img.alignnone.size-full.wp-image-54,
img.alignnone.size-full.wp-image-51,
img.alignnone.size-full.wp-image-53 {
    margin: 8px;
}

.home_img {
    margin-right: 0!important;
}

.fusion-layout-column {
    position: relative;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
}

.fusion-content-boxes.fusion-columns-1 .fusion-column {
    margin-bottom: 40px;
}

.content-container p {
    padding-right: 4% !important;
}

.right_img_group p {
    margin-bottom: 0px;
}

.post-content p {
    margin-top: 0;
    margin-bottom: 20px;
}


/******************************start servises**************************/

.service .item {
    position: relative;
    min-height: 350px;
    border-left: 1px solid #e8e8e8;
    overflow: hidden;
}

.center {
    text-align: center;
}

.service .icon-top {
    margin: -85px auto 0;
    position: static;
    width: 43%;
}

.service .item .icon_box h4 {
    font-size: 15px;
    margin-top: 12px;
    color: #000;
    padding: 0 5%;
}

.service .item .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0%;
    background: #fff !important;
    transition: .5s cubic-bezier(0.4, 0, 1, 1);
    opacity: 0;
    visibility: hidden;
}

.service .item .overlay-box .icon_box {
    position: relative;
    width: 100%;
    display: block;
    margin: 0;
    top: 0;
    margin-top: 70px;
    margin-bottom: 20px;
}

.service .icon-bottom {
    margin: -18% auto 0;
}

.service .item .icon_box h4 {
    font-size: 15px;
    margin-top: 12px;
    color: #000;
    padding: 0 5%;
text-align: center;
}

.service .item .overlay-box p {
    direction: rtl;
    font-size: 12px;
    margin-bottom: 20px;
    padding: 0 10px;
    text-align: center;
    color: #000 !important;
}

.service .item .overlay-box .default_link {
    color: #001e60 !important;
}


/******************************end servises**************************/


/*************************  search-style  **************************/

header.header .section .search {
    vertical-align: middle;
    margin-left: 18px;
    text-align: right;
}

input#ctl06_txtSearch {
    border: none;
    height: 29px;
    width: 147px;
    outline: none;
    padding-left: 9px;
    color: #000 !important;
    float: right;
    text-align: left;
    direction: ltr;
}

button.searchCMS {
    float: left;
    border: none;
    height: 29px;
    background: #fff;
    width: 49px;
}

.search {
    display: none;
    position: absolute;
    width: 235px !important;
left: 20px;
    top: 45px;
    border: 1px solid #1d1d1d;
    background: #0c7837;
    background: -webkit-linear-gradient(left, #15203b, #2a4b84);
    background: -moz-linear-gradient(left, #0c7837, #1d1d1d);
    background: -o-linear-gradient(left, #0c7837, #1d1d1d);
    background: -ms-linear-gradient(left, #0c7837, #1d1d1d);
    background: linear-gradient(left, #0c7837, #1d1d1d);
    padding: 25px 18px;
    z-index: 9999999;
    border-radius: 8px;
    box-shadow: 0 0 10px #a9b9d5;
}


/*************************  search-style  **************************/

img.footer-img {
    border-radius: 5px;
}

.title h2 span {
    color: #82a6d7 !important;
}


/***************************************************************************************************************/

.myparent {
    width: 100%;
    float: right;
    background-color: #000000f5;
    padding: 50px 0;
}

.myparent .col-md-3 {
    float: right;
    direction: rtl;
}

.myparent ul li a {
    color: #fff;
    font-weight: bold;
}

.myparent ul li {
    list-style-type: none;
    color: #82a6d7;
    line-height: 35px;
    padding-right: 10px;
}

.myparent ul {
    padding: 0 !important;
}

.navbar-nav>li {
    float: right !important;
}

.welcome-text {
    direction: rtl;
}

.col-md-5.col-lg-5.col-sm-12.col-xs-12.wow.fadeIn {
    direction: ltr;
    text-align: left;
}

#work_one {
    text-align: right;
    direction: rtl;
}

.service-details p {
    direction: rtl;
}

.tab-content {
    text-align: right;
    direction: rtl;
}

.feedback-details p {
    font-size: 15px;
    line-height: 27px;
    font-weight: 300;
}

.myparent ul li:hover>a {
    color: #82a6d7;
    margin-right: 5px;
}

.myparent>div.container>div>div:nth-child(4)>ul>li:nth-child(1)>a:hover {
    margin: 0;
}

.myparent ul li:before {
    content: "\f100";
    right: 0;
    position: absolute;
    font-family: "FontAwesome";
}

body>div.myparent>div.container>div>div:nth-child(4)>ul>li:nth-child(1):hover>a {
    margin: 0;
}

.fusion-content-boxes-2 .heading h2 {
    color: #a0ce4e;
}

.fusion-content-boxes-2 .fusion-content-box-hover .link-area-link-icon-hover .heading h2,
.fusion-content-boxes-2 .fusion-content-box-hover .link-area-link-icon-hover .heading .heading-link h2,
.fusion-content-boxes-2 .fusion-content-box-hover .link-area-box-hover .heading h2,
.fusion-content-boxes-2 .fusion-content-box-hover .link-area-box-hover .heading .heading-link h2,
.fusion-content-boxes-2 .fusion-content-box-hover .link-area-link-icon-hover.link-area-box .fusion-read-more,
.fusion-content-boxes-2 .fusion-content-box-hover .link-area-link-icon-hover.link-area-box .fusion-read-more::after,
.fusion-content-boxes-2 .fusion-content-box-hover .link-area-link-icon-hover.link-area-box .fusion-read-more::before,
.fusion-content-boxes-2 .fusion-content-box-hover .fusion-read-more:hover:after,
.fusion-content-boxes-2 .fusion-content-box-hover .fusion-read-more:hover:before,
.fusion-content-boxes-2 .fusion-content-box-hover .fusion-read-more:hover,
.fusion-content-boxes-2 .fusion-content-box-hover .link-area-box-hover.link-area-box .fusion-read-more,
.fusion-content-boxes-2 .fusion-content-box-hover .link-area-box-hover.link-area-box .fusion-read-more::after,
.fusion-content-boxes-2 .fusion-content-box-hover .link-area-box-hover.link-area-box .fusion-read-more::before,
.fusion-content-boxes-2 .fusion-content-box-hover .link-area-link-icon-hover .icon .circle-no,
.fusion-content-boxes-2 .fusion-content-box-hover .link-area-box-hover .icon .circle-no {
    color: #a0ce4e !important;
}

.fusion-content-boxes-2 .fusion-content-box-hover .heading-link:hover .icon i.circle-yes,
.fusion-content-boxes-2 .fusion-content-box-hover .link-area-box:hover .heading-link .icon i.circle-yes,
.fusion-content-boxes-2 .fusion-content-box-hover .link-area-link-icon-hover .heading .icon i.circle-yes,
.fusion-content-boxes-2 .fusion-content-box-hover .link-area-box-hover .heading .icon i.circle-yes {
    background-color: #a0ce4e !important;
    border-color: #a0ce4e !important;
}

.fusion-content-boxes-1 .heading h2 {
    color: #a0ce4e;
}

.fusion-content-boxes-1 .fusion-content-box-hover .link-area-link-icon-hover .heading h2,
.fusion-content-boxes-1 .fusion-content-box-hover .link-area-link-icon-hover .heading .heading-link h2,
.fusion-content-boxes-1 .fusion-content-box-hover .link-area-box-hover .heading h2,
.fusion-content-boxes-1 .fusion-content-box-hover .link-area-box-hover .heading .heading-link h2,
.fusion-content-boxes-1 .fusion-content-box-hover .link-area-link-icon-hover.link-area-box .fusion-read-more,
.fusion-content-boxes-1 .fusion-content-box-hover .link-area-link-icon-hover.link-area-box .fusion-read-more::after,
.fusion-content-boxes-1 .fusion-content-box-hover .link-area-link-icon-hover.link-area-box .fusion-read-more::before,
.fusion-content-boxes-1 .fusion-content-box-hover .fusion-read-more:hover:after,
.fusion-content-boxes-1 .fusion-content-box-hover .fusion-read-more:hover:before,
.fusion-content-boxes-1 .fusion-content-box-hover .fusion-read-more:hover,
.fusion-content-boxes-1 .fusion-content-box-hover .link-area-box-hover.link-area-box .fusion-read-more,
.fusion-content-boxes-1 .fusion-content-box-hover .link-area-box-hover.link-area-box .fusion-read-more::after,
.fusion-content-boxes-1 .fusion-content-box-hover .link-area-box-hover.link-area-box .fusion-read-more::before,
.fusion-content-boxes-1 .fusion-content-box-hover .link-area-link-icon-hover .icon .circle-no,
.fusion-content-boxes-1 .fusion-content-box-hover .link-area-box-hover .icon .circle-no {
    color: #a0ce4e !important;
}

.fusion-content-boxes-1 .fusion-content-box-hover .heading-link:hover .icon i.circle-yes,
.fusion-content-boxes-1 .fusion-content-box-hover .link-area-box:hover .heading-link .icon i.circle-yes,
.fusion-content-boxes-1 .fusion-content-box-hover .link-area-link-icon-hover .heading .icon i.circle-yes,
.fusion-content-boxes-1 .fusion-content-box-hover .link-area-box-hover .heading .icon i.circle-yes {
    background-color: #a0ce4e !important;
    border-color: #a0ce4e !important;
}

.fusion-content-boxes-3 .heading h2 {
    color: #a0ce4e;
}

.fusion-content-boxes-3 .fusion-content-box-hover .link-area-link-icon-hover .heading h2,
.fusion-content-boxes-3 .fusion-content-box-hover .link-area-link-icon-hover .heading .heading-link h2,
.fusion-content-boxes-3 .fusion-content-box-hover .link-area-box-hover .heading h2,
.fusion-content-boxes-3 .fusion-content-box-hover .link-area-box-hover .heading .heading-link h2,
.fusion-content-boxes-3 .fusion-content-box-hover .link-area-link-icon-hover.link-area-box .fusion-read-more,
.fusion-content-boxes-3 .fusion-content-box-hover .link-area-link-icon-hover.link-area-box .fusion-read-more::after,
.fusion-content-boxes-3 .fusion-content-box-hover .link-area-link-icon-hover.link-area-box .fusion-read-more::before,
.fusion-content-boxes-3 .fusion-content-box-hover .fusion-read-more:hover:after,
.fusion-content-boxes-3 .fusion-content-box-hover .fusion-read-more:hover:before,
.fusion-content-boxes-3 .fusion-content-box-hover .fusion-read-more:hover,
.fusion-content-boxes-3 .fusion-content-box-hover .link-area-box-hover.link-area-box .fusion-read-more,
.fusion-content-boxes-3 .fusion-content-box-hover .link-area-box-hover.link-area-box .fusion-read-more::after,
.fusion-content-boxes-3 .fusion-content-box-hover .link-area-box-hover.link-area-box .fusion-read-more::before,
.fusion-content-boxes-3 .fusion-content-box-hover .link-area-link-icon-hover .icon .circle-no,
.fusion-content-boxes-3 .fusion-content-box-hover .link-area-box-hover .icon .circle-no {
    color: #a0ce4e !important;
}

.fusion-content-boxes-3 .fusion-content-box-hover .heading-link:hover .icon i.circle-yes,
.fusion-content-boxes-3 .fusion-content-box-hover .link-area-box:hover .heading-link .icon i.circle-yes,
.fusion-content-boxes-3 .fusion-content-box-hover .link-area-link-icon-hover .heading .icon i.circle-yes,
.fusion-content-boxes-3 .fusion-content-box-hover .link-area-box-hover .heading .icon i.circle-yes {
    background-color: #a0ce4e !important;
    border-color: #a0ce4e !important;
}

.service .item .overlay-box .icon_box h4 {
    color: #001e60 !important;
}


/***************************Responsive*******************************/

@media(max-width:1200px) {
    .service .item .overlay-box p {
        margin-bottom: 10px;
    }
}

@media (max-width:1080px) {
    img.alignnone.size-full.wp-image-52,
    img.alignnone.size-full.wp-image-54 {
        width: 94%;
        padding-left: 30px !important;
    }
    .padding-top {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .Newnews-res-view-azw .single-item-text>p {
        min-height: 155px;
    }
    .Newnews-res-view-azw .single-item {
        min-height: 490px;
    }
    .Newnews-res-view-azw .single-item-comment-view,
    .Newnews-res-view-azw .single-item-rating {
        text-align: center;
    }
}

@media (max-width:1024px) {
    .service .item .overlay-box .icon_box {
        margin-top: 30px;
    }
}

@media (max-width:980px) {
    a.navbar-brand {
        width: 100%;
        margin-left: 0px !important;
        margin-top: -80px;
    }
    .service .item .overlay-box .icon_box {
        margin-top: 110px;
    }
    .is-sticky nav .navbar-brand {
        top: 74px;
    }
    .col-md-7.col-lg-7.col-sm-12.col-xs-12.wow.fadeIn {
        display: none;
    }
    .myparent .col-md-3 {
        width: 100%;
        margin-top: 20px;
    }
}

@media (max-width:768px) {
    .service .item .icon_box {
        position: absolute;
        width: 100%;
        top: 70%;
        margin-top: -90px;
    }
    .course-area.Newnews-res-view-azw.section-padding {
        margin-top: 0;
    }
}


/*MY CSS*/

.myparent {
    width: 100%;
    float: right;
    background-color: #000000f5;
    padding: 50px 0;
}

.myparent .col-md-3 {
    float: right;
    direction: ltr;
    text-align: left;
}

.myparent .col-md-3 p {
    padding-left: 0 !important;
    padding-right: 45px;
}

.myparent ul li a {
    color: #fff;
    font-weight: bold;
}

.myparent ul li {
    list-style-type: none;
    color: #82a6d7;
    line-height: 35px;
    padding-right: 10px;
}

.myparent ul {
    padding: 0 !important;
}

.navbar-nav>li {
    float: right !important;
}

.welcome-text {
    direction: rtl;
}

.col-md-5.col-lg-5.col-sm-12.col-xs-12.wow.fadeIn {
    direction: rtl;
}

#work_one {
    text-align: right;
    direction: rtl;
}

.service-details p {
    direction: rtl;
}

.tab-content {
    text-align: right;
    direction: rtl;
}

.feedback-details p {
    font-size: 15px;
    line-height: 27px;
    font-weight: 300;
}

.myparent ul li:hover>a {
    color: #82a6d7;
    margin-right: 5px;
}

.myparent>div.container>div>div:nth-child(4)>ul>li:nth-child(1)>a:hover {
    margin: 0;
}

.myparent ul li:before {
    content: "\f100";
    left: 0 !important;
    position: absolute;
    font-family: "FontAwesome";
    transform: rotate(180deg) !important;
    right: auto !important;
}

body>div.myparent>div.container>div>div:nth-child(4)>ul>li:nth-child(1):hover>a {
    margin: 0;
}

.peyvandha {
    margin: 37px 0;
    color: #82a6d7;
    display: inline-block;
    font-size: 34px;
    font-weight: 700;
    text-shadow: 1px 1px 1px #000;
    line-height: 1;
    margin-bottom: 40px;
    padding: 0 20px;
    position: relative;
    /* text-transform: uppercase; */
    direction: rtl;
}

iframe.iframe_ {
    width: 110%;
    height: 150px;
    margin-left: 20px;
    overflow: hidden;
    margin-bottom: 27px;
}

img.img-responsive.multiimg {
    margin-bottom: 60px;
}

.aboutcol {
    direction: rtl;
    padding-left: 4%;
}

.header_niroo {
    background: #82a6d7;
}

i.fa.fa-envelope,
i.fa.fa-phone {
    color: #d92126;
}

i.fa.fa-envelope,
#mainmenu-area>div.header_niroo>div>div:nth-child(2)>div>ul>li:nth-child(2)>a>i {
    color: #fff;
}

.navbar-header a.navbar-brand {
    padding: 6px 15px;
}

ul.flagui {
    position: absolute;
    left: 18px;
    z-index: 9999;
    top: 10px;
}

.collapse.navbar-collapse.bs-example-js-navbar-scrollspy {
    position: relative;
}

ul.flagui li {
    float: right;
}

ul.flagui li a {
    width: 25px;
}

#about>div>div>div.col-md-7.col-lg-7.col-sm-12.col-xs-12.wow.fadeIn>div.fusion-one-fourth.fusion-layout-column.fusion-column-last.fusion-spacing-yes.home_img_right.col-lg-6.col-md-6.col-sm-12.col-xs-12>div>div.fusion-content-boxes.content-boxes.columns.fusion-columns-1.fusion-columns-total-1.fusion-content-boxes-3.content-boxes-icon-with-title.row.content-left.fusion-delayed-animation>div.fusion-column.content-box-column.content-box-column-1.col-lg-12.col-md-12.col-sm-12.fusion-content-box-hover.content-box-column-last.content-box-column-last-in-row>div>div.content-container>div>img:nth-child(4) {
    height: 138px;
}

div#slide-1687-layer-1,
div#slide-1689-layer-1,
div#slide-1688-layer-1 {
    min-height: 300px !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
dl,
body {
    margin: 0px;
    padding: 0px;
    text-align: left;
}

a {
    outline: none;
    text-decoration: none;
}

li {
    list-style: none;
}

img {
    border: 0px;
}

input {
    font-family: Tahoma, Geneva, sans-serif !important;
    font-size: 9pt !important;
    direction: rtl;
    text-align: right;
}

.azw_dir {
    direction: rtl;
}

.azw_cursor_pointer {
    cursor: pointer;
}

.azw_font_underline {
    text-decoration: underline;
}

.azw_float {
    float: right !important;
}

.azw_float_rev {
    float: left !important;
}

.azw_float_r {
    float: right !important;
}

.azw_float_l {
    float: left !important;
}

.azw_float_none {
    float: none !important;
}

.azw_dir_ltr {
    direction: ltr !important;
}

.azw_dir_rtl {
    direction: rtl !important;
}

.azw_display_false {
    display: none;
}

.azw_display_true {
    display: block;
}

.azw_font_bold {
    font-weight: bold;
}

.azw_font_italic {
    font-style: italic;
}

.azw_align_center {
    text-align: center !important;
}

.azw_align_right {
    text-align: right !important;
}

.azw_align_left {
    text-align: left !important;
}

.azw_align_justify {
    text-align: justify !important;
}

.azw_scroll_y {
    overflow-y: scroll;
}

.azw_scroll_x {
    overflow-x: scroll;
}

.azw_scroll {
    overflow: scroll;
}

.azw_position_absolute {
    position: absolute;
}

.azw_position_relative {
    position: relative;
}

.azw_position_fix {
    position: fixed;
}

.azw_position_static {
    position: static;
}

.azw_line_h_50px {
    line-height: 50px;
}

.azw_zindex_1 {
    z-index: 1;
}

.azw_zindex_2 {
    z-index: 2;
}

.azw_zindex_3 {
    z-index: 3;
}

.azw_zindex_4 {
    z-index: 4;
}

.azw_zindex_5 {
    z-index: 5;
}

.azw_zindex_6 {
    z-index: 6;
}

.azw_zindex_7 {
    z-index: 7;
}

.azw_zindex_8 {
    z-index: 8;
}

.azw_zindex_9 {
    z-index: 9;
}

.azw_zindex_10 {
    z-index: 10;
}

.azw_line_h_20px {
    line-height: 20px !important;
}

.azw_line_h_22px {
    line-height: 22px !important;
}

.azw_line_h_25px {
    line-height: 25px !important;
}

.azw_line_h_27px {
    line-height: 27px !important;
}

.azw_line_h_30px {
    line-height: 30px !important;
}

.azw_line_h_35px {
    line-height: 35px !important;
}

.azw_line_h_40px {
    line-height: 40px !important;
}

.azw_line_h_45px {
    line-height: 45px !important;
}

.azw_line_h_50px {
    line-height: 50px !important;
}

.azw_lnk_hvr_red:hover {
    color: #900 !important;
}

.azw_lnk_hvr_white:hover {
    color: #FFF !important;
}

.azw_lnk_hvr_black:hover {
    color: #000 !important;
}

.azw_lnk_hvr_blue:hover {
    color: #08a7da !important;
}

.azw_lnk_hvr_gray:hover {
    color: #CCC !important;
}

.azw_font_bold {
    font-weight: bold;
}

.azw_font_normal {
    font-weight: normal !important;
}

.azw_font_italic {
    font-style: italic;
}

.azw_scroll_y {
    overflow-y: scroll;
}

.azw_scroll_x {
    overflow-x: scroll;
}

.azw_scroll {
    overflow: scroll;
}

.azw_position_absolute {
    position: absolute;
}

.azw_position_relative {
    position: relative;
}

.azw_position_fix {
    position: fixed;
}

.azw_position_static {
    position: static;
}

.azw_input_transparent {
    border: 0px;
    background-color: transparent;
}

.azw_input_normalgray {
    border: 1px solid #E4E4E4;
    background-color: #FFF;
    font-family: Tahoma, Geneva, sans-serif;
    direction: rtl;
    text-align: right;
    font-size: 9pt;
    line-height: 20px;
    color: #333;
}

.azw_input_normalblue {
    border: 1px #09F solid;
    background-color: #FFF;
    font-family: Tahoma, Geneva, sans-serif;
    direction: rtl;
    text-align: right;
    font-size: 9pt;
    line-height: 20px;
    color: #333;
}

.azw_input_normalwhite {
    border: 1px #FFF solid;
    background-color: #fff;
    font-family: Tahoma, Geneva, sans-serif;
    direction: rtl;
    text-align: right;
    font-size: 9pt;
    line-height: 20px;
    color: #333;
}

.azw_input_btn_gray {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    padding: 2px 2%;
    margin: 0px auto;
    background-color: #F8F8F8;
    border: 1px solid #CCC;
    box-shadow: 2px 2px 2px 2px #CCC;
    -moz-box-shadow: 2px 2px 2px 2px #CCC;
    -webkit-box-shadow: 2px 2px 2px 2px #CCC;
    cursor: pointer;
}

.azw_input_btn_gray:hover {
    box-shadow: 2px 2px 2px 2px #999;
    -moz-box-shadow: 2px 2px 2px 2px #999;
    -webkit-box-shadow: 2px 2px 2px 2px #999;
    background-color: #F0F0F0;
}

.azw_main_980px {
    width: 980px;
    margin: 0px auto;
}

.azw_main_900px {
    width: 900px;
    margin: 0px auto;
}

.azw_main_800px {
    width: 800px;
    margin: 0px auto;
}

.azw_main_700px {
    width: 700px;
    margin: 0px auto;
}

.azw_main_600px {
    width: 600px;
    margin: 0px auto;
}

.azw_main_500px {
    width: 500px;
    margin: 0px auto;
}

.azw_main_400px {
    width: 400px;
    margin: 0px auto;
}

.azw_main_300px {
    width: 300px;
    margin: 0px auto;
}

.azw_main_200px {
    width: 200px;
    margin: 0px auto;
}

.azw_main_100px {
    width: 100px;
    margin: 0px auto;
}

.azw_margin_0px {
    margin: 0px !important;
}

.azw_margin_1px {
    margin: 1px;
}

.azw_margin_2px {
    margin: 2px;
}

.azw_margin_3px {
    margin: 3px;
}

.azw_margin_4px {
    margin: 4px;
}

.azw_margin_5px {
    margin: 5px;
}

.azw_margin_6px {
    margin: 6px;
}

.azw_margin_7px {
    margin: 7px;
}

.azw_margin_8px {
    margin: 8px;
}

.azw_margin_9px {
    margin: 9px;
}

.azw_margin_10px {
    margin: 10px;
}

.azw_margin_11px {
    margin: 11px;
}

.azw_margin_12px {
    margin: 12px;
}

.azw_margin_13px {
    margin: 13px;
}

.azw_margin_14px {
    margin: 14px;
}

.azw_margin_15px {
    margin: 15px;
}

.azw_margin_16px {
    margin: 16px;
}

.azw_margin_17px {
    margin: 17px;
}

.azw_margin_18px {
    margin: 18px;
}

.azw_margin_19px {
    margin: 19px;
}

.azw_margin_20px {
    margin: 20px;
}

.azw_margin_rl_1per {
    margin-right: 1%;
    margin-left: 1%;
}

.azw_margin_rl_2per {
    margin-right: 2%;
    margin-left: 2%;
}

.azw_margin_rl_3per {
    margin-right: 3%;
    margin-left: 3%;
}

.azw_margin_rl_4per {
    margin-right: 4%;
    margin-left: 4%;
}

.azw_margin_rl_5per {
    margin-right: 5%;
    margin-left: 5%;
}

.azw_margin_rl_6per {
    margin-right: 6%;
    margin-left: 6%;
}

.azw_margin_rl_7per {
    margin-right: 7%;
    margin-left: 7%;
}

.azw_margin_rl_8per {
    margin-right: 8%;
    margin-left: 8%;
}

.azw_margin_rl_9per {
    margin-right: 9%;
    margin-left: 9%;
}

.azw_margin_rl_10per {
    margin-right: 10%;
    margin-left: 10%;
}

.azw_margin_rl_15per {
    margin-right: 15%;
    margin-left: 15%;
}

.azw_margin_rl_20per {
    margin-right: 20%;
    margin-left: 20%;
}

.azw_margin_rl_15per {
    margin-right: 25%;
    margin-left: 25%;
}

.azw_margin_rl_30per {
    margin-right: 30%;
    margin-left: 30%;
}

.azw_mar_r_1per {
    margin-right: 1%;
}

.azw_mar_r_2per {
    margin-right: 2%;
}

.azw_mar_r_3per {
    margin-right: 3%;
}

.azw_mar_r_4per {
    margin-right: 4%;
}

.azw_mar_r_5per {
    margin-right: 5%;
}

.azw_mar_r_6per {
    margin-right: 6%;
}

.azw_mar_r_7per {
    margin-right: 7%;
}

.azw_mar_r_8per {
    margin-right: 8%;
}

.azw_mar_r_9per {
    margin-right: 9%;
}

.azw_mar_r_10per {
    margin-right: 10%;
}

.azw_mar_r_15per {
    margin-right: 15%;
}

.azw_mar_r_20per {
    margin-right: 20%;
}

.azw_mar_r_25per {
    margin-right: 25%;
}

.azw_mar_r_30per {
    margin-right: 30%;
}

.azw_mar_r_35per {
    margin-right: 35%;
}

.azw_mar_r_40per {
    margin-right: 40%;
}

.azw_mar_r_45per {
    margin-right: 45%;
}

.azw_mar_l_1per {
    margin-left: 1%;
}

.azw_mar_l_2per {
    margin-left: 2%;
}

.azw_mar_l_3per {
    margin-left: 3%;
}

.azw_mar_l_4per {
    margin-left: 4%;
}

.azw_mar_l_5per {
    margin-left: 5%;
}

.azw_mar_l_6per {
    margin-left: 6%;
}

.azw_mar_l_7per {
    margin-left: 7%;
}

.azw_mar_l_8per {
    margin-left: 8%;
}

.azw_mar_l_9per {
    margin-left: 9%;
}

.azw_mar_l_10per {
    margin-left: 10%;
}

.azw_mar_l_15per {
    margin-left: 15%;
}

.azw_mar_l_20per {
    margin-left: 20%;
}

.azw_mar_l_25per {
    margin-left: 25%;
}

.azw_mar_l_30per {
    margin-left: 30%;
}

.azw_mar_l_35per {
    margin-left: 35%;
}

.azw_mar_l_40per {
    margin-left: 40%;
}

.azw_mar_l_45per {
    margin-left: 45%;
}

.azw_mar_tb_1px {
    margin-top: 1px;
    margin-bottom: 1px;
}

.azw_mar_tb_2px {
    margin-top: 2px;
    margin-bottom: 2px;
}

.azw_mar_tb_3px {
    margin-top: 3px;
    margin-bottom: 3px;
}

.azw_mar_tb_4px {
    margin-top: 4px;
    margin-bottom: 4px;
}

.azw_mar_tb_5px {
    margin-top: 5px;
    margin-bottom: 5px;
}

.azw_mar_tb_6px {
    margin-top: 6px;
    margin-bottom: 6px;
}

.azw_mar_tb_7px {
    margin-top: 7px;
    margin-bottom: 7px;
}

.azw_mar_tb_8px {
    margin-top: 8px;
    margin-bottom: 8px;
}

.azw_mar_tb_9px {
    margin-top: 9px;
    margin-bottom: 9px;
}

.azw_mar_tb_10px {
    margin-top: 10px;
    margin-bottom: 10px;
}

.azw_mar_tb_15px {
    margin-top: 15px;
    margin-bottom: 15px;
}

.azw_mar_tb_20px {
    margin-top: 20px;
    margin-bottom: 20px;
}

.azw_mar_tb_25px {
    margin-top: 25px;
    margin-bottom: 25px;
}

.azw_mar_tb_30px {
    margin-top: 30px;
    margin-bottom: 30px;
}

.azw_mar_t_1px {
    margin-top: 1px;
}

.azw_mar_t_2px {
    margin-top: 2px;
}

.azw_mar_t_3px {
    margin-top: 3px;
}

.azw_mar_t_4px {
    margin-top: 4px;
}

.azw_mar_t_5px {
    margin-top: 5px;
}

.azw_mar_t_6px {
    margin-top: 6px;
}

.azw_mar_t_7px {
    margin-top: 7px;
}

.azw_mar_t_8px {
    margin-top: 8px;
}

.azw_mar_t_9px {
    margin-top: 9px;
}

.azw_mar_t_10px {
    margin-top: 10px;
}

.azw_mar_t_15px {
    margin-top: 15px;
}

.azw_mar_t_20px {
    margin-top: 20px;
}

.azw_mar_t_25px {
    margin-top: 25px;
}

.azw_mar_t_30px {
    margin-top: 30px;
}

.azw_mar_t_35px {
    margin-top: 35px;
}

.azw_mar_t_40px {
    margin-top: 40px;
}

.azw_mar_b_1px {
    margin-bottom: 1px;
}

.azw_mar_b_2px {
    margin-bottom: 2px;
}

.azw_mar_b_3px {
    margin-bottom: 3px;
}

.azw_mar_b_4px {
    margin-bottom: 4px;
}

.azw_mar_b_5px {
    margin-bottom: 5px;
}

.azw_mar_b_6px {
    margin-bottom: 6px;
}

.azw_mar_b_7px {
    margin-bottom: 7px;
}

.azw_mar_b_8px {
    margin-bottom: 8px;
}

.azw_mar_b_9px {
    margin-bottom: 9px;
}

.azw_mar_b_10px {
    margin-bottom: 10px;
}

.azw_mar_b_15px {
    margin-bottom: 15px;
}

.azw_mar_b_20px {
    margin-bottom: 20px;
}

.azw_mar_b_25px {
    margin-bottom: 25px;
}

.azw_mar_b_30px {
    margin-bottom: 30px;
}

.azw_mar_b_35px {
    margin-bottom: 35px;
}

.azw_mar_b_40px {
    margin-bottom: 40px;
}

.azw_padding_0px {
    padding: 0px;
}

.azw_padding_1px {
    padding: 1px;
}

.azw_padding_2px {
    padding: 2px;
}

.azw_padding_3px {
    padding: 3px;
}

.azw_padding_4px {
    padding: 4px;
}

.azw_padding_5px {
    padding: 5px;
}

.azw_padding_6px {
    padding: 6px;
}

.azw_padding_7px {
    padding: 7px;
}

.azw_padding_8px {
    padding: 8px;
}

.azw_padding_9px {
    padding: 9px;
}

.azw_padding_10px {
    padding: 10px;
}

.azw_padding_11px {
    padding: 11px;
}

.azw_padding_12px {
    padding: 12px;
}

.azw_padding_13px {
    padding: 13px;
}

.azw_padding_14px {
    padding: 14px;
}

.azw_padding_15px {
    padding: 15px;
}

.azw_padding_16px {
    padding: 16px;
}

.azw_padding_17px {
    padding: 17px;
}

.azw_padding_18px {
    padding: 18px;
}

.azw_padding_19px {
    padding: 19px;
}

.azw_padding_20px {
    padding: 20px;
}

.azw_padding_rl_1per {
    padding-right: 1%;
    padding-left: 1%;
}

.azw_padding_rl_2per {
    padding-right: 2%;
    padding-left: 2%;
}

.azw_padding_rl_3per {
    padding-right: 3%;
    padding-left: 3%;
}

.azw_padding_rl_4per {
    padding-right: 4%;
    padding-left: 4%;
}

.azw_padding_rl_5per {
    padding-right: 5%;
    padding-left: 5%;
}

.azw_padding_rl_6per {
    padding-right: 6%;
    padding-left: 6%;
}

.azw_padding_rl_7per {
    padding-right: 7%;
    padding-left: 7%;
}

.azw_padding_rl_8per {
    padding-right: 8%;
    padding-left: 8%;
}

.azw_padding_rl_9per {
    padding-right: 9%;
    padding-left: 9%;
}

.azw_padding_rl_10per {
    padding-right: 10%;
    padding-left: 10%;
}

.azw_padding_rl_15per {
    padding-right: 15%;
    padding-left: 15%;
}

.azw_padding_rl_20per {
    padding-right: 20%;
    padding-left: 20%;
}

.azw_padding_r_1per {
    padding-right: 1%;
}

.azw_padding_r_2per {
    padding-right: 2%;
}

.azw_padding_r_3per {
    padding-right: 3%;
}

.azw_padding_r_4per {
    padding-right: 4%;
}

.azw_padding_r_5per {
    padding-right: 5%;
}

.azw_padding_r_6per {
    padding-right: 6%;
}

.azw_padding_r_7per {
    padding-right: 7%;
}

.azw_padding_r_8per {
    padding-right: 8%;
}

.azw_padding_r_9per {
    padding-right: 9%;
}

.azw_padding_r_10per {
    padding-right: 10%;
}

.azw_padding_r_15per {
    padding-right: 15%;
}

.azw_padding_r_20per {
    padding-right: 20%;
}

.azw_padding_r_25per {
    padding-right: 25%;
}

.azw_padding_r_30per {
    padding-right: 30%;
}

.azw_padding_l_1per {
    padding-left: 1%;
}

.azw_padding_l_2per {
    padding-left: 2%;
}

.azw_padding_l_3per {
    padding-left: 3%;
}

.azw_padding_l_4per {
    padding-left: 4%;
}

.azw_padding_l_5per {
    padding-left: 5%;
}

.azw_padding_l_6per {
    padding-left: 6%;
}

.azw_padding_l_7per {
    padding-left: 7%;
}

.azw_padding_l_8per {
    padding-left: 8%;
}

.azw_padding_l_9per {
    padding-left: 9%;
}

.azw_padding_l_10per {
    padding-left: 10%;
}

.azw_padding_l_15per {
    padding-left: 15%;
}

.azw_padding_l_20per {
    padding-left: 20%;
}

.azw_padding_l_25per {
    padding-left: 25%;
}

.azw_padding_l_30per {
    padding-left: 30%;
}

.azw_padding_tb_1px {
    padding-top: 1px;
    padding-bottom: 1px;
}

.azw_padding_tb_2px {
    padding-top: 2px;
    padding-bottom: 2px;
}

.azw_padding_tb_3px {
    padding-top: 3px;
    padding-bottom: 3px;
}

.azw_padding_tb_4px {
    padding-top: 4px;
    padding-bottom: 4px;
}

.azw_padding_tb_5px {
    padding-top: 5px;
    padding-bottom: 5px;
}

.azw_padding_tb_6px {
    padding-top: 6px;
    padding-bottom: 6px;
}

.azw_padding_tb_7px {
    padding-top: 7px;
    padding-bottom: 7px;
}

.azw_padding_tb_8px {
    padding-top: 8px;
    padding-bottom: 8px;
}

.azw_padding_tb_9px {
    padding-top: 9px;
    padding-bottom: 9px;
}

.azw_padding_tb_10px {
    padding-top: 10px;
    padding-bottom: 10px;
}

.azw_padding_tb_15px {
    padding-top: 15px;
    padding-bottom: 15px;
}

.azw_padding_tb_20px {
    padding-top: 20px;
    padding-bottom: 20px;
}

.azw_padding_tb_25px {
    padding-top: 25px;
    padding-bottom: 25px;
}

.azw_padding_tb_30px {
    padding-top: 30px;
    padding-bottom: 30px;
}

.azw_padding_t_1px {
    padding-top: 1px;
}

.azw_padding_t_2px {
    padding-top: 2px;
}

.azw_padding_t_3px {
    padding-top: 3px;
}

.azw_padding_t_4px {
    padding-top: 4px;
}

.azw_padding_t_5px {
    padding-top: 5px;
}

.azw_padding_t_6px {
    padding-top: 6px;
}

.azw_padding_t_7px {
    padding-top: 7px;
}

.azw_padding_t_8px {
    padding-top: 8px;
}

.azw_padding_t_9px {
    padding-top: 9px;
}

.azw_padding_t_10px {
    padding-top: 10px;
}

.azw_padding_t_15px {
    padding-top: 15px;
}

.azw_padding_t_20px {
    padding-top: 20px;
}

.azw_padding_t_25px {
    padding-top: 25px;
}

.azw_padding_t_30px {
    padding-top: 30px;
}

.azw_padding_b_1px {
    padding-bottom: 1px;
}

.azw_padding_b_2px {
    padding-bottom: 2px;
}

.azw_padding_b_3px {
    padding-bottom: 3px;
}

.azw_padding_b_4px {
    padding-bottom: 4px;
}

.azw_padding_b_5px {
    padding-bottom: 5px;
}

.azw_padding_b_6px {
    padding-bottom: 6px;
}

.azw_padding_b_7px {
    padding-bottom: 7px;
}

.azw_padding_b_8px {
    padding-bottom: 8px;
}

.azw_padding_b_9px {
    padding-bottom: 9px;
}

.azw_padding_b_10px {
    padding-bottom: 10px;
}

.azw_padding_b_15px {
    padding-bottom: 15px;
}

.azw_padding_b_20px {
    padding-bottom: 20px;
}

.azw_padding_b_25px {
    padding-bottom: 25px;
}

.azw_padding_b_30px {
    padding-bottom: 30px;
}

.azw_row {
    float: right;
    width: 100%;
}

.azw_99per {
    float: right;
    width: 99%;
}

.azw_98per {
    float: right;
    width: 98%;
}

.azw_97per {
    float: right;
    width: 97%;
}

.azw_96per {
    float: right;
    width: 96%;
}

.azw_95per {
    float: right;
    width: 95%;
}

.azw_94per {
    float: right;
    width: 94%;
}

.azw_93per {
    float: right;
    width: 93%;
}

.azw_92per {
    float: right;
    width: 92%;
}

.azw_91per {
    float: right;
    width: 91%;
}

.azw_90per {
    float: right;
    width: 90%;
}

.azw_85per {
    float: right;
    width: 85%;
}

.azw_80per {
    float: right;
    width: 80%;
}

.azw_75per {
    float: right;
    width: 75%;
}

.azw_70per {
    float: right;
    width: 70%;
}

.azw_69per {
    float: right;
    width: 69%;
}

.azw_68per {
    float: right;
    width: 68%;
}

.azw_67per {
    float: right;
    width: 67%;
}

.azw_66per {
    float: right;
    width: 66%;
}

.azw_65per {
    float: right;
    width: 65%;
}

.azw_60per {
    float: right;
    width: 60%;
}

.azw_57per {
    float: right;
    width: 57%;
}

.azw_55per {
    float: right;
    width: 55%;
}

.azw_50per {
    float: right;
    width: 50%;
}

.azw_45per {
    float: right;
    width: 45%;
}

.azw_40per {
    float: right;
    width: 40%;
}

.azw_38per {
    float: right;
    width: 38%;
}

.azw_37per {
    float: right;
    width: 37%;
}

.azw_35per {
    float: right;
    width: 35%;
}

.azw_34per {
    float: right;
    width: 34%;
}

.azw_33per {
    float: right;
    width: 33%;
}

.azw_32per {
    float: right;
    width: 32%;
}

.azw_31per {
    float: right;
    width: 31%;
}

.azw_30per {
    float: right;
    width: 30%;
}

.azw_29per {
    float: right;
    width: 29%;
}

.azw_28per {
    float: right;
    width: 28%;
}

.azw_27per {
    float: right;
    width: 27%;
}

.azw_26per {
    float: right;
    width: 26%;
}

.azw_25per {
    float: right;
    width: 25%;
}

.azw_24per {
    float: right;
    width: 24%;
}

.azw_23per {
    float: right;
    width: 23%;
}

.azw_22per {
    float: right;
    width: 22%;
}

.azw_21per {
    float: right;
    width: 21%;
}

.azw_20per {
    float: right;
    width: 20%;
}

.azw_19per {
    float: right;
    width: 19%;
}

.azw_18per {
    float: right;
    width: 18%;
}

.azw_17per {
    float: right;
    width: 17%;
}

.azw_16per {
    float: right;
    width: 16%;
}

.azw_15per {
    float: right;
    width: 15%;
}

.azw_14per {
    float: right;
    width: 14%;
}

.azw_13per {
    float: right;
    width: 13%;
}

.azw_12per {
    float: right;
    width: 12%;
}

.azw_11per {
    float: right;
    width: 11%;
}

.azw_10per {
    float: right;
    width: 10%;
}

.azw_9per {
    float: right;
    width: 9%;
}

.azw_8per {
    float: right;
    width: 8%;
}

.azw_7per {
    float: right;
    width: 7%;
}

.azw_6per {
    float: right;
    width: 6%;
}

.azw_5per {
    float: right;
    width: 5%;
}

.azw_4per {
    float: right;
    width: 4%;
}

.azw_3per {
    float: right;
    width: 3%;
}

.azw_2per {
    float: right;
    width: 2%;
}

.azw_1per {
    float: right;
    width: 1%;
}

.azw_h_5px {
    height: 5px;
}

.azw_h_10px {
    height: 10px;
}

.azw_h_15px {
    height: 15px;
}

.azw_h_17px {
    height: 17px;
}

.azw_h_20px {
    height: 20px;
}

.azw_h_25px {
    height: 25px;
}

.azw_h_26px {
    height: 26px;
}

.azw_h_27px {
    height: 27px;
}

.azw_h_30px {
    height: 30px;
}

.azw_h_35px {
    height: 35px;
}

.azw_h_40px {
    height: 40px;
}

.azw_h_45px {
    height: 45px;
}

.azw_h_50px {
    height: 50px;
}

.azw_h_55px {
    height: 55px;
}

.azw_h_60px {
    height: 60px;
}

.azw_h_65px {
    height: 65px;
}

.azw_h_70px {
    height: 70px;
}

.azw_h_75px {
    height: 75px;
}

.azw_h_80px {
    height: 80px;
}

.azw_h_85px {
    height: 85px;
}

.azw_h_90px {
    height: 90px;
}

.azw_h_95px {
    height: 95px;
}

.azw_h_100px {
    height: 100px;
}

.azw_border_0px {
    border: 0px !important;
}

.azw_border_b_0px {
    border-bottom: 0px !important;
}

.azw_border_t_0px {
    border-top: 0px !important;
}

.azw_border_r_0px {
    border-right: 0px !important;
}

.azw_border_l_0px {
    border-left: 0px !important;
}

.azw_border_rl_0px {
    border-left: 0px !important;
    border-right: 0px !important;
}

.azw_border_tb_0px {
    border-top: 0px !important;
    border-bottom: 0px !important;
}

.azw_border_top_1px_gray {
    border-top: 1px solid #999;
}

.azw_border_top_2px_gray {
    border-top: 2px solid #999;
}

.azw_border_top_3px_gray {
    border-top: 3px solid #999;
}

.azw_border_top_4px_gray {
    border-top: 4px solid #999;
}

.azw_border_top_5px_gray {
    border-top: 5px solid #999;
}

.azw_border_top_6px_gray {
    border-top: 6px solid #999;
}

.azw_border_1px_lightgray {
    border: 1px solid #CCC;
}

.azw_border_2px_lightgray {
    border: 2px solid #CCC;
}

.azw_border_3px_lightgray {
    border: 3px solid #CCC;
}

.azw_border_4px_lightgray {
    border: 4px solid #CCC;
}

.azw_border_5px_lightgray {
    border: 5px solid #CCC;
}

.azw_border_6px_lightgray {
    border: 6px solid #CCC;
}

.azw_border_1px_gray {
    border: 1px solid #999;
}

.azw_border_2px_gray {
    border: 2px solid #999;
}

.azw_border_3px_gray {
    border: 3px solid #999;
}

.azw_border_4px_gray {
    border: 4px solid #999;
}

.azw_border_5px_gray {
    border: 5px solid #999;
}

.azw_border_6px_gray {
    border: 6px solid #999;
}

.azw_border_1px_darkgray {
    border: 1px solid #333;
}

.azw_border_2px_darkgray {
    border: 2px solid #333;
}

.azw_border_3px_darkgray {
    border: 3px solid #333;
}

.azw_border_4px_darkgray {
    border: 4px solid #333;
}

.azw_border_5px_darkgray {
    border: 5px solid #333;
}

.azw_border_6px_darkgray {
    border: 6px solid #333;
}

.azw_border_1px_lightblue {
    border: 1px solid #E6F5F9;
}

.azw_border_2px_lightblue {
    border: 2px solid #E6F5F9;
}

.azw_border_3px_lightblue {
    border: 3px solid #E6F5F9;
}

.azw_border_4px_lightblue {
    border: 4px solid #E6F5F9;
}

.azw_border_5px_lightblue {
    border: 5px solid #E6F5F9;
}

.azw_border_6px_lightblue {
    border: 6px solid #E6F5F9;
}

.azw_border_1px_blue {
    border: 1px solid #548FD8;
}

.azw_border_2px_blue {
    border: 2px solid #548FD8;
}

.azw_border_3px_blue {
    border: 3px solid #548FD8;
}

.azw_border_4px_blue {
    border: 4px solid #548FD8;
}

.azw_border_5px_blue {
    border: 5px solid #548FD8;
}

.azw_border_6px_blue {
    border: 6px solid #548FD8;
}

.azw_border_1px_darkblue {
    border: 1px solid #1A4579;
}

.azw_border_2px_darkblue {
    border: 2px solid #1A4579;
}

.azw_border_3px_darkblue {
    border: 3px solid #1A4579;
}

.azw_border_4px_darkblue {
    border: 4px solid #1A4579;
}

.azw_border_5px_darkblue {
    border: 5px solid #1A4579;
}

.azw_border_6px_darkblue {
    border: 6px solid #1A4579;
}

.azw_border_1px_lightgreen {
    border: 1px solid #E4FDE1;
}

.azw_border_2px_lightgreen {
    border: 2px solid #E4FDE1;
}

.azw_border_3px_lightgreen {
    border: 3px solid #E4FDE1;
}

.azw_border_4px_lightgreen {
    border: 4px solid #E4FDE1;
}

.azw_border_5px_lightgreen {
    border: 5px solid #E4FDE1;
}

.azw_border_6px_lightgreen {
    border: 6px solid #E4FDE1;
}

.azw_border_1px_green {
    border: 1px solid #10D128;
}

.azw_border_2px_green {
    border: 2px solid #10D128;
}

.azw_border_3px_green {
    border: 3px solid #10D128;
}

.azw_border_4px_green {
    border: 4px solid #10D128;
}

.azw_border_5px_green {
    border: 5px solid #10D128;
}

.azw_border_6px_green {
    border: 6px solid #10D128;
}

.azw_border_1px_darkgreen {
    border: 1px solid #1A8229;
}

.azw_border_2px_darkgreen {
    border: 2px solid #1A8229;
}

.azw_border_3px_darkgreen {
    border: 3px solid #1A8229;
}

.azw_border_4px_darkgreen {
    border: 4px solid #1A8229;
}

.azw_border_5px_darkgreen {
    border: 5px solid #1A8229;
}

.azw_border_6px_darkgreen {
    border: 6px solid #1A8229;
}

.azw_border_1px_lightred {
    border: 1px solid #FDEAEA;
}

.azw_border_2px_lightred {
    border: 2px solid #FDEAEA;
}

.azw_border_3px_lightred {
    border: 3px solid #FDEAEA;
}

.azw_border_4px_lightred {
    border: 4px solid #FDEAEA;
}

.azw_border_5px_lightred {
    border: 5px solid #FDEAEA;
}

.azw_border_6px_lightred {
    border: 6px solid #FDEAEA;
}

.azw_border_1px_red {
    border: 1px solid #FC0A10;
}

.azw_border_2px_red {
    border: 2px solid #FC0A10;
}

.azw_border_3px_red {
    border: 3px solid #FC0A10;
}

.azw_border_4px_red {
    border: 4px solid #FC0A10;
}

.azw_border_5px_red {
    border: 5px solid #FC0A10;
}

.azw_border_6px_red {
    border: 6px solid #FC0A10;
}

.azw_border_1px_darkred {
    border: 1px solid #6A0003;
}

.azw_border_2px_darkred {
    border: 2px solid #6A0003;
}

.azw_border_3px_darkred {
    border: 3px solid #6A0003;
}

.azw_border_4px_darkred {
    border: 4px solid #6A0003;
}

.azw_border_5px_darkred {
    border: 5px solid #6A0003;
}

.azw_border_6px_darkred {
    border: 6px solid #6A0003;
}

.azw_border_1px_white {
    border: 1px solid #fff;
}

.azw_border_2px_white {
    border: 2px solid #fff;
}

.azw_border_3px_white {
    border: 3px solid #fff;
}

.azw_border_4px_white {
    border: 4px solid #fff;
}

.azw_border_5px_white {
    border: 5px solid #fff;
}

.azw_border_6px_white {
    border: 6px solid #fff;
}

.azw_border_1px_black {
    border: 1px solid #000;
}

.azw_border_2px_black {
    border: 2px solid #000;
}

.azw_border_3px_black {
    border: 3px solid #000;
}

.azw_border_4px_black {
    border: 4px solid #000;
}

.azw_border_5px_black {
    border: 5px solid #000;
}

.azw_border_6px_black {
    border: 6px solid #000;
}

.azw_border_crv2 {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.azw_border_crv3 {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.azw_border_crv4 {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.azw_border_crv5 {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.azw_border_crv6 {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.azw_border_crv7 {
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

.azw_border_crv8 {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.azw_border_crv9 {
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
}

.azw_border_crv10 {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.azw_border_crv11 {
    border-radius: 11px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
}

.azw_border_crv12 {
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}

.azw_border_crv13 {
    border-radius: 13px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
}

.azw_border_crv14 {
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
}

.azw_border_crv15 {
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.azw_border_crv16 {
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
}

.azw_border_crv2_top {
    border-top-right-radius: 2px;
    -moz-border-top-right-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-top-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
}

.azw_border_crv3_top {
    border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
}

.azw_border_crv4_top {
    border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
}

.azw_border_crv5_top {
    border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
}

.azw_border_crv6_top {
    border-top-right-radius: 6px;
    -moz-border-top-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
}

.azw_border_crv7_top {
    border-top-right-radius: 7px;
    -moz-border-top-right-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    -moz-border-top-left-radius: 7px;
    -webkit-border-top-left-radius: 7px;
}

.azw_border_crv8_top {
    border-top-right-radius: 8px;
    -moz-border-top-right-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    -moz-border-top-left-radius: 8px;
    -webkit-border-top-left-radius: 8px;
}

.azw_border_crv9_top {
    border-top-right-radius: 9px;
    -moz-border-top-right-radius: 9px;
    -webkit-border-top-right-radius: 9px;
    border-top-left-radius: 9px;
    -moz-border-top-left-radius: 9px;
    -webkit-border-top-left-radius: 9px;
}

.azw_border_crv10_top {
    border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
}

.azw_border_crv11_top {
    border-top-right-radius: 11px;
    -moz-border-top-right-radius: 11px;
    -webkit-border-top-right-radius: 11px;
    border-top-left-radius: 11px;
    -moz-border-top-left-radius: 11px;
    -webkit-border-top-left-radius: 11px;
}

.azw_border_crv12_top {
    border-top-right-radius: 12px;
    -moz-border-top-right-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    -moz-border-top-left-radius: 12px;
    -webkit-border-top-left-radius: 12px;
}

.azw_border_crv13_top {
    border-top-right-radius: 13px;
    -moz-border-top-right-radius: 13px;
    -webkit-border-top-right-radius: 13px;
    border-top-left-radius: 13px;
    -moz-border-top-left-radius: 13px;
    -webkit-border-top-left-radius: 13px;
}

.azw_border_crv14_top {
    border-top-right-radius: 14px;
    -moz-border-top-right-radius: 14px;
    -webkit-border-top-right-radius: 14px;
    border-top-left-radius: 14px;
    -moz-border-top-left-radius: 14px;
    -webkit-border-top-left-radius: 14px;
}

.azw_border_crv15_top {
    border-top-right-radius: 15px;
    -moz-border-top-right-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    -moz-border-top-left-radius: 15px;
    -webkit-border-top-left-radius: 15px;
}

.azw_border_crv16_top {
    border-top-right-radius: 16px;
    -moz-border-top-right-radius: 16px;
    -webkit-border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    -moz-border-top-left-radius: 16px;
    -webkit-border-top-left-radius: 16px;
}

.azw_border_crv2_bottom {
    border-bottom-right-radius: 2px;
    -moz-border-bottom-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    -moz-border-bottom-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
}

.azw_border_crv3_bottom {
    border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
}

.azw_border_crv4_bottom {
    border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
}

.azw_border_crv5_bottom {
    border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
}

.azw_border_crv6_bottom {
    border-bottom-right-radius: 6px;
    -moz-border-bottom-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    -moz-border-bottom-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
}

.azw_border_crv7_bottom {
    border-bottom-right-radius: 7px;
    -moz-border-bottom-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    -moz-border-bottom-left-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
}

.azw_border_crv8_bottom {
    border-bottom-right-radius: 8px;
    -moz-border-bottom-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    -moz-border-bottom-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
}

.azw_border_crv9_bottom {
    border-bottom-right-radius: 9px;
    -moz-border-bottom-right-radius: 9px;
    -webkit-border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
    -moz-border-bottom-left-radius: 9px;
    -webkit-border-bottom-left-radius: 9px;
}

.azw_border_crv10_bottom {
    border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
}

.azw_border_crv11_bottom {
    border-bottom-right-radius: 11px;
    -moz-border-bottom-right-radius: 11px;
    -webkit-border-bottom-right-radius: 11px;
    border-bottom-left-radius: 11px;
    -moz-border-bottom-left-radius: 11px;
    -webkit-border-bottom-left-radius: 11px;
}

.azw_border_crv12_bottom {
    border-bottom-right-radius: 12px;
    -moz-border-bottom-right-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    -moz-border-bottom-left-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
}

.azw_border_crv13_bottom {
    border-bottom-right-radius: 13px;
    -moz-border-bottom-right-radius: 13px;
    -webkit-border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
    -moz-border-bottom-left-radius: 13px;
    -webkit-border-bottom-left-radius: 13px;
}

.azw_border_crv14_bottom {
    border-bottom-right-radius: 14px;
    -moz-border-bottom-right-radius: 14px;
    -webkit-border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
    -moz-border-bottom-left-radius: 14px;
    -webkit-border-bottom-left-radius: 14px;
}

.azw_border_crv15_bottom {
    border-bottom-right-radius: 15px;
    -moz-border-bottom-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    -moz-border-bottom-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
}

.azw_border_crv16_bottom {
    border-bottom-right-radius: 16px;
    -moz-border-bottom-right-radius: 16px;
    -webkit-border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    -moz-border-bottom-left-radius: 16px;
    -webkit-border-bottom-left-radius: 16px;
}

.azw_background_image_rpno_ct {
    background: no-repeat center top;
}

.azw_background_image_rpno_cb {
    background: no-repeat center bottom;
}

.azw_background_image_rpx_ct {
    background: repeat-x center top;
}

.azw_background_image_rpx_cb {
    background: repeat-x bottom top;
}

.azw_background_image_rpy_lt {
    background: repeat-y left top;
}

.azw_background_image_rpy_rt {
    background: repeat-y right top;
}

.azw_background_color_lightgray {
    background-color: #F2F2F2;
}

.azw_background_color_gray {
    background-color: #999;
}

.azw_background_color_darkgray {
    background-color: #333;
}

.azw_background_color_lightblue {
    background-color: #E6F5F9;
}

.azw_background_color_blue {
    background-color: #548FD8;
}

.azw_background_color_darkblue {
    background-color: #1A4579;
}

.azw_background_color_lightgreen {
    background-color: #E4FDE1;
}

.azw_background_color_green {
    background-color: #10D128;
}

.azw_background_color_darkgreen {
    background-color: #1A8229;
}

.azw_background_color_lightred {
    background-color: #FDEAEA;
}

.azw_background_color_red {
    background-color: #FC0A10;
}

.azw_background_color_darkred {
    background-color: #6A0003;
}

.azw_background_color_white {
    background-color: #fff;
}

.azw_background_color_black {
    background-color: #000;
}

.azw_font_15pt {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 15pt;
    line-height: 38px;
    text-align: right;
    direction: rtl;
}

.azw_font_14pt {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14pt;
    line-height: 35px;
    text-align: right;
    direction: rtl;
}

.azw_font_13pt {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 13pt;
    line-height: 32px;
    text-align: right;
    direction: rtl;
}

.azw_font_12pt {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12pt;
    line-height: 29px;
    text-align: right;
    direction: rtl;
}

.azw_font_11pt {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11pt;
    line-height: 26px;
    text-align: right;
    direction: rtl;
}

.azw_font_10pt {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 10pt;
    line-height: 23px;
    text-align: right;
    direction: rtl;
}

.azw_font_9pt {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 9pt;
    line-height: 20px;
    text-align: right;
    direction: rtl;
}

.azw_font_8pt {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 8pt;
    line-height: 20px;
    text-align: right;
    direction: rtl;
}

.azw_font_7pt {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 7pt;
    line-height: 20px;
    text-align: right;
    direction: rtl;
}

.azw_font_6pt {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 6pt;
    line-height: 20px;
    text-align: right;
    direction: rtl;
}

.azw_font_5pt {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 9pt;
    line-height: 20px;
    text-align: right;
    direction: rtl;
}

.azw_font_color_trns {
    color: transparent;
}

.azw_font_color_white {
    color: #fff;
}

.azw_font_color_lightgray {
    color: #CCC;
}

.azw_font_color_gray {
    color: #999;
}

.azw_font_color_darkgray {
    color: #333;
}

.azw_font_color_lightblue {
    color: #E6F5F9;
}

.azw_font_color_blue {
    color: #548FD8;
}

.azw_font_color_darkblue {
    color: #1A4579;
}

.azw_font_color_lightgreen {
    color: #E4FDE1;
}

.azw_font_color_green {
    color: #10D128;
}

.azw_font_color_darkgreen {
    color: #11551C;
}

.azw_font_color_lightred {
    color: #FDEAEA;
}

.azw_font_color_red {
    color: #FC0A10;
}

.azw_font_color_darkred {
    color: #6A0003;
}

.azw_font_color_lightyellow {
    color: #FFF2C1;
}

.azw_font_color_yellow {
    color: #FFD737;
}

.azw_font_color_darkyellow {
    color: #846900;
}

.azw_font_color_black {
    color: #000;
}

.azw_box_100per {
    float: right;
    width: 98%;
    padding: 5px 1%;
}

.azw_box_95per {
    float: right;
    width: 93%;
    padding: 5px 1%;
}

.azw_box_90per {
    float: right;
    width: 88%;
    padding: 5px 1%;
}

.azw_box_85per {
    float: right;
    width: 83%;
    padding: 5px 1%;
}

.azw_box_80per {
    float: right;
    width: 78%;
    padding: 5px 1%;
}

.azw_box_75per {
    float: right;
    width: 73%;
    padding: 5px 1%;
}

.azw_box_70per {
    float: right;
    width: 68%;
    padding: 5px 1%;
}

.azw_box_65per {
    float: right;
    width: 63%;
    padding: 5px 1%;
}

.azw_box_60per {
    float: right;
    width: 58%;
    padding: 5px 1%;
}

.azw_box_55per {
    float: right;
    width: 53%;
    padding: 5px 1%;
}

.azw_box_50per {
    float: right;
    width: 48%;
    padding: 5px 1%;
}

.azw_box_45per {
    float: right;
    width: 43%;
    padding: 5px 1%;
}

.azw_box_40per {
    float: right;
    width: 38%;
    padding: 5px 1%;
}

.azw_box_35per {
    float: right;
    width: 33%;
    padding: 5px 1%;
}

.azw_box_30per {
    float: right;
    width: 28%;
    padding: 5px 1%;
}

.azw_box_25per {
    float: right;
    width: 23%;
    padding: 5px 1%;
}

.azw_box_20per {
    float: right;
    width: 18%;
    padding: 5px 1%;
}

.azw_box_15per {
    float: right;
    width: 13%;
    padding: 5px 1%;
}

.azw_box_10per {
    float: right;
    width: 8%;
    padding: 5px 1%;
}

.azw_box_5per {
    float: right;
    width: 3%;
    padding: 5px 1%;
}

.azw_box_background_outershadow {
    box-shadow: 2px 2px 2px 2px #CCC;
    -moz-box-shadow: 2px 2px 2px 2px #ccc;
    -webkit-box-shadow: 2px 2px 2px 2px #ccc;
}

.azw_box_background_innerbeval {
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(247, 247, 247, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(247, 247, 247, 1) 100%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(247, 247, 247, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(247, 247, 247, 1) 100%);
    -webkit-box-shadow: inset rgba(0, 0, 0, 0.4) 0 1px 4px;
    -moz-box-shadow: inset rgba(0, 0, 0, 0.4) 0 1px 4px;
    box-shadow: inset rgba(0, 0, 0, 0.4) 0 1px 4px;
}

.cms_icons {
    background-image: url(../../Images/client/qa/icons.png);
    background-repeat: no-repeat;
}


/* start qa*/

.ui-dialog-titlebar-close {
    border: 1px solid #ccc;
    margin-bottom: -3px;
    margin-left: 5px;
    position: relative;
    border-bottom: 0px;
    background-color: #eee;
    background-position: 0px -469px;
    float: left;
    background-image: url(../../Images/client/qa/icons.png);
    width: 20px;
    height: 20px;
    display: inline-block;
}

.ui-icon-closethick {
    float: left;
    font-size: 0px;
}

.cms_azw_qa_attention {
    background-position: 0px -391px;
    width: 30px;
    height: 30px;
    float: right;
}

.cms_azw_qa_addquestion_box {
    width: 98%;
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    margin-bottom: 20px;
}

.cms_azw_qa_addquestion_box textarea {
    max-width: 80%;
}

.cms_azw_qa_question {
    background-position: 0px -328px;
    width: 30px;
    height: 30px;
    float: right;
}

.cms_azw_qa_answer {
    background-position: 0px -354px;
    width: 30px;
    height: 30px;
    float: right;
}

.cms_azw_qa_addquestion {
    background-position: -2px -432px;
    width: 25px;
    height: 25px;
    float: left;
}

.cms_azw_qa_box {}

.display_area {
    cursor: pointer;
}

.cms_azw_border_top_blue {
    border-top: 1px solid #09F;
}

.cms_azw_border_bottom_blue {
    border-bottom: 1px solid #09F;
}

.cms_azw_border_top_gray {
    border-top: 1px solid #CCC;
}

.cms_azw_border_bottom_gray {
    border-bottom: 1px solid #ccc;
}


/* end qa*/

.cms_azw_icon_registertype {
    background-position: -5px -0px;
    width: 28px;
    height: 20px;
    float: right;
}

.cms_azw_icon_registerreal {
    background-position: -5px -34px;
    width: 28px;
    height: 20px;
    float: right;
}

.cms_azw_icon_registerlegal {
    background-position: -5px -65px;
    width: 28px;
    height: 20px;
    float: right;
}

.cms_azw_icon_registercontact {
    background-position: -5px -89px;
    width: 28px;
    height: 20px;
    float: right;
}

.cms_azw_icon_registerinfo {
    background-position: -5px -122px;
    width: 28px;
    height: 20px;
    float: right;
}

.icons {
    background-image: url(../../images/client/icons.png);
    background-repeat: no-repeat
}

.cms_azw_btnReload {
    background-image: url("../../images/Login/icons.png");
    background-repeat: no-repeat;
    background-position: -12px -2042px;
    color: transparent;
    cursor: pointer;
    float: right;
    height: 16px;
    margin: 20px 5px 5px;
    width: 16px;
}

.report {
    background: url(../../Images/Panel/azw_bg_modal_2.png) repeat;
    width: 100%;
    position: fixed;
    height: 100%;
    z-index: 100;
    text-align: center;
    display: none;
    left: 0px;
}

.report_box {
    background: url(../../Images/Panel/azw_bg_modal_3.png) repeat;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 30%;
    margin: 0px auto;
    min-height: 120px;
    position: fixed;
    z-index: 101;
    top: 22%;
    display: none;
    right: 35%;
    padding: 0.5%;
}

.report_box_content {
    width: 98%;
    padding: 1%;
    float: right;
    background: #f1f2f3;
    height: 93%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.cms_azw_alert_text {
    width: 73%;
    vertical-align: middle;
    margin-top: 3%;
    float: right;
    height: 60%;
    text-align: center;
    direction: rtl;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    line-height: 33px;
    color: #333;
}

.cms_azw_alert_icon_suces {
    background: url(../../Images/Panel/icons_msg.png) no-repeat 0px 0px;
    width: 20%;
    height: 60px;
    float: right;
    margin: 5px 1%;
}

.cms_azw_alert_icon_error {
    background: url(../../Images/Panel/icons_msg.png) no-repeat 0px -240px;
    width: 20%;
    height: 60px;
    float: right;
    margin: 5px 1%;
}

.cms_azw_alert_icon_info {
    background: url(../../Images/Panel/icons_msg.png) no-repeat 0px -80px;
    width: 20%;
    height: 60px;
    float: right;
    margin: 5px 1%;
}

.cms_azw_alert_icon_help {
    background: url(../../Images/Panel/icons_msg.png) no-repeat 0px -160px;
    width: 20%;
    height: 60px;
    float: right;
    margin: 5px 1%;
}

.btn_gray {
    background-repeat: repeat-x;
    background-position: 0 -100000px;
    height: 25px;
    font-family: tahoma;
    font-size: 12px;
    line-height: 25px;
    color: #333;
    text-decoration: none;
    text-align: center;
    padding: 5px 4%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 2px 2px 2px 2px #999;
    -moz-box-shadow: 2px 2px 2px 2px #999;
    -webkit-box-shadow: 2px 2px 2px 2px #999;
    margin-top: 7px;
    margin-bottom: 7px
}

.btn_gray:hover {
    color: #000;
    box-shadow: 2px 2px 2px 2px #848282;
    -moz-box-shadow: 2px 2px 2px 2px #848282;
    -webkit-box-shadow: 2px 2px 2px 2px #848282
}


/* start highslide gallery */


/**
* @file: highslide.css 
* @version: 4.1.13
*/

.highslide-container div {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}

.highslide-container table {
    background: none;
    table-layout: auto;
}

.highslide {
    outline: none;
    text-decoration: none;
}

.highslide img {
    border: 2px solid silver;
}

.highslide:hover img {
    border-color: gray;
}

.highslide-active-anchor img {
    visibility: hidden;
}

.highslide-gallery .highslide-active-anchor img {
    border-color: black;
    visibility: visible;
    cursor: default;
}

.highslide-image {
    border-width: 2px;
    border-style: solid;
    border-color: white;
}

.highslide-wrapper,
.highslide-outline {
    background: white;
}

.glossy-dark {
    background: #111;
}

.highslide-image-blur {}

.highslide-number {
    font-weight: bold;
    color: gray;
    font-size: .9em;
}

.highslide-caption {
    display: none;
    font-family: Tahoma, Geneva, sans-serif;
    text-align: right;
    direction: rtl font-size: 1em;
    padding: 5px;
    /*background: white;*/
}

.highslide-heading {
    display: none;
    font-weight: bold;
    margin: 0.4em;
}

.highslide-dimming {
    /*position: absolute;*/
    background: black;
}

a.highslide-full-expand {
    background: url(../../Images/client/galery/fullexpand.gif) no-repeat;
    display: block;
    margin: 0 10px 10px 0;
    width: 34px;
    height: 34px;
}

.highslide-loading {
    display: block;
    color: black;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding: 3px;
    border: 1px solid white;
    background-color: white;
    padding-left: 22px;
    background-image: url(../../Images/client/galery/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
    font-size: 10px;
}

a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move,
.highslide-move * {
    cursor: move;
}

.highslide-viewport {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: none;
    left: 0;
    top: 0;
}

.highslide-overlay {
    display: none;
}

.hidden-container {
    display: none;
}


/* Example of a semitransparent, offset closebutton */

.closebutton {
    position: relative;
    top: -15px;
    left: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(../../Images/client/galery/close.png);
    /* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}


/*****************************************************************************/


/* Thumbnail boxes for the galleries.                                        */


/* Remove these if you are not using a gallery.                              */


/*****************************************************************************/

.highslide-gallery ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.highslide-gallery ul li {
    display: block;
    float: right;
    margin: 2px;
    padding: 0;
    line-height: 0;
    overflow: hidden;
}

.highslide-gallery ul a {
    position: absolute;
    top: 50%;
    left: 50%;
}

.highslide-gallery ul img {
    position: relative;
    top: -50%;
    left: -50%;
}

html>
/**/

body .highslide-gallery ul li {
    text-align: center;
}

html>
/**/

body .highslide-gallery ul li {
    text-align: center;
}

html>
/**/

body .highslide-gallery ul a {
    position: static;
    display: table-cell;
    vertical-align: middle;
}

html>
/**/

body .highslide-gallery ul img {
    position: static;
}


/*****************************************************************************/


/* Controls for the galleries.											     */


/* Remove these if you are not using a gallery							     */


/*****************************************************************************/

.highslide-controls {
    width: 195px;
    height: 40px;
    background: url(../../Images/client/galery/controlbar-white.gif) 0 -90px no-repeat;
    margin: 20px 15px 10px 0;
}

.highslide-controls ul {
    position: relative;
    left: 15px;
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: url(../../Images/client/galery/controlbar-white.gif) right -90px no-repeat;
}

.highslide-controls li {
    float: left;
    padding: 5px 0;
    margin: 0;
    list-style: none;
}

.highslide-controls a {
    background-image: url(../../Images/client/galery/controlbar-white.gif);
    display: block;
    float: left;
    height: 30px;
    width: 30px;
    outline: none;
}

.highslide-controls a.disabled {
    cursor: default;
}

.highslide-controls a.disabled span {
    cursor: default;
}

.highslide-controls a span {
    /* hide the text for these graphic buttons */
    display: none;
    cursor: pointer;
}


/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */

.highslide-controls .highslide-previous a {
    background-position: 0 0;
}

.highslide-controls .highslide-previous a:hover {
    background-position: 0 -30px;
}

.highslide-controls .highslide-previous a.disabled {
    background-position: 0 -60px !important;
}

.highslide-controls .highslide-play a {
    background-position: -30px 0;
}

.highslide-controls .highslide-play a:hover {
    background-position: -30px -30px;
}

.highslide-controls .highslide-play a.disabled {
    background-position: -30px -60px !important;
}

.highslide-controls .highslide-pause a {
    background-position: -60px 0;
}

.highslide-controls .highslide-pause a:hover {
    background-position: -60px -30px;
}

.highslide-controls .highslide-next a {
    background-position: -90px 0;
}

.highslide-controls .highslide-next a:hover {
    background-position: -90px -30px;
}

.highslide-controls .highslide-next a.disabled {
    background-position: -90px -60px !important;
}

.highslide-controls .highslide-move a {
    background-position: -120px 0;
}

.highslide-controls .highslide-move a:hover {
    background-position: -120px -30px;
}

.highslide-controls .highslide-full-expand a {
    background-position: -150px 0;
}

.highslide-controls .highslide-full-expand a:hover {
    background-position: -150px -30px;
}

.highslide-controls .highslide-full-expand a.disabled {
    background-position: -150px -60px !important;
}

.highslide-controls .highslide-close a {
    background-position: -180px 0;
}

.highslide-controls .highslide-close a:hover {
    background-position: -180px -30px;
}


/*****************************************************************************/


/* Styles for the HTML popups											     */


/* Remove these if you are not using Highslide HTML						     */


/*****************************************************************************/

.highslide-maincontent {
    display: none;
}

.highslide-html {
    background-color: white;
}

.mobile .highslide-html {
    border: 1px solid silver;
}

.highslide-html-content {
    display: none;
    width: 400px;
    padding: 0 5px 5px 5px;
}

.highslide-header {
    padding-bottom: 5px;
}

.highslide-header ul {
    margin: 0;
    padding: 0;
    text-align: right;
}

.highslide-header ul li {
    display: inline;
    padding-left: 1em;
}

.highslide-header ul li.highslide-previous,
.highslide-header ul li.highslide-next {
    display: none;
}

.highslide-header a {
    font-weight: bold;
    color: gray;
    text-transform: uppercase;
    text-decoration: none;
}

.highslide-header a:hover {
    color: black;
}

.highslide-header .highslide-move a {
    cursor: move;
}

.highslide-footer {
    height: 16px;
}

.highslide-footer .highslide-resize {
    display: block;
    float: right;
    margin-top: 5px;
    height: 11px;
    width: 11px;
    background: url(../../Images/client/galery/resize.gif) no-repeat;
}

.highslide-footer .highslide-resize span {
    display: none;
}

.highslide-body {}

.highslide-resize {
    cursor: nw-resize;
}


/*****************************************************************************/


/* Styles for the Individual wrapper class names.							 */


/* See www.highslide.com/ref/hs.wrapperClassName							 */


/* You can safely remove the class name themes you don't use				 */


/*****************************************************************************/


/* hs.wrapperClassName = 'draggable-header' */

.draggable-header .highslide-header {
    height: 18px;
    border-bottom: 1px solid #dddddd;
}

.draggable-header .highslide-heading {
    position: absolute;
    margin: 2px 0.4em;
}

.draggable-header .highslide-header .highslide-move {
    cursor: move;
    display: block;
    height: 16px;
    position: absolute;
    right: 24px;
    top: 0;
    width: 100%;
    z-index: 1;
}

.draggable-header .highslide-header .highslide-move * {
    display: none;
}

.draggable-header .highslide-header .highslide-close {
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 5;
    padding: 0;
}

.draggable-header .highslide-header .highslide-close a {
    display: block;
    height: 16px;
    width: 16px;
    background-image: url(../../Images/client/galery/closeX.png);
}

.draggable-header .highslide-header .highslide-close a:hover {
    background-position: 0 16px;
}

.draggable-header .highslide-header .highslide-close span {
    display: none;
}

.draggable-header .highslide-maincontent {
    padding-top: 1em;
}


/* hs.wrapperClassName = 'titlebar' */

.titlebar .highslide-header {
    height: 18px;
    border-bottom: 1px solid #dddddd;
}

.titlebar .highslide-heading {
    position: absolute;
    width: 90%;
    margin: 1px 0 1px 5px;
    color: #666666;
}

.titlebar .highslide-header .highslide-move {
    cursor: move;
    display: block;
    height: 16px;
    position: absolute;
    right: 24px;
    top: 0;
    width: 100%;
    z-index: 1;
}

.titlebar .highslide-header .highslide-move * {
    display: none;
}

.titlebar .highslide-header li {
    position: relative;
    top: 3px;
    z-index: 2;
    padding: 0 0 0 1em;
}

.titlebar .highslide-maincontent {
    padding-top: 1em;
}


/* hs.wrapperClassName = 'no-footer' */

.no-footer .highslide-footer {
    display: none;
}


/* hs.wrapperClassName = 'wide-border' */

.wide-border {
    background: white;
}

.wide-border .highslide-image {
    border-width: 10px;
}

.wide-border .highslide-caption {
    padding: 0 10px 10px 10px;
}


/* hs.wrapperClassName = 'borderless' */

.borderless .highslide-image {
    border: none;
}

.borderless .highslide-caption {
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    background: silver;
}


/* hs.wrapperClassName = 'outer-glow' */

.outer-glow {
    background: #444;
}

.outer-glow .highslide-image {
    border: 5px solid #444444;
}

.outer-glow .highslide-caption {
    border: 5px solid #444444;
    border-top: none;
    padding: 5px;
    background-color: gray;
}


/* hs.wrapperClassName = 'colored-border' */

.colored-border {
    background: white;
}

.colored-border .highslide-image {
    border: 2px solid green;
}

.colored-border .highslide-caption {
    border: 2px solid green;
    border-top: none;
}


/* hs.wrapperClassName = 'dark' */

.dark {
    background: #111;
}

.dark .highslide-image {
    border-color: black black #202020 black;
    background: gray;
}

.dark .highslide-caption {
    color: white;
    font-family: Tahoma, Geneva, sans-serif;
    direction: rtl;
    text-align: right;
    background: #111;
}

.dark .highslide-controls,
.dark .highslide-controls ul,
.dark .highslide-controls a {
    background-image: url(../../Images/client/galery/controlbar-black-border.gif);
}


/* hs.wrapperClassName = 'floating-caption' */

.floating-caption .highslide-caption {
    position: absolute;
    padding: 1em 0 0 0;
    background: none;
    color: white;
    border: none;
    font-weight: bold;
}


/* hs.wrapperClassName = 'controls-in-heading' */

.controls-in-heading .highslide-heading {
    color: gray;
    font-weight: bold;
    height: 20px;
    overflow: hidden;
    cursor: default;
    padding: 0 0 0 22px;
    margin: 0;
    background: url(../../Images/client/galery/icon.gif) no-repeat 0 1px;
}

.controls-in-heading .highslide-controls {
    width: 105px;
    height: 20px;
    position: relative;
    margin: 0;
    top: -23px;
    left: 7px;
    background: none;
}

.controls-in-heading .highslide-controls ul {
    position: static;
    height: 20px;
    background: none;
}

.controls-in-heading .highslide-controls li {
    padding: 0;
}

.controls-in-heading .highslide-controls a {
    background-image: url(../../Images/client/galery/controlbar-white-small.gif);
    height: 20px;
    width: 20px;
}

.controls-in-heading .highslide-controls .highslide-move {
    display: none;
}

.controls-in-heading .highslide-controls .highslide-previous a {
    background-position: 0 0;
}

.controls-in-heading .highslide-controls .highslide-previous a:hover {
    background-position: 0 -20px;
}

.controls-in-heading .highslide-controls .highslide-previous a.disabled {
    background-position: 0 -40px !important;
}

.controls-in-heading .highslide-controls .highslide-play a {
    background-position: -20px 0;
}

.controls-in-heading .highslide-controls .highslide-play a:hover {
    background-position: -20px -20px;
}

.controls-in-heading .highslide-controls .highslide-play a.disabled {
    background-position: -20px -40px !important;
}

.controls-in-heading .highslide-controls .highslide-pause a {
    background-position: -40px 0;
}

.controls-in-heading .highslide-controls .highslide-pause a:hover {
    background-position: -40px -20px;
}

.controls-in-heading .highslide-controls .highslide-next a {
    background-position: -60px 0;
}

.controls-in-heading .highslide-controls .highslide-next a:hover {
    background-position: -60px -20px;
}

.controls-in-heading .highslide-controls .highslide-next a.disabled {
    background-position: -60px -40px !important;
}

.controls-in-heading .highslide-controls .highslide-full-expand a {
    background-position: -100px 0;
}

.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
    background-position: -100px -20px;
}

.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
    background-position: -100px -40px !important;
}

.controls-in-heading .highslide-controls .highslide-close a {
    background-position: -120px 0;
}

.controls-in-heading .highslide-controls .highslide-close a:hover {
    background-position: -120px -20px;
}


/*****************************************************************************/


/* Styles for text based controls.						                     */


/* You can safely remove this if you don't use text based controls			 */


/*****************************************************************************/

.text-controls .highslide-controls {
    width: auto;
    height: auto;
    margin: 0;
    text-align: center;
    background: none;
}

.text-controls ul {
    position: static;
    background: none;
    height: auto;
    left: 0;
}

.text-controls .highslide-move {
    display: none;
}

.text-controls li {
    background-image: url(../../Images/client/galery/controlbar-text-buttons.png);
    background-position: right top !important;
    padding: 0;
    margin-left: 15px;
    display: block;
    width: auto;
}

.text-controls a {
    background: url(../../Images/client/galery/controlbar-text-buttons.png) no-repeat;
    background-position: left top !important;
    position: relative;
    left: -10px;
    display: block;
    width: auto;
    height: auto;
    text-decoration: none !important;
}

.text-controls a span {
    background: url(../../Images/client/galery/controlbar-text-buttons.png) no-repeat;
    margin: 1px 2px 1px 10px;
    display: block;
    min-width: 4em;
    height: 18px;
    line-height: 18px;
    padding: 1px 0 1px 18px;
    color: #333;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
}

.text-controls .highslide-next {
    margin-right: 1em;
}

.text-controls .highslide-full-expand a span {
    min-width: 0;
    margin: 1px 0;
    padding: 1px 0 1px 10px;
}

.text-controls .highslide-close a span {
    min-width: 0;
}

.text-controls a:hover span {
    color: black;
}

.text-controls a.disabled span {
    color: #999;
}

.text-controls .highslide-previous span {
    background-position: 0 -40px;
}

.text-controls .highslide-previous a.disabled {
    background-position: left top !important;
}

.text-controls .highslide-previous a.disabled span {
    background-position: 0 -140px;
}

.text-controls .highslide-play span {
    background-position: 0 -60px;
}

.text-controls .highslide-play a.disabled {
    background-position: left top !important;
}

.text-controls .highslide-play a.disabled span {
    background-position: 0 -160px;
}

.text-controls .highslide-pause span {
    background-position: 0 -80px;
}

.text-controls .highslide-next span {
    background-position: 0 -100px;
}

.text-controls .highslide-next a.disabled {
    background-position: left top !important;
}

.text-controls .highslide-next a.disabled span {
    background-position: 0 -200px;
}

.text-controls .highslide-full-expand span {
    background: none;
}

.text-controls .highslide-full-expand a.disabled {
    background-position: left top !important;
}

.text-controls .highslide-close span {
    background-position: 0 -120px;
}


/*****************************************************************************/


/* Styles for the thumbstrip.							                     */


/* See www.highslide.com/ref/hs.addSlideshow    							 */


/* You can safely remove this if you don't use a thumbstrip 				 */


/*****************************************************************************/

.highslide-thumbstrip {
    height: 100%;
    direction: ltr;
}

.highslide-thumbstrip div {
    overflow: hidden;
}

.highslide-thumbstrip table {
    position: relative;
    padding: 0;
    border-collapse: collapse;
}

.highslide-thumbstrip td {
    padding: 1px;
    /*text-align: center;*/
}

.highslide-thumbstrip a {
    outline: none;
}

.highslide-thumbstrip img {
    display: block;
    border: 1px solid gray;
    margin: 0 auto;
}

.highslide-thumbstrip .highslide-active-anchor img {
    visibility: visible;
}

.highslide-thumbstrip .highslide-marker {
    position: absolute;
    width: 0;
    height: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    /* change this to actual background color in highslide-ie6.css */
}

.highslide-thumbstrip-horizontal div {
    width: auto;
    /* width: 100% breaks in small strips in IE */
}

.highslide-thumbstrip-horizontal .highslide-scroll-up {
    display: none;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 25px;
    height: 42px;
}

.highslide-thumbstrip-horizontal .highslide-scroll-up div {
    margin-bottom: 10px;
    cursor: pointer;
    background: url(../../Images/client/galery/scrollarrows.png) left center no-repeat;
    height: 42px;
}

.highslide-thumbstrip-horizontal .highslide-scroll-down {
    display: none;
    position: absolute;
    top: 3px;
    right: 3px;
    width: 25px;
    height: 42px;
}

.highslide-thumbstrip-horizontal .highslide-scroll-down div {
    margin-bottom: 10px;
    cursor: pointer;
    background: url(../../Images/client/galery/scrollarrows.png) center right no-repeat;
    height: 42px;
}

.highslide-thumbstrip-horizontal table {
    margin: 2px 0 10px 0;
}

.highslide-viewport .highslide-thumbstrip-horizontal table {
    margin-left: 10px;
}

.highslide-thumbstrip-horizontal img {
    width: auto;
    height: 40px;
}

.highslide-thumbstrip-horizontal .highslide-marker {
    top: 47px;
    border-left-width: 6px;
    border-right-width: 6px;
    border-bottom: 6px solid gray;
}

.highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
    margin-left: 10px;
}

.dark .highslide-thumbstrip-horizontal .highslide-marker,
.highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
    border-bottom-color: white !important;
}

.highslide-thumbstrip-vertical-overlay {
    overflow: hidden !important;
}

.highslide-thumbstrip-vertical div {
    height: 100%;
}

.highslide-thumbstrip-vertical a {
    display: block;
}

.highslide-thumbstrip-vertical .highslide-scroll-up {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25px;
}

.highslide-thumbstrip-vertical .highslide-scroll-up div {
    margin-left: 10px;
    cursor: pointer;
    background: url(../../Images/client/galery/scrollarrows.png) top center no-repeat;
    height: 25px;
}

.highslide-thumbstrip-vertical .highslide-scroll-down {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25px;
}

.highslide-thumbstrip-vertical .highslide-scroll-down div {
    margin-left: 10px;
    cursor: pointer;
    background: url(../../Images/client/galery/scrollarrows.png) bottom center no-repeat;
    height: 25px;
}

.highslide-thumbstrip-vertical table {
    margin: 10px 0 0 10px;
}

.highslide-thumbstrip-vertical img {}

.highslide-thumbstrip-vertical .highslide-marker {
    left: 0;
    margin-top: 8px;
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-left: 6px solid gray;
}

.dark .highslide-thumbstrip-vertical .highslide-marker,
.highslide-viewport .highslide-thumbstrip-vertical .highslide-marker {
    border-left-color: white;
}

.highslide-viewport .highslide-thumbstrip-float {
    overflow: auto;
}

.highslide-thumbstrip-float ul {
    margin: 2px 0;
    padding: 0;
}

.highslide-thumbstrip-float li {
    display: block;
    height: 60px;
    margin: 0 2px;
    list-style: none;
    float: left;
}

.highslide-thumbstrip-float img {
    display: inline;
    border-color: silver;
    max-height: 56px;
}

.highslide-thumbstrip-float .highslide-active-anchor img {
    border-color: black;
}

.highslide-thumbstrip-float .highslide-scroll-up div,
.highslide-thumbstrip-float .highslide-scroll-down div {
    display: none;
}

.highslide-thumbstrip-float .highslide-marker {
    display: none;
}

.zun-pad-btm {
    padding-right: 0;
    padding-left: 0;
}


/*****************************************************************************/


/* The following styles are added by the Highslide Editor                    */


/*****************************************************************************/

.highslide-wrapper,
.highslide-outline {
    background: #FFFFFF;
}

.highslide img {
    border: 1px solid #D0D0D0;
}

.highslide:hover img {
    border-color: #A0A0A0;
}

.highslide-active-anchor img {
    visibility: visible;
    border-color: #808080 !important;
}

.highslide-dimming {
    background: #000000;
}

.highslide-image {
    border: 2px solid #FFFFFF;
}

.highslide-loading {
    color: black;
    border: 1px solid black;
    background-color: white;
    background-image: url(../../Images/client/galery/loader.white.gif);
}

.highslide-controls {
    position: static !important;
    margin-bottom: 0;
}

.highslide-controls .highslide-move {
    display: none;
}

.highslide-gallery ul li {
    margin: 2px;
}


/* end highslide gallery */

.cms_btn_lightgray {
    background-repeat: repeat-x;
    cursor: pointer;
    background-position: 0 -1874px;
    height: 18px;
    font-family: tahoma;
    font-size: 12px;
    line-height: 18px;
    color: #013a6f;
    text-decoration: none;
    text-align: center;
    padding-right: 2%;
    padding-left: 2%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 2px 2px 2px 2px #999;
    -moz-box-shadow: 2px 2px 2px 2px #999;
    -webkit-box-shadow: 2px 2px 2px 2px #999;
    margin-top: 1px;
    margin-bottom: 1px;
    border: 1px solid #CCC;
    margin-right: 1%;
    margin-left: 1%;
}

.cms_btn_lightgray:hover {
    color: #333;
    box-shadow: 2px 2px 2px 2px #848282;
    -moz-box-shadow: 2px 2px 2px 2px #848282;
    -webkit-box-shadow: 2px 2px 2px 2px #848282
}

.cms_btn_gray {
    height: 18px;
    cursor: pointer;
    font-family: tahoma;
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    padding-right: 2%;
    padding-left: 2%;
    float: right;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 2px 2px 2px 2px #999;
    -moz-box-shadow: 2px 2px 2px 2px #999;
    -webkit-box-shadow: 2px 2px 2px 2px #999;
    margin-top: 1px;
    margin-bottom: 1px;
    background-color: #ADADAD;
    border: 1px solid #ACACAC;
}

.cms_btn_gray:hover {
    color: #000;
    box-shadow: 2px 2px 2px 2px #848282;
    -moz-box-shadow: 2px 2px 2px 2px #848282;
    -webkit-box-shadow: 2px 2px 2px 2px #848282
}

.cms_icons_tick {
    float: right;
    height: 26px;
    width: 26px;
    margin: 2px;
    background-position: -6px -123px;
}

.cms_icons_blt_1 {
    float: right;
    height: 20px;
    width: 20px;
    background-position: -5px -180px;
}

.cms_icons_hand {
    background-position: -3px 2px;
    float: right;
    height: 20px;
    width: 20px;
}

.cms_icons_user {
    background-position: 0px -13px;
    float: right;
    height: 30px;
    width: 30px;
}

.cms_icons_calender {
    background-position: 0px -43px;
    float: right;
    height: 30px;
    width: 30px;
}

.cms_icons_mail {
    float: right;
    height: 28px;
    width: 30px;
    background-position: 0px -69px;
    margin-top: 1px;
    margin-bottom: 1px;
}

.cms_icons_question {
    background-position: 0px -90px;
    float: right;
    height: 30px;
    width: 35px;
}

.cms_icons_kajright {
    background-position: -20px -246px;
    height: 32px;
    width: 15px;
    float: right;
}

.cms_icons_kajcenter {
    background-position: 0px -282px;
    float: right;
    height: 32px;
    background-repeat: repeat-x;
}

.cms_icons_kajleft {
    background-position: -20px -202px;
    float: right;
    height: 32px;
    width: 15px;
}


/* start  news yahoo style*/

div.cms_azw_news_yahoo {
    position: relative;
    overflow: hidden;
}

div.cms_azw_news_yahoo ul {
    position: relative;
    left: 0;
    width: auto;
    overflow: hidden;
    z-index: 1;
}

.pagination-count {
    direction: ltr;
}

.jqans-content {
    text-align: center;
    min-height: 310px;
}

div.cms_azw_news_yahoo li {
    float: left;
}

div.cms_azw_news_yahoo .jqans-stories-selector ul,
div.cms_azw_news_yahoo .jqans-stories-selector li {
    height: 10px;
}

div.cms_azw_news_yahoo li {
    width: 107px;
}

div.cms_azw_news_yahoo .jqans-stories {
    background: #f3f3f3;
}

div.cms_azw_news_yahoo .jqans-stories li.selected {
    background: #0164a8;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxNjRhOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNDk0ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #0164a8 0%, #0494f7 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0164a8), color-stop(100%, #0494f7));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0164a8 0%, #0494f7 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0164a8 0%, #0494f7 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0164a8 0%, #0494f7 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #0164a8 0%, #0494f7 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0164a8', endColorstr='#0494f7', GradientType=0);
    /* IE6-8 */
}

div.cms_azw_news_yahoo .jqans-stories li.selected a {
    color: #FFF !important;
}

div.cms_azw_news_yahoo .jqans-stories li p {
    display: none;
}

div.cms_azw_news_yahoo .jqans-stories li h3 {
    font-size: 12px;
    font-weight: normal;
}

div.cms_azw_news_yahoo .jqans-stories-selector li.selected div {
    margin: auto;
    height: 0px;
    width: 0px;
    line-height: 0px;
    font-size: 0px;
    border-right: 10px solid white;
    border-bottom: 10px solid #0164a8;
    border-left: 10px solid white;
}

div.cms_azw_news_yahoo .back {
    float: left;
    margin-left: 3px;
    width: 22px;
}

div.cms_azw_news_yahoo .back a {
    height: 20px;
    background-image: url(../../Images/client/news/previous.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    float: right;
    width: 100%;
}

div.cms_azw_news_yahoo .next {
    float: left;
    margin-left: 3px;
    width: 22px;
}

div.cms_azw_news_yahoo .next a {
    height: 20px;
    background-image: url(../../Images/client/news/next.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    float: right;
    width: 100%;
}


/* end news yahoo style*/


/* start news tab style */

.cms_azw_news_tab_header a {
    margin-right: 1px;
    border-bottom: 0px !important;
}

.cms_azw_news_tab_header a:hover {
    text-decoration: none;
    color: #4b412f
}

.cms_azw_news_tab_header a.selected {
    background-color: #dddddd;
    color: #000!important;
    border-bottom: 0px solid #f6f6f6;
    position: relative;
    bottom: -1px;
}

.cms_azw_news_tab_content a {
    color: #666;
}

.cms_azw_news_tab_content a:hover {
    color: #000;
}

.cms_azw_news_tab_content {
    float: left;
}

.cms_azw_news_tab_mask {
    overflow: hidden;
    border: 1px solid #ccc;
    min-height: 100px;
    background: #dddddd;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWY5ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #dddddd 0%, #f9f9f9 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #f9f9f9));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #dddddd 0%, #f9f9f9 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #dddddd 0%, #f9f9f9 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #dddddd 0%, #f9f9f9 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #dddddd 0%, #f9f9f9 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#f9f9f9', GradientType=0);
    /* IE6-8 */
}


/* end news tab style */


/* start news carousel style*/

.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #eee
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
    direction: rtl
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 650px;
    padding: 2px 30px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    padding: 30px 2px;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 650px
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width: 75px;
    height: 245px
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 10px
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
    margin-left: 10px;
    margin-right: 0
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000
}

.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 42%;
    right: 2px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../../images/client/news/next-horizontal.png) no-repeat 0 0
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(../../images/client/news/prev-horizontal.png)
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 42%;
    left: 2px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../../images/client/news/prev-horizontal.png) no-repeat 0 0
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(../../images/client/news/next-horizontal.png)
}

.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 2px;
    left: 43%;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../../images/client/news/next-vertical.png) no-repeat 0 0
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 2px;
    left: 43%;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../../images/client/news/prev-vertical.png) no-repeat 0 0
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
    background-position: -32px 0
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active,
.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-vertical:focus,
.jcarousel-skin-tango .jcarousel-prev-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-vertical:focus {
    background-position: 0 -32px
}

.jcarousel-skin-tango .jcarousel-next-vertical:active,
.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px
}


/* end news carousel style*/


/* start silver template style */

body {
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #FAFAFA;
}


/* end silver template style */

.cms_template_icons {
    background-image: url(../../Images/template/silver/icon_tools.png);
    background-repeat: no-repeat;
}

.cms_template_search {
    background-position: 0px -30px;
    float: right;
    height: 20px;
    width: 182px;
    padding: 5px;
}

.cms_template_search_btn {
    background-position: -80px 0px;
    height: 20px;
    width: 25px;
    float: right;
    margin-right: 2px;
    margin-left: 2px;
}

.cms_template_icons_home {
    width: 25px;
    background-position: -26px 0px;
}

.cms_template_icons_mail {
    background-position: -56px 0px;
    width: 25px;
}

.cms_template_icons_login {
    background-position: 0px 0px;
    width: 25px;
}

.cms_template_icons_language {
    background-position: -105px 0px;
    width: 62px;
}

.cms_template_icons_marque {
    background-position: -175px 0px;
    width: 4%;
}

.cms_template_bg {
    background-image: url(../../Images/template/silver/azw_bg.png);
    background-repeat: repeat-x;
}

.cms_template_menu_hor {
    background-position: 0px 0px;
    float: right;
    width: 978px;
}

.cms_template_marque {
    background-position: 0px -70px;
}

.cms_template_marque marquee {
    color: #000 !important;
}

.cms_template_footer {
    background-position: 0px -29px;
}

.cms_template_box {
    margin: 3px 0.5%;
    width: 99%;
}

.cms_template_box_title table tr td {
    vertical-align: top;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    color: #333;
    text-align: left;
    direction: ltr;
}

.cms_template_box_title table tr td.cms_template_box_title_title {
    width: 100%;
    padding-left: 5%;
    background: url('../../Images/template/silver/title-center.png') repeat-x;
}

.cms_template_box_content table tr td {
    vertical-align: top;
}

.cms_template_box_content table tr td.cms_template_box_content_left {
    width: 1px;
    background-color: #cfcfce;
}

.cms_template_box_content table tr td.cms_template_box_content_right {
    width: 1px;
    background-color: #cfcfce;
}

.cms_template_box_content table tr td.cms_template_box_content_main {
    width: 100%;
    background-color: #F0F0F0;
}

.cms_template_box_footer table tr td {
    vertical-align: top;
}

.cms_template_box_footer table tr td.cms_template_box_footer_title {
    width: 100%;
    background: url('../../Images/template/silver/footer-center.png') repeat-x;
}

.cms_template_logo {
    text-align: left;
}

.azw_language_control {
    background-color: #eee;
    border: 1px solid #DDD;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    color: #333;
    line-height: 20px;
    box-shadow: 2px 2px 2px 2px #666;
    -webkit-box-shadow: 2px 2px 2px 2px #666;
    -moz-box-shadow: 2px 2px 2px 2px #666;
}


/* start horizontal silver menu*/

.cms_azw_h_menu li ul {
    right: 0px;
    z-index: 99999;
}

.cms_azw_h_menu {
    float: right;
}

.cms_azw_h_menu ul {
    position: absolute;
    top: 26px;
    float: right;
    width: 200px;
    /* left offset of submenus need to match (see below) */
}

.cms_azw_h_menu ul li {
    width: 100%;
}

.cms_azw_h_menu li:hover {
    visibility: inherit;
    /* fixes IE7 'sticky bug' */
}

.cms_azw_h_menu li {
    float: right;
    position: relative;
}

.cms_azw_h_menu li:hover ul,
.cms_azw_h_menu li.sfHover ul li ul {
    right: auto;
    top: 26px;
    /* match top ul list item height */
    z-index: 99;
}

ul.cms_azw_h_menu li:hover li ul,
ul.cms_azw_h_menu li.sfHover li ul {
    top: -999em;
}

ul.cms_azw_h_menu li li:hover ul,
ul.cms_azw_h_menu li li.sfHover ul {
    left: -200px;
    /* match ul width */
    top: 0;
}

ul.cms_azw_h_menu li li:hover li ul,
ul.cms_azw_h_menu li li.sfHover li ul {
    top: 26px;
}

ul.cms_azw_h_menu li li li:hover ul,
ul.cms_azw_h_menu li li li.sfHover ul {
    left: -200px;
    /* match ul width */
    top: 0px;
}


/*** DEMO SKIN ***/

.cms_azw_h_menu a {
    display: block;
    position: relative;
    border-left: 1px solid #fff;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    ;
    color: #333;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    line-height: 20px;
}

.cms_azw_h_menu a img {
    margin-right: 3px;
    margin-left: 3px;
    float: right;
}

.cms_azw_h_menu li li a {
    border-top: 1px dotted #CCC;
}

.cms_azw_h_menu li li:first-child a {
    border-top: 0px;
}

.cms_azw_h_menu li li {
    background: #fff;
}

.cms_azw_h_menu li li li {
    background-color: #FFF;
}

.cms_azw_h_menu li:hover,
.cms_azw_h_menu li.sfHover,
.cms_azw_h_menu a:focus,
.cms_azw_h_menu a:hover,
.cms_azw_h_menu a:active {
    background-color: #eee;
    outline: none;
    color: #000;
}


/*** arrows **/

.cms_azw_h_menu a.sf-with-ul {
    padding-left: 20px;
    min-width: 1px;
    /* trigger IE7 hasLayout so spans position accurately */
}

.sf-sub-indicator {
    position: absolute;
    display: block;
    left: 2px;
    top: 7px;
    /* IE6 only */
    width: 10px;
    height: 10px;
    overflow: hidden;
    /* 8-bit indexed alpha png. IE6 gets solid image only */
    background-image: url(../../Images/client/menu/arrow_right_gray.png);
    background-repeat: no-repeat;
    background-position: -10px -100px;
}

a>.sf-sub-indicator {
    /* give all except IE6 the correct values */
    top: 7px;
    background-position: 0 -100px;
    /* use translucent arrow for modern browsers*/
}


/* apply hovers to modern browsers */

a:focus>.sf-sub-indicator,
a:hover>.sf-sub-indicator,
a:active>.sf-sub-indicator,
li:hover>a>.sf-sub-indicator,
li.sfHover>a>.sf-sub-indicator {
    background-position: -10px -100px;
    /* arrow hovers for modern browsers*/
}


/* point right for anchors in subs */

.cms_azw_h_menu ul .sf-sub-indicator {
    background-position: -10px 0;
}

.cms_azw_h_menu ul a>.sf-sub-indicator {
    background-position: 0 0;
}


/* apply hovers to modern browsers */

.cms_azw_h_menu ul a:focus>.sf-sub-indicator,
.cms_azw_h_menu ul a:hover>.sf-sub-indicator,
.cms_azw_h_menu ul a:active>.sf-sub-indicator,
.cms_azw_h_menu ul li:hover>a>.sf-sub-indicator,
.cms_azw_h_menu ul li.sfHover>a>.sf-sub-indicator {
    background-position: -10px 0;
    /* arrow hovers for modern browsers*/
}


/*** shadows for all but IE6 ***/

.sf-shadow ul {
    background: url('../../Images/client/menu/shadow.png') no-repeat bottom right;
    padding: 0 0px 5px 0;
    -moz-border-radius-bottomleft: 17px;
    -moz-border-radius-topright: 17px;
    -webkit-border-top-right-radius: 17px;
    -webkit-border-bottom-left-radius: 17px;
}

.sf-shadow ul.sf-shadow-off {
    background: transparent;
}


/* start footer menu */

.TBL_FooterMenu {
    font-family: tahoma;
    font-size: 9pt;
    color: #333;
    direction: rtl;
    float: right;
}

.TBL_FooterMenu a {
    color: #000;
    padding: 0px 8px;
}

.TBL_FooterMenu a:hover {
    color: #666;
}


/* end footer menu */

.cms_azw_datetime {
    color: #cf2e87;
}

.cms_template_icons_language {
    color: #cf2e87;
}


/* end silver template style */


/* start gallery simpleshow style*/

.cms_azw_gallery_simpleshowgroup {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 9pt;
    color: #000;
    text-align: right;
    direction: rtl;
    line-height: 25px;
    float: right;
}

.cms_azw_gallery_simpleshowgroup:hover {
    color: #666;
}

.cms_azw_gallery_btnlast {
    background-image: url('../../Images/client/galery/azw_icons_simpleshow.png');
    background-position: -47px 0px;
    width: 10px;
    height: 10px;
    float: left;
    margin: 5px 5px;
    color: transparent;
    cursor: pointer;
}

.cms_azw_gallery_btnlast:hover {
    background-position: -47px -16px;
}

.cms_azw_gallery_btnnext {
    background-image: url('../../Images/client/galery/azw_icons_simpleshow.png');
    background-position: -33px 0px;
    width: 10px;
    height: 10px;
    float: left;
    margin: 5px 5px;
    color: transparent;
    cursor: pointer;
}

.cms_azw_gallery_btnnext:hover {
    background-position: -33px -16px;
}

.cms_azw_gallery_btnPrevious {
    background-image: url('../../Images/client/galery/azw_icons_simpleshow.png');
    background-position: -17px 0px;
    width: 10px;
    height: 10px;
    float: left;
    margin: 5px 5px;
    color: transparent;
    cursor: pointer;
}

.cms_azw_gallery_btnPrevious:hover {
    background-position: -17px -16px;
}

.cms_azw_gallery_btnfirst {
    background-image: url('../../Images/client/galery/azw_icons_simpleshow.png');
    background-position: -2px 0px;
    width: 10px;
    height: 10px;
    float: left;
    margin: 5px 5px;
    color: transparent;
    cursor: pointer;
}

.cms_azw_gallery_btnfirst:hover {
    background-position: -2px -16px;
}


/* end gallery simpleshow style*/


/* start gallery with thumbnail style*/

.cms_azw_gallery_with_thumb {
    display: block;
    font-family: Tahoma, Geneva, sans-serif;
    background-color: #FFF;
    width: 722px;
    height: 464px;
    border: 1px solid #999;
    padding: 10px;
    text-align: center;
}

.cms_azw_gallery_with_thumb .main-screen {
    position: relative;
    clear: both;
    background-color: #000;
    border: 1px solid #222;
    width: 720px;
    height: 360px;
    overflow: hidden;
    margin: 0 auto;
}

.cms_azw_gallery_with_thumb .strip {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
}

.cms_azw_gallery_with_thumb .content-box {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.cms_azw_gallery_with_thumb .main-img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    z-index: 0;
}

.cms_azw_gallery_with_thumb .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #000 url(../../Images/client/galery/gallery_thumbnail_controls/loader.html) center no-repeat;
    display: none;
    z-index: 3;
}

.cms_azw_gallery_with_thumb .desc,
.cms_azw_gallery_with_thumb .info,
.cms_azw_gallery_with_thumb .thumbnails li div p {
    color: #FFF;
    background-color: #000;
    background: rgba(0, 0, 0, .75);
    font-size: 12px;
    text-align: right;
    direction: rtl;
    position: absolute;
    left: 0;
    z-index: 4;
    width: 100%;
    overflow: hidden;
    visibility: hidden;
}

.cms_azw_gallery_with_thumb .ie-rgba {
    background-color: transparent;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#BF000000, endColorstr=#BF000000);
}

.cms_azw_gallery_with_thumb .info {
    height: 22px;
}

.cms_azw_gallery_with_thumb .inner-text {
    padding: 8px;
}

.cms_azw_gallery_with_thumb .timer {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    visibility: hidden;
    background-color: #666;
    filter: alpha(opacity=50);
    opacity: .5;
    z-index: 1;
}

.cms_azw_gallery_with_thumb .inner-info {
    position: relative;
    float: right;
    width: auto;
    height: 22px;
    padding: 0 8px;
    line-height: 22px;
    text-align: center;
    z-index: 2;
}

.cms_azw_gallery_with_thumb .s-info {
    position: relative;
    float: left;
    width: auto;
    height: 22px;
    padding: 0;
    line-height: 22px;
    text-align: center;
}

.cms_azw_gallery_with_thumb .play-btn {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background: #000 url(../../Images/client/galery/gallery_thumbnail_controls/gallery_screen.png) 15px 12px no-repeat;
    background: rgba(0, 0, 0, .75) url(../../Images/client/galery/gallery_thumbnail_controls/gallery_screen.png) 15px 12px no-repeat;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 5;
}

.cms_azw_gallery_with_thumb .play-btn.pause {
    background-position: -11px 12px !important;
}

.cms_azw_gallery_with_thumb .prev-btn,
.cms_azw_gallery_with_thumb .next-btn {
    position: absolute;
    width: 25px;
    height: 40px;
    top: 50%;
    left: 0;
    margin-top: -20px;
    z-index: 5;
    cursor: pointer;
    visibility: hidden;
    background: #000 url(../../Images/client/galery/gallery_thumbnail_controls/gallery_screen.png) no-repeat;
    background: rgba(0, 0, 0, .75) url(../../Images/client/galery/gallery_thumbnail_controls/gallery_screen.png) no-repeat;
}

.cms_azw_gallery_with_thumb .prev-btn {
    background-position: -43px 12px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.cms_azw_gallery_with_thumb .next-btn {
    background-position: -60px 12px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.cms_azw_gallery_with_thumb .prev-btn:hover,
.cms_azw_gallery_with_thumb .next-btn:hover,
.cms_azw_gallery_with_thumb .play-btn:hover {
    background-color: #000;
}

.cms_azw_gallery_with_thumb .cpanel {
    position: relative;
    clear: both;
    width: 699px;
    height: auto;
    margin: 0 auto;
}

.cms_azw_gallery_with_thumb .thumbnails {
    position: relative;
    width: 655px;
    height: auto;
    float: left;
    overflow: hidden;
    z-index: 1;
}

.cms_azw_gallery_with_thumb .thumbnails ul {
    list-style: none;
    position: relative;
    width: 9999999px;
    height: auto;
    margin: 0;
    padding: 0;
    z-index: 0;
}

.cms_azw_gallery_with_thumb .thumbnails li {
    display: block;
    position: relative;
    float: left;
    margin-right: 5px;
}

.cms_azw_gallery_with_thumb .thumbnails li div {
    position: relative;
    float: left;
    width: 125px;
    height: 70px;
    background-color: #000;
    border: 1px solid #222;
    margin: 10px 0;
    overflow: hidden;
}

.cms_azw_gallery_with_thumb .thumbnails li div p {
    width: auto;
    height: auto;
    border: 0;
    margin: 0;
    padding: 2px;
    text-align: center;
    z-index: 1;
    visibility: visible;
}

.cms_azw_gallery_with_thumb .thumbnails li div img {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    z-index: 0;
}

.cms_azw_gallery_with_thumb li.up-arrow {
    background: url(../../Images/client/galery/gallery_thumbnail_controls/gallery_cp.png) center -48px no-repeat;
}

.cms_azw_gallery_with_thumb li.down-arrow {
    background: url(../../Images/client/galery/gallery_thumbnail_controls/gallery_cp.png) center bottom no-repeat;
}

.cms_azw_gallery_with_thumb li:hover div {
    border-color: #09F;
}

.cms_azw_gallery_with_thumb li.up-arrow img,
.cms_azw_gallery_with_thumb li.down-arrow img,
.cms_azw_gallery_with_thumb li.curr img,
.cms_azw_gallery_with_thumb li:hover img {
    -moz-opacity: .7;
    opacity: .7;
    filter: alpha(opacity=70);
}

.cms_azw_gallery_with_thumb li.curr div,
.cms_azw_gallery_with_thumb li.up-arrow div,
.cms_azw_gallery_with_thumb li.down-arrow div {
    border-color: #222 !important;
}

.cms_azw_gallery_with_thumb div.data {
    display: none;
}

.cms_azw_gallery_with_thumb .thumbs-back,
.cms_azw_gallery_with_thumb .thumbs-fwd {
    float: left;
    position: relative;
    width: 22px;
    height: 80px;
    cursor: pointer;
    background: url(../../Images/client/galery/gallery_thumbnail_controls/gallery_cp.png) no-repeat;
}

.cms_azw_gallery_with_thumb .thumbs-back {
    background-position: 4px center;
}

.cms_azw_gallery_with_thumb .thumbs-fwd {
    background-position: -42px center;
}

.cms_azw_gallery_with_thumb .cbar {
    position: relative;
    clear: both;
    height: 20px;
}

.cms_azw_gallery_with_thumb .index-panel {
    position: relative;
    display: inline;
    float: left;
    height: 20px;
    overflow: hidden;
}

.cms_azw_gallery_with_thumb .index,
.cms_azw_gallery_with_thumb .index-hl {
    position: relative;
    display: inline;
    float: left;
    width: 8px;
    height: 8px;
    margin: 6px;
    background: url(../../Images/client/galery/gallery_thumbnail_controls/gallery_cp.png) no-repeat;
}

.cms_azw_gallery_with_thumb .index {
    background-position: -18px -30px;
    cursor: pointer;
}

.cms_azw_gallery_with_thumb .index-hl {
    background-position: -34px -30px !important;
    cursor: default;
}

.cms_azw_gallery_with_thumb .index:hover {
    background-position: -26px -30px;
}

.cms_azw_gallery_with_thumb .thumb-info {
    position: relative;
    display: inline;
    float: right;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    color: #000;
}

.cms_azw_gallery_with_thumb .s-panel {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: auto;
    height: 22px;
    z-index: 3;
}

.cms_azw_gallery_with_thumb .s-prev,
.cms_azw_gallery_with_thumb .s-next,
.cms_azw_gallery_with_thumb .s-play {
    display: block;
    float: left;
    width: 22px;
    height: 20px;
    margin: 1px;
    background-image: url(../../Images/client/galery/gallery_thumbnail_controls/gallery_screen.png);
    background-repeat: no-repeat;
    -moz-opacity: .85;
    opacity: .85;
    filter: alpha(opacity=85);
    cursor: pointer;
}

.cms_azw_gallery_with_thumb .s-play {
    background-position: 0 -28px;
}

.cms_azw_gallery_with_thumb .s-play.pause {
    background-position: -16px -28px !important;
}

.cms_azw_gallery_with_thumb .s-prev {
    background-position: -32px -28px;
}

.cms_azw_gallery_with_thumb .s-next {
    background-position: -47px -28px;
}

.cms_azw_gallery_with_thumb .s-prev:hover,
.cms_azw_gallery_with_thumb .s-next:hover,
.cms_azw_gallery_with_thumb .s-play:hover {
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}

.cms_azw_gallery_with_thumb .s-prev.off,
.cms_azw_gallery_with_thumb .s-next.off {
    -moz-opacity: .5;
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: default;
}

.cms_azw_gallery_with_thumb .prev-btn.off,
.cms_azw_gallery_with_thumb .next-btn.off,
.cms_azw_gallery_with_thumb .thumbs-back.off,
.cms_azw_gallery_with_thumb .thumbs-fwd.off {
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: default;
}

.cms_azw_gallery_with_thumb .vpiece,
.cms_azw_gallery_with_thumb .hpiece {
    position: absolute;
    z-index: 2;
}

#cms_azw_gallery_with_thumb_tooltip {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}

#cms_azw_gallery_with_thumb_tooltip.txt-up {
    margin-left: -10px;
    margin-bottom: 5px;
    background: url(../../Images/client/galery/gallery_thumbnail_controls/tail.html) no-repeat;
    background-position: 10px bottom;
    background-position-x: 10px;
    background-position-y: bottom;
}

#cms_azw_gallery_with_thumb_tooltip.txt-down {
    margin-left: -10px;
    margin-top: 24px;
    background: url(../../Images/client/galery/gallery_thumbnail_controls/rev_tail.html) no-repeat;
    background-position: 10px top;
    background-position-x: 10px;
    background-position-y: top;
}

#cms_azw_gallery_with_thumb_tooltip .tt-txt {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    color: #FFF;
    background-color: #000;
    max-width: 300px;
    padding: 5px;
    margin: 8px 0;
}

.cms_azw_gallery_with_thumb .inner-text h1 {
    font-size: 16px;
    color: #008CEA;
    font-weight: normal;
}

.cms_azw_gallery_with_thumb .title {
    height: 60px;
}


/* end gallery with thumbnail style*/


/* start gallery with thumbnail auto and zoom style*/

.cms_azw_gallery_thumbnail_auto {
    overflow: visible;
    font-family: Tahoma, Geneva, sans-serif;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.cms_azw_gallery_thumbnail_auto * {
    margin: 0px;
    padding: 0px;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}

.cms_azw_gallery_thumbnail_auto a {
    position: static;
}

.cms_azw_gallery_thumbnail_auto img {
    margin: 0px;
    padding: 0px;
    border: 0px currentColor;
    max-height: none;
    max-width: none;
}

.cms_azw_gallery_thumbnail_auto .slider-main {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.cms_azw_gallery_thumbnail_auto .slide-wrapper {
    width: 100%;
    height: 100%;
    overflow: visible;
    position: relative;
    z-index: 2;
}

.cms_azw_gallery_thumbnail_auto ul.cms_azw_gallery_thumbnail_auto_slides {
    list-style: none;
    margin: 0px !important;
    padding: 0px !important;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
}

.cms_azw_gallery_thumbnail_auto li.slide {
    list-style: none;
    margin: 0px !important;
    padding: 0px !important;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    visibility: hidden;
    filter: alpha(opacity=100);
    position: absolute;
    opacity: 1;
}

.cms_azw_gallery_thumbnail_auto li.slide .image {
    position: absolute;
}

.cms_azw_gallery_thumbnail_auto li.slide .thumbnail {
    position: absolute;
}

.cms_azw_gallery_thumbnail_auto li.slide .caption {
    position: absolute;
}

.cms_azw_gallery_thumbnail_auto li.slide .html {
    position: absolute;
}

.cms_azw_gallery_thumbnail_auto .video-hidden-image {
    display: none;
}

.cms_azw_gallery_thumbnail_auto iframe.video {
    background-color: rgb(0, 0, 0);
}

.cms_azw_gallery_thumbnail_auto .video-play-button {
    background-position: center;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    display: block;
    position: absolute;
    background-image: url("../../Images/client/galery/video_play.html");
}

.cms_azw_gallery_thumbnail_auto iframe {
    display: block;
}

.webkit.cms_azw_gallery_thumbnail_auto li.slide .html iframe {
    opacity: 0;
}

.webkit.cms_azw_gallery_thumbnail_auto li.slide .layer iframe {
    opacity: 0;
}

.webkit.cms_azw_gallery_thumbnail_auto li.transition.slide .html iframe {
    opacity: 1;
}

.webkit.cms_azw_gallery_thumbnail_auto li.active.slide .html iframe {
    opacity: 1;
}

.webkit.cms_azw_gallery_thumbnail_auto li.transition.slide .init.layer iframe {
    opacity: 1;
}

.webkit.cms_azw_gallery_thumbnail_auto li.active.slide .init.layer iframe {
    opacity: 1;
}

.cms_azw_gallery_thumbnail_auto .slice-container {
    width: 100%;
    height: 100%;
    position: absolute;
}

.cms_azw_gallery_thumbnail_auto .swipeable-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
}

.cms_azw_gallery_thumbnail_auto .swipeable-container .cms_azw_gallery_thumbnail_auto_slides {
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.cms_azw_gallery_thumbnail_auto .swipeable-container .cms_azw_gallery_thumbnail_auto_slides .selectable {
    cursor: auto;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -o-user-select: auto;
    user-select: auto;
}

.cms_azw_gallery_thumbnail_auto .swipeable-container .grab {
    cursor: url(https://mail.google.com/Images/client/galery/2/openhand.cur), default;
}

.cms_azw_gallery_thumbnail_auto .swipeable-container .grabbing {
    cursor: url(https://mail.google.com/Images/client/galery/2/closedhand.cur), default;
}

.cms_azw_gallery_thumbnail_auto .thumbnail-scroller .swipe {
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.cms_azw_gallery_thumbnail_auto .thumbnail-scroller .grab {
    cursor: url(https://mail.google.com/Images/client/galery/2/openhand.cur), default;
}

.cms_azw_gallery_thumbnail_auto .thumbnail-scroller .grabbing {
    cursor: url(https://mail.google.com/Images/client/galery/2/closedhand.cur), default;
}

.cms_azw_gallery_thumbnail_auto .thumbnail-scroller .grabbing a:hover {
    cursor: url(https://mail.google.com/Images/client/galery/2/closedhand.cur), default;
}

.cms_azw_gallery_thumbnail_auto .thumbnail-scroller .grabbing a:active {
    cursor: url(https://mail.google.com/Images/client/galery/2/closedhand.cur), default;
}

.cms_azw_gallery_thumbnail_auto .thumbnail-scroller .grabbing .lightbox-icon {
    cursor: url(https://mail.google.com/Images/client/galery/2/closedhand.cur), default;
}

.cms_azw_gallery_thumbnail_auto .layer {
    padding: 4px;
    visibility: hidden;
    position: absolute;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.cms_azw_gallery_thumbnail_auto .black.layer {
    background: rgba(0, 0, 0, 0.7);
    color: rgb(255, 255, 255);
    text-align: right;
    direction: rtl;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
}

.cms_azw_gallery_thumbnail_auto .white.layer {
    background: rgba(255, 255, 255, 0.7);
    color: rgb(0, 0, 0);
    text-align: right;
    direction: rtl;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
}

.cms_azw_gallery_thumbnail_auto .rounded.layer {
    border-radius: 10px;
}

.cms_azw_gallery_thumbnail_auto .slice {
    display: block;
    position: absolute;
}

.cms_azw_gallery_thumbnail_auto .preloader {
    background: url("../../Images/client/galery/preloader2.html") no-repeat;
    width: 62px;
    height: 14px;
    position: absolute;
    z-index: 15;
}

.cms_azw_gallery_thumbnail_auto .slide-arrows {
    position: static;
}

.cms_azw_gallery_thumbnail_auto .slide-arrows a {
    position: absolute;
    cursor: pointer;
}

.cms_azw_gallery_thumbnail_auto .lightbox-icon {
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    position: absolute;
    cursor: pointer;
}

.cms_azw_gallery_thumbnail_auto .play.lightbox-icon {
    background-image: url("../../Images/client/galery/lightbox_play.png");
}

.cms_azw_gallery_thumbnail_auto .magnifying.lightbox-icon {
    background-image: url("../../Images/client/galery/lightbox_magnifying.png");
}

.cms_azw_gallery_thumbnail_auto .hyperlink.lightbox-icon {
    background-image: url("../../Images/client/galery/lightbox_hyperlink.html");
}

.cms_azw_gallery_thumbnail_auto .slideshow-controls {
    position: absolute;
    cursor: pointer;
}

.cms_azw_gallery_thumbnail_auto .shadow {
    height: 94px;
    margin-top: -50px;
    position: absolute;
    z-index: 1;
}

.cms_azw_gallery_thumbnail_auto .shadow .shadow-left {
    float: left;
}

.cms_azw_gallery_thumbnail_auto .shadow .shadow-right {
    float: left;
}

.cms_azw_gallery_thumbnail_auto .shadow .shadow-middle {
    float: left;
}

.cms_azw_gallery_thumbnail_auto .shadow .shadow-left {
    background: url("../../Images/client/galery/shadow_left.html");
    width: 200px;
    height: 94px;
    float: left;
}

.cms_azw_gallery_thumbnail_auto .shadow .shadow-right {
    background: url("../../Images/client/galery/shadow_right.html");
    width: 200px;
    height: 94px;
    float: left;
}

.cms_azw_gallery_thumbnail_auto .shadow .shadow-middle {
    background: url("../../Images/client/galery/shadow_middle.html") repeat-x;
    height: 94px;
    float: left;
}

.cms_azw_gallery_thumbnail_auto .full-screen-controls {
    background: url("../../Images/client/galery/fullscreen.html") no-repeat;
    left: 20px;
    top: 20px;
    width: 31px;
    height: 27px;
    position: absolute;
    cursor: pointer;
}

.cms_azw_gallery_thumbnail_auto .timer-animation {
    position: absolute;
}

.cms_azw_gallery_thumbnail_auto canvas {
    position: absolute;
}

.cms_azw_gallery_thumbnail_auto .timer-animation .timer-animation-controls {
    left: 50%;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    position: absolute;
    cursor: pointer;
}

.cms_azw_gallery_thumbnail_auto .timer-animation .timer-animation-controls {
    background: url("../../Images/client/galery/playpause_small.png") no-repeat;
}

.cms_azw_gallery_thumbnail_auto .play.timer-animation .timer-animation-controls {
    background-position: -20px 0px;
}

.cms_azw_gallery_thumbnail_auto .pause.timer-animation .timer-animation-controls {}

.cms_azw_gallery_thumbnail_auto .caption-container {
    overflow: hidden;
    position: absolute;
}

.cms_azw_gallery_thumbnail_auto .caption-container .wrapper {
    margin: 0px;
    padding: 0px;
    border: 0px currentColor;
    position: absolute;
    box-shadow: none;
    background-color: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.cms_azw_gallery_thumbnail_auto .caption-container .background {
    width: 100%;
    height: 100%;
    position: absolute;
}

.cms_azw_gallery_thumbnail_auto .caption-container .caption {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.cms_azw_gallery_thumbnail_auto .thumbnail-wrapper {
    position: absolute;
}

.cms_azw_gallery_thumbnail_auto .thumbnail {
    background-position: center;
    overflow: hidden;
    position: absolute;
    background-image: url("../../Images/client/galery/preloader.html");
    background-repeat: no-repeat;
}

.cms_azw_gallery_thumbnail_auto .slide-buttons {
    position: absolute;
    z-index: 3;
}

.cms_azw_gallery_thumbnail_auto .slide-buttons .left {
    float: left;
}

.cms_azw_gallery_thumbnail_auto .slide-buttons .right {
    float: left;
}

.cms_azw_gallery_thumbnail_auto .slide-buttons .middle {
    float: left;
}

.cms_azw_gallery_thumbnail_auto .slide-buttons a {
    text-align: center;
    text-decoration: none;
    float: left;
    position: relative;
    cursor: pointer;
}

.cms_azw_gallery_thumbnail_auto .thumbnail-scroller {
    position: absolute;
    z-index: 2;
}

.cms_azw_gallery_thumbnail_auto .thumbnail-scroller .visible-container {
    overflow: hidden;
    position: relative;
}

.cms_azw_gallery_thumbnail_auto .thumbnail-scroller .container {
    list-style: none;
    margin: 0px;
    padding: 0px;
    left: 0px;
    top: 0px;
    overflow: visible;
    position: absolute;
}

.cms_azw_gallery_thumbnail_auto .thumbnail-scroller .thumbnail-wrapper {
    list-style: none;
    cursor: pointer;
}

.cms_azw_gallery_thumbnail_auto .thumbnail-scroller .lightbox-icon {
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    position: absolute;
    cursor: pointer;
}

.cms_azw_gallery_thumbnail_auto .thumbnail-scroller .play.lightbox-icon {
    background-image: url("../../Images/client/galery/lightbox_play_small.png");
}

.cms_azw_gallery_thumbnail_auto .thumbnail-scroller .magnifying.lightbox-icon {
    background-image: url("../../Images/client/galery/lightbox_magnifying_small.png");
}

.cms_azw_gallery_thumbnail_auto .thumbnail-scroller .hyperlink.lightbox-icon {
    background-image: url("../../Images/client/galery/lightbox_hyperlink_small.html");
}

.cms_azw_gallery_thumbnail_auto .thumbnail .caption {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.cms_azw_gallery_thumbnail_auto .thumbnail .caption .background {
    width: 100%;
    height: 100%;
    position: absolute;
}

.cms_azw_gallery_thumbnail_auto .thumbnail .caption .content {
    width: 100%;
    position: absolute;
}

.cms_azw_gallery_thumbnail_auto .thumbnail-scroller .arrows a {
    position: absolute;
    cursor: pointer;
}

.cms_azw_gallery_thumbnail_auto .thumbnail-scroller .buttons {
    width: auto;
    position: absolute;
}

.cms_azw_gallery_thumbnail_auto .thumbnail-scroller .buttons a {
    text-decoration: none;
    position: absolute;
    cursor: pointer;
}

.cms_azw_gallery_thumbnail_auto-tooltip {
    position: absolute;
    z-index: 9999;
}


/* start prettyphoto */

div.pp_default .pp_top {
    height: 13px;
}

div.pp_default .pp_top .pp_middle {
    height: 13px;
}

div.pp_default .pp_top .pp_left {
    height: 13px;
}

div.pp_default .pp_top .pp_right {
    height: 13px;
}

div.pp_default .pp_bottom {
    height: 13px;
}

div.pp_default .pp_bottom .pp_left {
    height: 13px;
}

div.pp_default .pp_bottom .pp_middle {
    height: 13px;
}

div.pp_default .pp_bottom .pp_right {
    height: 13px;
}

div.pp_default .pp_top .pp_left {
    background: url("../../Images/client/galery/sprite.png") no-repeat -78px -93px;
}

div.pp_default .pp_top .pp_middle {
    background: url("../../Images/client/galery/sprite_x.png") repeat-x left top;
}

div.pp_default .pp_top .pp_right {
    background: url("../../Images/client/galery/sprite.png") no-repeat -112px -93px;
}

div.pp_default .pp_content .ppt {
    color: rgb(248, 248, 248);
}

div.pp_default .pp_content_container .pp_left {
    background: url("../../Images/client/galery/sprite_y.png") repeat-y -7px 0px;
    padding-left: 13px;
}

div.pp_default .pp_content_container .pp_right {
    background: url("../../Images/client/galery/sprite_y.png") repeat-y right top;
    padding-right: 13px;
}

div.pp_default .pp_content {
    background-color: rgb(255, 255, 255);
}

div.pp_default .pp_next:hover {
    background: url("../../Images/client/galery/sprite_next.png") no-repeat right;
    cursor: pointer;
}

div.pp_default .pp_previous:hover {
    background: url("../../Images/client/galery/sprite_prev.png") no-repeat left;
    cursor: pointer;
}

div.pp_default .pp_expand {
    background: url("../../Images/client/galery/sprite.png") no-repeat 0px -29px;
    width: 28px;
    height: 28px;
    cursor: pointer;
}

div.pp_default .pp_expand:hover {
    background: url("../../Images/client/galery/sprite.png") no-repeat 0px -56px;
    cursor: pointer;
}

div.pp_default .pp_contract {
    background: url("../../Images/client/galery/sprite.png") no-repeat 0px -84px;
    width: 28px;
    height: 28px;
    cursor: pointer;
}

div.pp_default .pp_contract:hover {
    background: url("../../Images/client/galery/sprite.png") no-repeat 0px -113px;
    cursor: pointer;
}

div.pp_default .pp_close {
    background: url("../../Images/client/galery/sprite.png") no-repeat 2px 1px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

div.pp_default #pp_full_res .pp_inline {
    color: rgb(0, 0, 0);
}

div.pp_default .pp_gallery ul li a {
    background: url("../../Images/client/galery/default_thumb.html") center rgb(248, 248, 248);
    border: 1px solid rgb(170, 170, 170);
}

div.pp_default .pp_gallery ul li a:hover {
    border-color: rgb(255, 255, 255);
}

div.pp_default .pp_gallery ul li.selected a {
    border-color: rgb(255, 255, 255);
}

div.pp_default .pp_social {
    margin-top: 7px;
}

div.pp_default .pp_gallery a.pp_arrow_previous {
    left: auto;
    position: static;
}

div.pp_default .pp_gallery a.pp_arrow_next {
    left: auto;
    position: static;
}

div.pp_default .pp_nav .pp_play {
    background: url("../../Images/client/galery/sprite.png") no-repeat -51px 1px;
    width: 30px;
    height: 30px;
}

div.pp_default .pp_nav .pp_pause {
    background: url("../../Images/client/galery/sprite.png") no-repeat -51px 1px;
    width: 30px;
    height: 30px;
}

div.pp_default .pp_nav .pp_pause {
    background-position: -51px -29px;
}

div.pp_default .pp_details {
    position: relative;
}

div.pp_default a.pp_arrow_previous {
    background: url("../../Images/client/galery/sprite.png") no-repeat -31px -3px;
    margin: 4px 0px 0px;
    width: 20px;
    height: 20px;
}

div.pp_default a.pp_arrow_next {
    background: url("../../Images/client/galery/sprite.png") no-repeat -31px -3px;
    margin: 4px 0px 0px;
    width: 20px;
    height: 20px;
}

div.pp_default a.pp_arrow_next {
    background-position: -82px -3px;
    left: 52px;
}

div.pp_default .pp_content_container .pp_details {
    margin-top: 5px;
}

div.pp_default .pp_nav {
    width: 110px;
    height: 30px;
    clear: none;
    position: relative;
}

div.pp_default .pp_nav .currentTextHolder {
    margin: 0px;
    padding: 0px 0px 0px 10px;
    left: 75px;
    top: 2px;
    color: rgb(153, 153, 153);
    line-height: 25px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    font-style: italic;
    position: absolute;
}

div.pp_default .pp_close:hover {
    opacity: 0.7;
}

div.pp_default .pp_nav .pp_play:hover {
    opacity: 0.7;
}

div.pp_default .pp_nav .pp_pause:hover {
    opacity: 0.7;
}

div.pp_default .pp_arrow_next:hover {
    opacity: 0.7;
}

div.pp_default .pp_arrow_previous:hover {
    opacity: 0.7;
}

div.pp_default .pp_description {
    margin: 5px 50px 5px 0px;
    line-height: 14px;
    font-size: 11px;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    line-height: 25px;
    text-align: right;
    direction: rtl;
    color: #333;
}

div.pp_default .pp_bottom .pp_left {
    background: url("../../Images/client/galery/sprite.png") no-repeat -78px -127px;
}

div.pp_default .pp_bottom .pp_middle {
    background: url("../../Images/client/galery/sprite_x.png") repeat-x left bottom;
}

div.pp_default .pp_bottom .pp_right {
    background: url("../../Images/client/galery/sprite.png") no-repeat -112px -127px;
}

div.pp_default .pp_loaderIcon {
    background: url("../../Images/client/galery/loader.gif") no-repeat center;
}

div.pp_overlay {
    background: rgb(0, 0, 0);
    left: 0px;
    top: 0px;
    width: 100%;
    display: none;
    position: absolute;
    z-index: 9500;
}

div.pp_pic_holder {
    width: 100px;
    display: none;
    position: absolute;
    z-index: 10000;
}

.pp_top {
    height: 20px;
    position: relative;
}

* html .pp_top {
    padding: 0px 20px;
}

.pp_top .pp_left {
    left: 0px;
    width: 20px;
    height: 20px;
    position: absolute;
}

.pp_top .pp_middle {
    left: 20px;
    height: 20px;
    right: 20px;
    position: absolute;
}

* html .pp_top .pp_middle {
    left: 0px;
    position: static;
}

.pp_top .pp_right {
    left: auto;
    top: 0px;
    width: 20px;
    height: 20px;
    right: 0px;
    position: absolute;
}

.pp_content {
    height: 40px;
    min-width: 40px;
}

* html .pp_content {
    width: 40px;
}

.pp_fade {
    display: none;
}

.pp_content_container {
    width: 100%;
    text-align: right;
    position: relative;
}

.pp_content_container .pp_left {
    padding-left: 20px;
}

.pp_content_container .pp_right {
    padding-right: 20px;
}

.pp_content_container .pp_details {
    margin: 10px 0px 2px;
    float: left;
}

.pp_description {
    margin: 0px;
    display: none;
}

.pp_social {
    margin: 0px;
    float: left;
}

.pp_nav {
    margin: 3px 10px 0px 0px;
    clear: right;
    float: left;
}

.pp_nav p {
    margin: 2px 4px;
    float: left;
    white-space: nowrap;
}

.pp_nav .pp_play {
    text-indent: -10000px;
    margin-right: 4px;
    float: left;
    color: transparent;
}

.pp_nav .pp_pause {
    text-indent: -10000px;
    margin-right: 4px;
    float: left;
    color: transparent;
}

a.pp_arrow_previous {
    width: 14px;
    height: 15px;
    text-indent: -10000px;
    overflow: hidden;
    margin-top: 3px;
    float: left;
    display: block;
    color: transparent;
}

a.pp_arrow_next {
    width: 14px;
    height: 15px;
    text-indent: -10000px;
    overflow: hidden;
    margin-top: 3px;
    float: left;
    display: block;
    color: transparent;
}

.pp_hoverContainer {
    top: 0px;
    width: 100%;
    position: absolute;
    z-index: 2000;
}

a.pp_next {
    background: url("../../Images/client/galery/btnNext.png") no-repeat 10000px 10000px;
    width: 49%;
    height: 100%;
    text-indent: -10000px;
    float: right;
    display: block;
    color: transparent;
}

a.pp_previous {
    background: url("../../Images/client/galery/btnNext.png") no-repeat 10000px 10000px;
    width: 49%;
    height: 100%;
    text-indent: -10000px;
    float: left;
    display: block;
    color: transparent;
}

a.pp_expand {
    top: 10px;
    width: 20px;
    height: 20px;
    right: 30px;
    text-indent: -10000px;
    display: none;
    position: absolute;
    z-index: 20000;
    cursor: pointer;
    color: transparent;
}

a.pp_contract {
    top: 10px;
    width: 20px;
    height: 20px;
    right: 30px;
    text-indent: -10000px;
    display: none;
    position: absolute;
    z-index: 20000;
    cursor: pointer;
    color: transparent;
}

a.pp_close {
    top: 0px;
    right: 0px;
    line-height: 22px;
    text-indent: -10000px;
    display: block;
    position: absolute;
    color: transparent;
}

.pp_bottom {
    height: 20px;
    position: relative;
}

* html .pp_bottom {
    padding: 0px 20px;
}

.pp_bottom .pp_left {
    left: 0px;
    width: 20px;
    height: 20px;
    position: absolute;
}

.pp_bottom .pp_middle {
    left: 20px;
    height: 20px;
    right: 20px;
    position: absolute;
}

* html .pp_bottom .pp_middle {
    left: 0px;
    position: static;
}

.pp_bottom .pp_right {
    left: auto;
    top: 0px;
    width: 20px;
    height: 20px;
    right: 0px;
    position: absolute;
}

.pp_loaderIcon {
    margin: -12px 0px 0px -12px;
    left: 50%;
    top: 50%;
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
}

#pp_full_res {
    line-height: 1 !important;
}

#pp_full_res .pp_inline {
    text-align: right;
}

#pp_full_res .pp_inline p {
    margin: 0px 0px 15px;
}

div.ppt {
    margin: 0px 15px 5px 0px;
    color: rgb(255, 255, 255);
    display: none;
    z-index: 9999;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 13px;
    text-align: right;
    direction: rtl;
    line-height: 25px;
}


/* end prettyphoto*/


/* start cms_azw_glossy-curved-black*/

.cms_azw_glossy-curved-black .slide-wrapper {
    border: 4px solid rgb(255, 255, 255);
    box-shadow: 0px 0px 10px #ccc;
    background-color: rgb(255, 255, 255);
    -moz-box-shadow: 0 0 10px #CCC;
    -webkit-box-shadow: 0 0 10px #CCC;
}

.cms_azw_glossy-curved-black .slide {
    background-color: rgb(255, 255, 255);
}

.cms_azw_glossy-curved-black .slide-arrows a {
    background: url("../../Images/client/galery/arrows.png") no-repeat;
    top: 50%;
    width: 86px;
    height: 68px;
    margin-top: -34px;
}

.cms_azw_glossy-curved-black .slide-arrows a.previous {
    left: -20px;
}

.cms_azw_glossy-curved-black .slide-arrows a.next {
    background-position: -86px 0px;
    right: -20px;
}

.cms_azw_glossy-curved-black .slideshow-controls {
    background: url("../../Images/client/galery/playpause.html") no-repeat;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 74px;
    margin-top: -37px;
    margin-left: -50px;
}

.cms_azw_glossy-curved-black .pause.slideshow-controls {}

.cms_azw_glossy-curved-black .play.slideshow-controls {
    background-position: -100px 0px;
}

.cms_azw_glossy-curved-black .timer-animation {
    top: 20px;
    right: 20px;
}

.cms_azw_glossy-curved-black .caption-container .background {
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
}

.cms_azw_glossy-curved-black .caption-container .caption {
    margin: 0px;
    padding: 8px;
    color: rgb(255, 255, 255);
    line-height: 18px;
    font-size: 16px;
}

.cms_azw_glossy-curved-black .slide-buttons {
    margin-top: 40px;
}

.cms_azw_glossy-curved-black .slide-buttons .buttons-inner a {
    background: url("../../Images/client/galery/buttons_small.png") no-repeat 0px 0px;
    margin: 0px 2px;
    width: 11px;
    height: 15px;
}

.cms_azw_glossy-curved-black .slide-buttons .buttons-inner a.over {
    background-position: -14px 0px;
}

.cms_azw_glossy-curved-black .slide-buttons .buttons-inner a.select {
    background-position: -22px 0px;
}

.cms_azw_glossy-curved-black .slide-buttons .buttons-inner a .number {
    color: rgb(255, 255, 255);
    line-height: 10px;
    font-size: 8px;
    font-weight: bold;
    margin-top: 2px;
}

.cms_azw_glossy-curved-black .slide-buttons .buttons-inner a.over .number {
    color: rgb(255, 255, 255);
}

.cms_azw_glossy-curved-black .slide-buttons .buttons-inner a.select .number {
    color: rgb(255, 255, 255);
}

.cms_azw_glossy-curved-black .slide-buttons .buttons-inner .thumbnail-wrapper {
    margin-bottom: 10px;
}

.cms_azw_glossy-curved-black .thumbnail {
    border: 3px solid rgb(255, 255, 255);
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#AAAAAA');
    box-shadow: 0px 0px 10px #aaa;
    background-color: rgb(255, 255, 255);
    -moz-box-shadow: 0 0 10px #AAA;
    -webkit-box-shadow: 0 0 10px #AAA;
}

.cms_azw_glossy-curved-black .horizontal.thumbnail-scroller {
    padding: 0px 50px;
    left: 0px;
    bottom: 0px;
    margin-top: 30px;
}

.cms_azw_glossy-curved-black .overlay.horizontal.thumbnail-scroller {
    bottom: 80px;
    margin-top: 0px;
}

.cms_azw_glossy-curved-black .vertical.thumbnail-scroller {
    padding: 50px 0px;
    top: 0px;
    right: 0px;
    margin-left: 30px;
}

.cms_azw_glossy-curved-black .overlay.vertical.thumbnail-scroller {
    right: 80px;
    margin-left: 0px;
}

.cms_azw_glossy-curved-black .thumbnail-scroller .thumbnail-wrapper {
    margin: 5px;
    padding: 4px;
}

.cms_azw_glossy-curved-black .thumbnail-scroller .over.thumbnail {
    border: 3px solid rgb(255, 255, 255);
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#555555');
    box-shadow: 0px 0px 10px #555;
    -moz-box-shadow: 0 0 10px #555;
    -webkit-box-shadow: 0 0 10px #555;
}

.cms_azw_glossy-curved-black .thumbnail-scroller .select.thumbnail {
    border: 3px solid rgb(255, 255, 255);
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#555555');
    box-shadow: 0px 0px 10px #555;
    -moz-box-shadow: 0 0 10px #555;
    -webkit-box-shadow: 0 0 10px #555;
}

.cms_azw_glossy-curved-black .thumbnail .caption .background {
    filter: alpha(opacity=50);
    opacity: 0.5;
    background-color: rgb(0, 0, 0);
}

.cms_azw_glossy-curved-black .thumbnail .caption .content {
    margin: 0px;
    padding: 2px 0px;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 14px;
    font-size: 12px;
}

.cms_azw_glossy-curved-black .thumbnail-scroller .arrows a {
    background: url("../../Images/client/galery/arrows_small.png") no-repeat;
    width: 20px;
    height: 31px;
}

.cms_azw_glossy-curved-black .vertical.thumbnail-scroller .arrows a {
    background: url("../../Images/client/galery/arrows_v_small.png") no-repeat;
    width: 30px;
    height: 30px;
}

.cms_azw_glossy-curved-black .horizontal.thumbnail-scroller .arrows a.previous {
    left: 0px;
}

.cms_azw_glossy-curved-black .horizontal.thumbnail-scroller .arrows a.next {
    background-position: -23px 0px;
    right: 0px;
}

.cms_azw_glossy-curved-black .vertical.thumbnail-scroller .arrows a.previous {
    top: 0px;
}

.cms_azw_glossy-curved-black .vertical.thumbnail-scroller .arrows a.next {
    background-position: -30px 0px;
    bottom: 0px;
}

.cms_azw_glossy-curved-black .thumbnail-scroller .buttons a {
    background: url("../../Images/client/galery/buttons_small.png") no-repeat 0px 0px;
    margin: 2px;
    width: 10px;
    height: 10px;
}

.cms_azw_glossy-curved-black .thumbnail-scroller .buttons a.over {
    background-position: -10px 0px;
}

.cms_azw_glossy-curved-black .thumbnail-scroller .buttons a.select {
    background-position: -20px 0px;
}

.cms_azw_glossy-curved-black .horizontal.thumbnail-scroller .scrollbar {
    margin-top: 30px;
}

.cms_azw_glossy-curved-black .vertical.thumbnail-scroller .scrollbar {
    margin-left: 30px;
}

.tooltip {
    border-radius: 8px;
    border: 4px solid rgb(238, 238, 238);
    margin-bottom: 20px;
    background-color: rgb(221, 221, 221);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.tooltip .content {
    margin: 0px;
    padding: 10px;
    color: rgb(153, 153, 153);
}


/* end  cms_azw_glossy-curved-black*/


/* end gallery with thumbnail auto and zoom style*/


/* start ticketing style */

.main_980 {
    width: 980px;
    margin-right: auto;
    margin-left: auto;
}

.right_250 {
    float: right;
    width: 250px;
}

.left_700 {
    float: left;
    width: 700px;
}

.left_97per {
    float: left;
    width: 97%;
    padding-top: 5px;
    padding-right: 1%;
    padding-bottom: 5px;
    padding-left: 1%;
}

.border_1px_crv5 {
    padding: 0px;
    margin: 0px;
    border: 1px solid #CCC;
    border-radius: 5px;
    -moz-border_radius: 5px;
    -webkit-border_radius: 5px;
}

.row_5mar {
    float: right;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.row_10mar {
    float: right;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.main_ul_100per {
    margin: 0px;
    padding: 0px;
    float: right;
    width: 100%;
}

.main_ul_100per li {
    list-style-type: none;
}

.main_ul_100per dt,
.main_ul_100per dd {
    list-style-type: none;
    margin: 15px;
    padding: 0px;
}

.right_20per {
    float: right;
    width: 20%;
    padding-top: 5px;
    padding-right: 1%;
    padding-bottom: 5px;
    padding-left: 1%;
}

.border_1px {
    border: 1px solid #F2F2F2;
}

.right_10per {
    float: right;
    width: 10%;
}

.right_15per {
    float: right;
    width: 15%;
}

.right_25per {
    float: right;
    width: 25%;
}

.right_45per {
    float: right;
    width: 45%;
}

.right_50per {
    float: right;
    width: 50%;
}

.right_80per {
    float: right;
    width: 80%;
}

.right_70per {
    float: right;
    width: 70%;
}

.right_30per {
    float: right;
    width: 30%;
}

.right_40per {
    float: right;
    width: 40%;
}

.right_100per {
    float: right;
    width: 100%;
}

.font_fa_normal {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 9pt;
    color: #333;
    direction: rtl;
    text-align: right;
    line-height: 20px;
}

.font_fa_10 {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 10pt;
    color: #333;
    direction: rtl;
    text-align: right;
    line-height: 20px;
}

.font_fa_11 {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11pt;
    color: #333;
    direction: rtl;
    text-align: right;
    line-height: 20px;
}

.font_fa_8 {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 8pt;
    color: #333;
    direction: rtl;
    text-align: right;
    line-height: 20px;
}

.icon_q_a {
    background-image: url(../../images/GlobalImages/icons_q_a.png);
    background-repeat: no-repeat;
}

.icon_moveticket {
    width: 30px;
    height: 30px;
    background-position: -5px -699px;
    float: right;
}

.btn_delfilter {
    background-position: 0px 685px;
    width: 20px;
    height: 20px;
    float: right;
    margin: 0px 2px;
}

.icon_linux {
    background-position: 0px 0px;
    width: 20px;
    height: 20px;
    float: right;
    margin: 0px 2px;
}

.icon_windows {
    background-position: 0px -35px;
    width: 20px;
    height: 20px;
    float: right;
    margin: 0px 2px;
}

.icon_firefox {
    background-position: 0px -67px;
    width: 20px;
    height: 20px;
    float: right;
    margin: 0px 2px;
}

.icon_ie {
    background-position: 0px -97px;
    float: right;
    height: 20px;
    width: 20px;
    margin: 0px 2px;
}

.icon_attach {
    background-position: 0px -510px;
    float: right;
    height: 20px;
    width: 20px;
    margin: 0px 2px;
}

.icon_chrome {
    background-position: 0px -165px;
    width: 20px;
    height: 20px;
    float: right;
    margin: 0px 2px;
}

.icon_safari {
    float: right;
    height: 20px;
    width: 20px;
    margin: 0px 2px;
    background-position: 0px -132px;
}

.icon_opera {
    background-position: 0px -201px;
    float: right;
    height: 20px;
    width: 20px;
    margin: 0px 2px;
}

.icon_ok {
    background-position: 0px -453px;
    float: right;
    height: 20px;
    width: 20px;
    margin: 0px 2px;
}

.icon_hourglass {
    background-position: 0px -482px;
    float: right;
    height: 20px;
    width: 20px;
    margin: 0px 2px;
}

.icon_flagred {
    background-position: 0px -240px;
    width: 20px;
    height: 20px;
    float: right;
}

.icon_flagpink {
    background-position: 0px -273px;
    width: 20px;
    height: 20px;
    float: right;
}

.icon_circle {
    background-position: 3px -525px;
    float: right;
    height: 18px;
    width: 10px;
}

.icon_flaggreen {
    background-position: 0px -305px;
    width: 20px;
    height: 20px;
    float: right;
}

.icon_flagblue {
    background-position: 0px -335px;
    width: 20px;
    height: 20px;
    float: right;
}

.icon_flagyellow {
    background-position: 0px -370px;
    width: 20px;
    height: 20px;
    float: right;
}

hr {
    padding: 0px;
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DDD;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
}

.treeview_q_a li {
    width: 99%;
    float: right;
    margin-top: 10px;
    height: auto !important;
    margin-right: 1%;
}

.treeview_q_a li a.selected {
    color: #2b80ff;
}

.icon_treeview_arrowl {
    background-position: 0px -403px;
    float: right;
    height: 20px;
    width: 20px;
    margin-left: 1px;
}

.icon_treeview_arrowlb {
    background-position: 0px -425px;
}

.paging_ul li {
    float: right;
    font-family: tahoma;
    font-size: 12px;
    color: #333;
    text-decoration: none;
    text-align: left;
    direction: ltr;
}

.treeview_txt {
    float: right;
    font-family: tahoma;
    font-size: 12px;
    color: #333;
    text-decoration: none;
    line-height: 20px;
}

.treeview_txt:hover {
    color: #06F;
}

.treeview_wrapper {
    float: right;
    width: 85%;
    padding-right: 15%;
    display: none;
    font-family: tahoma;
    font-size: 11px;
    line-height: 18px;
    color: #484848;
    text-decoration: none;
}

.treeview_q_a li:first-child {
    margin-top: 0px;
}

.attach_lnk:hover {
    color: #0077cc;
    text-decoration: underline;
}

.attach_lnk {
    text-decoration: none;
}

.icon_golast {
    background-position: -45px -546px;
    width: 15px;
    height: 15px;
    float: right;
    margin: 0px 6px;
}

.icon_gonext {
    background-position: -30px -546px;
    width: 15px;
    height: 15px;
    float: right;
    margin: 0px 6px;
}

.icon_goprev {
    background-position: -15px -546px;
    width: 15px;
    height: 15px;
    float: right;
    margin: 0px 6px;
}

.icon_gofirst {
    background-position: 0px -546px;
    width: 15px;
    height: 15px;
    float: right;
    margin: 0px 6px;
}

.icon_golast_inactive {
    background-position: -45px -562px;
    width: 15px;
    height: 15px;
    float: right;
    margin: 0px 6px;
}

.icon_gonext_inactive {
    background-position: -30px -562px;
    width: 15px;
    height: 15px;
    float: right;
    margin: 0px 6px;
}

.icon_goprev_inactive {
    background-position: -15px -562px;
    width: 15px;
    height: 15px;
    float: right;
    margin: 0px 6px;
}

.icon_gofirst_inactive {
    background-position: 0px -562px;
    width: 15px;
    height: 15px;
    float: right;
    margin: 0px 6px;
}

.hr_Linheight {
    padding: 0px !important;
    margin: 0px !important;
}

.SpaceWithPrev {
    float: left;
    margin-left: 180px;
}

.btn_srch {
    background-position: 0px -592px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-repeat: repeat-x;
    border: 1px solid #0075c1;
    float: right;
    font-family: tahoma;
    font-size: 12px;
    line-height: 20px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    padding-top: 1px;
    padding-right: 5%;
    padding-bottom: 1px;
    padding-left: 4%;
    margin-right: 4%;
    background-color: #0088cb;
    width: 30%;
    margin-left: 4%;
}

.btn_srch:hover {
    background-image: none;
}

.icon_srch {
    background-repeat: no-repeat;
    background-position: 0px -625px;
    float: right;
    height: 20px;
    width: 35px;
}

.btn_add {
    background-position: 0px -654px;
    float: right;
    height: 20px;
    width: 35px;
}

.btn_srch span {
    float: right;
}


/* end  ticketing style */

.cms_azw_vote_ok {
    background-image: url(../../Images/GlobalImages/Check.gif);
    background-repeat: no-repeat;
    background-position: center center;
    float: right;
    height: 20px;
    width: 20px;
}

.cms_azw_vote_cancel {
    background-image: url(../../Images/GlobalImages/Cancel.gif);
    background-repeat: no-repeat;
    float: right;
    height: 20px;
    width: 20px;
    background-position: center center;
}

.cms_azw_weather {
    background: url(../../Images/client/weather/azw_weather_bg.jpg) repeat-x center top;
}

.cms_azw_weather_col {
    border-left: 1px dotted #CCC;
}

.cms_azw_weather_row {
    border-bottom: 1px dotted #CCC;
}

.cms_azw_weather_dd_content {
    top: 25px;
    display: none;
    width: 80%;
    left: 9%;
    right: 11%;
    background-image: url(../../Images/client/weather/azw_weather_close.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.cms_azw_weather_blt {
    background-image: url(../../Images/client/weather/azw_weather_blt.png);
    background-repeat: no-repeat;
    background-position: right center;
    float: right;
    height: 20px;
    width: 15px;
}

.cms_azw_weather_dd_close {
    float: left;
    height: 15px;
    width: 15px;
}

.cms_azw_dd_qa {
    background: rgb(244, 244, 244);
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWY5ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(249, 249, 249, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(244, 244, 244, 1)), color-stop(100%, rgba(249, 249, 249, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(249, 249, 249, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(249, 249, 249, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(249, 249, 249, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(244, 244, 244, 1) 0%, rgba(249, 249, 249, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#f9f9f9', GradientType=0);
    /* IE6-8 */
}

.cms_azw_dd_q {}

.cms_azw_dd_q:hover {
    color: #06C;
}

.cms_azw_dd_a {
    display: none;
}

.cms_azw_dd_qa_arowbtm {
    background-position: 0px -320px;
    float: left;
    height: 10px;
    width: 15px;
}

.cms_azw_dd_qa_arowup {
    background-position: -17px -320px;
}

.cms_azw_dd_q_icon {
    background-position: -2px -336px;
    float: right;
    height: 20px;
    width: 20px;
    margin-left: 10px;
}

.cms_azw_dd_a_icon {
    background-position: 0px -360px;
    float: right;
    height: 20px;
    width: 20px;
    margin-left: 5px;
}


/*	template slideshow Numeric */

#cms_azw_slideshow_numbering {
    zoom: 1;
    position: relative;
    max-width: 980px;
    margin: 5px auto 5px;
    z-index: 90;
    border: none;
    text-align: left;
    /* reset align=center */
}

* html #cms_azw_slideshow_numbering {
    width: 980px
}

#cms_azw_slideshow_numbering .ws_images ul {
    position: relative;
    width: 10000%;
    height: auto;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    border-spacing: 0;
    overflow: visible;
    /*table-layout:fixed;*/
}

#cms_azw_slideshow_numbering .ws_images ul li {
    width: 1%;
    line-height: 0;
    /*opera*/
    float: left;
    font-size: 0;
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
}

#cms_azw_slideshow_numbering .ws_images {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#cms_azw_slideshow_numbering .ws_images a {
    width: 100%;
    display: block;
    color: transparent;
}

#cms_azw_slideshow_numbering img {
    max-width: none !important;
}

#cms_azw_slideshow_numbering .ws_images img {
    width: 100%;
    border: none 0;
    max-width: none;
    padding: 0;
}

#cms_azw_slideshow_numbering a {
    text-decoration: none;
    outline: none;
    border: none;
}

#cms_azw_slideshow_numbering .ws_bullets {
    font-size: 0px;
    float: left;
    position: absolute;
    z-index: 70;
}

#cms_azw_slideshow_numbering .ws_bullets div {
    position: relative;
    float: left;
}

#cms_azw_slideshow_numbering a.wsl {
    display: none;
}

#cms_azw_slideshow_numbering .ws_bullets {
    padding: 10px;
}

#cms_azw_slideshow_numbering .ws_bullets a {
    font: 13px/30px tahoma;
    color: #3D3D3D;
    text-align: center;
    margin-left: -3px;
    width: 32px;
    height: 32px;
    background: url(../../Images/client/slideshow/azw_slideshow_numbering/bullet.png) left top;
    float: left;
    position: relative;
}

#cms_azw_slideshow_numbering .ws_bullets a.ws_selbull,
#cms_azw_slideshow_numbering .ws_bullets a:hover {
    background-position: right top;
}

#cms_azw_slideshow_numbering a.ws_next,
#cms_azw_slideshow_numbering a.ws_prev {
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -21px;
    z-index: 60;
    height: 43px;
    width: 29px;
    background-image: url(../../Images/client/slideshow/azw_slideshow_numbering/arrows.png);
}

#cms_azw_slideshow_numbering a.ws_next {
    background-position: 100% 0;
    right: 0px;
}

#cms_azw_slideshow_numbering a.ws_prev {
    left: 0px;
    background-position: 0 0;
}

#cms_azw_slideshow_numbering a.ws_next:hover {
    background-position: 100% 100%;
}

#cms_azw_slideshow_numbering a.ws_prev:hover {
    background-position: 0 100%;
}


/* bottom center */

#cms_azw_slideshow_numbering .ws_bullets {
    bottom: 0px;
    left: 50%;
}

#cms_azw_slideshow_numbering .ws_bullets div {
    left: -50%;
}

#cms_azw_slideshow_numbering .ws-title {
    position: absolute;
    bottom: 7%;
    left: 0px;
    margin-right: 5px;
    z-index: 50;
    color: #3D3D3D;
    text-transform: uppercase;
    font-family: tahoma;
    font-size: 18px;
}

#cms_azw_slideshow_numbering .ws-title div,
#cms_azw_slideshow_numbering .ws-title span {
    display: inline-block;
    padding: 10px;
    background: #fff;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    opacity: 0.8;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=80);
}

#cms_azw_slideshow_numbering .ws-title div {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    text-transform: none;
}

#cms_azw_slideshow_numbering .ws_images ul {
    animation: wsBasic 39.2s infinite;
    -moz-animation: wsBasic 39.2s infinite;
    -webkit-animation: wsBasic 39.2s infinite;
}

@keyframes wsBasic {
    0% {
        left: -0%
    }
    13.52% {
        left: -0%
    }
    25% {
        left: -100%
    }
    38.52% {
        left: -100%
    }
    50% {
        left: -200%
    }
    63.52% {
        left: -200%
    }
    75% {
        left: -300%
    }
    88.52% {
        left: -300%
    }
}

@-moz-keyframes wsBasic {
    0% {
        left: -0%
    }
    13.52% {
        left: -0%
    }
    25% {
        left: -100%
    }
    38.52% {
        left: -100%
    }
    50% {
        left: -200%
    }
    63.52% {
        left: -200%
    }
    75% {
        left: -300%
    }
    88.52% {
        left: -300%
    }
}

@-webkit-keyframes wsBasic {
    0% {
        left: -0%
    }
    13.52% {
        left: -0%
    }
    25% {
        left: -100%
    }
    38.52% {
        left: -100%
    }
    50% {
        left: -200%
    }
    63.52% {
        left: -200%
    }
    75% {
        left: -300%
    }
    88.52% {
        left: -300%
    }
}


/*template slideshow Simple */

#cms_azw_slideshow_simple {
    zoom: 1;
    position: relative;
    max-width: 980px;
    margin: 6px auto 9px;
    z-index: 90;
    border: none;
    text-align: left;
    /* reset align=center */
}

* html #cms_azw_slideshow_simple {
    width: 980px
}

#cms_azw_slideshow_simple .ws_images ul {
    position: relative;
    width: 10000%;
    height: auto;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    border-spacing: 0;
    overflow: visible;
    /*table-layout:fixed;*/
}

#cms_azw_slideshow_simple .ws_images ul li {
    width: 1%;
    line-height: 0;
    /*opera*/
    float: left;
    font-size: 0;
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
}

#cms_azw_slideshow_simple .ws_images {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#cms_azw_slideshow_simple .ws_images a {
    width: 100%;
    display: block;
    color: transparent;
}

#cms_azw_slideshow_simple img {
    max-width: none !important;
}

#cms_azw_slideshow_simple .ws_images img {
    width: 100%;
    border: none 0;
    max-width: none;
    padding: 0;
}

#cms_azw_slideshow_simple a {
    text-decoration: none;
    outline: none;
    border: none;
}

#cms_azw_slideshow_simple a.wsl {
    display: none;
}

#cms_azw_slideshow_simple a.ws_next,
#cms_azw_slideshow_simple a.ws_prev {
    position: absolute;
    display: none;
    top: 50%;
    margin-top: -15px;
    z-index: 60;
    height: 35px;
    width: 32px;
    background-image: url(../../Images/client/slideshow/azw_slideshow_simple/arrows.png);
}

#cms_azw_slideshow_simple a.ws_next {
    background-position: 100% 0;
    right: 21px;
}

#cms_azw_slideshow_simple a.ws_prev {
    left: 21px;
    background-position: 0 0;
}

* html #cms_azw_slideshow_simple a.ws_next,
* html #cms_azw_slideshow_simple a.ws_prev {
    display: block
}

#cms_azw_slideshow_simple:hover a.ws_next,
#cms_azw_slideshow_simple:hover a.ws_prev {
    display: block
}


/* bottom center */

#cms_azw_slideshow_simple .ws_images ul {
    animation: wsBasic 20s infinite;
    -moz-animation: wsBasic 20s infinite;
    -webkit-animation: wsBasic 20s infinite;
}

@keyframes wsBasic {
    0% {
        left: -0%
    }
    14.5% {
        left: -0%
    }
    25% {
        left: -100%
    }
    39.5% {
        left: -100%
    }
    50% {
        left: -200%
    }
    64.5% {
        left: -200%
    }
    75% {
        left: -300%
    }
    89.5% {
        left: -300%
    }
}

@-moz-keyframes wsBasic {
    0% {
        left: -0%
    }
    14.5% {
        left: -0%
    }
    25% {
        left: -100%
    }
    39.5% {
        left: -100%
    }
    50% {
        left: -200%
    }
    64.5% {
        left: -200%
    }
    75% {
        left: -300%
    }
    89.5% {
        left: -300%
    }
}

@-webkit-keyframes wsBasic {
    0% {
        left: -0%
    }
    14.5% {
        left: -0%
    }
    25% {
        left: -100%
    }
    39.5% {
        left: -100%
    }
    50% {
        left: -200%
    }
    64.5% {
        left: -200%
    }
    75% {
        left: -300%
    }
    89.5% {
        left: -300%
    }
}


/*template slideshow thumbnail */

@import url("http://fonts.googleapis.com/css?family=Oswald");
#cms_azw_slideshow_thumbnail {
    zoom: 1;
    position: relative;
    max-width: 980px;
    margin: 0px auto 0px;
    z-index: 90;
    border: none;
    text-align: left;
    /* reset align=center */
}

* html #cms_azw_slideshow_thumbnail {
    width: 980px
}

#cms_azw_slideshow_thumbnail .ws_images ul {
    position: relative;
    width: 10000%;
    height: auto;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    border-spacing: 0;
    overflow: visible;
    /*table-layout:fixed;*/
}

#cms_azw_slideshow_thumbnail .ws_images ul li {
    width: 1%;
    line-height: 0;
    /*opera*/
    float: left;
    font-size: 0;
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
}

#cms_azw_slideshow_thumbnail .ws_images {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#cms_azw_slideshow_thumbnail .ws_images a {
    width: 100%;
    display: block;
    color: transparent;
}

#cms_azw_slideshow_thumbnail img {
    max-width: none !important;
}

#cms_azw_slideshow_thumbnail .ws_images img {
    width: 100%;
    border: none 0;
    max-width: none;
    padding: 0;
}

#cms_azw_slideshow_thumbnail a {
    text-decoration: none;
    outline: none;
    border: none;
}

#cms_azw_slideshow_thumbnail .ws_bullets {
    font-size: 0px;
    float: left;
    position: absolute;
    z-index: 70;
}

#cms_azw_slideshow_thumbnail .ws_bullets div {
    position: relative;
    float: left;
}

#cms_azw_slideshow_thumbnail a.wsl {
    display: none;
}

#cms_azw_slideshow_thumbnail .ws_bullets {
    padding: 10px;
}

#cms_azw_slideshow_thumbnail .ws_bullets a {
    width: 15px;
    height: 15px;
    background: url(../../Images/client/slideshow/azw_slideshow_thumbnail/bullet.png) left top;
    float: left;
    text-indent: -4000px;
    position: relative;
    margin-left: 3px;
    color: transparent;
}

#cms_azw_slideshow_thumbnail .ws_bullets a:hover {
    background-position: 0 50%;
}

#cms_azw_slideshow_thumbnail .ws_bullets a.ws_selbull {
    background-position: 0 100%;
}

#cms_azw_slideshow_thumbnail a.ws_next,
#cms_azw_slideshow_thumbnail a.ws_prev {
    position: absolute;
    display: none;
    top: 50%;
    margin-top: -50px;
    z-index: 60;
    height: 100px;
    width: 60px;
    background-image: url(../../Images/client/slideshow/azw_slideshow_thumbnail/arrows.png);
}

#cms_azw_slideshow_thumbnail a.ws_next {
    background-position: 100% 0;
    right: 0;
}

#cms_azw_slideshow_thumbnail a.ws_prev {
    left: 0;
    background-position: 0 0;
}

* html #cms_azw_slideshow_thumbnail a.ws_next,
* html #cms_azw_slideshow_thumbnail a.ws_prev {
    display: block
}

#cms_azw_slideshow_thumbnail:hover a.ws_next,
#cms_azw_slideshow_thumbnail:hover a.ws_prev {
    display: block
}


/* bottom center */

#cms_azw_slideshow_thumbnail .ws_bullets {
    top: 5px;
    right: 10px;
}

#cms_azw_slideshow_thumbnail .ws_bullets .ws_bulframe {
    top: 20px;
}

#cms_azw_slideshow_thumbnail .ws_bullets .ws_bulframe {
    top: 20px;
}

#cms_azw_slideshow_thumbnail .ws-title {
    position: absolute;
    bottom: 10%;
    left: 7%;
    z-index: 50;
    padding: 12px;
    color: #000000;
    background: #fff;
    font-family: tahoma;
    font-size: 16px;
    text-shadow: 1px 1px 1px #BBBBBB;
    line-height: 30px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    opacity: 0.5;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=50);
}

#cms_azw_slideshow_thumbnail .ws-title div {
    font-size: 14px;
    text-shadow: 1px 1px 1px #000000;
}

#cms_azw_slideshow_thumbnail .ws_images ul {
    animation: wsBasic 21.6s infinite;
    -moz-animation: wsBasic 21.6s infinite;
    -webkit-animation: wsBasic 21.6s infinite;
}

@keyframes wsBasic {
    0% {
        left: -0%
    }
    13.43% {
        left: -0%
    }
    25% {
        left: -100%
    }
    38.43% {
        left: -100%
    }
    50% {
        left: -200%
    }
    63.43% {
        left: -200%
    }
    75% {
        left: -300%
    }
    88.43% {
        left: -300%
    }
}

@-moz-keyframes wsBasic {
    0% {
        left: -0%
    }
    13.43% {
        left: -0%
    }
    25% {
        left: -100%
    }
    38.43% {
        left: -100%
    }
    50% {
        left: -200%
    }
    63.43% {
        left: -200%
    }
    75% {
        left: -300%
    }
    88.43% {
        left: -300%
    }
}

@-webkit-keyframes wsBasic {
    0% {
        left: -0%
    }
    13.43% {
        left: -0%
    }
    25% {
        left: -100%
    }
    38.43% {
        left: -100%
    }
    50% {
        left: -200%
    }
    63.43% {
        left: -200%
    }
    75% {
        left: -300%
    }
    88.43% {
        left: -300%
    }
}

#cms_azw_slideshow_thumbnail .ws_bullets a img {
    text-indent: 0;
    display: block;
    top: 15px;
    left: -55px;
    visibility: hidden;
    position: absolute;
    -moz-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    border: 5px solid #FFFFFF;
    max-width: none;
}

#cms_azw_slideshow_thumbnail .ws_bullets a:hover img {
    visibility: visible;
}

#cms_azw_slideshow_thumbnail .ws_bulframe div div {
    height: 50px;
    overflow: visible;
    position: relative;
}

#cms_azw_slideshow_thumbnail .ws_bulframe div {
    left: 0;
    overflow: hidden;
    position: relative;
    width: 110px;
    background-color: #FFFFFF;
}

#cms_azw_slideshow_thumbnail .ws_bullets .ws_bulframe {
    display: none;
    overflow: visible;
    position: absolute;
    cursor: pointer;
    -moz-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    border: 5px solid #FFFFFF;
}

#cms_azw_slideshow_thumbnail .ws_bulframe span {
    display: block;
    position: absolute;
    top: -11px;
    margin-left: -5px;
    left: 55px;
    background: url(../../Images/client/slideshow/azw_slideshow_thumbnail/triangle.png);
    width: 15px;
    height: 6px;
}

.cms_azw_links_simple_image_row {
    border-bottom: 1px solid #09C;
}

.cms_azw_links_simple_image_row:hover h2 {
    color: #999;
}

.cms_azw_links_simple_image_row:hover b {
    color: #999;
}

.cms_azw_links_simple_row {
    border-bottom: 1px dotted #999;
}

.cms_azw_links_simple_row:hover {
    color: #999;
}

.cms_azw_box {}


/* start vertical menu */


/*** ESSENTIAL STYLES ***/

.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu li {
    position: relative;
}

.sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    right: 0;
    z-index: 99;
}

.sf-menu>li {
    float: right;
}

.sf-menu li:hover>ul,
.sf-menu li.sfHover>ul {
    display: block;
}

.sf-menu a {
    display: block;
    position: relative;
}

.sf-menu ul ul {
    top: 0;
    right: 100%;
}


/*** DEMO SKIN ***/

.sf-menu {
    float: right;
    margin-bottom: 1em;
}

.sf-menu ul {
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
    min-width: 200px;
    /* allow long menu items to determine submenu width */
    *width: 200px;
    /* no auto sub width for IE7, see white-space comment below */
}

.sf-menu a {
    border-left: 1px solid #fff;
    border-top: 1px solid #dFeEFF;
    /* fallback colour must use full shorthand */
    border-top: 1px solid rgba(255, 255, 255, .5);
    padding: 2px 5px;
    text-decoration: none;
    zoom: 1;
    /* IE7 */
}

.sf-menu a {
    color: #000;
}

.sf-menu li {
    background: #eee;
    white-space: nowrap;
    /* no need for Supersubs plugin */
    *white-space: normal;
    /* ...unless you support IE7 (let it wrap) */
    -webkit-transition: background .2s;
    transition: background .2s;
}

.sf-menu ul li {
    background: #eee;
}

.sf-menu ul ul li {
    background: #eee;
}

.sf-menu li:hover,
.sf-menu li.sfHover {
    background: #E5E5E5;
    /* only transition out, not in */
    -webkit-transition: none;
    transition: none;
}


/*** arrows (for all except IE7) **/

.sf-arrows .sf-with-ul {
    padding-left: 2.5em;
    *padding-left: 1em;
    /* no CSS arrows for IE7 (lack pseudo-elements) */
}


/* styling for both css and generated arrows */

.sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -3px;
    height: 0;
    width: 0;
    /* order of following 3 rules important for fallbacks to work */
    border: 5px solid transparent;
    border-top-color: #dFeEFF;
    /* edit this to suit design (no rgba in IE8) */
    border-top-color: rgba(255, 255, 255, .5);
}

.sf-arrows>li>.sf-with-ul:focus:after,
.sf-arrows>li:hover>.sf-with-ul:after,
.sf-arrows>.sfHover>.sf-with-ul:after {
    border-top-color: white;
    /* IE8 fallback colour */
}


/* styling for right-facing arrows */

.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-leftt: -3px;
    border-color: transparent;
    border-left-color: #dFeEFF;
    /* edit this to suit design (no rgba in IE8) */
    border-left-color: rgba(255, 255, 255, .5);
}

.sf-arrows ul li>.sf-with-ul:focus:after,
.sf-arrows ul li:hover>.sf-with-ul:after,
.sf-arrows ul .sfHover>.sf-with-ul:after {
    border-left-color: white;
}

.sf-vertical {
    width: 200px;
}

.sf-vertical ul {
    right: 100%;
    top: 0;
}

.sf-vertical>li {
    float: none;
}

.sf-vertical li {
    width: 100%;
}

.sf-vertical.sf-arrows>li>.sf-with-ul:after {
    margin-top: -5px;
    margin-left: -3px;
    border-color: transparent;
    border-left-color: #dFeEFF;
    /* edit this to suit design (no rgba in IE8) */
    border-left-color: rgba(255, 255, 255, .5);
}

.sf-vertical.sf-arrows li>.sf-with-ul:focus:after,
.sf-vertical.sf-arrows li:hover>.sf-with-ul:after,
.sf-vertical.sf-arrows .sfHover>.sf-with-ul:after {
    border-left-color: white;
}

.sf-vertical .sf-sub-indicator {
    background-image: url("../../Images/client/menu/arrow_right_gray_vertical.png");
    background-position: -10px -100px;
    background-repeat: no-repeat;
    display: block;
    height: 10px;
    left: 2px;
    overflow: hidden;
    position: absolute;
    top: 7px;
    width: 10px;
}


/* end vertical menu*/


/* start jalali calender */

div.calendar {
    position: relative;
}

.calendar,
.calendar table {
    border: 1px solid #bdb2bf;
    font-size: 11px;
    color: #000;
    cursor: default;
    background: url("../../Images/client/calender/normal-bg.gif");
    font-family: "trebuchet ms", verdana, tahoma, sans-serif;
}

.calendar {
    border-color: #797979;
}

.calendar .button {
    /* "<<", "<", ">", ">>" buttons have this class */
    text-align: center;
    /* They are the navigation buttons */
    padding: 2px;
    /* Make the buttons seem like they're pressing */
    background: url("../../Images/client/calender/title-bg.gif") repeat-x 0 100%;
    color: #000;
    font-weight: bold;
}

.calendar .nav {
    font-family: verdana, tahoma, sans-serif;
}

.calendar .nav div {
    background: transparent url("../../Images/client/calender/menuarrow.gif") no-repeat 100% 100%;
}

.calendar thead tr {
    background: url("../../Images/client/calender/title-bg.gif") repeat-x 0 100%;
    color: #000;
}

.calendar thead .title {
    /* This holds the current "month, year" */
    font-weight: bold;
    /* Pressing it will take you to the current date */
    text-align: center;
    padding: 2px;
    background: url("../../Images/client/calender/title-bg.gif") repeat-x 0 100%;
    color: #000;
}

.calendar thead .headrow {
    /* Row <TR> containing navigation buttons */
}

.calendar thead .name {
    /* Cells <TD> containing the day names */
    border-bottom: 1px solid #797979;
    padding: 2px;
    text-align: center;
    color: #000;
}

.calendar thead .weekend {
    /* How a weekend day name shows in header */
    color: #c44;
}

.calendar thead .hilite {
    /* How do the buttons in header appear when hover */
    background: url("../../Images/client/calender/hover-bg.gif");
    border-bottom: 1px solid #797979;
    padding: 2px 2px 1px 2px;
}

.calendar thead .active {
    /* Active (pressed) buttons in header */
    background: url("../../Images/client/calender/active-bg.gif");
    color: #fff;
    padding: 3px 1px 0px 3px;
    border-bottom: 1px solid #797979;
}

.calendar thead .daynames {
    /* Row <TR> containing the day names */
    background: url("../../Images/client/calender/dark-bg.gif");
}

.calendar tbody .day {
    /* Cells <TD> containing month days dates */
    font-family: verdana, tahoma, sans-serif;
    width: 2em;
    color: #000;
    text-align: right;
    padding: 2px 4px 2px 2px;
}

.calendar tbody .day.othermonth {
    font-size: 80%;
    color: #999;
}

.calendar tbody .day.othermonth.oweekend {
    color: #f99;
}

.calendar table .wn {
    padding: 2px 3px 2px 2px;
    border-right: 1px solid #797979;
    background: url("../../Images/client/calender/dark-bg.gif");
}

.calendar tbody .rowhilite td,
.calendar tbody .rowhilite td.wn {
    background: url("../../Images/client/calender/rowhover-bg.gif");
}

.calendar tbody td.today {
    font-weight: bold;
    /* background: url("today-bg.gif") no-repeat 70% 50%; */
}

.calendar tbody td.hilite {
    /* Hovered cells <TD> */
    background: url("../../Images/client/calender/hover-bg.gif");
    padding: 1px 3px 1px 1px;
    border: 1px solid #bbb;
}

.calendar tbody td.active {
    /* Active (pressed) cells <TD> */
    padding: 2px 2px 0px 2px;
}

.calendar tbody td.weekend {
    /* Cells showing weekend days */
    color: #c44;
}

.calendar tbody td.selected {
    /* Cell showing selected date */
    font-weight: bold;
    border: 1px solid #797979;
    padding: 1px 3px 1px 1px;
    background: url("../../Images/client/calender/active-bg.gif");
    color: #fff;
}

.calendar tbody .disabled {
    color: #999;
}

.calendar tbody .emptycell {
    /* Empty cells (the best is to hide them) */
    visibility: hidden;
}

.calendar tbody .emptyrow {
    /* Empty row (some months need less than 6 rows) */
    display: none;
}


/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow {
    /* The <TR> in footer (only one right now) */
    text-align: center;
    background: #565;
    color: #fff;
}

.calendar tfoot .ttip {
    /* Tooltip (status bar) cell <TD> */
    padding: 2px;
    background: url("../../Images/client/calender/status-bg.gif") repeat-x 0 0;
    color: #000;
}

.calendar tfoot .hilite {
    /* Hover style for buttons in footer */
    background: #afa;
    border: 1px solid #084;
    color: #000;
    padding: 1px;
}

.calendar tfoot .active {
    /* Active (pressed) style for buttons in footer */
    background: #7c7;
    padding: 2px 0px 0px 2px;
}

.calendar .combo {
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    width: 4em;
    cursor: default;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #797979;
    background: url("../../Images/client/calender/normal-bg.gif");
    color: #000;
    z-index: 100;
    font-size: 90%;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
    text-align: center;
    padding: 1px;
}

.calendar .combo .label-IEfix {
    width: 4em;
}

.calendar .combo .hilite {
    background: url("../../Images/client/calender/hover-bg.gif");
    color: #000;
}

.calendar .combo .active {
    background: url("../../Images/client/calender/active-bg.gif");
    color: #fff;
    font-weight: bold;
}

.calendar td.time {
    border-top: 1px solid #797979;
    padding: 1px 0px;
    text-align: center;
    background: url("../../Images/client/calender/dark-bg.gif");
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
    padding: 0px 5px 0px 6px;
    font-weight: bold;
    background: url("../../Images/client/calender/normal-bg.gif");
    color: #000;
}

.calendar td.time .hour,
.calendar td.time .minute {
    font-family: monospace;
}

.calendar td.time .ampm {
    text-align: center;
}

.calendar td.time .colon {
    padding: 0px 2px 0px 3px;
    font-weight: bold;
}

.calendar td.time span.hilite {
    background: url("../../Images/client/calender/hover-bg.gif");
    color: #000;
}

.calendar td.time span.active {
    background: url("../../Images/client/calender/active-bg.gif");
    color: #fff;
}


/* end jalali calender */


/* start modal css*/

.azw_main_modal {
    width: 100%;
    float: right;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1000;
    background-image: url(../../Images/Panel/azw_bg_modal.png);
    background-repeat: repeat;
    display: none;
}

#azw_modal {
    margin: 30px auto;
}

.azw_modal {
    margin: 30px auto;
}

.azw_modal_content {
    float: right;
    background-color: #FFF;
    overflow: auto;
    padding: 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #AAAAAA;
}

.azw_modal_btnok {
    background-image: url(../../Images/Panel/icon_ok.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 18px !important;
    margin: 4px 1% !important;
    font-family: Tahoma, Geneva, sans-serif;
}

.azw_modal_btncncl {
    background-image: url(../../Images/Panel/icon_cancel.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 18px !important;
    margin: 4px 1% !important;
    font-family: Tahoma, Geneva, sans-serif;
}

#azw_modal .azw_modal_header {
    cursor: move;
}

#azw_modal .ui-resizable-handle {
    position: relative !important;
    bottom: 20px;
    right: 10px;
}

.azw_modal_close {
    cursor: pointer;
    float: left;
    padding: 1px;
    margin: 4px;
}

.ui-dialog-buttonset {
    text-align: center;
}


/* end modal css */


/* start editor tabshow fadding*/

.cms_azw_editor_Tabshow .idTabs {
    float: right;
    width: 100%;
    margin-bottom: -1px;
    position: relative;
    z-index: 999;
}

.cms_azw_editor_Tabshow .idTabs li {
    float: right;
    margin: 0px 0px 0px 2px;
}

.cms_azw_editor_Tabshow .idTabs li a {
    background: #e1e1e1;
    float: right;
    padding: 0px 5px;
    color: #000;
    line-height: 24px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 9pt;
    border-top-right-radius: 5px;
    border: 1px solid #d9d9d9;
    border-bottom: 0px !important;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
}

.cms_azw_editor_Tabshow .advanced_tabs_content {
    float: right;
    width: 99.6%;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 9pt;
    padding: 3px;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.cms_azw_editor_Tabshow .idTabs li a.selected {
    background: #fff;
    color: #333 !important;
}

.cms_azw_editor_Tabshow .idTabs li a:hover {
    color: #01344e;
}

.cms_azw_editor_Tabshow {
    position: relative;
}


/* end editor tabshow fadding*/


/* start editor tabshow scrolling */

.cms_azw_editor_tab_header a {
    margin-left: 1px;
    border-bottom: 0px !important;
}

.cms_azw_editor_tab_header a:hover {
    text-decoration: none;
    color: #4b412f
}

.cms_azw_editor_tab_header a.selected {
    background-color: #f6f6f6;
    color: #000!important;
    border-bottom: 1px solid #f6f6f6;
}

.cms_azw_editor_tab_content {
    float: left;
}

.cms_azw_editor_tab_mask {
    overflow: hidden;
    border: 1px solid #ccc;
    min-height: 40px;
    background: #f6f6f6;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f6f6f6 0%, #ffffff 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f6f6f6 0%, #ffffff 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f6f6f6 0%, #ffffff 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f6f6f6 0%, #ffffff 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f6f6f6 0%, #ffffff 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=0);
    /* IE6-8 */
}

.cms_azw_editor_tab_header {
    margin-bottom: -1px;
    position: relative;
}


/* end editor tabshow scrolling */


/* START LIKE AND DISLIKE STYLE */

.cms_comment_icon_like {
    background: url("../../Images/client/icons-2.png") no-repeat scroll 0 -224px rgba(0, 0, 0, 0);
    color: #333;
    font-size: 8pt;
    height: 25px;
    margin: 0 7px;
    width: 55px;
}

.cms_comment_icon_dislike {
    background: url("../../Images/client/icons-2.png") no-repeat scroll 0 -268px rgba(0, 0, 0, 0);
    color: #333;
    font-size: 8pt;
    height: 40px;
    margin: 0 7px;
    width: 55px;
}

.cms_comment_icon_like span,
.cms_comment_icon_dislike span {
    float: right;
    height: 25px;
    line-height: 30px;
    text-align: center;
    width: 33px;
}

.cms_comment_icon_like a,
.cms_comment_icon_dislike a {
    float: right;
    height: 25px;
    text-align: center;
    width: 20px;
}


/* END LIKE AND DISLIKE STYLE */


/* start bank icons */

.banks_list {
    float: right;
    width: 100%;
    display;
    block;
}

.banks_list li {
    float: right;
    margin: 5px 3px;
    background-image: url("../../images/client/bank/bank-ribbon.png");
    background-repeat: no-repeat;
    width: 40px;
    height: 35px;
}

.banks_list li.banks_list_0 {
    background-position: 0px 0px;
}

.banks_list li.banks_list_1 {
    background-position: -50px 0px;
}

.banks_list li.banks_list_2 {
    background-position: -100px 0px;
}

.banks_list li.banks_list_3 {
    background-position: -150px 0px;
}

.banks_list li.banks_list_4 {
    background-position: -200px 0px;
}

.banks_list li.banks_list_5 {
    background-position: -250px 0px;
}

.banks_list li.banks_list_6 {
    background-position: -300px 0px;
}

.banks_list li.banks_list_7 {
    background-position: -350px 0px;
}

.banks_list li.banks_list_8 {
    background-position: -402px 0px;
}

.banks_list li.banks_list_9 {
    background-position: -455px 0px;
}

.banks_list li.banks_list_10 {
    background-position: -510px 0px;
}

.banks_list li.banks_list_11 {
    background-position: -565px 0px;
}

.banks_list li.banks_list_12 {
    background-position: -620px 0px;
}

.banks_list li.banks_list_13 {
    background-position: -670px 0px;
}

.banks_list li.banks_list_14 {
    background-position: -722px 0px;
}

.banks_list li.banks_list_15 {
    background-position: -825px 0px;
}

.banks_list li.banks_list_16 {
    background-position: -880px 0px;
}

.banks_list li.banks_list_17 {
    background-position: -935px 0px;
}

.banks_list li.banks_list_18 {
    background-position: -990px 0px;
}

.banks_list li.banks_list_19 {
    background-position: -1095px 0px;
}

.banks_list li.banks_list_20 {
    background-position: -1150px 0px;
}

.banks_list li.banks_list_21 {
    background-position: -1200px 0px;
}

.banks_list li.banks_list_22 {
    background-position: -1245px 0px;
}

.banks_list li.banks_list_23 {
    display: none;
}


/* end bank icons */


/*  DateControl CSS */

.PickerCSS {
    background-color: #ffffff;
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;
}

.PickerHeaderCSS {
    background-color: #b0c4de;
    border-bottom: black 1px solid;
    height: 30px;
}

.PickerFooterCSS {
    background-color: #b0c4de;
}

.PickerWeekDayCSS {
    background-color: #ffffff;
    text-align: center;
    font-size: 8pt;
    border-right: black 0px solid;
    border-top: black 0px solid;
    border-left: black 0px solid;
    border-bottom: black 0px solid;
    height: 19px;
}

.PickerCalendarCSS {
    background-color: #ffffff;
    border-right: black 0px solid;
    border-top: black 0px solid;
    border-left: black 0px solid;
    border-bottom: black 1px solid;
    height: 19px;
}

.PickerWorkDayCSS {
    background-color: #ffffff;
    border-right: black 0px solid;
    border-top: black 0px solid;
    border-left: black 0px solid;
    border-bottom: black 1px solid;
}

A.PickerWorkDayCSS {
    color: black;
    text-decoration: none;
    border: none;
}

.PickerForbidenCSS {
    background-color: #ffffff;
    color: Red;
    border-right: black 0px solid;
    border-top: black 0px solid;
    border-left: black 0px solid;
    border-bottom: black 1px solid;
}

.PickerSelectedCSS {
    background-color: #ffffff;
    border-right: black 0px solid;
    border-top: black 0px solid;
    border-left: black 0px solid;
    border-bottom: black 1px solid;
}

A.PickerSelectedCSS {
    font-weight: bold;
    color: #0066ff;
    border: none;
}

.SideBar {
    border-right: solid 1px #c0c0c0;
    vertical-align: top;
    width: 20%;
    padding-right: 8px;
}

.ModalBG {
    width: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 9999;
    background-color: Gray;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    opacity: 0.5;
    top: 0px;
    left: 0px;
    z-index: 8000;
    filter: alpha(opacity=50);
}

.ProgressBorder {
    border: thin groove #000000;
}

.ModalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.ModalPopup {
    background-color: #f5fffa;
    border-width: 2px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 450px;
}


/*----End of Example CSS Class --*/


/* end calender*/


/* start my page css */

.cms_azw_mypage_mainlinks li {
    padding: 0px 1%;
    width: 98%;
    border-bottom: 1px dotted #CCC;
    float: right;
    background: #f7f9fc;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyNiUiIHN0b3AtY29sb3I9IiNmN2Y5ZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4NCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f7f9fc 26%, #e5e5e5 84%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(26%, #f7f9fc), color-stop(84%, #e5e5e5));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f7f9fc 26%, #e5e5e5 84%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f7f9fc 26%, #e5e5e5 84%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f7f9fc 26%, #e5e5e5 84%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f7f9fc 26%, #e5e5e5 84%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f7f9fc', endColorstr='#e5e5e5', GradientType=0);
    /* IE6-8 */
}

.cms_azw_mypage_mainlinks li a {
    color: #000;
    line-height: 30px;
    padding-right: 15%;
    width: 85%;
    float: right;
    background-image: url(../../images/client/user/icons.png);
    background-repeat: no-repeat;
}

.cms_azw_mypage_mainlinks li a:hover {
    color: #039;
}

.cms_azw_user_content {
    width: 72%;
    border: 3px solid #f2f2f2;
}

.cms_azw_user_content_mainmenus {
    background: #f6f8f9;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjhmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYmRjZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f6f8f9 0%, #dbdcdd 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f8f9), color-stop(100%, #dbdcdd));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f6f8f9 0%, #dbdcdd 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f6f8f9 0%, #dbdcdd 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f6f8f9 0%, #dbdcdd 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f6f8f9 0%, #dbdcdd 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#dbdcdd', GradientType=0);
    /* IE6-8 */
}

.cms_azw_user_menus {
    width: 26%;
    border: 3px solid #f2f2f2;
}

.cms_azw_user_content_mainmenus a {
    color: #000;
    padding: 0px 5px;
    border-left: 1px solid #fff;
}

.cms_azw_user_content_mainmenus a:hover {
    color: #039;
}

.cms_azw_mypage_mainlinks {
    background: #EDEDED
}

.cms_azw_mypage_mainlinks li:hover {
    background: #d8d8d8;
}

.cms_azw_mypage_mainlinks_iconmypage a {
    background-position: right 3px;
}

.cms_azw_mypage_mainlinks_iconuserinfo a {
    background-position: right -31px;
}

.cms_azw_mypage_mainlinks_iconexit a {
    background-position: right -69px;
}

.cms_azw_mypage_mainlinks_iconchangepass a {
    background-position: right -105px;
}

.cms_azw_mypage_mainlinks_iconguid a {
    background-position: right -138px;
}

.cms_azw_mypage_mainlinks_iconhome a {
    background-position: right -173px;
}

.cms_azw_user_menus_control {
    border: 3px solid #F2F2F2;
}

.cms_azw_attentionbox {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.cms_azw_attentionbox_btn {
    background: #1e5799;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNDk4ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #1e5799 0%, #3498e5 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(100%, #3498e5));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1e5799 0%, #3498e5 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1e5799 0%, #3498e5 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1e5799 0%, #3498e5 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #1e5799 0%, #3498e5 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#3498e5', GradientType=0);
    /* IE6-8 */
    border: 1px solid #156ec8;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    padding: 3px 25px;
    cursor: pointer;
    color: #FFF;
}

.cms_azw_attentionbox_btn:hover {
    background: #7db9e8;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4NyUiIHN0b3AtY29sb3I9IiMxZTU3OTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #7db9e8 25%, #1e5799 87%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #7db9e8), color-stop(87%, #1e5799));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7db9e8 25%, #1e5799 87%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7db9e8 25%, #1e5799 87%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7db9e8 25%, #1e5799 87%);
    /* IE10+ */
    background: linear-gradient(to bottom, #7db9e8 25%, #1e5799 87%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799', GradientType=0);
    /* IE6-8 */
}


/* end my page css */


/* start register report */

.register_activate_main_report_txt a:hover {
    background: rgb(125, 185, 232);
    background: -moz-linear-gradient(top, rgba(125, 185, 232, 1) 0%, rgba(41, 137, 216, 1) 50%, rgba(32, 124, 202, 1) 51%, rgba(30, 87, 153, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(125, 185, 232, 1)), color-stop(50%, rgba(41, 137, 216, 1)), color-stop(51%, rgba(32, 124, 202, 1)), color-stop(100%, rgba(30, 87, 153, 1)));
    background: -webkit-linear-gradient(top, rgba(125, 185, 232, 1) 0%, rgba(41, 137, 216, 1) 50%, rgba(32, 124, 202, 1) 51%, rgba(30, 87, 153, 1) 100%);
    background: -o-linear-gradient(top, rgba(125, 185, 232, 1) 0%, rgba(41, 137, 216, 1) 50%, rgba(32, 124, 202, 1) 51%, rgba(30, 87, 153, 1) 100%);
    background: -ms-linear-gradient(top, rgba(125, 185, 232, 1) 0%, rgba(41, 137, 216, 1) 50%, rgba(32, 124, 202, 1) 51%, rgba(30, 87, 153, 1) 100%);
    background: linear-gradient(top, rgba(125, 185, 232, 1) 0%, rgba(41, 137, 216, 1) 50%, rgba(32, 124, 202, 1) 51%, rgba(30, 87, 153, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799', GradientType=0);
}

.register_activate_main_report {
    width: 500px;
    position: relative;
}

.register_activate_main_report_txt {
    float: right;
    height: auto;
    width: 500px;
    text-align: center;
    direction: rtl;
    margin-top: 180px;
    border: 1px solid #999;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #F5F5F5;
    font-family: tahoma;
    font-size: 9pt;
}

.register_activate_main_report_txt b {
    font-family: tahoma;
    font-size: 18px;
    line-height: 30px;
    color: #1A64FF;
    text-decoration: none;
}

.register_activate_main_report_txt a {
    font-family: tahoma;
    font-size: 12px;
    color: #FFF;
    text-decoration: none;
    line-height: 22px;
    outline: none;
    height: 22px;
    width: 120px;
    position: relative;
    text-align: center;
    float: right;
    margin-right: 190px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: rgb(30, 87, 153);
    background: -moz-linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 50%, rgba(32, 124, 202, 1) 51%, rgba(125, 185, 232, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30, 87, 153, 1)), color-stop(50%, rgba(41, 137, 216, 1)), color-stop(51%, rgba(32, 124, 202, 1)), color-stop(100%, rgba(125, 185, 232, 1)));
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 50%, rgba(32, 124, 202, 1) 51%, rgba(125, 185, 232, 1) 100%);
    background: -o-linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 50%, rgba(32, 124, 202, 1) 51%, rgba(125, 185, 232, 1) 100%);
    background: -ms-linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 50%, rgba(32, 124, 202, 1) 51%, rgba(125, 185, 232, 1) 100%);
    background: linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 50%, rgba(32, 124, 202, 1) 51%, rgba(125, 185, 232, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8', GradientType=0);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.ForgetPass_sendnewpass {
    font-family: tahoma;
    color: #000;
    font-size: 10pt;
    line-height: 50px;
    text-align: center;
    background: url("../../images/client/user/ok_check.png") no-repeat scroll center top #fff;
    padding: 40px 20px 20px 20px;
}


/* end Register report */


/* start access report */

.cms_accessdenied {
    width: 245px;
    height: 990px;
    padding: 2px;
    margin: 0px auto;
    background-image: url(../../Images/GlobalImages/azw_access_denied.png);
    background-repeat: no-repeat;
    background-position: top center;
    font-family: tahoma;
}

.cms_accessdenied_content {
    text-align: right;
    direction: rtl;
    width: 132px;
    font-size: 8pt;
    margin-top: 66px;
    float: right;
}

.cms_page_access_denid {
    width: 245px;
    height: 990px;
    padding: 2px;
    margin: 0px auto;
    background-image: url(../../Images/GlobalImages/azw_access_denied.png);
    background-repeat: no-repeat;
    background-position: top center;
    font-family: tahoma;
}

.cms_pageNoFound {
    width: 245px;
    height: 990px;
    padding: 2px;
    margin: 0px auto;
    background-image: url(../../Images/GlobalImages/azw_access_denied.png);
    background-repeat: no-repeat;
    background-position: top center;
    font-family: tahoma;
}


/* end access report */


/* start  simple title news */

.cms_azw_news_simpletitle_ul li {
    list-style-image: url(../../Images/client/news/bullet_rtl.gif);
    padding-right: 1px;
    margin-right: 18px;
    margin-bottom: 5px;
}

.cms_azw_news_simpletitle_ul li a {
    color: #000;
}

.cms_azw_news_simpletitle_ul li a:hover {
    color: #074181;
}


/* end  simple title news */


/* start Article tab style */

.cms_azw_Article_tab_header a {
    margin-right: 1px;
    border-bottom: 0px !important;
}

.cms_azw_Article_tab_header a:hover {
    text-decoration: none;
    color: #4b412f
}

.cms_azw_Article_tab_header a.selected {
    background-color: #dddddd;
    color: #000!important;
    border-bottom: 0px solid #f6f6f6;
    position: relative;
    bottom: -1px;
}

.cms_azw_Article_tab_content a {
    color: #666;
}

.cms_azw_Article_tab_content a:hover {
    color: #000;
}

.cms_azw_Article_tab_content {
    float: left;
}

.cms_azw_Article_tab_mask {
    overflow: hidden;
    border: 1px solid #ccc;
    min-height: 100px;
    background: #dddddd;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWY5ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #dddddd 0%, #f9f9f9 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #f9f9f9));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #dddddd 0%, #f9f9f9 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #dddddd 0%, #f9f9f9 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #dddddd 0%, #f9f9f9 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #dddddd 0%, #f9f9f9 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#f9f9f9', GradientType=0);
    /* IE6-8 */
}


/* end Article tab style */

.ui-accordion-header {
    font-family: tahoma;
    font-size: 9pt !important;
}

.jcarousel-item h1 {
    font-size: 9pt;
}

.jcarousel-skin-tango {
    float: right;
}

.language_box {
    width: 60px;
}


/*rss news*/

.cms_News_RssTitle {
    color: #0071d0;
    font-weight: bold;
    margin-top: 25px;
    float: right;
    width: 100%;
}

.cms_News_RssSummary {
    color: #444;
    line-height: 25px;
    float: right;
    width: 100%;
}

.cms_News_RssPublishDate {
    color: #999;
    margin-top: 10px;
    float: right;
    width: 100%;
}

#ctl05_ctl00_ctl05_UpdatePanel1 hr {
    float: right;
}

.rss_main {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}


/*footer*/

#divStyle {
    float: left;
    line-height: 30px;
    margin: 0 10px;
}


/*footer menu*/

.cms_footer_menu tr td {
    text-align: right;
    font-family: Tahoma, Geneva, sans-serif;
    direction: rtl;
    padding-right: 8px;
}

.cms_footer_menu table {
    margin-left: 5px;
}

.cms_footer_menu a {
    color: #000;
    font-size: 8pt;
}

.cms_footer_menu a:hover {
    color: #666;
}

.cms_footer_menu tr td tr:first-child td a {
    font-size: 10pt;
    color: #000 !important;
    line-height: 30px;
}

.cms_footer_menu tr td tr:first-child td {
    padding-right: 0px;
    margin-bottom: 10px;
}


/* start news rss */

.newsrssfeedlogo {
    width: 17px;
    height: 20px;
    margin-left: 2px;
    background: url(../../Images/client/news/bullet_rtl.gif) no-repeat center right;
    ;
}

.RssLinks_row a {
    float: left;
    color: #044bdc;
    direction: ltr;
    text-align: left;
}

.RssLinks_row a:hover {
    color: #000;
}

.RssLinks_row {
    border-bottom: 1px solid #CCC;
}

.introduceRSS_txt h3 {
    color: #025dc1;
    margin-bottom: 20px;
}

.introduceRSS_txt {
    border: 1px solid #ccc;
    background: #f9f9f9;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f9f9f9 0%, #eaeaea 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #eaeaea));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #eaeaea 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f9f9f9 0%, #eaeaea 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f9f9f9 0%, #eaeaea 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f9f9f9 0%, #eaeaea 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#eaeaea', GradientType=0);
    /* IE6-8 */
}


/* end news rss */


/* start fullwidthmenu 3part */

.cms_menu_fullwidth_3part_mainmenu>li {
    float: right;
    padding: 2px 1%;
    border-left: 1px solid #e7e7e7;
    margin: 3px 0px;
}

.cms_menu_fullwidth_3part_mainmenu>li a {
    padding: 1px 7px;
    float: right;
}

.cms_menu_fullwidth_3part_submenu2 li {
    width: 100%;
    float: right;
}

.cms_menu_fullwidth_3part_mainmenu>li>a:hover {
    background: #033a89;
    color: #FFF;
    border-radius: 3px;
}

.cms_menu_fullwidth_3part_submenu2 {
    min-height: 300px;
    float: right;
    position: relative;
    width: 225px;
}

.cms_menu_fullwidth_3part_submenu2 li {
    padding: 3px 0px;
}

.cms_menu_fullwidth_3part_submenu3 li:hover {
    background-image: url(../../Images/client/menu/menu_width_3part_hover.html);
    background-repeat: no-repeat;
    background-position: right center;
}

.cms_menu_fullwidth_3part_submenu3 {
    min-height: 300px;
    float: right;
    position: absolute;
    top: -3px;
    right: 225px;
    width: 225px;
}

.cms_menu_fullwidth_3part_submenu4 {
    min-height: 300px;
    float: right;
    position: absolute;
    top: 0px;
    right: 225px;
    width: 525px;
}

.cms_menu_fullwidth_3part_mainmenu a {
    color: #677275
}

.cms_menu_fullwidth_3part_submenu a {
    color: #757575;
}

.cms_menu_fullwidth_3part_submenu {
    width: 100%;
    position: absolute;
    border-radius: 3px;
    box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.15);
    top: 29px;
    min-height: 300px;
    display: none;
}

.cms_menu_fullwidth_3part_mainmenu li:hover .cms_menu_fullwidth_3part_submenu {
    display: block;
}

.cms_menu_fullwidth_3part_mainmenu {
    position: relative;
}

.cms_menu_fullwidth_3part_submenu2>li a:hover {
    color: #25b7bc
}

.cms_menu_fullwidth_3part_submenu2>li:nth-child(1) a:hover {
    color: #25b7bc
}

.cms_menu_fullwidth_3part_submenu2>li:nth-child(2) a:hover {
    color: #00ade9
}

.cms_menu_fullwidth_3part_submenu2>li:nth-child(3) a:hover {
    color: #008681
}

.cms_menu_fullwidth_3part_submenu2>li:nth-child(4) a:hover {
    color: #008681
}

.cms_menu_fullwidth_3part_submenu2>li:nth-child(5) a:hover {
    color: #0090d4
}

.cms_menu_fullwidth_3part_submenu2>li:nth-child(6) a:hover {
    color: #fcd3af
}

.cms_menu_fullwidth_3part_submenu2>li:nth-child(7) a:hover {
    color: #25b7bc
}

.cms_menu_fullwidth_3part_submenu2>li:nth-child(8) a:hover {
    color: #00ade9
}

.cms_menu_fullwidth_3part_submenu2>li:nth-child(9) a:hover {
    color: #008681
}

.cms_menu_fullwidth_3part_submenu2>li:nth-child(10) a:hover {
    color: #008681
}

.cms_menu_fullwidth_3part_submenu2>li:nth-child(11) a:hover {
    color: #0090d4
}

.cms_menu_fullwidth_3part_submenu2>li:nth-child(12) a:hover {
    color: #fcd3af
}

.cms_menu_fullwidth_3part_submenu2 {
    border-left: 1px solid #CCC
}

.cms_menu_fullwidth_3part_submenu3 {
    border-left: 1px solid #CCC;
    display: none;
}

.cms_menu_fullwidth_3part_submenu4 {
    display: none;
}

.cms_menu_fullwidth_3part_submenu4 li a {
    list-style: disc;
}

.cms_menu_fullwidth_3part_submenu2 li:hover .cms_menu_fullwidth_3part_submenu3 {
    display: block;
}

.cms_menu_fullwidth_3part_submenu3 li:hover .cms_menu_fullwidth_3part_submenu4 {
    display: block;
}

.cms_menu_fullwidth_3part_submenu2 li:first-child .cms_menu_fullwidth_3part_submenu3 {
    display: block;
}

.cms_menu_fullwidth_3part_submenu3 li:first-child .cms_menu_fullwidth_3part_submenu4 {
    display: block;
}


/* end fullwidthmenu 3part */


/* start menu full width by one image*/

.cms_azw_menu_fullwidthbyoneimage {
    position: relative;
}

.cms_azw_menu_fullwidthbyoneimage a {
    color: #222;
}

.cms_azw_menu_fullwidthbyoneimage>ul {
    width: 100%;
    float: right;
    background: #fff;
    box-shadow: 2px 2px 2px 2px #CCC;
    z-index: 2;
    position: relative;
}

.cms_azw_menu_fullwidthbyoneimage>ul>li {
    display: inline-block
}

.cms_azw_menu_fullwidthbyoneimage>ul>li>a {
    padding: 3px 3px;
    margin: 0px 5px;
    position: relative;
}

.cms_azw_menu_fullwidthbyoneimage>ul>li div ul li:first-child a {
    color: #000;
    font-weight: 600;
}

.cms_azw_menu_fullwidthbyoneimage>ul>li div ul li:first-child {
    margin-bottom: 5px;
}

.cms_azw_menu_fullwidthbyoneimage>ul>li div {
    display: none;
    border-top: 1px solid #ccc;
    width: 98%;
    padding: 10px 1% 3px 1%;
    left: 0px;
    background: #fff;
    position: absolute;
    z-index: 1;
}

.cms_azw_menu_fullwidthbyoneimage>ul>li div ul {
    vertical-align: top;
    display: inline-block;
    margin-right: 1%;
    min-width: 19%;
}

.cms_azw_menu_fullwidthbyoneimage>ul>li div .menu_img {
    vertical-align: top;
    float: right;
    display: inline-block;
    margin-right: 0px;
    text-align: center;
    border-left: 1px solid #CCC;
    padding-left: 0.5%;
    min-width: 18%;
}

.cms_azw_menu_fullwidthbyoneimage .triangle {
    display: none;
    position: absolute;
    left: 38%;
    z-index: 3;
    bottom: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #cccccc transparent transparent transparent;
}

.cms_azw_menu_fullwidthbyoneimage li:hover div {
    display: block;
}

.cms_azw_menu_fullwidthbyoneimage li:hover a .triangle {
    display: block;
}


/* end menu full width by one image*/


/*Start of namayesh film video show*/

@charset "utf-8";
body {
    font-family: iransans !important;
    font-size: 12px;
    line-height: 20px;
    color: #333;
    text-decoration: none;
    text-align: right;
    margin: 0px;
    padding: 0px;
}

a {
    outline: none;
    padding: 0px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style-type: none;
}

.main_video {
    height: auto;
    width: 980px;
    position: relative;
}

img {
    border: 0px;
}

.main_video_txt {
    float: right;
    height: auto;
    width: 980px;
}

.main_video_play {
    float: left;
    height: 447px;
    width: 680px;
    margin-top: 5px;
    margin-left: 10px;
    margin-bottom: 5px;
}

.main_video_left {
    background-image: url(../../images/ShowFilm/ShowFilm/mainnews_left.html);
    background-repeat: no-repeat;
    float: left;
    height: 447px;
    width: 9px;
}

.main_video_right {
    background-image: url(../../images/ShowFilm/mainnews_right.html);
    background-repeat: no-repeat;
    float: left;
    height: 447px;
    width: 9px;
}

.main_video_center {
    background-image: url(../../images/ShowFilm/mainnews_center.html);
    background-repeat: repeat-x;
    float: left;
    height: 447px;
    width: 662px;
}

.main_video_black_bg {
    background-color: #000;
    float: right;
    /*height: 305px;*/
    height: auto;
    min-height: 305px;
    width: 660px;
    margin-right: 1px;
    margin-left: 1px;
    margin-top: 6px;
    text-align: center;
    vertical-align: middle;
}

.main_video_descript {
    float: right;
    height: 120px;
    width: 660px;
    margin-right: 1px;
    margin-left: 1px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.main_video_descript_top_row {
    float: right;
    height: 23px;
    width: 100%;
    margin-top: 2px;
}

.main_video_descript_bottom_row {
    float: right;
    height: auto;
    width: 660px;
    font-family: tahoma;
    font-size: 12px;
    line-height: 20px;
    color: #333;
    text-decoration: none;
    text-align: right;
}

.main_video_descript_star {
    margin-right: -25px;
    float: right;
    height: 23px;
    width: 150px;
    text-align: right;
}

.main_video_descript_share {
    float: left;
    height: 23px;
    width: 150px;
}

.top_videos {
    float: right;
    height: 447px;
    width: 285px;
    margin-top: 5px;
    overflow-y: auto;
    overflow-x: hidden;
}

.top_videos_box {
    float: left;
    height: 106px;
    width: 265px;
    margin-bottom: 5px;
}

.top_videos_box_left {
    background-image: url(../../images/ShowFilm/topnews_left.html);
    background-repeat: no-repeat;
    float: left;
    height: 106px;
    width: 7px;
}

.top_videos_box_right {
    float: left;
    height: 106px;
    width: 7px;
    background-image: url(../../images/ShowFilm/topnews_right.html);
    background-repeat: no-repeat;
}

.top_videos_box_center {
    float: left;
    height: 106px;
    width: 251px;
    background-image: url(../../images/ShowFilm/topnews_center.html);
    background-repeat: repeat-x;
    position: relative;
}

.top_video_box_playicon {
    background-image: url(../../images/ShowFilm/icon_play.html);
    background-repeat: no-repeat;
    float: right;
    height: 44px;
    width: 44px;
    position: absolute;
    z-index: 10;
    left: 40px;
    top: 20%;
}

.top_video_box_img {
    float: right;
    height: 80px;
    width: 135px;
    margin-top: 13px;
    margin-right: 3px;
    margin-bottom: 13px;
    position: relative;
}

.top_video_box_descript span {
    margin-right: 4px;
}

.top_video_box_descript {
    float: right;
    width: 105px;
    margin-top: 10px;
    text-align: right;
    direction: rtl;
    font-family: tahoma;
    font-size: 11px;
    line-height: 17px;
    color: #333;
    text-decoration: none;
}

.top_video_box_stars {
    float: right;
    height: 20px;
    width: 105px;
    margin-top: 2px;
    margin-bottom: 4px;
    text-align: center;
}

.all_videos {
    float: right;
    height: 131px;
    width: 970px;
    margin-top: 0px;
    margin-bottom: 3px;
}

.all_videos_left {
    background-image: url(../../images/ShowFilm/news_scroll_left.html);
    background-repeat: no-repeat;
    float: left;
    height: 131px;
    width: 7px;
}

.all_videos_right {
    background-image: url(../../images/ShowFilm/news_scroll_right.html);
    background-repeat: no-repeat;
    float: left;
    height: 131px;
    width: 7px;
}

.all_videos_center {
    background-image: url(../../images/ShowFilm/news_scroll_center.html);
    background-repeat: repeat-x;
    float: left;
    height: 131px;
    width: 956px;
}

.all_video_desript {
    float: right;
    height: 38px;
    width: 171px;
    font-family: tahoma;
    font-size: 11px;
    line-height: 16px;
    color: #333;
    text-decoration: none;
    text-align: right;
    direction: rtl;
}


/* start all news jcscrool styles */

.jcarousel-skin-tango .jcarousel-container {}

.jcarousel-skin-tango .jcarousel-direction-rtl {
    direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    padding: 0px 24px;
    width: 905px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    padding: 40px 20px;
    width: 75px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 905px;
    height: 128px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width: 75px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 171px;
    height: 118px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 5px;
    margin-left: 5px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
    margin-right: 0px;
    margin-left: 10px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}

.jcarousel-skin-tango .jcarousel-next-horizontal {
    top: 1px;
    width: 24px;
    height: 128px;
    right: -7px;
    position: absolute;
    cursor: pointer;
    background-image: url(../../images/ShowFilm/next-horizontal.html);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url("prev-horizontal.html");
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -25px 0px;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
    background-position: -25px 0px;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -50px 0px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal {
    background-position: -75px 0px;
    cursor: default;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover {
    background-position: -75px 0px;
    cursor: default;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus {
    background-position: -75px 0px;
    cursor: default;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    background-position: -75px 0px;
    cursor: default;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    left: -7px;
    top: 1px;
    width: 24px;
    height: 128px;
    position: absolute;
    cursor: pointer;
    background-image: url(../../images/ShowFilm/prev-horizontal.html);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url("next-horizontal.html");
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -25px 0px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
    background-position: -25px 0px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -50px 0px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal {
    background-position: -75px 0px;
    cursor: default;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover {
    background-position: -75px 0px;
    cursor: default;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus {
    background-position: -75px 0px;
    cursor: default;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    background-position: -75px 0px;
    cursor: default;
}

.jcarousel-skin-tango .jcarousel-next-vertical {
    background: url("next-vertical.html") no-repeat 0px 0px;
    left: 43px;
    width: 32px;
    height: 32px;
    bottom: 5px;
    position: absolute;
    cursor: pointer;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0px -25px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:focus {
    background-position: 0px -25px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0px -50px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical {
    background-position: 0px -75px;
    cursor: default;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover {
    background-position: 0px -75px;
    cursor: default;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus {
    background-position: 0px -75px;
    cursor: default;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    background-position: 0px -75px;
    cursor: default;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    background: url("prev-vertical.html") no-repeat 0px 0px;
    left: 43px;
    top: 5px;
    width: 32px;
    height: 32px;
    position: absolute;
    cursor: pointer;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0px -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:focus {
    background-position: 0px -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0px -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical {
    background-position: 0px -96px;
    cursor: default;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover {
    background-position: 0px -96px;
    cursor: default;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus {
    background-position: 0px -96px;
    cursor: default;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    background-position: 0px -96px;
    cursor: default;
}

html {
    height: auto !important;
    min-height: 100%;
}

body {
    height: auto !important;
    min-height: 100%;
}

body {
    font: 100.01%/normal "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, sans-serif;
    padding: 0px;
    color: rgb(51, 51, 51);
    font-size-adjust: none;
    font-stretch: normal;
}

body * {
    line-height: 1.22em;
}

h1 {
    color: rgb(64, 136, 184);
    clear: both;
    font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
    color: rgb(64, 136, 184);
    clear: both;
    font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
    color: rgb(64, 136, 184);
    clear: both;
    font-family: Georgia, "Times New Roman", Times, serif;
}

h4 {
    color: rgb(64, 136, 184);
    clear: both;
    font-family: Georgia, "Times New Roman", Times, serif;
}

h5 {
    color: rgb(64, 136, 184);
    clear: both;
    font-family: Georgia, "Times New Roman", Times, serif;
}

h6 {
    color: rgb(64, 136, 184);
    clear: both;
    font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {}

h2 {
    color: rgb(200, 200, 200);
    margin-top: -25px;
}

h3 {}

h4 {
    color: rgb(51, 51, 51);
    margin-bottom: -10px;
}

p {
    margin: 10px 0px;
    clear: both;
    text-align: left;
    direction: ltr;
}

ul {}

ol {}

ul ul {
    margin-bottom: 20px;
}

#wrap {
    margin: 0px 0px;
}

a {
    color: rgb(64, 136, 184);
}

table {
    /*border: 1px solid rgb(200, 200, 200); font-size: inherit;*/
}

th {
    background: rgb(130, 166, 215);
    padding: 5px;
    text-align: left;
    white-space: nowrap;
    border-radius: 15px;
    line-height: 2 !important;
    color: #fff !important;
}

td {
    /*background: rgb(248, 248, 248); padding: 5px; text-align: left; vertical-align: top;*/
}

select {
    font: 99%/normal "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, sans-serif;
    font-size-adjust: none;
    font-stretch: normal;
}

input {
    font: 99%/normal "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, sans-serif;
    font-size-adjust: none;
    font-stretch: normal;
}

textarea {
    font: 99%/normal "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, sans-serif;
    font-size-adjust: none;
    font-stretch: normal;
}

pre {
    font: 100%/normal monospace;
    margin: 20px 0px;
    font-size-adjust: none;
    font-stretch: normal;
}

code {
    font: 100%/normal monospace;
    margin: 20px 0px;
    font-size-adjust: none;
    font-stretch: normal;
}

tt {
    font: 100%/normal monospace;
    margin: 20px 0px;
    font-size-adjust: none;
    font-stretch: normal;
}

dt {
    font: 100%/normal monospace;
    margin: 20px 0px;
    font-size-adjust: none;
    font-stretch: normal;
}

pre {
    margin: 20px 0px;
    padding: 15px;
    background-color: rgb(240, 240, 240);
    -moz-border-radius: 10px;
}

blockquote {
    margin: 20px 0px;
    padding: 15px;
    background-color: rgb(240, 240, 240);
    -moz-border-radius: 10px;
}

td pre {
    font: 85%/normal monospace;
    margin: 5px 0px;
    padding: 5px;
    font-size-adjust: none;
    font-stretch: normal;
}


/*End of namayesh film video show*/


/******* Class for rating *******/

.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating {
    background: url(../../Images/GlobalImages/star.gif) left -1000px repeat-x;
}

.all_video_desript {
    float: left;
    height: 28px;
    width: 171px;
    font-family: tahoma;
    font-size: 11px;
    line-height: 16px;
    color: #333;
    text-decoration: none;
    text-align: right;
    direction: rtl;
}

.star-rating {
    position: relative;
    width: 125px;
    height: 25px;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    background-position: left top;
    margin-right: 22px;
    padding: 0 13px 0 0;
}

.star-rating li {
    display: inline;
}

.star-rating a,
.star-rating .current-rating {
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -1000em;
    height: 25px;
    line-height: 25px;
    outline: none;
    overflow: hidden;
    border: none;
}

.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus {
    background-position: left bottom;
}

.star-rating a.one-star {
    width: 20%;
    z-index: 6;
}

.star-rating a.two-stars {
    width: 40%;
    z-index: 5;
}

.star-rating a.three-stars {
    width: 60%;
    z-index: 4;
}

.star-rating a.four-stars {
    width: 80%;
    z-index: 3;
}

.star-rating a.five-stars {
    width: 100%;
    z-index: 2;
}

.star-rating .current-rating {
    z-index: 1;
    background-position: left center;
}


/* for an inline rater */

.inline-rating {
    display: -moz-inline-block;
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
}


/* smaller star */

.small-star {
    width: 50px;
    height: 10px;
}

.paddingrating {
    padding-right: 1px;
    /*padding-top:7px;*/
    padding-left: 1px;
}

.paddingproductrating {
    padding-right: 12px;
}

.readonlyrating {
    pointer-events: none;
}

.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,

/*.small-star .current-rating{
	background-image: url(star_small.gif);
	line-height: 10px;
	height: 10px;
}*/


/******* End of Class for rating *******/


/*start of advertisement in client*/

.view-first img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.view-first .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: rgba(192, 0, 0, 0.7);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.view-first h2 {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.view-first h2 a {
    color: #fff;
    text-decoration: none;
    font-family: arial;
}

.view-first h2:hover a {
    color: #CCC
}

.view-first p {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.view-first:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.view-first a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.view-first:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.view-first:hover p {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.view-first:hover a.info {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.view-fifth img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.view-fifth .mask {
    background-color: rgba(146, 96, 91, 0.3);
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.view-fifth h2 {
    background: rgba(255, 255, 255, 0.5);
    color: #000;
    -webkit-box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
    -moz-box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
    box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
}

.view-fifth h2 a {
    color: #333;
    text-decoration: none;
    font-family: arial;
}

.view-fifth h2:hover a {
    color: #666;
}

.view-fifth p {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    color: #333;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.view-fifth:hover .mask {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.view-fifth:hover img {
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -o-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
}

.view-fifth:hover p {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.view {
    width: 300px;
    height: 200px;
    margin: 10px;
    float: left;
    border: 10px solid #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px #e6e6e6;
    -moz-box-shadow: 1px 1px 2px #e6e6e6;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    background: #fff url(../images/bgimg.html) no-repeat center center;
    border-radius: 15px;
}

.view .mask,
.view .content {
    width: 300px;
    height: 200px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.view img {
    display: block;
    position: relative;
}

.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 25% 0 0 0;
}

.view p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center;
}

.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 1px #000;
    -moz-box-shadow: 0 0 1px #000;
    box-shadow: 0 0 1px #000;
}

.view a.info: hover {
    -webkit-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
}

.main {
    width: 100%;
    position: relative;
    float: right;
}


/*end of advertisement in client*/


/*start of shop (sbad kala)*/

.shop_modal {
    background-image: url(../../images/client/shopping/shop_modal_bg.html);
    background-repeat: repeat;
    background-position: center top;
    height: 100%;
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 0px;
}

.shop_modal_content {
    background-color: #FFF;
    margin-top: 1%;
    box-shadow: 2px 2px 2px 2px #333;
    -moz-box-shadow: 2px 2px 2px 2px #333;
    -webkit-box-shadow: 2px 2px 2px 2px #333;
}

.shop_icons {
    background-image: url(../../images/client/shopping/shop_icon.html);
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
}

.shop_icon_close {
    background-position: 0px 0px;
}

.shop_icon_open {
    background-position: 0px -23px;
}

.shop_content_box {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #999;
}

.shop_header_box {
    cursor: pointer;
}

.shop_header_box :hover {
    color: #999;
}

.onlinepayment_content {
    display: none;
}

.offlinepayment_content {
    display: none;
}

.shop_modal {
    display: none;
}

.shop_icon_edit {
    background-position: 0px -50px;
}

.shop_icon_delete {
    background-position: 0px -77px;
}

.shop_product_table {
    border: 1px dotted #CCC;
}

.shop_product_table thead {
    background-color: #E8E8E8;
}

.shop_product_table td {
    border-right-width: 1px;
    border-right-style: dotted;
    border-right-color: #CCC;
}

.shop_product_table td:last-child {
    border-right-width: 0px;
}

.shop_product_table_odd {
    background-color: #F7F7F7;
}

.shop_product_table_txtbox {}

.shop_lnk {
    position: fixed;
    height: 75px;
    width: 75px;
    right: 0px;
    background-image: url(../../images/client/Shop/fullshopping.png);
    background-repeat: no-repeat;
    background-position: right top;
    bottom: 2%;
}

.shop_modal_empty {
    background-image: url(../../images/client/Shop/shopping.png) !important;
}

.FinishedProduct {
    color: #CCC !important;
    cursor: default !important;
}

.FinishedProduct:hover {
    color: #CCC !important;
    cursor: default !important;
}

.shop_modal_close {
    background-position: 0px -100px;
}

.shop_modal_close:hover {
    background-position: 0px -125px;
}

.shop_more_info {
    background-position: -5px -157px;
}

.shop_icon_backproductpage {
    background-position: 0px -212px;
}

.shop_icon_addbasket {
    background-position: -4px -185px;
}

.shop_icon_product_name {
    background-position: -4px -242px;
}

.shop_icon_product_price {
    background-position: -4px -270px;
}


/* start modal css*/


/*end of shop (sbad kala)*/


/*start of shop (sbad kala)*/

.shop_modal {
    background-image: url(../../images/client/shopping/shop_modal_bg.html);
    background-repeat: repeat;
    background-position: center top;
    height: 100%;
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 0px;
}

.shop_modal_content {
    background-color: #FFF;
    margin-top: 1%;
    box-shadow: 2px 2px 2px 2px #333;
    -moz-box-shadow: 2px 2px 2px 2px #333;
    -webkit-box-shadow: 2px 2px 2px 2px #333;
}

.shop_icons {
    background-image: url(../../images/client/shopping/shop_icon.html);
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
}

.shop_icon_close {
    background-position: 0px 0px;
}

.shop_icon_open {
    background-position: 0px -23px;
}

.shop_content_box {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #999;
}

.shop_header_box {
    cursor: pointer;
}

.shop_header_box :hover {
    color: #999;
}

.onlinepayment_content {
    display: none;
}

.offlinepayment_content {
    display: none;
}

.shop_modal {
    display: none;
}

.shop_icon_edit {
    background-position: 0px -50px;
}

.shop_icon_delete {
    background-position: 0px -77px;
}

.shop_product_table {
    border: 1px dotted #CCC;
}

.shop_product_table thead {
    background-color: #E8E8E8;
}

.shop_product_table td {
    border-right-width: 1px;
    border-right-style: dotted;
    border-right-color: #CCC;
}

.shop_product_table td:last-child {
    border-right-width: 0px;
}

.shop_product_table_odd {
    background-color: #F7F7F7;
}

.shop_product_table_txtbox {}

.shop_lnk {
    position: fixed;
    height: 75px;
    width: 75px;
    right: 0px;
    background-image: url(../../images/client/Shop/fullshopping.png);
    background-repeat: no-repeat;
    background-position: right top;
    bottom: 2%;
}

.shop_modal_empty {
    background-image: url(../../images/client/Shop/shopping.png) !important;
}

.FinishedProduct {
    color: #CCC !important;
    cursor: default !important;
}

.FinishedProduct:hover {
    color: #CCC !important;
    cursor: default !important;
}

.shop_modal_close {
    background-position: 0px -100px;
}

.shop_modal_close:hover {
    background-position: 0px -125px;
}

.shop_more_info {
    background-position: -5px -157px;
}

.shop_icon_backproductpage {
    background-position: 0px -212px;
}

.shop_icon_addbasket {
    background-position: -4px -185px;
}

.shop_icon_product_name {
    background-position: -4px -242px;
}

.shop_icon_product_price {
    background-position: -4px -270px;
}


/* start modal css*/


/*end of shop (sbad kala)*/


/*Add for client side for telerik*/

ul,
dd,
dt,
p,
h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0
}

.icons {
    background-image: url(../../images/panel/icons.png);
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px;
}

.header {
    width: 100%;
    height: 145px;
    background-image: url(../../images/panel/header_bg.jpg);
    background-position: center top;
    background-repeat: repeat-x
}

.header_login {
    background-image: url(../../Images/Panel/login_top.jpg);
    background-position: center top;
    background-repeat: repeat-x;
    height: 105px;
    width: 100%;
}

.btn_delfilter {
    background-position: 0px 685px;
    width: 20px;
    height: 20px;
    float: right;
    margin: 0px 2px;
}

.login_title_bg {
    background-image: url(../../Images/login/login-strawbery_bg.jpg);
    background-repeat: repeat-x;
    background-position: top center;
}

.header_content_top {
    width: 100%;
    height: 106px;
    float: right
}

.header_content_bottom {
    width: 100%;
    height: 39px;
    float: right
}

.header_azw_logo {
    width: 636px;
    height: 105px;
    float: right;
    background-image: url(../../images/panel/header_azw_logo.jpg);
    background-repeat: no-repeat;
    background-position: right top
}

.header_login_azw_logo {
    background-image: url(../../Images/Panel/login_logo.jpg);
    background-position: left center;
    float: left;
    width: 636px;
    height: 105px;
    background-repeat: no-repeat;
}

.header_left {
    width: 340px;
    float: left
}

.header_left_row {
    color: #FFF;
    font-size: 12px;
    text-align: left;
    line-height: 20px;
    position: relative;
    margin: 5px 0
}

.header_left_row a {
    color: #FFF;
    float: left;
    padding: 1px 3px
}

.header_left_row a:hover {
    color: #333;
}

.dd_user_options {
    background-color: transparent!important;
    background-position: 150px -838px;
    padding: 0 20px 0 0 !important
}

.header_left_row span {
    float: left;
    direction: rtl;
    margin: 0 2px
}

.header_left_row b {
    float: left;
    direction: rtl;
    margin-left: 0;
    margin-right: 8px;
    font-size: 11px
}

.box_dd_user_options {
    background-color: #FBFBFB;
    position: absolute;
    top: 20px;
    float: right;
    right: 25px;
    z-index: 100;
    width: 200px;
    display: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 1px 1px 9px 1px #999;
    -webkit-box-shadow: 1px 1px 9px 1px #999;
    -moz-box-shadow: 1px 1px 9px 1px #999;
    padding: 5px
}

.box_dd_user_options a {
    text-align: right;
    direction: rtl;
    font-family: tahoma;
    font-size: 10px;
    color: #333;
    line-height: 20px;
    text-decoration: none;
    float: right;
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    padding: 0 2px
}

#printpage_area {
    float: right;
}

.box_dd_user_options a:hover {
    color: #900;
    /*background-color:#EFEFEF;*/
    background-image: none
}

.suuport_ticket {
    color: #FFF;
    text-align: right;
    float: left;
    font-size: 12px;
    line-height: 23px
}

.icon_ticket {
    width: 38px;
    height: 35px;
    background-position: 0 -190px;
    margin-left: -20px;
    float: left
}

.icon_q_a {
    background-image: url(../../images/GlobalImages/icons_q_a.png);
    background-repeat: no-repeat;
}

.icon_moveticket {
    width: 30px;
    height: 30px;
    background-position: -5px -699px;
    float: right;
}

.suuport_ticket span {
    background-color: #df5750;
    width: 170px;
    float: left;
    margin-top: 4px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    margin-left: 0px;
    margin-right: 0px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    padding: 0 5px
}

.footer {
    width: 100%;
    height: 40px;
    background-color: #1f1f1f;
    float: right
}

.footer_content {
    width: 980px;
    text-align: center;
    line-height: 35px;
    font-family: tahoma;
    font-size: 12px;
    color: #FFF;
    text-decoration: none;
    direction: ltr;
    margin: 5px auto 0
}

.footer_content a {
    font-family: tahoma;
    font-size: 12px;
    color: #FFF
}

.footer_content a:hover {
    color: red
}

.header_menu {
    float: right;
    width: 100%;
    margin: 0;
    padding: 0
}

.header_menu li {
    float: right;
    list-style-type: none
}

.header_menu li .header_menu_lnk {
    float: left;
    height: 30px;
    margin-top: 9px;
    font-family: tahoma;
    font-size: 12px;
    line-height: 30px;
    color: #CCC;
    text-decoration: none;
    text-align: right;
    padding-right: 2px;
    padding-left: 2px;
    direction: rtl
}

.header_menu li .left_menu {
    background-repeat: no-repeat;
    background-position: 0 -1272px;
    float: left;
    height: 39px;
    width: 11px
}

.header_menu li:hover .left_menu,
.header_menu li.active .left_menu {
    background-position: -30px -1168px
}

.header_menu li .center_menu {
    background-repeat: repeat-x;
    background-position: 0 -1272px;
    float: left;
    height: 39px;
    width: auto
}

.header_menu li:hover .center_menu,
.header_menu li.active .center_menu {
    background-position: -30px -1232px
}

.header_menu li .right_menu {
    background-position: 0 -1272px;
    background-repeat: no-repeat;
    float: left;
    height: 39px;
    width: 11px
}

.header_menu li:hover .right_menu,
.header_menu li.active .right_menu {
    background-position: 0 -1168px
}

.header_content_navigation {
    float: right;
    width: 100%;
    height: 30px;
    font-family: tahoma;
    font-size: 12px;
    line-height: 30px;
    color: #333;
    text-decoration: none;
    text-align: right;
    direction: rtl;
    margin-bottom: 5px
}

.header_content_navigation span {
    float: right;
    margin-left: 15px
}

.header_content_navigation a {
    font-family: tahoma;
    font-size: 12px;
    line-height: 30px;
    color: #005079;
    text-decoration: none;
    text-align: right;
    margin-left: 5px;
    float: right;
    margin-right: 5px
}

.header_content_navigation a:hover {
    color: #090
}

.header_content_navigation .arrow_icon {
    float: right;
    height: 10px;
    width: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-position: -7px -813px
}

.content_right {
    float: right;
    width: 242px
}

.content_left {
    float: left;
    width: 732px
}

.content_right_box {
    float: right;
    width: 100%;
    margin-bottom: 5px
}

.content_right_box_h1 {
    float: right;
    height: 25px;
    width: 98%;
    text-align: right;
    direction: rtl;
    border: 1px solid #C1C1C1;
    background-position: 0 -949px;
    background-repeat: repeat-x;
    border-top-left-radius: 7px;
    -moz-border-top-left-radius: 7px;
    -webkit-border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    -moz-border-top-right-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    font-family: tahoma;
    font-size: 13px;
    line-height: 25px;
    font-weight: 400;
    color: #333;
    text-decoration: none;
    margin: 0;
    padding: 3px 1%
}

.content_right_box_h1 #dataLanguage {
    width: 56% !important;
}

.content_right_box_h1 span {
    float: right
}

.icon_report {
    float: right;
    height: 25px;
    width: 30px;
    background-repeat: no-repeat;
    background-position: -3px -362px
}

.icon_srchorder {
    float: right;
    height: 25px;
    width: 30px;
    background-repeat: no-repeat;
    background-position: -3px -3955px
}

.ContactInfoFromGroup {
    float: right;
    height: 25px;
    width: 30px;
    background-repeat: no-repeat;
    background-position: -3px -4005px
}

.content_right_box_arrow {
    float: left;
    height: 20px;
    width: 20px;
    margin-top: 2px;
    background-position: -25px -870px;
    background-repeat: no-repeat
}

.content_right_box_arrow_first {
    background-position: -5px -870px
}

.content_right_box_data {
    float: right;
    width: 98%;
    background-color: #FFF;
    border-bottom-left-radius: 7px;
    -moz-border-bottom-left-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    -moz-border-bottom-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    border-color: #C1C1C1;
    border-style: solid;
    border-width: 0 1px 1px;
    padding: 5px 1%
}

.content_right_box_data_ul {
    float: right;
    width: 100%;
    margin: 0;
    padding: 0
}

.content_right_box_data_ul dt {
    float: right;
    width: 80%;
    list-style-type: none;
    font-family: tahoma;
    font-size: 12px;
    line-height: 20px;
    color: #333;
    text-decoration: none;
    text-align: right;
    direction: rtl;
    margin: 0 0 5px;
    padding: 0
}

.content_right_box_data_ul dd {
    width: 20%;
    font-family: tahoma;
    font-size: 12px;
    line-height: 20px;
    color: #004a6d;
    text-decoration: none;
    text-align: right;
    float: right;
    direction: rtl;
    margin: 0 0 5px;
    padding: 0
}

.content_right_box_data_ul li {
    float: right;
    width: 78%;
    list-style-type: none;
    font-family: tahoma;
    font-size: 12px;
    line-height: 20px;
    color: #333;
    text-decoration: none;
    margin-bottom: 5px;
    text-align: right;
    direction: rtl
}

.content_right_box_data_ul li:nth-child(even) {
    width: 22% !;
    color: #069
}

.content_right_box_data_ul_lnk {
    color: #005b94;
    text-decoration: underline
}

.content_right_box_data_ul_lnk:hover {
    color: #900;
    text-decoration: none
}

.content_right_box_icon_supportticket {
    background-position: 0 -607px;
    font-family: tahoma;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    color: #900;
    text-decoration: none;
    text-align: center;
    width: 30px;
    height: 25px;
    float: right
}

.content_right_box_data_support .content_right_box_data_ul .li_1 {
    width: 77%
}

.content_right_box_data_support .content_right_box_data_ul .li_2 {
    width: 22%;
    font-size: 11px;
    color: #333
}

.content_right_box_data_support .content_right_box_data_ul .li_3 {
    width: 100%;
    font-size: 11px;
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    color: #333
}

.content_right_box_data_icon_reply {
    background-position: 35px -673px;
    float: right;
    height: 20px;
    width: 45px;
    margin-left: 3px;
    padding-right: 23px;
    color: #060;
    font-size: 11px
}

.icon_setting {
    float: right;
    height: 25px;
    width: 30px;
    background-repeat: no-repeat;
    background-position: 0 -413px
}

.icon_tem_ge {
    float: right;
    height: 25px;
    width: 30px;
    background-repeat: no-repeat;
    background-position: 0 -2427px;
}

.icon_mysetting {
    background-position: 0 -313px;
    background-repeat: no-repeat;
    float: right;
    height: 25px;
    width: 30px
}

.icon_info {
    background-position: -5px -264px;
    background-repeat: no-repeat;
    float: right;
    height: 25px;
    width: 30px
}

.icon_statistic {
    background-position: -4px -469px;
    background-repeat: no-repeat;
    float: right;
    height: 25px;
    width: 30px
}

.icon_lastpages {
    background-position: 0 -537px;
    background-repeat: no-repeat;
    float: right;
    height: 25px;
    width: 30px
}

.icon_eror {
    background-image: url(../../../file/E_/azw_cms/html/images/panel/eror_report.jpg);
    background-position: center center;
    float: right;
    height: 60px;
    width: 60px;
    margin: 3px;
    background-repeat: no-repeat;
}

.icons_azw_modules {
    background-position: -5px -1920px;
    background-repeat: no-repeat;
    float: right;
    height: 25px;
    width: 30px
}

.content_right_box_data_ul_setting li {
    float: right;
    width: 90%;
    background-position: right -915px;
    background-repeat: no-repeat;
    padding-right: 10%;
    margin-bottom: 5px
}

.content_right_box_data_ul_setting .content_right_box_data_ul_lnk {
    color: #333;
    text-decoration: none;
    float: right;
    width: 100%;
    line-height: 20px;
    font-size: 12px
}

.content_right_box_data_ul_setting .content_right_box_data_ul_lnk:hover {
    color: #005A91
}

.content_right_box_49 {
    width: 49%
}

.tbl_btm_lft {
    width: 100%;
    float: right;
    font-family: tahoma;
    font-size: 12px;
    line-height: 20px;
    color: #333;
    text-decoration: none;
    text-align: right;
    direction: rtl;
    border-width: 0
}

.tbl_btm_lft tr td {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #CCC;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
    line-height: 20px;
    padding: 1px;
    text-align: left;
}

.tbl_btm_lft tr td:last-child {
    border-left: 0px;
}

.tbl_btm_lft tr td:nth-child(2) {
    text-align: center !important;
    width: 85px !important;
}

.tbl_btm_lft tr td:nth-child(3) {
    border-left: 0px !important;
    width: 35px !important;
}

.icon_search {
    background-position: -10px -765px;
    float: right;
    height: 22px;
    width: 22px;
    margin-right: 5px
}

.tbl_btm_lft tr:last-child td {
    border-bottom: 0
}

.icon_edit {
    float: left;
    height: 22px;
    width: 22px;
    background-position: -10px -723px;
    margin-left: 23%;
}

.row_odd_even {
    float: right;
    width: 100%;
    font-family: tahoma;
    font-size: 12px;
    line-height: 25px;
    color: #333;
    text-decoration: none;
    text-align: right;
    direction: rtl;
    margin: 0;
    padding: 0
}

.row_odd_even dt {
    float: right;
    width: 98%;
    padding-right: 1%;
    padding-left: 1%
}

.row_odd_even dt:last-child {
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
}

.row_odd_even dd {
    background-color: #ebebeb;
    float: right;
    width: 98%;
    padding-right: 1%;
    padding-left: 1%;
    margin-right: 0
}

.row_odd_even span {
    float: left;
    text-align: left;
    direction: ltr;
    width: 49%;
    margin-right: 1%
}

.row_odd_even .lnk {
    color: #09F
}

.btn_lightgray {
    background-repeat: repeat-x;
    cursor: pointer;
    background-position: 0 -1874px;
    height: 25px;
    font-family: tahoma;
    font-size: 12px;
    line-height: 25px;
    color: #013a6f;
    text-decoration: none;
    text-align: center;
    padding-right: 2%;
    padding-left: 2%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 2px 2px 2px 2px #999;
    -moz-box-shadow: 2px 2px 2px 2px #999;
    -webkit-box-shadow: 2px 2px 2px 2px #999;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #CCC;
    margin-right: 1%;
    margin-left: 1%;
}

.btn_lightgray:hover {
    color: #333;
    box-shadow: 2px 2px 2px 2px #848282;
    -moz-box-shadow: 2px 2px 2px 2px #848282;
    -webkit-box-shadow: 2px 2px 2px 2px #848282
}

.btn_gray {
    background-repeat: repeat-x;
    background-position: 0 -985px;
    height: 25px;
    font-family: tahoma;
    font-size: 12px;
    line-height: 25px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    padding: 5px 4%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 2px 2px 2px 2px #999;
    -moz-box-shadow: 2px 2px 2px 2px #999;
    -webkit-box-shadow: 2px 2px 2px 2px #999;
    margin-top: 7px;
    margin-bottom: 7px
}

.btn_gray:hover {
    color: #000;
    box-shadow: 2px 2px 2px 2px #848282;
    -moz-box-shadow: 2px 2px 2px 2px #848282;
    -webkit-box-shadow: 2px 2px 2px 2px #848282
}

.modules_icon {
    background-image: url(../../images/panel/azw_modules.jpg);
    background-repeat: no-repeat;
    min-width: 110px;
    padding-top: 65px;
    padding-right: 2px;
    padding-left: 2px;
}

.modules_ul li {
    float: right;
    border: 1px solid #fff;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    min-width: 12%;
    max-width: 15%;
    min-height: 107px;
}

.modules_ul li:hover {
    background-image: url(../../images/panel/modules_hover.jpg);
    background-repeat: repeat-x;
    background-position: center bottom;
    border: 1px solid #eee;
}

.modules_icon_active {
    background-image: url(../../images/panel/modules_hover.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    border: 1px solid #eee !important;
}

.modules_icon_ndj {
    background-position: -15610px 0px;
}

.modules_icon_TabShow {
    background-position: -15500px 0px;
}

.module_icons_scrol_inactive.modules_icon_TabShow {
    background-position: -12635px 0px;
}

.modules_icon_darik_ChargeCartOrder {
    background-position: -15730px 0px;
}

.modules_icon_darik_CartOrder {
    background-position: -15248px 0px;
}

.modules_icon_darik_bank_list {
    background-position: -14240px 0px;
}

.modules_icon_darik_cartsystem {
    background-position: -14350px 0px;
}

.modules_icon_darik_order {
    background-position: -14820px 0px;
}

.modules_icon_custompayment {
    background-position: -14930px 0px;
}

.modules_icon_registerdomain {
    background-position: -15040px 0px;
}

.modules_icon_darik_e_Payment {
    background-position: -15150px 0px;
}

.modules_icon_darik_cartType {
    background-position: -14570px 0px;
}

.modules_icon_darik_cartorder {
    background-position: -14700px 0px;
}

.modules_icon_darik_currency {
    background-position: -13960px 0px;
}

.modules_icon_darik_currency_rate {
    background-position: -14070px 0px;
}

.modules_icon_darik_currency_Money {
    background-position: -13860px 0px;
}

.modules_icon_CustomPayment {
    background-position: -13760px 0px;
}

.modules_icon_settingubscriber {
    background-position: -12950px 0px;
}

.modules_icon_tbgrp {
    background-position: -12720px 0px;
}

.modules_icon_tbshow {
    background-position: -12840px 0px;
}

.modules_icon_visitorinfo {
    background-position: -12640px 0px;
}

.modules_icon_quickshop {
    background-position: -12190px 0px
}

.modules_icon_qushpord {
    background-position: -12190px 0px
}

.modules_icon_safranquickshop {
    background-position: -12190px 0px
}

.modules_icon_qushppay {
    background-position: -12295px 0px
}

.modules_icon_qushpprlst {
    background-position: -12395px 0px
}

.modules_icon_qushpprice {
    background-position: -12500px 0px
}

.modules_icon_mgarticle {
    background-position: -11955px 0px;
}

.modules_icon_marticle {
    background-position: -12060px 0px;
}

.modules_icon_gsarticle {
    background-position: -11830px 0px;
}

.modules_icon_mphonebook_group {
    background-position: -11432px 0;
}

.modules_icon_mphonebook {
    background-position: -11520px 0;
}

.modules_icon_active .modules_icon {
    color: #48698F;
}

.modules_icon:hover {
    color: #48698F;
}

.modules_icon_mgnews {
    background-position: -1545px 0px;
}

.modules_icon_message {
    background-position: -11250px 0px
}

.modules_icon_mgsms {
    background-position: -11050px 0px
}

.modules_icon_mgsmsgrp {
    background-position: -11148px 0px;
}

.modules_icon_galstmp {
    background-position: -6245px 0px;
}

.modules_icon_galgrp {
    background-position: -6620px 0px;
}

.modules_icon_galsiz {
    background-position: -6390px 0px;
}

.modules_icon_galimg {
    background-position: -6110px 0px;
}

.modules_icon_advgrp {
    background-position: -6740px 0px;
}

.modules_icon_advmng {
    background-position: -6618px 0px;
}

.modules_icon_mnews {
    background-position: -1413px 0px;
}

.modules_icon_mcmnt {
    background-position: -1280px 0px;
}

.modules_icon_marchv {
    background-position: -1140px 0px;
}

.modules_icon_gsnews {
    background-position: -1010px 0px;
}

.modules_icon_mrss {
    background-position: -875px 0px;
}

.modules_icon_mmenu {
    background-position: -2685px 0px;
}

.modules_icon_mmodules {
    background-position: -2820px 0px;
}

.modules_icon_mpages {
    background-position: -4890px 0px;
}

.modules_icon_mattentionfirstpg {
    background-position: -2560px 0px;
}

.modules_icon_mgeostng {
    background-position: -5455px 0px;
}

.modules_icon_mbankinfo {
    background-position: -5155px 0px;
}

.modules_icon_mnetworkstng {
    background-position: -3330px 0px;
}

.modules_icon_mportals {
    background-position: -3705px 0px;
}

.modules_icon_mwsstng {
    background-position: -4227px 0px;
}

.modules_icon_msmsstng {
    background-position: -2950px 0px;
}

.modules_icon_mrst {
    background-position: -5600px 0px;
}

.modules_icon_mcountry_info {
    background-position: -5997px 0px;
}

.modules_icon_mcity_info {
    background-position: -5860px 0px;
}

.modules_icon_mcit_info {
    background-position: -5725px 0px;
}

.modules_icon_galimg {
    background-position: -6105px 0px;
}

.modules_icon_galgrp {
    background-position: -6505px 0px;
}

.modules_icon_galsiz {
    background-position: -6386px 0px;
}

.modules_icon_galstmp {
    background-position: -6245px 0px;
}

.modules_icon_sysbkp {
    background-position: -6930px 0px;
}

.modules_icon_filmng {
    background-position: -6998px 0px;
}

.modules_icon_ipmng {
    background-position: -6860px 0px;
}

.modules_icon_mteam {
    background-position: -7625px 0px;
}

.modules_icon_musers {
    background-position: -7490px 0px;
}

.modules_icon_msubscriber {
    background-position: -13415px 0px;
}

.modules_icon_chsubscriber {
    background-position: -13535px 0px;
}

.modules_icon_customersetting {
    background-position: -13640px 0px;
}

.modules_icon_customersetting_country {
    background-position: -13300px 0px;
}

.modules_icon_requestactivate {
    background-position: -13050px 0px;
}

.modules_icon_lstvit {
    background-position: -8008px 0px;
}

.modules_icon_merors {
    background-position: -7888px 0px;
}

.modules_icon_statistic {
    background-position: -7760px 0px;
}

.modules_icon_countryvit {
    background-position: -6005px 0px;
}

.modules_icon_usrbrowser {
    background-position: -8530px 0px;
}

.modules_icon_usersys {
    background-position: -8390px 0px;
}

.modules_icon_vit30d {
    background-position: -8262px 0px;
}

.modules_icon_absreport {
    background-position: -8125px 0px;
}

.modules_icon_systembkp {
    background-position: -8630px 0px;
}

.modules_icon_mticket {
    background-position: -8735px 0px;
}

.modules_icon_tg_step1 {
    background-position: -10660px 0px;
}

.modules_icon_tg_step2 {
    background-position: -10750px 0px;
}

.modules_icon_tg_step3 {
    background-position: -10860px 0px;
}

.modules_icon_tg_step4 {
    background-position: -10950px 0px;
}

.icon_add {
    height: 25px;
    width: 35px;
    background-position: -2px -1476px;
    float: right;
}

.icon_preview {
    height: 25px;
    width: 35px;
    background-position: -2px -1760px;
    float: right;
}

.icon_back {
    height: 25px;
    width: 35px;
    background-position: -2px -1811px;
    float: right;
}

.icon_alarm_yellow {
    height: 25px;
    width: 35px;
    background-position: 2px -1973px;
    float: right;
}

.icon_srch {
    background-position: 0px -1366px;
    height: 25px;
    width: 35px;
    float: right;
}

.icon_retrn {
    background-position: 0px -3585px;
    height: 25px;
    width: 35px;
    float: right;
}

.icon_excelsampleFile {
    background-position: 0px -3705px;
    height: 25px;
    width: 35px;
    float: right;
}

.icon_delall {
    background-position: 0px -3618px;
    height: 25px;
    width: 35px;
    float: right;
}

.icon_showmes {
    background-position: 0px -3662px;
    height: 25px;
    width: 35px;
    float: right;
}

.icon_dlt {
    background-position: 0px -1420px;
    height: 25px;
    width: 35px;
    float: right;
}

.icon_permision {
    background-position: 0px -3845px;
    height: 25px;
    width: 35px;
    float: right;
}

.icon_prnt {
    background-position: 0px -1312px;
    height: 25px;
    width: 35px;
    float: right;
}

.icon_ClearCash {
    background-position: 0px -3901px;
    height: 25px;
    width: 35px;
    float: right;
}

.icon_SharjcartPercent {
    background-position: 0px -3792px;
    height: 25px;
    width: 35px;
    float: right;
}

.icon_SendEmail {
    background-position: 0px -3792px;
    height: 25px;
    width: 35px;
    float: right;
}

.icon_cartPercent {
    background-position: 0px -3750px;
    height: 25px;
    width: 35px;
    float: right;
}

.icon_sendselect {
    background-position: 0px -3505px;
    height: 25px;
    width: 35px;
    float: right;
}

.icon_sendall {
    background-position: 0px -3455px;
    height: 25px;
    width: 35px;
    float: right;
}

.icon_chngrolecutomer {
    background-position: 0px -3394px;
    height: 25px;
    width: 35px;
    float: right;
}

.icon_exportexcel {
    background-position: 0px -3306px;
    height: 25px;
    width: 35px;
    float: right;
}

.icon_importexcel {
    background-position: 0px -3345px;
    height: 25px;
    width: 35px;
    float: right;
}

.icon_chngrole {
    background-position: 0 -2185px;
    height: 25px;
    width: 35px;
    float: right;
}

.icon_edtpagst {
    background-position: 0px -1710px;
    height: 25px;
    width: 35px;
    float: right;
}

.icon_nwsgrp {
    float: right;
    height: 25px;
    width: 35px;
    background-position: 0px -1572px;
}

.icon_edt {
    background-position: 0px -1622px;
    height: 25px;
    width: 35px;
    float: right;
}

.icon_sndnews {
    background-position: 0px -1665px;
    height: 25px;
    width: 35px;
    float: right;
}

.icon_nwsgrp {
    float: right;
    height: 25px;
    width: 35px;
    background-position: 0px -1572px;
}

.icon_language {
    float: right;
    height: 25px;
    width: 35px;
    background-position: 0px -1526px;
}

.icon_upload {
    background-image: url(../../images/panel/upld.png);
    cursor: pointer;
    background-repeat: no-repeat;
    border: 0px;
    color: transparent;
    background-color: transparent;
    cursor: pointer !important;
    float: right;
    height: 20px;
    width: 20px;
}

.icon_stock {
    float: right;
    height: 25px;
    width: 35px;
    background-position: 0px -3551px;
}

.icon_arrow_blue {
    background-position: -22px -917px;
    float: right;
    height: 20px;
    width: 20px;
}

.icon_ffox {
    background-position: -10px -2020px;
    float: right;
    height: 20px;
    width: 20px;
}

.icon_ie {
    background-position: -10px -2050px;
    float: right;
    height: 20px;
    width: 20px;
}

.icon_safari {
    background-position: -10px -2085px;
    float: right;
    height: 20px;
    width: 20px;
}

.icon_chrm {
    background-position: -10px -2117px;
    float: right;
    height: 20px;
    width: 20px;
}

.icon_opera {
    background-position: -10px -2152px;
    float: right;
    height: 20px;
    width: 20px;
}

.icon_up {
    background-position: -2px -2316px;
    float: right;
    height: 25px;
    width: 35px;
}

.icon_down {
    background-position: -2px -2347px;
    float: right;
    height: 25px;
    width: 35px;
}

.icon_stop_green {
    background-position: -5px -2229px;
    margin: 0px;
    padding: 0px;
    height: 30px;
    width: 30px;
}

.icon_play_green {
    background-position: -5px -2278px;
    width: 30px;
    margin: 0px;
    padding: 0px;
    height: 30px;
}

.cms_azw_icon_registertype {
    background-position: -5px -2546px;
    width: 28px;
    height: 20px;
    float: right;
}

.cms_azw_icon_registerreal {
    background-position: -5px -2576px;
    width: 28px;
    height: 20px;
    float: right;
}

.cms_azw_icon_registerlegal {
    background-position: -5px -2604px;
    width: 28px;
    height: 20px;
    float: right;
}

.cms_azw_icon_registercontact {
    background-position: -5px -2630px;
    width: 28px;
    height: 20px;
    float: right;
}

.cms_azw_icon_registerinfo {
    background-position: -5px -2662px;
    width: 28px;
    height: 20px;
    float: right;
}

.Access_NodeEdit {
    background-image: url(../../images/panel/icons.png);
    background-repeat: no-repeat;
    height: 25px;
    width: 70px !important;
    float: right;
    background-position: center -1622px;
}

.Access_NodePrint {
    background-image: url(../../images/panel/icons.png);
    background-repeat: no-repeat;
    height: 25px;
    width: 70px !important;
    background-position: 0px -1312px;
    float: right;
}

.Access_NodeStatus {
    background-image: url(../../images/panel/icons.png);
    background-repeat: no-repeat;
    height: 25px;
    width: 70px !important;
    background-position: center -1420px;
    float: right;
}

.Access_NodeDel {
    background-image: url(../../images/panel/icons.png);
    background-repeat: no-repeat;
    height: 25px;
    width: 70px !important;
    background-position: center -1420px;
    float: right;
}

.Access_NodeSearch {
    background-image: url(../../images/panel/icons.png);
    background-repeat: no-repeat;
    height: 25px;
    width: 70px !important;
    background-position: center -1366px;
    float: right;
}

.Access_NodeAdd {
    background-image: url(../../images/panel/icons.png);
    background-repeat: no-repeat;
    height: 25px;
    width: 70px !important;
    background-position: center -1476px;
    float: right;
}

.acschk {
    width: 70px !important;
    text-align: center !important;
}

.Access_pnlAccesscontrol {
    width: 99% !important;
    height: 550px !important;
    overflow-y: scroll !important;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 630px;
    background-image: url(../../images/panel/icons.png);
    background-repeat: repeat-x;
    background-position: 0 -1015px;
    padding: 0 39px
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 630px;
    height: 125px;
    background-color: #fff
}

.jcarousel-skin-tango .jcarousel-item {
    width: 100px;
    margin-top: 20px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    text-align: center;
    color: #333
}

.jcarousel-skin-tango .jcarousel-item a {
    float: right;
    width: 100%;
    padding-top: 65px;
    height: 40px;
    color: #333;
    line-height: 23px;
    font-size: 12px
}

.jcarousel-skin-tango .jcarousel-item a:hover {
    color: #900
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 5px
}

.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 50px;
    right: 0;
    width: 39px;
    height: 39px;
    cursor: pointer;
    background-color: transparent;
    background-image: url(../../images/panel/icons.png);
    background-repeat: no-repeat;
    background-position: 0 -50px
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 50px;
    left: 0;
    width: 39px;
    height: 39px;
    cursor: pointer;
    background-image: url(../../images/panel/icons.png);
    background-repeat: no-repeat;
    background-position: 0 0
}

.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.html) no-repeat 0 0
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer
}

.jcarousel-skin-tango li {
    background-image: url(../../images/panel/azw_modules.jpg);
    background-repeat: no-repeat
}

.modules_icon_chart {
    background-position: 20px 0
}

.modules_icon_contactus {
    background-position: -110px 0
}

.modules_icon_gallery {
    background-position: -240px 0
}

.modules_icon_download {
    background-position: -367px 0
}

.modules_icon_vot {
    background-position: -500px 0
}

.modules_icon_article {
    background-position: -625px 0
}

.modules_icon_qa {
    background-position: -1940px 0
}

.modules_icon_news {
    background-position: -3465px 0
}

.modules_icon_weather {
    background-position: -4510px 0
}

.modules_icon_phonebook {
    background-position: -3580px 0
}

.modules_icon_adv {
    background-position: -4362px 0
}

.modules_icon_formbuild {
    background-position: -2060px 0
}

.modules_icon_formbuildfc {
    background-position: -11340px 0
}

.modules_icon_faq {
    background-position: -748px 0px
}

.modules2_icon_statis {
    background-position: -127px 0
}

.modules_icon_tender {
    background-position: -3985px 0
}

.modules_icon_auction {
    background-position: -4120px 0
}

.modules_icon_sms {
    background-position: -3845px 0
}

.modules_icon_email {
    background-position: -1817px 0
}

.modules_icon_workflow {
    background-position: -2383px 0
}

.modules_icon_crm {
    background-position: -2267px 0
}

.modules_icon_chngpas {
    background-position: -4505px 0
}

.modules_icon_myacnt {
    background-position: -3130px 0
}

.modules_icon_myacs {
    background-position: -3005px 0
}

.modules_icon_rss_reader {
    background-position: -1680px 0
}

.modules_icon_ipcontrol {
    background-position: -6878px 0px;
}

.modules_icon_bookshop {
    background-position: -8855px 0px;
}

.modules_icon_webclip {
    background-position: -10270px 0px;
}

.modules_icon_film {
    background-position: -9060px 0px;
}

.modules_icon_product {
    background-position: -9170px 0px;
}

.modules_icon_forum {
    background-position: -7635px 0px;
}

.modules_icon_calendr {
    background-position: -9262px 0px;
}

.modules_icon_link {
    background-position: -9362px 0px;
}

.modules_icon_ticket {
    background-position: -8740px 0px;
}

.modules_icon_podcast {
    background-position: -10480px 0px;
}

.modules_icon_dolar {
    background-position: -9574px 0px;
}

.modules_icon_sitemap {
    background-position: -9674px 0px;
}

.modules_icon_emailfa {
    background-position: -10570px 0px;
}

.modules_icon_mcipb {
    background-position: -10380px 0px;
}

.modules_icon_search {
    background-position: -9788px 0px;
}

.modules_icon_register {
    background-position: -9887px 0px;
}

.modules_icon_oghat {
    background-position: -9966px 0px;
}

.modules_icon_daytitle {
    background-position: -10056px 0px;
}

.modules_icon_managedefine {
    background-position: -10160px 0px;
}

.modules_icon_statis {
    background-position: -8016px 0px;
}

.module_icons_scrol_inactive {
    background-image: url(../../Images/Panel/azw_modules_inactive.jpg) !important;
}

.module_icons_inactive {
    background-image: url(../../Images/Panel/azw_modules_inactive.png) !important;
}

.jcarousel_v li {
    width: 100%!important
}

.jcarousel_v li .news_img {
    width: 23%;
    float: right;
    margin-left: 1%;
    text-align: right;
    padding: 0!important
}

.jcarousel_v li .news_desc {
    width: 71%;
    float: right;
    direction: rtl;
    text-align: justify;
    line-height: 22px;
    color: #333;
    font-size: 12px;
    font-family: Tahoma, Geneva, sans-serif;
    padding-top: 0
}

.jcarousel_v li .news_desc h1 {
    font-size: 13px;
    line-height: 25px;
    color: #00619f;
    margin: 0 0 20px;
    padding: 0
}

.news_scrool_v .jcarousel-container-vertical {
    width: 100%!important;
    height: 140px!important;
    padding: 30px 0!important
}

.news_scrool_v .jcarousel-clip-vertical {
    width: 100%!important;
    height: 140px!important
}

.news_scrool_v .jcarousel-skin-tango li {
    background-image: none!important;
    padding-top: 0!important;
    height: 140px!important;
    margin: 0!important
}

.news_scrool_v .jcarousel-prev-vertical {
    background-image: url(../../images/panel/icons.png);
    background-position: -2px -140px!important;
    left: 0!important;
    top: 0!important;
    width: 30px!important;
    height: 30px!important
}

.news_scrool_v .jcarousel-next-vertical {
    background-image: url(../../images/panel/icons.png);
    background-position: -2px -104px!important;
    left: 0!important;
    bottom: 0!important;
    width: 30px!important;
    height: 30px!important
}

.news_scrool_v .jcarousel-item-vertical {
    margin: 0!important
}

.header_content,
.content {
    width: 100%;
    margin: 0 auto
}

.header_menu li:hover .header_menu_lnk,
.header_menu li.active .header_menu_lnk,
.row_odd_even .lnk:hover {
    color: #333
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default
}

.azw_main_modal {
    width: 100%;
    float: right;
    height: auto;
    position: absolute;
    min-height: 100%;
    top: 0px;
    right: 0px;
    z-index: 1000;
    background-image: url(../../Images/Panel/azw_bg_modal.png);
    background-repeat: repeat;
    display: none;
}

#azw_modal {
    margin: 30px auto;
}

.azw_modal {
    margin: 30px auto;
}

.azw_modal_content {
    float: right;
    background-color: #FFF;
    overflow: auto;
    padding: 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #AAAAAA;
}

.azw_modal_btnok {
    background-image: url(../../Images/Panel/icon_ok.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 18px !important;
    margin: 4px 1% !important;
    font-family: Tahoma, Geneva, sans-serif;
}

.azw_modal_btncncl {
    background-image: url(../../Images/Panel/icon_cancel.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 18px !important;
    margin: 4px 1% !important;
    font-family: Tahoma, Geneva, sans-serif;
}

#azw_modal .azw_modal_header {
    cursor: move;
}

#azw_modal .ui-resizable-handle {
    position: relative !important;
    bottom: 20px;
    right: 10px;
}

.azw_modal_close {
    cursor: pointer;
    float: left;
    padding: 1px;
    margin: 4px;
    background-image: url(../../Images/Panel/icon_modul_close.png)!important;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.azw_modal_close:hover {
    background-position: 0px -20px;
}

.rcbItem {
    font-family: Tahoma, Geneva, sans-serif !important;
    font-size: 9pt !important;
    direction: rtl;
    text-align: right;
}

.rcbItem:hover {
    font-family: Tahoma, Geneva, sans-serif !important;
    font-weight: normal !important;
    font-size: 9pt !important;
    direction: rtl;
    text-align: right;
}

.ui-dialog-buttonset {
    text-align: center;
}

.zoneTable .RadDockZone {
    border: 0px;
}

.zoneTable tr td {
    border: 1px #CCC solid;
}

.rdContent tr td {
    border: 0px;
}

.RadDock .rdTop .rdCenter {
    background: url(../../Images/Panel/modul_header.png) !important;
    background-position: 0px 0px;
    background-repeat: repeat-x;
}

.RadDock .rdTitleBar em {
    font-family: Tahoma, Geneva, sans-serif !important;
    font-size: 12px !important;
    color: #333 !important;
    float: right !important;
    width: 50% !important;
    text-align: right !important;
}

.RadDock .rdCenter .rdCommands {
    float: left !important;
    width: 45px !important;
}

.RadDock .rdCenter .rdCommands li {
    float: right !important;
}

div.RadDock .rdTop .rdRoundedCorner.rdRight {
    background-image: url(../../Images/Panel/modul_header.png) !important;
    background-position: -43px -40px !important;
    background-repeat: no-repeat !important;
}

div.RadDock .rdTop .rdRoundedCorner.rdLeft {
    background-image: url(../../Images/Panel/modul_header.png) !important;
    background-position: 0px -40px !important;
    background-repeat: no-repeat !important;
}

.RadDock_Outlook .rdMiddle .rdLeft,
.RadDock_Outlook .rdMiddle .rdRight {
    background-image: url(../../Images/Panel/modul_header.jpg) !important;
}

.RadDock_Outlook .rdTop .rdLeft,
.RadDock_Outlook .rdTop .rdRight,
.RadDock_Outlook .rdBottom .rdLeft,
.RadDock_Outlook .rdBottom .rdRight,
.RadDock_Outlook .rdBottom .rdCenter {
    background-image: url(../../Images/Panel/module_bottom.png) !important;
    background-repeat: no-repeat !important;
}

.RadDock .rdBottom .rdLeft.rdRoundedCorner {
    background-position: 0px -4px !important;
}

.RadDock .rdBottom .rdRight.rdRoundedCorner {
    background-position: -6px -4px !important;
}

.RadDock .rdBottom .rdCenter {
    background-position: 0px -17px !important;
    background-repeat: repeat-x !important;
}

.dd .ddChild .enabled img {
    width: 50px !important;
    height: 43px !important;
}

.dd .ddChild .selected img {
    width: 45px !important;
    height: 32px !important;
}

.dd .ddChild .ddTitle img {
    width: 45px !important;
    height: 32px !important;
}

.dd img {
    width: 35px !important;
    height: 25px !important;
}

.dd {
    display: inline-block !important;
    text-align: right;
    background-color: #fff;
    font-family: tahoma;
    font-size: 12px;
    line-height: 25px !important;
}

.dd .ddTitle {
    border: 1px solid #c3c3c3;
    padding: 3px;
    line-height: 25px !important;
    cursor: default;
    overflow: hidden;
    height: 25px;
    background-color: #F8F8F8;
}

.dd .ddTitle span.arrow {
    background: url(../../images/panel/dd_arrow.gif) no-repeat 0 0;
    float: right;
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.dd .ddTitle span.textTitle {
    text-indent: 1px;
    overflow: hidden;
    line-height: 25px;
}

.dd .ddTitle span.textTitle img {
    text-align: left;
    padding: 0 2px 0 0;
}

.dd .ddTitle img.selected {
    padding: 0 3px 0 0;
    vertical-align: top;
}

.dd .ddChild {
    position: absolute;
    border: 1px solid #c3c3c3;
    border-top: none;
    display: none;
    margin: 0;
    width: auto;
    overflow: auto;
    overflow-x: hidden !important;
    background-color: #ffffff;
    z-index: 1;
}

.dd .ddChild .opta a,
.dd .ddChild .opta a:visited {
    padding-left: 10px;
}

.dd .ddChild a {
    display: block;
    padding: 3px 0 3px 3px;
    text-decoration: none;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    line-height: 43px !important;
}

.dd .ddChild a:hover {
    background-color: #EEE;
}

.dd .ddChild a img {
    border: 0;
    padding: 0 2px 0 0;
    vertical-align: middle;
}

.dd .ddChild a.selected {
    background-color: #F3F3F3;
}

.hidden {
    display: none;
}

.rcbHovered {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
}

.ui-dialog-buttonset .ui-button {
    cursor: pointer;
    height: 25px;
    font-family: tahoma;
    font-size: 12px;
    line-height: 25px;
    color: #013a6f;
    text-decoration: none;
    text-align: center;
    padding-right: 2%;
    padding-left: 2%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 2px 2px 2px 2px #999;
    -moz-box-shadow: 2px 2px 2px 2px #999;
    -webkit-box-shadow: 2px 2px 2px 2px #999;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #CCC;
    margin-right: 1%;
    margin-left: 1%;
    background-color: #eee;
}

.ui-dialog-buttonset .ui-button:hover {
    color: #000;
    box-shadow: 2px 2px 2px 2px #848282;
    -moz-box-shadow: 2px 2px 2px 2px #848282;
    -webkit-box-shadow: 2px 2px 2px 2px #848282;
}

.ui-dialog-buttonset .ui-button.azw_modal_btnok {
    background-image: url("../../Images/Panel/icon_ok.png");
    background-position: right center;
    background-repeat: no-repeat;
    margin: 4px 1% !important;
    padding-right: 18px !important;
}

.ui-dialog-buttonset .ui-button.azw_modal_btncncl {
    background-image: url("../../Images/Panel/icon_cancel.png");
    background-position: right center;
    background-repeat: no-repeat;
    margin: 4px 1% !important;
    padding-right: 18px !important;
}

.header_e {
    background: -moz-linear-gradient(center top, #FFFFFF 0%, #F1F1F1 50%, #E1E1E1 51%, #F6F6F6 100%) repeat scroll 0 0 transparent;
    border: 1px solid #E4E3E3;
    border-radius: 3px 3px 3px 3px;
    height: 30px;
    margin-bottom: 10px;
    width: auto;
}

.header-editor_e {
    background: url(../images/panel/modules-ico.html) no-repeat scroll right center transparent;
    float: right;
    height: 30px;
    margin-right: 5px;
    width: 20px;
}

.modules2_icon {
    background-image: url(../../images/panel/azw_modules.png);
    background-repeat: no-repeat;
    width: 110px;
    padding-top: 65px;
}

.modules2_icon_mpodcast {
    background-position: -6920px 0px;
}

.modules2_icon_mcipb {
    background-position: -6820px 0px;
}

.modules_icon_faq2 {
    background-position: -4210px 0px;
}

.modules2_icon_message {
    background-position: -7110px 0px;
}

.modules2_icon_medt {
    background-position: -10px 0px;
}

.modules2_icon_mweth {
    background-position: -1450px 0px;
}

.modules2_icon_mnews {
    background-position: -3730px 0px;
}

.modules2_icon_mmnu {
    background-position: -250px 0px;
}

.modules2_icon_msch {
    background-position: -2050px 0px;
}

.modules2_icon_mglg {
    background-position: -2170px 0px;
}

.modules2_icon_mvote {
    background-position: -475px 0px;
}

.modules2_icon_mgly {
    background-position: -3850px 0px;
}

.modules2_icon_mfrm {
    background-position: -3970px 0px;
}

.modules2_icon_mcnt {
    background-position: -4090px 0px;
}

.modules2_icon_msts {
    background-position: -130px 0px;
}

.modules2_icon_mfaq {
    background-position: -2410px 0px;
}

.modules2_icon_mreg {
    background-position: -1810px 0px;
}

.modules2_icon_mntb {
    background-position: -1930px 0px;
}

.modules2_icon_mtnd {
    background-position: -1210px 0px;
}

.modules2_icon_mmap {
    background-position: -3490px 0px;
}

.modules2_icon_mshp {
    background-position: -2650px 0px;
}

.modules2_icon_mprd {
    background-position: -730px 0px;
}

.modules2_icon_mads {
    background-position: -2770px 0px;
}

.modules2_icon_mart {
    background-position: -610px 0px;
}

.modules2_icon_mlib {
    background-position: -490px 0px;
}

.modules2_icon_mclp {
    background-position: -6720px 0px;
}

.modules2_icon_mflm {
    background-position: -1570px 0px;
}

.modules2_icon_mcld {
    background-position: -970px 0px;
}

.modules2_icon_emailfa {
    background-position: -10572px 0px;
}

.modules2_icon_mlnk {
    background-position: -1090px 0px;
}

.modules2_icon_mtrd {
    background-position: -1210px 0px;
}

.modules2_icon_muci {
    background-position: -1315px 0px;
}

.modules2_icon_mchr {
    background-position: -1690px 0px;
}

.modules2_icon_mrpt {
    background-position: -2290px 0px;
}

.modules2_icon_mjec {
    background-position: -2530px 0px;
}

.modules2_icon_mshi {
    background-position: -2890px 0px;
}

.modules2_icon_mdld {
    background-position: -3010px 0px;
}

.modules2_icon_mmno {
    background-position: -3130px 0px;
}

.modules2_icon_mimn {
    background-position: -3250px 0px;
}

.modules2_icon_mtid {
    background-position: -3370px 0px;
}

.modules2_icon_mmap {
    background-position: -3490px 0px;
}

.modules2_icon_mprt {
    background-position: -3610px 0px;
}

.modules2_icon_mtmp {
    background-position: -4330px 0px;
}

.modules2_icon_mgmn {
    background-position: -4450px 0px;
}

.modules2_icon_mftp {
    background-position: -4570px 0px;
}

.modules2_icon_msst {
    background-position: -4690px 0px;
}

.modules2_icon_mwdr {
    background-position: -4810px 0px;
}

.modules2_icon_mdre {
    background-position: -4930px 0px;
}

.modules2_icon_mssms {
    background-position: -5050px 0px;
}

.modules2_icon_mrss {
    background-position: -5170px 0px;
}

.modules2_icon_mnews {
    background-position: -5290px 0px;
}

.modules2_icon_msnews {
    background-position: -5410px 0px;
}

.modules2_icon_mmcnt {
    background-position: -5530px 0px;
}

.modules2_icon_mbrd {
    background-position: -5650px 0px;
}

.modules2_icon_mvte {
    background-position: -5770px 0px;
}

.modules2_icon_mtct {
    background-position: -5890px 0px;
}

.modules2_icon_mcip {
    background-position: -6010px 0px;
}

.modules2_icon_mmip {
    background-position: -6130px 0px;
}

.modules2_icon_mssl {
    background-position: -6250px 0px;
}

.modules2_icon_mfru {
    background-position: -6370px 0px;
}

.modules2_icon_musrs {
    background-position: -6490px 0px;
}

.modules2_icon_mdfm {
    background-position: -6610px 0px;
}

.modules2_icon_mmreg {
    background-position: -1810px 0px;
}


/* start  Autenticate	*/


/*.rtUL { background-color:#fff !important;  }
.rtUL .rtLI .rtUL  { background-color:#fbfbfb !important;}
.rtUL .rtLI .rtUL .rtLI .rtUL  { background-color:#f9f9f9 !important;}
.rtUL .rtLI .rtUL .rtLI .rtUL .rtLI .rtUL  { background-color:#f4f3f3 !important; }
.rtUL .rtLI .rtUL .rtLI .rtUL .rtLI .rtUL .rtLI .rtUL  { background-color:#efefef !important;}
.rtUL .rtLI .rtUL .rtLI .rtUL .rtLI .rtUL .rtLI .rtUL  .rtLI .rtUL  { background-color:#eaeaea !important;}
.rtUL .rtLI .rtUL .rtLI .rtUL .rtLI .rtUL .rtLI .rtUL  .rtLI .rtUL  .rtLI .rtUL { background-color:#e6e6e6 !important;}
.rtUL .rtLI .rtUL .rtLI .rtUL .rtLI .rtUL .rtLI .rtUL  .rtLI .rtUL  .rtLI .rtUL .rtLI .rtUL{ background-color:#e1e1e1 !important;}*/

.RadTreeView_Office2007 .rtSelected .rtIn {
    background-image: none!important;
    background-color: transparent!important;
    border: 1px solid transparent !important;
}

.RadTreeView_Office2007 .rtHover .rtIn {
    background-image: none!important;
    background-color: transparent!important;
    border: 1px solid transparent !important;
}

.RadTreeView_Office2007,
.RadTreeView_Office2007 a.rtIn,
.RadTreeView_Office2007 .rtEdit .rtIn input {
    color: #333 !important;
}

.RadTreeView_Office2007 .rtSelected {
    background-image: url(../../Images/Panel/security_hover.jpg)!important;
    background-color: #f6fcff !important;
    background-repeat: repeat-x !important;
    border: 0px solid transparent !important;
    background-position: 0px 0px !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.RadTreeView_Office2007 .rtLI:hover .rtHover {
    background-image: url(../../Images/Panel/security_hover.jpg)!important;
    background-color: #f6fcff !important;
    background-repeat: repeat-x !important;
    border: 0px solid transparent !important;
    background-position: 0px 0px !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


/* End  Autenticate	*/

.pnl_access_title {
    height: 30px;
    padding-right: 24%;
    width: 70% !important;
}


/* ----------- END --------------- Template */

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
dl,
body {
    margin: 0px;
    padding: 0px;
}

a {
    outline: none;
    text-decoration: none;
}

li {
    list-style: none;
}

img {
    border: 0px;
}

input {
    font-family: Tahoma, Geneva, sans-serif !important;
    font-size: 9pt !important;
    direction: rtl;
    text-align: right;
}


/* ----------------- End Global CSS --------------------*/

.SMSInbox {
    background-image: url(../../images/panel/EmailAndSms/EmailAndMessage.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 21px;
    float: right;
}

.SearchPanMenu .ActiveLink span {
    color: #900 !important;
}


/* start ticketing */

.cms_azw_ticketing_img {
    background-image: url(../../Images/Panel/icons_q_a.png);
    background-repeat: no-repeat;
    float: right;
    height: 20px;
    width: 20px;
}

.cms_azw_ticketing_btn_srch {
    background-position: 0px -592px;
    background-repeat: repeat-x !important;
}

.cms_azw_ticketing_btn_srch:hover {
    background-image: none;
}

.cms_azw_ticketing_btn_icon_add {
    background-position: -10px -654px;
}

.cms_azw_ticketing_btn_icon_srch {
    background-position: -10px -625px;
}

.cms_azw_ticketing_icon_linux {
    background-position: 0px 0px;
    margin: 0px 2px;
}

.cms_azw_ticketing_icon_windows {
    background-position: 0px -35px;
    margin: 0px 2px;
}

.cms_azw_ticketing_icon_firefox {
    background-position: 0px -67px;
    margin: 0px 2px;
}

.cms_azw_ticketing_icon_ie {
    background-position: 0px -97px;
    margin: 0px 2px;
}

.cms_azw_ticketing_icon_attach {
    background-position: 0px -510px;
    margin: 0px 2px;
}

.cms_azw_ticketing_icon_chrome {
    background-position: 0px -165px;
    margin: 0px 2px;
}

.cms_azw_ticketing_icon_safari {
    background-position: 0px -132px;
    margin: 0px 2px;
}

.cms_azw_ticketing_icon_opera {
    background-position: 0px -201px;
    margin: 0px 2px;
}

.cms_azw_ticketing_icon_ok {
    background-position: 0px -453px;
    margin: 0px 2px;
}

.cms_azw_ticketing_icon_hourglass {
    background-position: 0px -482px;
    margin: 0px 2px;
}

.cms_azw_ticketing_icon_flagred {
    background-position: 0px -240px;
}

.cms_azw_ticketing_icon_flagpink {
    background-position: 0px -273px;
}

.cms_azw_ticketing_icon_circle {
    background-position: 3px -525px;
    height: 18px;
    width: 10px;
}

.cms_azw_ticketing_icon_flaggreen {
    background-position: 0px -305px;
}

.cms_azw_ticketing_icon_flagblue {
    background-position: 0px -335px;
}

.cms_azw_ticketing_icon_flagyellow {
    background-position: 0px -370px;
}

.cms_azw_ticketing_icon_golast {
    background-position: -45px -546px;
    width: 15px;
    height: 15px;
    margin: 0px 2px;
}

.cms_azw_ticketing_icon_gonext {
    background-position: -30px -546px;
    width: 15px;
    height: 15px;
    margin: 0px 2px;
}

.cms_azw_ticketing_icon_goprev {
    background-position: -15px -546px;
    width: 15px;
    height: 15px;
    margin: 0px 2px;
}

.cms_azw_ticketing_icon_gofirst {
    background-position: 0px -546px;
    width: 15px;
    height: 15px;
    margin: 0px 2px;
}

.cms_azw_ticketing_icon_golast_inactive {
    background-position: -45px -562px;
    width: 15px;
    height: 15px;
    margin: 0px 2px;
}

.cms_azw_ticketing_icon_gonext_inactive {
    background-position: -30px -562px;
    width: 15px;
    height: 15px;
    margin: 0px 2px;
}

.cms_azw_ticketing_icon_goprev_inactive {
    background-position: -15px -562px;
    width: 15px;
    height: 15px;
    margin: 0px 2px;
}

.cms_azw_ticketing_icon_gofirst_inactive {
    background-position: 0px -562px;
    width: 15px;
    height: 15px;
    margin: 0px 2px;
}

.cms_azw_ticketing_icon_treeview_arrowl {
    background-position: 0px -403px;
    margin-left: 1px;
}

.cms_azw_ticketing_icon_treeview_arrowlb {
    background-position: 0px -425px;
}

.btn_delFilter {
    background-position: 0px -684px;
    width: 30px;
    height: 20px;
    color: transparent;
}

.treeview_q_a li a.selected {
    color: #2b80ff;
}

.paging_ul li {
    float: right;
    font-family: tahoma;
    font-size: 12px;
    color: #333;
    text-decoration: none;
    text-align: left;
    direction: ltr;
}

.treeview_q_a li:first-child {
    margin-top: 0px;
}


/* end ticketing */

.Pannel-Frame {
    /* background-image: url("images/GlobalImages/BG_View.png");
    border: 1px solid #C2C9C9;
    border-radius: 5px 5px 5px 5px;*/
    direction: rtl;
    float: right;
    height: 100%;
    width: 100%;
}

.Farme-Style {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    line-height: 20px;
    direction: rtl;
    color: #333;
    background-repeat: repeat;
    border: 1px solid #C2C9C9;
    border-radius: 5px 5px 5px 5px;
    margin: 5px;
    padding: 5px;
}

.cms_azw_box_statistic {
    background-color: #F7FCED;
    border: 2px solid #DFEFC0;
    float: right;
    padding: 5px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    direction: rtl;
    text-align: right;
    line-height: 22px;
    width: 98%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.cms_azw_input_view {
    margin: 0px !important;
    padding: 0px !important;
    text-align: right !important;
    direction: rtl !important;
    color: #333 !important;
    border: 1px #C7C7C7 solid !important;
    margin-left: 2px !important;
    font-family: Tahoma, Geneva, sans-serif !important;
    font-size: 12px !important;
    line-height: 20px !important;
}

.cms_azw_box_statistic a {
    color: #03F;
}

.cms_azw_box_statistic a:hover {
    color: #666;
    text-decoration: underline;
}

.ui-dialog .ui-dialog-titlebar-close {
    float: left;
}

.ui-autocomplete {
    text-align: right;
    direction: rtl;
    line-height: 20px;
}

.report {
    background: url(../../Images/Panel/azw_bg_modal_2.png) repeat;
    width: 100%;
    position: fixed;
    height: 100%;
    z-index: 9999;
    text-align: center;
    display: none;
    left: 0px;
}

.report_box {
    background: url(../../Images/Panel/azw_bg_modal_3.png) repeat;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 30%;
    margin: 0px auto;
    min-height: 103px;
    position: fixed;
    z-index: 10000;
    top: 22%;
    display: none;
    right: 35%;
    padding: 0.5%;
}

.report_box_content {
    width: 98%;
    padding: 1%;
    float: right;
    background: #f1f2f3;
    height: 93%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.cms_azw_alert_text {
    width: 73%;
    vertical-align: middle;
    margin-top: 3%;
    float: right;
    height: 60%;
    text-align: center;
    direction: rtl;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    line-height: 33px;
    color: #333;
}

.cms_azw_alert_icon_suces {
    background: url(../../Images/Panel/icons_msg.png) no-repeat 0px 0px;
    width: 20%;
    height: 60px;
    float: right;
    margin: 5px 1%;
}

.cms_azw_alert_icon_error {
    background: url(../../Images/Panel/icons_msg.png) no-repeat 0px -240px;
    width: 20%;
    height: 60px;
    float: right;
    margin: 5px 1%;
}

.cms_azw_alert_icon_info {
    background: url(../../Images/Panel/icons_msg.png) no-repeat 0px -80px;
    width: 20%;
    height: 60px;
    float: right;
    margin: 5px 1%;
}

.cms_azw_alert_icon_help {
    background: url(../../Images/Panel/icons_msg.png) no-repeat 0px -160px;
    width: 20%;
    height: 60px;
    float: right;
    margin: 5px 1%;
}

.btn_gray {
    background-repeat: repeat-x;
    background-position: 0 -100000px;
    height: 25px;
    font-family: tahoma;
    font-size: 12px;
    line-height: 25px;
    color: #333;
    text-decoration: none;
    text-align: center;
    padding: 5px 4%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 2px 2px 2px 2px #999;
    -moz-box-shadow: 2px 2px 2px 2px #999;
    -webkit-box-shadow: 2px 2px 2px 2px #999;
    margin-top: 7px;
    margin-bottom: 7px
}

.btn_gray:hover {
    color: #000;
    box-shadow: 2px 2px 2px 2px #848282;
    -moz-box-shadow: 2px 2px 2px 2px #848282;
    -webkit-box-shadow: 2px 2px 2px 2px #848282
}

.cms_azw_uploadlogo {
    background-image: url(../../Images/Panel/cms_azw_logo_upload.jpg);
    height: 130px;
    padding-top: 30px;
    padding-right: 47px;
    padding-bottom: 30px;
    padding-left: 47px;
}


/* start template generator */

.cms_azw_tg_default_template {}

.cms_azw_tg_default_template ul li {
    height: 100px;
    cursor: pointer;
    padding-top: 45px;
    width: 150px;
    float: left;
}

.cms_azw_tg_default_template_default_1 {
    background-image: url(../../Images/Panel/template_generator/azw_t_ndj.jpg);
}

.cms_azw_tg_default_template_default_1 {
    background-image: url(../../Images/Panel/template_generator/azw_t_default_1.jpg);
}

.cms_azw_tg_default_template_default_2 {
    background-image: url(../../Images/Panel/template_generator/azw_t_default_2.jpg);
}

.cms_azw_tg_default_template_bgndj {
    background-image: url(../../Images/Panel/template_generator/dt_spc.jpg);
    height: 240px;
    padding-top: 430px;
}

.cms_azw_tg_default_template_default_3 {
    background-image: url(../../Images/Panel/template_generator/azw_t_default_3.html);
}

.cms_azw_tg_default_template_default_4 {
    background-image: url(../../Images/Panel/template_generator/azw_t_default_4.html);
}

.cms_azw_tg_default_template ul li.cms_azw_tg_default_template_black {
    background-image: url(../../Images/Panel/template_generator/azw_t_black.jpg);
}

.cms_azw_tg_default_template ul li.cms_azw_tg_default_template_silver {
    background-image: url(../../Images/Panel/template_generator/azw_t_silver.jpg);
}

.cms_azw_tg_default_template ul li.cms_azw_tg_default_template_red {
    background-image: url(../../Images/Panel/template_generator/azw_t_red.jpg);
}

.cms_azw_tg_default_template ul li.cms_azw_tg_default_template_pink {
    background-image: url(../../Images/Panel/template_generator/azw_t_pink.jpg);
}

.cms_azw_tg_default_template ul li.cms_azw_tg_default_template_lightblue {
    background-image: url(../../Images/Panel/template_generator/azw_t_lightblue.jpg);
}

.cms_azw_tg_default_template ul li.cms_azw_tg_default_template_darkblue {
    background-image: url(../../Images/Panel/template_generator/azw_t_darkblue.jpg);
}

.cms_azw_tg_default_template ul li.cms_azw_tg_default_template_lightgreen {
    background-image: url(../../Images/Panel/template_generator/azw_t_lightgreen.jpg);
}

.cms_azw_tg_default_template ul li.cms_azw_tg_default_template_yellow {
    background-image: url(../../Images/Panel/template_generator/azw_t_yellow.jpg);
}

.cms_azw_tg_default_template ul li.cms_azw_tg_default_template_silverblue {
    background-image: url(../../Images/Panel/template_generator/azw_t_silverblue.jpg);
}

.cms_azw_tg_default_template ul li a {
    height: 90px;
    width: 100%;
    float: right;
    text-align: center;
    padding-top: 40px;
}

.cms_azw_tg_default_template_bgblack {
    background-image: url(../../Images/Panel/template_generator/dt_black.jpg);
    height: 270px;
    padding-top: 370px;
}

.cms_azw_tg_default_template_bgpink {
    background-image: url(../../Images/Panel/template_generator/dt_pink.jpg);
    height: 270px;
    padding-top: 370px;
}

.cms_azw_tg_default_template_bglightblue {
    background-image: url(../../Images/Panel/template_generator/dt_lightblue.jpg);
    height: 270px;
    padding-top: 370px;
}

.cms_azw_tg_default_template_bgdarkblue {
    background-image: url(../../Images/Panel/template_generator/dt_darkblue.jpg);
    height: 270px;
    padding-top: 370px;
}

.cms_azw_tg_default_template_bglightgreen {
    background-image: url(../../Images/Panel/template_generator/dt_lightgreen.jpg);
    height: 270px;
    padding-top: 370px;
}

.cms_azw_tg_default_template_bgred {
    background-image: url(../../Images/Panel/template_generator/dt_red.jpg);
    height: 270px;
    padding-top: 370px;
}

.cms_azw_tg_default_template_bgsilver {
    background-image: url(../../Images/Panel/template_generator/dt_silver.jpg);
    height: 270px;
    padding-top: 370px;
}

.cms_azw_tg_default_template_bgsilverblue {
    background-image: url(../../Images/Panel/template_generator/dt_silver_blue.jpg);
    height: 270px;
    padding-top: 370px;
}

.cms_azw_tg_default_template_bgyellow {
    background-image: url(../../Images/Panel/template_generator/dt_yellow.jpg);
    height: 270px;
    padding-top: 370px;
}

.cms_azw_tg_default_template_header .jcarousel-container-horizontal {
    width: 860px !important;
}

.cms_azw_tg_default_template_header .jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 860px !important;
}

.cms_azw_tg_default_template_header .jcarousel-skin-tango li.selected {
    border: 1px solid #e3e3e3 !important;
}

.cms_azw_tg_default_template_header .jcarousel-skin-tango li {
    border: 1px solid #fff;
    background: none !important;
    position: relative;
    cursor: pointer;
}

.cms_azw_tg_default_template_header .jcarousel-skin-tango li img {}

.cms_azw_tg_default_template_bg {
    padding-top: 103px;
    height: 540px;
}

.icon_tg_picformat {
    background-position: -4px -2467px;
    float: right;
    height: 25px;
    width: 30px;
    background-repeat: no-repeat;
}

.icon_tg_picslideshowformat {
    background-position: -4px -2501px;
    float: right;
    height: 25px;
    width: 30px;
    background-repeat: no-repeat;
}

.cms_azw_slideshow_format_1 {
    background-image: url(../../Images/Panel/template_generator/slideshow_1.jpg);
    width: 200px;
}

.cms_azw_slideshow_format_2 {
    background-image: url(../../Images/Panel/template_generator/slideshow_2.jpg);
    width: 200px;
}

.cms_azw_slideshow_format_3 {
    background-image: url(../../Images/Panel/template_generator/slideshow_3.jpg);
    width: 200px;
}

.cms_azw_content_selectheader .selected {
    background: url(../../Images/Panel/header_bg-2.jpg) #900 repeat-x 0px 0px;
    color: #FFF;
    border: #900 1px solid;
}

.cms_azw_content_selectheader li {
    min-width: 90px;
}

.cms_azw_tg_frameselected {
    background: url(../../Images/Panel/cms_azw_tg_dtok.png) no-repeat center bottom;
    top: 15px;
}

.cms_azw_tg_headerselected {
    background: url(../../Images/Panel/cms_azw_tg_dtok.png) no-repeat center bottom;
    top: 10px;
}


/* end template generator */


/* start form generator */

.reTool .InsertFileUpload {
    background-image: url(../../Images/Panel/form_generator/upload.png) !important;
}

.reTool .InsertListBox {
    background-image: url(../../Images/Panel/form_generator/listbox.gif) !important;
}

.reTool .InsertDropdownList {
    background-image: url(../../Images/Panel/form_generator/dropdownlist.gif) !important;
}

.reTool .InsertCheckBoxes {
    background-image: url(../../Images/Panel/form_generator/Chechbox.gif) !important;
}

.reTool .InsertRadioButtons {
    background-image: url(../../Images/Panel/form_generator/radiobutton.gif) !important;
}

.reTool .InsertTextArea {
    background-image: url(../../Images/Panel/form_generator/TextArea.gif) !important;
}

.reTool .InsertTextField {
    background-image: url(../../Images/Panel/form_generator/TextField.gif) !important;
}

.reTool .InsertCalendar {
    background-image: url(../../Images/Panel/form_generator/Calendar.gif) !important;
}


/* end form generator */


/* start calender*/


/*  DateControl CSS */

.PickerCSS {
    background-color: #ffffff;
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;
}

.PickerHeaderCSS {
    background-color: #b0c4de;
    border-bottom: black 1px solid;
    height: 30px;
}

.PickerFooterCSS {
    background-color: #b0c4de;
}

.PickerWeekDayCSS {
    background-color: #ffffff;
    text-align: center;
    font-size: 8pt;
    border-right: black 0px solid;
    border-top: black 0px solid;
    border-left: black 0px solid;
    border-bottom: black 0px solid;
    height: 19px;
}

.PickerCalendarCSS {
    background-color: #ffffff;
    border-right: black 0px solid;
    border-top: black 0px solid;
    border-left: black 0px solid;
    border-bottom: black 1px solid;
    height: 19px;
}

.PickerWorkDayCSS {
    background-color: #ffffff;
    border-right: black 0px solid;
    border-top: black 0px solid;
    border-left: black 0px solid;
    border-bottom: black 1px solid;
}

A.PickerWorkDayCSS {
    color: black;
    text-decoration: none;
    border: none;
}

.PickerForbidenCSS {
    background-color: #ffffff;
    color: Red;
    border-right: black 0px solid;
    border-top: black 0px solid;
    border-left: black 0px solid;
    border-bottom: black 1px solid;
}

.PickerSelectedCSS {
    background-color: #ffffff;
    border-right: black 0px solid;
    border-top: black 0px solid;
    border-left: black 0px solid;
    border-bottom: black 1px solid;
}

A.PickerSelectedCSS {
    font-weight: bold;
    color: #0066ff;
    border: none;
}

.SideBar {
    border-right: solid 1px #c0c0c0;
    vertical-align: top;
    width: 20%;
    padding-right: 8px;
}

.ModalBG {
    width: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 9999;
    background-color: Gray;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    opacity: 0.5;
    top: 0px;
    left: 0px;
    z-index: 8000;
    filter: alpha(opacity=50);
}

.ProgressBorder {
    border: thin groove #000000;
}

.ModalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.ModalPopup {
    background-color: #f5fffa;
    border-width: 2px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 450px;
}


/*----End of Example CSS Class --*/


/* end calender*/

.ACenter {
    width: 40%;
    position: fixed;
    top: 30%;
    margin-left: 16%;
    z-index: 999;
}

.ACenter table {
    width: 99.9%;
    background: url(../../Images/Panel/azw_bg_modal.png) !important;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 15px;
    color: #000;
    line-height: 80px;
    text-align: center;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px #666 solid;
    padding: 5px;
}

.ACenter table td {
    background: #eee;
    padding: 10px;
    width: 40% !important;
    direction: rtl;
}

.cms_azw_formgenerator_inner16 {
    direction: ltr;
}

.cms_azw_formgenerator_inner7 {
    direction: ltr;
    padding: 0px;
}

#CMSContanierPanTrialSys {
    float: right;
    width: 100%;
}

#CMSContanierPanTrialSys table {
    padding-top: 0px;
}


/* start flexigrid */

@charset UTF-8;
.flexigrid {
    font-family: tahoma;
    font-size: 11px;
    position: relative;
    border: 0 solid #eee;
    overflow: hidden;
    color: #000
}

.flexigrid.hideBody {
    height: 26px!important;
    border-bottom: 1px solid #ccc
}

.ie6fullwidthbug {
    border-right: 0 solid #ccc;
    padding-right: 2px
}

.flexigrid div.nDiv {
    background: #eee url(../../images/grid/line.gif) repeat-y -1px top;
    border: 1px solid #ccc;
    border-top: 0;
    overflow: auto;
    left: 0;
    position: absolute;
    z-index: 999;
    float: left
}

.flexigrid div.nDiv table {
    margin: 2px
}

.flexigrid div.hDivBox {
    width: 100%;
    /*direction:rtl!important;*/
    float: left;
    padding-right: 40px
}

.flexigrid div.bDiv table {
    /*direction:rtl!important;*/
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc
}

.flexigrid div.bDiv table.autoht {
    border-bottom: 0;
    margin-bottom: 0
}

.flexigrid div.nDiv td {
    border: 1px solid #eee;
    cursor: default;
    padding: 2px 3px
}

.flexigrid div.nDiv tr:hover td,
.flexigrid div.nDiv tr.ndcolover td {
    background: #d5effc url(../../images/grid/hl.png) repeat-x top;
    border: 1px solid #a8d8eb
}

.colnumber {
    width: 37px;
    padding-right: 5px;
    padding-left: 5px;
    text-align: center;
    position: relative;
}

.colnum_parent {
    text-align: center;
    width: 35px;
    padding: 5px;
}

.chk_parent {
    /*width:35px;*/
    text-align: center;
    padding-right: 5px;
    padding-left: 5px;
}

.erow .colnumber {
    border-bottom: 1px solid #F7F7F7;
}

.erow th {
    background: none repeat scroll 0 0 #F7F7F7;
    border-bottom: 1px solid #F7F7F7;
}

.flexigrid div.nDiv td.ndcol1 {
    border-right: 1px solid #ccc
}

.flexigrid div.nDiv td.ndcol2 {
    border-left: 1px solid #fff;
    padding-right: 10px
}

.flexigrid div.nDiv tr:hover td.ndcol1,
.flexigrid div.nDiv tr.ndcolover td.ndcol1 {
    border-right: 1px solid #d2e3ec
}

.flexigrid div.nDiv tr:hover td.ndcol2,
.flexigrid div.nDiv tr.ndcolover td.ndcol2 {
    border-left: 1px solid #eef8ff
}

.flexigrid div.nBtn {
    position: absolute;
    height: 24px;
    width: 14px;
    z-index: 900;
    background: #fafafa url(../../images/grid/fhbg.gif) repeat-x bottom;
    border: 0 solid #ccc;
    border-left: 1px solid #ccc;
    top: 0;
    left: 0;
    margin-top: 1px;
    cursor: pointer;
    display: none
}

.flexigrid div.nBtn div {
    height: 24px;
    width: 12px;
    border-left: 1px solid #fff;
    float: left;
    background: url(../../images/grid/ddn.png) no-repeat center
}

.flexigrid div.nBtn.srtd {
    background: url(../../images/grid/wbg.gif) repeat-x 0 -1px
}

.flexigrid div.mDiv {
    background: url(../../images/grid/wbg.gif) repeat-x top;
    border: 1px solid #ccc;
    border-bottom: 0;
    border-top: 0;
    font-weight: 700;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    position: relative
}

.flexigrid div.mDiv div {
    white-space: nowrap;
    padding: 6px
}

.ftitle {
    float: right
}

.flexigrid div.mDiv div.ptogtitle {
    float: left;
    height: 16px;
    width: 16px;
    overflow: hidden;
    border: 1px solid #ccc;
    cursor: pointer;
    margin: 3px;
    padding: 0
}

.flexigrid div.mDiv div.ptogtitle:hover {
    background-position: left -2px;
    border-color: #bbb
}

.flexigrid div.mDiv div.ptogtitle span {
    display: block;
    border-left: 1px solid #eee;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ddd;
    width: 14px;
    height: 14px;
    background: url(../../images/grid/uup.png) no-repeat center
}

.flexigrid div.mDiv div.ptogtitle.vsble span {
    background: url(../../images/grid/ddn.png) no-repeat center
}

.flexigrid div.tDiv
/*toolbar*/

{
    background: #fafafa url(../../images/grid/bg.gif) repeat-x top;
    position: relative;
    border: 1px solid #ccc;
    border-bottom: 0;
    overflow: hidden
}

.flexigrid div.tDiv2 {
    float: left;
    clear: both;
    padding: 1px
}

.flexigrid div.sDiv2 {
    height: auto;
    left: 20px;
    outline: 0 none;
    position: absolute;
    top: 100px;
    z-index: 1002;
    float: left;
    clear: both;
    padding: 5px
}

.flexigrid div.sDiv2 input,
.flexigrid div.sDiv2 select {
    vertical-align: middle
}

.flexigrid div.btnseparator {
    float: left;
    height: 22px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #fff;
    margin: 1px
}

.flexigrid div.fbutton {
    float: left;
    display: block;
    cursor: pointer;
    padding: 1px
}

.flexigrid div.fbutton div {
    float: left;
    padding: 1px 3px
}

.flexigrid div.fbutton span {
    float: left;
    display: block;
    padding: 3px
}

.flexigrid div.fbutton:hover,
.flexigrid div.fbutton.fbOver {
    border: 1px solid #ccc;
    padding: 0
}

.flexigrid div.fbutton:hover div,
.flexigrid div.fbutton.fbOver div {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 0 2px
}

.flexigrid div.hDiv {
    background: #fafafa url(../../images/grid/fhbg.gif) repeat-x bottom;
    position: relative;
    border: 1px solid #ccc;
    border-bottom: 0;
    overflow: hidden
}

.flexigrid div.hDiv table {
    width: 100%;
    border-right: 1px solid #fff
}

.flexigrid div.cDrag {
    float: left;
    position: absolute;
    z-index: 2;
    overflow: visible
}

.flexigrid div.cDrag div {
    float: left;
    background: none;
    display: block;
    position: absolute;
    height: 24px;
    width: 5px;
    cursor: col-resize
}

.flexigrid div.cDrag div:hover,
.flexigrid div.cDrag div.dragging {
    background: url(../../images/grid/line.gif) repeat-y 2px center
}

.flexigrid div.iDiv {
    border: 1px solid #316ac5;
    position: absolute;
    overflow: visible;
    background: none
}

.flexigrid div.iDiv input,
.flexigrid div.iDiv select,
.flexigrid div.iDiv textarea {
    font-family: tahoma;
    font-size: 11px
}

.flexigrid div.iDiv input.tb {
    border: 0;
    width: 100%;
    height: 100%;
    background: none;
    padding: 0
}

.flexigrid div.bDiv {
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
    overflow: auto;
    position: relative
}

.flexigrid div.hGrip {
    position: absolute;
    top: 0;
    right: 0;
    height: 5px;
    width: 5px;
    background: url(../../images/grid/line.gif) repeat-x center;
    margin-right: 1px;
    cursor: col-resize;
    display: none;
}

.flexigrid div.hGrip:hover,
.flexigrid div.hGrip.hgOver {
    border-right: 1px solid #999;
    margin-right: 0
}

.flexigrid div.vGrip {
    height: 5px;
    overflow: hidden;
    position: relative;
    background: #fafafa url(../../images/grid/wbg.gif) repeat-x 0 -1px;
    border: 1px solid #ccc;
    border-top: 0;
    text-align: center;
    cursor: row-resize
}

.flexigrid div.vGrip span {
    display: block;
    width: 20px;
    height: 1px;
    overflow: hidden;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    background: none;
    margin: 1px auto
}

.flexigrid div.hDiv th,
.flexigrid div.bDiv td
/* common cell properties*/

{
    text-align: left;
    border-right: 1px solid #ddd;
    border-left: 1px solid #fff;
    overflow: hidden;
    vertical-align: top!important;
    padding-left: 0;
    padding-right: 0
}

.flexigrid div.hDiv th div,
.flexigrid div.bDiv td div,
div.colCopy div
/* common inner cell properties*/

{
    border-left: 0 solid #fff;
    padding: 5px
}

.flexigrid div.hDiv th,
div.colCopy {
    font-weight: 400;
    height: 24px;
    cursor: default;
    white-space: nowrap;
    overflow: hidden
}

div.colCopy {
    font-family: tahoma;
    font-size: 11px;
    background: #fafafa url(../../images/grid/fhbg.gif) repeat-x bottom;
    border: 1px solid #ccc;
    border-bottom: 0;
    overflow: hidden
}

.flexigrid div.hDiv th.sorted {
    background: url(../../images/grid/wbg.gif) repeat-x 0 -1px;
    border-bottom: 0 solid #ccc
}

.flexigrid div.hDiv th.thOver div,
.flexigrid div.hDiv th.sorted.thOver div {
    padding-bottom: 4px
}

.flexigrid div.hDiv th.sorted div {
    border-bottom: 0 solid #ccc;
    padding-bottom: 5px
}

.flexigrid div.hDiv th.thMove {
    background: #fff;
    color: #fff
}

.flexigrid div.hDiv th.sorted.thMove div {
    border-bottom: 1px solid #fff;
    padding-bottom: 4px
}

.flexigrid div.hDiv th.thMove div {
    background: #fff!important
}

.flexigrid div.hDiv th div.sdesc {
    background: url(../../images/grid/dn.png) no-repeat center top
}

.flexigrid div.hDiv th div.sasc {
    background: url(../../images/grid/up.png) no-repeat center top
}

.flexigrid div.bDiv td {
    border-bottom: 1px solid #fff;
    vertical-align: top;
    white-space: nowrap
}

.flexigrid span.cdropleft {
    display: block;
    background: url(../../images/grid/prev.gif) no-repeat -4px center;
    width: 24px;
    height: 24px;
    position: relative;
    top: -24px;
    margin-bottom: -24px;
    z-index: 3
}

.flexigrid div.hDiv span.cdropright {
    display: block;
    background: url(../../images/grid/next.gif) no-repeat 12px center;
    width: 24px;
    height: 24px;
    float: right;
    position: relative;
    top: -24px;
    margin-bottom: -24px
}

.flexigrid div.bDiv td div {
    border-top: 0 solid #fff;
    padding-bottom: 4px
}

.flexigrid tr td.sorted {
    background: #f3f3f3;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #f3f3f3
}

.flexigrid tr.erow td {
    background: #f7f7f7;
    border-bottom: 1px solid #f7f7f7
}

.flexigrid tr.erow td.sorted {
    background: #e3e3e3;
    border-bottom: 1px solid #e3e3e3
}

.flexigrid div.bDiv tr:hover td,
.flexigrid div.bDiv tr:hover td.sorted,
.flexigrid div.bDiv tr.trOver td.sorted,
.flexigrid div.bDiv tr.trOver td {
    background: #bfe0f2;
    border-left: 1px solid #eef8ff;
    border-bottom: 1px dotted #73c1df
}

.flexigrid div.bDiv tr:hover th {
    background: #d5effc url(../../images/grid/hl.png) repeat-x top;
}

.flexigrid div.bDiv tr.trSelected:hover td,
.flexigrid div.bDiv tr.trSelected:hover td.sorted,
.flexigrid div.bDiv tr.trOver.trSelected td.sorted,
.flexigrid div.bDiv tr.trOver.trSelected td,
.flexigrid tr.trSelected td.sorted,
.flexigrid tr.trSelected td,
tr.trSelected th {
    background: #d5effc url(../../images/grid/hl.png) repeat-x top;
    border-right: 1px solid #d2e3ec;
    border-left: 1px solid #eef8ff;
    border-bottom: 1px solid #a8d8eb
}

.flexigrid.novstripe .bDiv table {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc
}

.flexigrid.novstripe div.bDiv td {
    border-right-color: #fff
}

.flexigrid.novstripe div.bDiv tr.erow td.sorted {
    border-right-color: #e3e3e3
}

.flexigrid.novstripe div.bDiv tr td.sorted {
    border-right-color: #f3f3f3
}

.flexigrid.novstripe div.bDiv tr.erow td {
    border-right-color: #f7f7f7;
    border-left-color: #f7f7f7
}

.flexigrid.novstripe div.bDiv tr.trSelected:hover td,
.flexigrid.novstripe div.bDiv tr.trSelected:hover td.sorted,
.flexigrid.novstripe div.bDiv tr.trOver.trSelected td.sorted,
.flexigrid.novstripe div.bDiv tr.trOver.trSelected td,
.flexigrid.novstripe tr.trSelected td.sorted,
.flexigrid.novstripe tr.trSelected td {
    border-right: 1px solid #06F;
    border-left: 1px solid #06F
}

.flexigrid.novstripe div.bDiv tr.trOver td,
.flexigrid.novstripe div.bDiv tr:hover td {
    border-left-color: #d9ebf5;
    border-right-color: #d9ebf5
}

.flexigrid div.pDiv {
    background: url(../../images/grid/wbg.gif) repeat-x 0 -1px;
    border: 1px solid #ccc;
    border-top: 0;
    overflow: hidden;
    white-space: nowrap;
    position: relative
}

.flexigrid div.pDiv div.pDiv2 {
    width: 1024px;
    float: left;
    margin: 3px 3px 3px -2px
}

div.pGroup {
    float: left;
    background: none;
    height: 24px;
    margin: 0 5px
}

.flexigrid div.pDiv .pPageStat,
.flexigrid div.pDiv .pcontrol {
    position: relative;
    top: 5px;
    overflow: visible
}

.flexigrid div.pDiv input {
    vertical-align: text-top;
    position: relative;
    top: -5px
}

.flexigrid div.pDiv div.pButton {
    float: left;
    width: 22px;
    height: 22px;
    border: 0;
    cursor: pointer;
    overflow: hidden
}

.flexigrid div.pDiv div.pButton:hover,
.flexigrid div.pDiv div.pButton.pBtnOver {
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    cursor: pointer
}

.flexigrid div.pDiv div.pButton span {
    width: 20px;
    height: 20px;
    display: block;
    float: left
}

.flexigrid div.pDiv div.pButton:hover span,
.flexigrid div.pDiv div.pButton.pBtnOver span {
    width: 19px;
    height: 19px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff
}

.flexigrid .pSearch {
    background: url(../../images/grid/magnifier.png) no-repeat center
}

.flexigrid .pFirst {
    background: url(../../images/grid/first.gif) no-repeat center
}

.flexigrid .pPrev {
    background: url(../../images/grid/prev.gif) no-repeat center
}

.flexigrid .pNext {
    background: url(../../images/grid/next.gif) no-repeat center
}

.flexigrid .pLast {
    background: url(../../images/grid/last.gif) no-repeat center
}

.flexigrid .pReload {
    background: url(../../images/grid/load.png) no-repeat center
}

.flexigrid .pReload.loading {
    background: url(../../images/grid/load.gif) no-repeat center
}

.flexigrid.ie div.hDiv th div,
.flexigrid.ie div.bDiv td div,
div.colCopy.ie div
/* common inner cell properties*/

{
    overflow: hidden
}

.flexigrid div.fbutton .add {
    background: url(../../images/grid/add.png) no-repeat center left
}

.flexigrid div.fbutton .delete {
    background: url(../../images/grid/close.png) no-repeat center left
}

.flexigrid div.fbutton .edit {
    background: url(../../images/grid/edit.png) no-repeat center left
}

.flexigrid div.fbutton .Search {
    background: url(../../images/grid/magnifier.png) no-repeat center left
}

.qsbox {
    border: 1px #666 solid;
    float: right;
    width: 50%!important;
    background-color: #F8F8F8;
    font-family: Tahoma, Geneva, sans-serif!important;
    font-size: 12px!important;
    color: #333;
    line-height: 17px;
    height: 18px;
    margin-right: 1%;
    margin-left: 1%;
    text-decoration: none;
    font-weight: 400!important;
    margin-bottom: 5px;
    text-align: right;
    direction: rtl
}

.srch_span {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #333;
    text-decoration: none;
    float: right;
    margin-bottom: 5px;
    width: 30%;
    text-align: right;
    direction: rtl
}

#dialog2 {
    line-height: 27px!important;
    font-family: Tahoma, Geneva, sans-serif!important;
    font-size: 12px!important
}

.srchbtn {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #333;
    text-decoration: none;
    background-color: #eee;
    text-align: center;
    float: right;
    height: 20px;
    margin-right: 40%;
    padding-right: 2%;
    padding-left: 2%;
    border: 1px solid #DDD;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    border-radius: 10px;
    -moz-border-radius: 10px;
    webkit-border-radius: 10px
}

.srchbtn:hover {
    background-color: #999;
    color: #FFF
}

#ck {
    color: #00F
}

.txtbxstyle {
    font-family: tahoma!important;
    font-size: 12px!important;
    line-height: 17px;
    color: #333;
    text-decoration: none;
    float: right;
    height: 18px;
    width: 57%;
    margin-right: 1%;
    margin-left: 1%;
    border: 1px solid #CCC;
    text-align: right!important;
    direction: rtl!important
}

.btnstyle {
    font-family: Tahoma, Geneva, sans-serif!important;
    font-size: 12px!important;
    line-height: 17px;
    color: #333;
    text-decoration: none;
    background-color: #EFEFEF;
    border: 1px solid #CCC;
    text-align: center;
    cursor: pointer;
    float: right;
    margin-right: 3%;
    margin-left: 3%;
    padding: 2px 2%
}

.row_span {
    font-family: Tahoma, Geneva, sans-serif!important;
    font-size: 12px!important;
    line-height: 20px;
    color: #333;
    text-decoration: none;
    text-align: right!important;
    float: right;
    width: 40%;
    direction: rtl
}

.srch_btnremoverow {
    background-image: url(../../images/grid/deletrow.png);
    background-repeat: no-repeat;
    float: left;
    height: 14px;
    width: 14px;
    margin-right: 2px;
    margin-left: 2px;
    background-color: transparent;
    margin-top: 3px;
    cursor: pointer;
    border-width: 0;
    padding: 0
}

.srch_row_span {
    float: right;
    font-family: tahoma;
    font-size: 11px;
    line-height: 20px;
    color: #333;
    text-decoration: none;
    text-align: right;
    width: 30%
}

.srch_dd {
    background-color: #FBFBFB;
    float: right;
    height: 18px;
    width: 45%;
    margin-right: 1%;
    margin-left: 1%;
    border: 1px solid #999;
    font-family: tahoma;
    font-size: 12px;
    line-height: 17px;
    color: #333;
    text-decoration: none;
    text-align: right;
    direction: rtl
}

#srch_btnadd {
    background-color: transparent;
    background-image: url(../../images/grid/addnew.png);
    background-repeat: no-repeat;
    float: left;
    height: 16px;
    width: 16px;
    cursor: pointer;
    border-width: 0
}

.srch_txtbx {
    font-family: tahoma!important;
    font-size: 12px!important;
    line-height: 15px;
    color: #333;
    text-decoration: none;
    float: right;
    height: 15px;
    width: 37%;
    margin-right: 1%;
    margin-left: 1%;
    border: 1px solid #CCC;
    text-align: right!important;
    direction: rtl!important
}

#date_btn_4 {
    width: 20px;
    height: 20px;
    float: right
}

.txtbx_15per {
    font-family: tahoma!important;
    font-size: 12px!important;
    line-height: 15px;
    color: #333;
    text-decoration: none;
    float: right;
    height: 15px;
    width: 15%;
    margin-right: 1%;
    margin-left: 1%;
    border: 1px solid #CCC;
    text-align: left!important;
    direction: ltr!important
}

.txtbx_10per {
    font-family: tahoma!important;
    font-size: 12px!important;
    line-height: 15px;
    color: #333;
    text-decoration: none;
    float: right;
    height: 15px;
    width: 10%;
    margin-right: 1%;
    margin-left: 1%;
    border: 1px solid #CCC;
    text-align: left!important;
    direction: ltr!important
}

.txtbx_20per {
    font-family: tahoma!important;
    font-size: 12px!important;
    line-height: 15px;
    color: #333;
    text-decoration: none;
    float: right;
    height: 15px;
    width: 20%;
    margin-right: 1%;
    margin-left: 1%;
    border: 1px solid #CCC;
    text-align: left!important;
    direction: ltr!important
}

.right_h_mar_1per {
    float: right;
    font-size: 11px;
    font-family: Tahoma, Geneva, sans-serif;
    line-height: 20px;
    margin: 0
}

.srch_row_span_s {
    float: right;
    font-family: tahoma;
    font-size: 11px;
    line-height: 20px;
    color: #333;
    text-decoration: none;
    text-align: center;
    width: 37%
}

.ck,
.checkall {
    outline: none;
    margin: 0;
    padding: 0
}

.calendar {
    direction: rtl;
    z-index: 999999
}

.button_hidden {
    width: 0;
    float: right
}

#flat_calendar_1,
#flat_calendar_2 {
    width: 200px
}

.example {
    padding: 10px
}

.display_area {
    cursor: pointer;
    height: 15px;
    line-height: 15px;
}

.srch_rdio {
    float: right;
    margin-left: 4%
}

.flexigrid div.hDiv th,
.flexigrid div.bDiv td,
.flexigrid div.hDiv td
/* common cell properties*/

{
    text-align: left;
    border-right: 1px solid #ddd;
    border-left: 1px solid #fff;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0
}

.flexigrid div.bDiv th
/* common cell properties*/

{
    text-align: left;
    border-right: 0px solid #ddd;
    border-left: 0px solid #fff;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0
}

.srch_extra,
.flexigrid div.sDiv
/*toolbar*/

{
    display: none
}


/*        start  jquery-ui styles       */


/*! jQuery UI - v1.9.2 - 2012-11-23
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* Copyright 2012 jQuery Foundation and other contributors; Licensed MIT */


/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    zoom: 1;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}


/* Interaction Cues
----------------------------------*/

.ui-state-disabled {
    cursor: default !important;
}


/* Icons
----------------------------------*/


/* states and images */

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/


/* Overlays */

.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: .5em .5em .5em .7em;
    zoom: 1;
}

.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-noicons {
    padding-left: .7em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
    zoom: 1;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
}


/* workarounds */

* html .ui-autocomplete {
    width: 1px;
}


/* without this, the menu expands to 100% in IE6 */

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    margin-right: .1em;
    cursor: pointer;
    text-align: center;
    zoom: 1;
    overflow: visible;
}


/* the overflow property removes extra width in IE */

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none;
}

.ui-button-icon-only {
    width: 2.2em;
}


/* to make room for the icon, a width needs to be set here */

button.ui-button-icon-only {
    width: 2.4em;
}


/* button elements seem to need a little more width */

.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}


/*button text element */

.ui-button .ui-button-text {
    display: block;
    line-height: 1.4;
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}


/* no icon support for input elements, provide padding by default */

input.ui-button {
    padding: .4em 1em;
}


/*button icon element(s) */

.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
    left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}


/*button sets*/

.ui-buttonset {
    margin-right: 7px;
}

.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em;
}


/* workarounds */

button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/* reset extra padding in Firefox */

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}


/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0em;
}


/* RTL support */

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}


/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */

.ui-datepicker-cover {
    position: absolute;
    /*must have*/
    z-index: -1;
    /*must have*/
    filter: mask();
    /*must have*/
    top: -4px;
    /*must have*/
    left: -4px;
    /*must have*/
    width: 200px;
    /*must have*/
    height: 200px;
    /*must have*/
}

.ui-dialog {
    position: absolute;
    top: 30% !important;
    left: 0;
    padding: .2em;
    width: 300px;
    overflow: hidden;
}

.ui-dialog .ui-dialog-titlebar {
    position: relative;
}

.ui-dialog-title {
    float: right;
    margin: 0px 10px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    line-height: 22px;
}

.ui-dialog .ui-dialog-titlebar-close span {
    display: block;
}

.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
    padding: 0;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
    zoom: 1;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin: .5em 0 0 0;
    padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
    width: 100%;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: 2px;
    cursor: pointer;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 9pt;
}

.ui-dialog .ui-resizable-se {
    width: 14px;
    height: 14px;
    right: 3px;
    bottom: 3px;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: none;
}

.ui-menu .ui-menu {
    margin-top: -3px;
    position: absolute;
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    zoom: 1;
    width: 100%;
}

.ui-menu .ui-menu-divider {
    margin: 5px -2px 5px -2px;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 2px .4em;
    line-height: 1.5;
    zoom: 1;
    font-weight: normal;
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
}

.ui-menu .ui-state-disabled {
    font-weight: normal;
    margin: .4em 0 .2em;
    line-height: 1.5;
}

.ui-menu .ui-state-disabled a {
    cursor: default;
}


/* icon support */

.ui-menu-icons {
    position: relative;
}

.ui-menu-icons .ui-menu-item a {
    position: relative;
    padding-left: 2em;
}


/* left-aligned */

.ui-menu .ui-icon {
    position: absolute;
    top: .2em;
    left: .2em;
}


/* right-aligned */

.ui-menu .ui-menu-icon {
    position: static;
    float: right;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: none;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px;
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}

.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none;
}


/* more specificity required here to overide default borders */

.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
}


/* vertical centre icon */

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}


/* TR overrides */

.ui-spinner .ui-icon-triangle-1-s {
    /* need to fix icons sprite */
    background-position: -65px -16px;
}

.ui-tabs {
    position: relative;
    padding: .2em;
    zoom: 1;
}


/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom: 0;
    padding: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
    cursor: text;
}

.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
    cursor: pointer;
}


/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}


/* Fades and background-images don't work well together in IE6, drop the image */

* html .ui-tooltip {
    background-image: none;
}

body .ui-tooltip {
    border-width: 2px;
}


/* Component containers
----------------------------------*/

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget-content {
    border: 1px solid #aaaaaa/*{borderColorContent}*/
    ;
    background: #ffffff/*{bgColorContent}*/
    url(images/ui-bg_flat_75_ffffff_40x100.html)/*{bgImgUrlContent}*/
    50%/*{bgContentXPos}*/
    50%/*{bgContentYPos}*/
    repeat-x/*{bgContentRepeat}*/
    ;
    color: #222222/*{fcContent}*/
    ;
}

.ui-widget-content a {
    color: #222222/*{fcContent}*/
    ;
}

.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #000 url(../Images/Panel/header_modul.html) repeat-x;
    color: #fff;
}

.ui-widget-header a {
    color: #222222/*{fcHeader}*/
    ;
}


/* Interaction states
----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3/*{borderColorDefault}*/
    ;
    background: #e6e6e6/*{bgColorDefault}*/
    url(images/ui-bg_glass_75_e6e6e6_1x400.html)/*{bgImgUrlDefault}*/
    50%/*{bgDefaultXPos}*/
    50%/*{bgDefaultYPos}*/
    repeat-x/*{bgDefaultRepeat}*/
    ;
    font-weight: normal/*{fwDefault}*/
    ;
    color: #555555/*{fcDefault}*/
    ;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #555555/*{fcDefault}*/
    ;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    font-weight: normal/*{fwDefault}*/
    ;
    color: #212121/*{fcHover}*/
    ;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
    color: #212121/*{fcHover}*/
    ;
    text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #aaaaaa/*{borderColorActive}*/
    ;
    background: #ffffff/*{bgColorActive}*/
    url(images/ui-bg_glass_65_ffffff_1x400.html)/*{bgImgUrlActive}*/
    50%/*{bgActiveXPos}*/
    50%/*{bgActiveYPos}*/
    repeat-x/*{bgActiveRepeat}*/
    ;
    font-weight: normal/*{fwDefault}*/
    ;
    color: #212121/*{fcActive}*/
    ;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #212121/*{fcActive}*/
    ;
    text-decoration: none;
}


/* Interaction Cues
----------------------------------*/

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1/*{borderColorHighlight}*/
    ;
    background: #fbf9ee/*{bgColorHighlight}*/
    url(images/ui-bg_glass_55_fbf9ee_1x400.html)/*{bgImgUrlHighlight}*/
    50%/*{bgHighlightXPos}*/
    50%/*{bgHighlightYPos}*/
    repeat-x/*{bgHighlightRepeat}*/
    ;
    color: #363636/*{fcHighlight}*/
    ;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636/*{fcHighlight}*/
    ;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a/*{borderColorError}*/
    ;
    background: #fef1ec/*{bgColorError}*/
    url(images/ui-bg_glass_95_fef1ec_1x400.html)/*{bgImgUrlError}*/
    50%/*{bgErrorXPos}*/
    50%/*{bgErrorYPos}*/
    repeat-x/*{bgErrorRepeat}*/
    ;
    color: #cd0a0a/*{fcError}*/
    ;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #cd0a0a/*{fcError}*/
    ;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #cd0a0a/*{fcError}*/
    ;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}


/* For IE8 - See #6059 */


/* Icons
----------------------------------*/


/* states and images */

.ui-icon {
    width: 16px;
    height: 16px;
    background-image: url(../images/Grid/ui-icons_222222_256x240.html)/*{iconsContent}*/
    ;
}

.ui-widget-content .ui-icon {}

.ui-widget-header .ui-icon {
    background-image: url("../../Images/Panel/icon_modul_close.png") !important;
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
    margin: 4px;
    padding: 1px;
}

.ui-state-default .ui-icon {
    background-image: url(images/ui-icons_888888_256x240.html)/*{iconsDefault}*/
    ;
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-position: 0 -20px;
}

.ui-state-active .ui-icon {
    background-image: url(images/ui-icons_454545_256x240.html)/*{iconsActive}*/
    ;
}

.ui-state-highlight .ui-icon {
    background-image: url(images/ui-icons_2e83ff_256x240.html)/*{iconsHighlight}*/
    ;
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(images/ui-icons_cd0a0a_256x240.html)/*{iconsError}*/
    ;
}


/* positioning */

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}


/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}


/* Misc visuals
----------------------------------*/


/* Corner radius */

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    -moz-border-radius-topleft: 4px/*{cornerRadius}*/
    ;
    -webkit-border-top-left-radius: 4px/*{cornerRadius}*/
    ;
    -khtml-border-top-left-radius: 4px/*{cornerRadius}*/
    ;
    border-top-left-radius: 4px/*{cornerRadius}*/
    ;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    -moz-border-radius-topright: 4px/*{cornerRadius}*/
    ;
    -webkit-border-top-right-radius: 4px/*{cornerRadius}*/
    ;
    -khtml-border-top-right-radius: 4px/*{cornerRadius}*/
    ;
    border-top-right-radius: 4px/*{cornerRadius}*/
    ;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/
    ;
    -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/
    ;
    -khtml-border-bottom-left-radius: 4px/*{cornerRadius}*/
    ;
    border-bottom-left-radius: 4px/*{cornerRadius}*/
    ;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    -moz-border-radius-bottomright: 4px/*{cornerRadius}*/
    ;
    -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/
    ;
    -khtml-border-bottom-right-radius: 4px/*{cornerRadius}*/
    ;
    border-bottom-right-radius: 4px/*{cornerRadius}*/
    ;
}


/* Overlays */

.ui-widget-overlay {
    background: #aaaaaa/*{bgColorOverlay}*/
    url(images/ui-bg_flat_0_aaaaaa_40x100.html)/*{bgImgUrlOverlay}*/
    50%/*{bgOverlayXPos}*/
    50%/*{bgOverlayYPos}*/
    repeat-x/*{bgOverlayRepeat}*/
    ;
    opacity: .3;
    filter:Alpha(Opacity=30)/*{opacityOverlay}*/
    ;
}

.ui-widget-shadow {
    margin: -8px/*{offsetTopShadow}*/
    0 0 -8px/*{offsetLeftShadow}*/
    ;
    padding: 8px/*{thicknessShadow}*/
    ;
    background: #aaaaaa/*{bgColorShadow}*/
    url(images/ui-bg_flat_0_aaaaaa_40x100.html)/*{bgImgUrlShadow}*/
    50%/*{bgShadowXPos}*/
    50%/*{bgShadowYPos}*/
    repeat-x/*{bgShadowRepeat}*/
    ;
    opacity: .3;
    filter:Alpha(Opacity=30)/*{opacityShadow}*/
    ;
    -moz-border-radius: 8px/*{cornerRadiusShadow}*/
    ;
    -khtml-border-radius: 8px/*{cornerRadiusShadow}*/
    ;
    -webkit-border-radius: 8px/*{cornerRadiusShadow}*/
    ;
    border-radius: 8px/*{cornerRadiusShadow}*/
    ;
}


/*        end  jquery-ui styles       */


/*        start  calender styles       */

div.calendar {
    position: relative
}

.calendar,
.calendar table {
    border: 1px solid #bdb2bf;
    font-size: 11px;
    color: #000;
    cursor: default;
    background: url(../../images/grid/calender_aqua/normal-bg.gif);
    font-family: "trebuchet ms", verdana, tahoma, sans-serif
}

.calendar {
    border-color: #797979
}

.calendar .button {
    text-align: center;
    background: url(../../images/grid/calender_aqua/title-bg.gif) repeat-x 0 100%;
    color: #000;
    font-weight: 700;
    padding: 2px
}

.calendar .nav {
    font-family: verdana, tahoma, sans-serif
}

.calendar .nav div {
    background: transparent url(../../images/grid/menuarrow.html) no-repeat 100% 100%
}

.calendar thead tr {
    background: url(../../images/grid/calender_aqua/title-bg.gif) repeat-x 0 100%;
    color: #000
}

.calendar thead .title {
    font-weight: 700;
    text-align: center;
    background: url(../../images/grid/calender_aqua/title-bg.gif) repeat-x 0 100%;
    color: #000;
    padding: 2px
}

.calendar thead .name {
    border-bottom: 1px solid #797979;
    text-align: center;
    color: #000;
    padding: 2px
}

.calendar thead .hilite {
    background: url(../../images/grid/calender_aqua/hover-bg.gif);
    border-bottom: 1px solid #797979;
    padding: 2px 2px 1px
}

.calendar thead .active {
    background: url(../../images/grid/calender_aqua/active-bg.gif);
    color: #fff;
    border-bottom: 1px solid #797979;
    padding: 3px 1px 0 3px
}

.calendar thead .daynames {
    background: url(../../images/grid/calender_aqua/dark-bg.gif)
}

.calendar tbody .day {
    font-family: verdana, tahoma, sans-serif;
    width: 2em;
    color: #000;
    text-align: right;
    padding: 2px 4px 2px 2px
}

.calendar tbody .day.othermonth {
    font-size: 80%;
    color: #999
}

.calendar tbody .day.othermonth.oweekend {
    color: #f99
}

.calendar table .wn {
    border-right: 1px solid #797979;
    background: url(../../images/grid/calender_aqua/dark-bg.gif);
    padding: 2px 3px 2px 2px
}

.calendar tbody .rowhilite td,
.calendar tbody .rowhilite td.wn {
    background: url(../../images/grid/calender_aqua/rowhover-bg.gif)
}

.calendar tbody td.today {
    font-weight: 700
}

.calendar tbody td.hilite {
    background: url(../../images/grid/calender_aqua/hover-bg.gif);
    border: 1px solid #bbb;
    padding: 1px 3px 1px 1px
}

.calendar tbody td.active {
    padding: 2px 2px 0
}

.calendar tbody td.selected {
    font-weight: 700;
    border: 1px solid #797979;
    background: url(../../images/grid/calender_aqua/active-bg.gif);
    color: #fff;
    padding: 1px 3px 1px 1px
}

.calendar tbody .disabled {
    color: #999
}

.calendar tbody .emptycell {
    visibility: hidden
}

.calendar tbody .emptyrow {
    display: none
}

.calendar tfoot .footrow {
    text-align: center;
    background: #565;
    color: #fff
}

.calendar tfoot .ttip {
    background: url(../../images/grid/calender_aqua/status-bg.gif) repeat-x 0 0;
    color: #000;
    padding: 2px
}

.calendar tfoot .hilite {
    background: #afa;
    border: 1px solid #084;
    color: #000;
    padding: 1px
}

.calendar tfoot .active {
    background: #7c7;
    padding: 2px 0 0 2px
}

.calendar .combo {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 4em;
    cursor: default;
    background: url(../../images/grid/calender_aqua/normal-bg.gif);
    color: #000;
    z-index: 100;
    font-size: 90%;
    border-color: #797979;
    border-style: solid;
    border-width: 0 1px 1px
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
    text-align: center;
    padding: 1px
}

.calendar .combo .label-IEfix {
    width: 4em
}

.calendar .combo .active {
    background: url(../../images/grid/calender_aqua/active-bg.gif);
    color: #fff;
    font-weight: 700
}

.calendar td.time {
    border-top: 1px solid #797979;
    text-align: center;
    background: url(../../images/grid/calender_aqua/dark-bg.gif);
    padding: 1px 0
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
    font-weight: 700;
    background: url(../../images/grid/calender_aqua/normal-bg.gif);
    color: #000;
    padding: 0 5px 0 6px
}

.calendar td.time .hour,
.calendar td.time .minute {
    font-family: monospace
}

.calendar td.time .ampm {
    text-align: center
}

.calendar td.time .colon {
    font-weight: 700;
    padding: 0 2px 0 3px
}

.calendar td.time span.active {
    background: url(../../images/grid/calender_aqua/active-bg.gif);
    color: #fff
}

.calendar thead .weekend,
.calendar tbody td.weekend {
    color: #c44
}

.calendar .combo .hilite,
.calendar td.time span.hilite {
    background: url(../../images/grid/calender_aqua/hover-bg.gif);
    color: #000
}

.webmail_azw_mini_col {}


/*        end  calender styles       */


/* start webmail styles */

.webmail_azw_mainlnks {
    background-color: #899ab7;
}

.webmail_azw_mainlnks li {
    padding-right: 15%;
    float: right;
    border-bottom: 1px solid #6d82a7;
}

.webmail_azw_mainlnks li:hover {
    background-color: #7e91b2;
}

.webmail_azw_mainlnks .active {
    background-color: #6d82a7 !important;
}

.webmail_azw_icons {
    background-image: url(../../Images/Panel/webmail_icons.png);
    background-repeat: no-repeat;
}

.webmail_azw_icons_message {
    background-position: right 0px;
}

.webmail_azw_icons_contacts {
    background-position: right -54px;
}

.webmail_azw_icons_calender {
    background-position: right -27px;
}

.webmail_azw_mainlnks_sublnks li {
    border-bottom: 0px !important;
    padding-right: 15%;
}

.webmail_azw_mainlnks_sublnks li.active {
    background-color: #b9c8e1;
}

.webmail_azw_icons_deleted {
    background-position: right -200px;
}

.webmail_azw_icons_draft {
    background-position: right -173px;
}

.webmail_azw_icons_inbox {
    background-position: right -115px;
}

.webmail_azw_icons_spam {
    background-position: right -228px;
}

.webmail_azw_icons_send {
    background-position: right -143px;
}

.webmail_azw_icons_folders {
    background-position: right -261px;
}

.webmail_azw_icons_prevfolders {
    background-position: right -625px;
}

.webmail_azw_mainlnks_top {
    background-color: #899AB7;
}

.webmail_azw_mainlnks_top li {
    padding-right: 25px;
    padding-left: 5px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #CCC;
    margin-right: 5px;
    height: 27px;
}

.webmail_azw_mainlnks_top li:hover {
    background-color: #6D82A7;
}

.webmail_azw_icons_newmsg {
    background-position: right -289px;
}

.webmail_azw_icons_movetofolder {
    background-position: right -381px;
}

.webmail_azw_icons_delmsg {
    background-position: right -320px;
}

.webmail_azw_gridarea {
    width: 99.8%;
    min-height: 400px;
}

.webmail_azw_mainlnks_sublnks {
    width: 99%;
    display: none;
}

.webmail_azw_mainlnks_sublnks li:hover {
    background-color: transparent !important;
}

.webmail_azw_bigbox {
    width: 79%;
}

.webmail_azw_icons_srch {
    background-position: -1px -84px;
    height: 20px;
    width: 20px;
}

.webmail_azw_icons_markunread {
    background-position: right -726px;
}

.webmail_azw_icons_markread {
    background-position: right -757px;
}

.webmail_azw_icons_exit {
    width: 25px;
    background-position: 0px -789px;
}

.webmail_azw_icons_contactlst {
    width: 25px;
    background-position: 0px -818px;
}

.webmail_azw_pagingcontrol {
    width: 18px;
    padding: 0px !important;
}

.webmail_azw_icons_Options {
    width: 25px;
    background-position: 0px -851px;
}

.webmail_azw_icons_language {
    background-position: 0px -1003px;
    padding-left: 25px;
}

.webmail_azw_icons_block {
    background-position: right -473px;
}

.webmail_azw_icons_addspam {
    background-position: right -351px;
}

.webmail_azw_icons_sndrcv {
    background-position: right -1028px;
}

.webmail_azw_icons_chngcolor {
    background-position: right -1063px;
    width: 25px;
}

.webmail_azw_mainlnks_bottom li {
    border-left: 1px solid #CCC;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 25px;
}

.webmail_azw_folders ul li {
    background-position: right -572px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #FFF;
}

.webmail_azw_folders {
    padding: 0px !important;
}

.webmail_azw_icons_managecalender {
    background-position: right -910px;
}

.webmail_azw_icons_calenderdetail {
    background-position: right -880px;
}

.webmail_azw_icons_managecontacts {
    background-position: right -970px;
}

.webmail_azw_icons_contactdetail {
    background-position: right -940px;
}

.webmail_azw_topreport {
    top: 0px;
    left: 44%;
}

.webmail_azw_colorbox {
    top: 20px;
    width: 35px;
    display: none;
}


/* start green style */

.webmail_azw_mainlnks .active {
    background-color: #4F7C27 !important;
}

.webmail_azw_mainlnks {
    background-color: #73A562;
}

.webmail_azw_mainlnks li {
    border-bottom: 1px solid #5F8F44;
}

.webmail_azw_mainlnks_top {
    background-color: #73A562;
}

.webmail_azw_mainlnks_sublnks li.active {
    background-color: #99C28C !important;
}

.webmail_azw_icons_srch {
    background-position: -3px -1091px;
}

.webmail_azw_mainlnks li:hover {
    background-color: #619247;
}

.webmail_azw_mainlnks_top li:hover {
    background-color: #649753;
}


/* end green style */


/* end webmail styles */


/* start ToogleSlideUp */

.shop_icon_open {
    background-position: 0px -23px;
}

.shop_icons {
    background-image: url(../../images/client/Safran-Shop/shop_icon.png);
    background-repeat: no-repeat;
    height: 20px;
    width: 25px;
}


/* End ToogleSlideUp */


/* start tooltip styles*/

a {
    outline: none;
    text-decoration: none;
}

#ToolTipa {
    position: absolute;
    display: none;
    z-index: 50000;
}

#ToolTipa .ToolTipContenta {
    position: relative;
    margin: 0;
    padding: 0;
}

.tooltip_defaultTheme {
    border: 1px solid #a0c7ff;
    color: #333;
    margin: 0px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    -khtml-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    -moz-box-shadow: 2px 2px 4px #918f8f;
    /* for Firefox 3.5+ */
    -webkit-box-shadow: 2px 2px 4px #918f8f;
    /* for Safari and Chrome */
    box-shadow: 2px 2px 4px #918f8f;
    /* for Safari and Chrome */
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    text-align: justify;
    direction: rtl;
    max-width: 250px;
    display: block !important;
    padding-top: 14px;
    padding-right: 6px;
    padding-bottom: 12px;
    padding-left: 6px;
    background-color: #fff;
    background-image: url(../../images/Tooltip/tooltip_bg.jpg);
    background-repeat: repeat-x;
    background-position: center bottom;
}

.tooltip_arrow_btn {
    background-image: url(../../images/Tooltip/tooltip_arrowbtm.png);
    background-repeat: no-repeat;
    float: left;
    height: 20px;
    width: 30px;
    position: absolute;
    left: 0px;
    bottom: -20px;
    background-position: right bottom;
}

.tooltip_defaultTheme #ToolTipCloseBtna {
    display: block;
    height: 13px;
    width: 13px;
    outline: none;
    position: absolute;
    top: -13px;
    right: -11px;
    margin: 1px;
    padding: 4px;
    background-image: url(../../images/Tooltip/tooltip_closebtn.png);
    background-repeat: no-repeat;
    outline: none;
}

.attention_icon {
    background-image: url(../../images/Tooltip/attention.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 22px;
}


/* end tooltip styles*/


/* start mail box */

.cms_azw_mail_minbox {
    width: 22%;
}

.cms_azw_mailboxs a {
    line-height: 27px;
}

.cms_azw_mailboxs_active {
    color: #900!important;
}

.cms_azw_mail_inbox {
    background-position: right -2693px;
}

.cms_azw_mail_send {
    background-position: right -2722px;
}

.cms_azw_mail_draft {
    background-position: right -2750px;
}

.cms_azw_mail_delete {
    background-position: right -2777px;
}

.cms_azw_mail_spam {
    background-position: right -2805px;
}

.cms_azw_mail_foldering {
    background-position: right -2865px;
}

.cms_azw_icon_iconmail {
    width: 25px;
    height: 25px;
}

.cms_azw_icon_newmail {
    background-position: -17px -2892px;
}

.cms_azw_icon_delmail {
    background-position: -17px -2920px;
}

.cms_azw_icon_spammail {
    background-position: -17px -2952px;
}

.cms_azw_icon_sndmailtofolder {
    background-position: -17px -2983px;
}

.cms_azw_icon_blockmail {
    background-position: -17px -3014px;
}

.cms_azw_mail_setting {
    background-position: right -3078px
}

.cms_azw_mail_invalidaddress {
    background-position: right -3110px
}

.cms_azw_mail_spamlist {
    background-position: right -3147px
}

.cms_azw_mail_iconserach {
    float: right;
    height: 22px;
    width: 21px;
    background-position: 0px -2838px;
    padding: 0px;
    color: transparent;
    margin-right: 1%;
}

.cms_azw_mail_folderlistt {
    background-color: transparent;
}

.cms_azw_mail_foldertitle {
    width: auto;
    background-position: 20px -3041px;
    padding-right: 20px;
}

.cms_azw_mail_foldertitle.content_right_box_arrow_first {
    background-position: 20px -3057px;
}

.cms_azw_mail_team_defaultactivity {
    background-position: 0px -2985px;
}

.cms_azw_mail_topicon {
    float: right;
    height: 25px;
    width: 25px;
}

.cms_azw_mail_folders {
    background: rgb(255, 255, 255);
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(237, 237, 237, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(237, 237, 237, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(237, 237, 237, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(237, 237, 237, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(237, 237, 237, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
    /* IE6-8 */
    border: 1px solid #eee;
}


/* end mailbox*/


/* satrt AutoComplete */


/*AutoComplete flyout */

.AutoCompleteExtender_CompletionListItem {
    width: 230px;
    text-align: right;
    background-color: #fafdff;
    font-family: Tahoma;
    direction: rtl;
    font-size: 11px;
    color: Black;
    font-size: small;
}


/* AutoComplete highlighted item */

.AutoCompleteExtender_HighlightedItem {
    width: 230px;
    background-color: #BFCFEF;
    color: Black;
    font-weight: normal;
    font-size: small;
    font-family: Tahoma;
    direction: rtl;
    font-size: 11px;
    text-align: right;
}


/* end AutoComplete */


/* start multi select */

.ui-multiselect {
    padding: 2px 0px 2px 4px;
    text-align: left;
}

.ui-multiselect span.ui-icon {
    float: right;
}

.ui-multiselect-single .ui-multiselect-checkboxes input {
    left: -9999px;
    top: auto !important;
    position: absolute !important;
}

.ui-multiselect-single .ui-multiselect-checkboxes label {
    padding: 5px !important;
}

.ui-multiselect-header {
    padding: 3px 0px 3px 4px;
    margin-bottom: 3px;
}

.ui-multiselect-header ul {
    font-size: 0.9em;
}

.ui-multiselect-header ul li {
    padding: 0px 10px 0px 0px;
    float: left;
}

.ui-multiselect-header a {
    text-decoration: none;
}

.ui-multiselect-header a:hover {
    text-decoration: underline;
}

.ui-multiselect-header span.ui-icon {
    float: left;
}

.ui-multiselect-header li.ui-multiselect-close {
    text-align: right;
    padding-right: 0px;
    float: right;
}

.ui-multiselect-menu {
    padding: 3px;
    text-align: left;
    display: none;
    position: absolute;
    z-index: 10000;
}

.ui-multiselect-checkboxes {
    position: relative;
    overflow-y: scroll;
}

.ui-multiselect-checkboxes label {
    padding: 3px 1px;
    border: 1px solid transparent;
    display: block;
    cursor: default;
}

.ui-multiselect-checkboxes label input {
    top: 1px;
    position: relative;
}

.ui-multiselect-checkboxes li {
    padding-right: 3px;
    clear: both;
    font-size: 0.9em;
}

.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
    text-align: center;
    font-weight: bold;
    border-bottom-color: currentColor;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a {
    margin: 1px 0px;
    padding: 3px;
    text-decoration: none;
    display: block;
}

* html .ui-multiselect-checkboxes label {
    border: currentColor;
}

.ui-helper-reset .ui-multiselect-all,
.ui-helper-reset .ui-multiselect-none,
.ui-helper-reset .ui-multiselect-close {
    font-size: 9pt;
    font-weight: normal;
}

.ui-widget-header .ui-multiselect-all .ui-icon-check {
    background-position: 0px -48px;
}

.ui-widget-header .ui-multiselect-none .ui-icon-closethick {
    background-position: 0px -65px;
}

.ui-widget-header .ui-multiselect-close .ui-icon-circle-close {
    background-position: 0px -82px;
}

.ui-state-default .ui-icon-triangle-2-n-s {
    background-position: 0px -102px;
    background-image: url("../../Images/Panel/icon_modul_close.png") !important;
    background-repeat: no-repeat;
}


/* end multi select */


/*End of Add for client side for telerik*/

.zun-pad-btm {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.language_box {
    width: 100% !important;
}

footer#footer .col-md-3.col-sm-3 {
    width: 50% !important;
    flex: 0 0 50%;
    max-width: 50%;
}


/*****************************************************************************/


/****************************      Responsive     ***************************/


/*****************************************************************************/

@media (max-width:1920px) {
    .mainmenu ul {
        padding-right: 58px;
    }
}

@media (max-width: 1600px) {
    .mainmenu ul {
        padding-right: 26px;
    }
}

@media (max-width: 1280px) {
    .service .item .overlay-box p {
        font-size: 10px;
    }
}

@media (max-width: 1080px) {
    .flag_ ul li a {
        font-size: 11px;
    }
    .area-title {
        margin: 0;
    }
    .about-content h3 {
        font-size: 17px;
    }
    #about>div>div>div.col-md-7.col-lg-7.col-sm-12.col-xs-12.wow.fadeIn>div.fusion-one-fourth.fusion-layout-column.fusion-column-last.fusion-spacing-yes.home_img_right.col-lg-6.col-md-6.col-sm-12.col-xs-12>div>div.fusion-content-boxes.content-boxes.columns.fusion-columns-1.fusion-columns-total-1.fusion-content-boxes-3.content-boxes-icon-with-title.row.content-left.fusion-delayed-animation>div.fusion-column.content-box-column.content-box-column-1.col-lg-12.col-md-12.col-sm-12.fusion-content-box-hover.content-box-column-last.content-box-column-last-in-row>div>div.content-container>div>img:nth-child(4) {
        height: 111px;
    }
}

@media (max-width: 980px) {
    .navbar-header {
        border-bottom: none !important;
        padding: 0 !important;
    }
    a.navbar-brand {
        margin-top: 10px;
    }
    .header-res-azw-2 .mobile-menu-area .mean-nav {
        background: transparent none repeat scroll 0 0;
        margin-top: 0px !important;
    }
    header {
        padding-right: 0;
    }
    .mobile-menu-area {
        top: -15px;
        position: relative;
    }
    .welcome-text h1 {
        font-size: 20px !important;
        text-shadow: 1px 1px 1px #000;
        text-transform: uppercase;
        color: #fff;
        text-align: right !important;
        direction: rtl;
        position: relative;
        right: 0;
    }
    .col-md-4.col-sm-6.col-xs-12.news-res-view {
        width: 50% !important;
    }
    .course-area.Newnews-res-view-azw.section-padding {
        padding: 0;
    }
    .big-column.col-md-6.col-sm-6.col-xs-12.footer-pandi {
        width: 100%;
    }
    footer#footer .col-md-3.col-sm-3 {
        width: 100% !important;
    }
    .myparent .col-md-3 p {
        padding-left: 0 !important;
    }
}

@media (max-width:640px) {
    .collapse.navbar-collapse.bs-example-js-navbar-scrollspy {
        display: block;
    }
    .azw_h_25px {
        height: 25px;
        margin-top: -49px;
    }
    .col-md-4.col-sm-6.col-xs-12.news-res-view {
        width: 100% !important;
    }
    .Newnews-res-view-azw .single-item {
        min-height: 450px;
    }
}

@media (max-width:480px) {
    .clients img {
        width: 73%;
        border-right: none !important;
        float: right;
    }
    .flag_ ul li a {
        color: #fff;
        font-size: 13px;
    }
    .title h2 {
        padding-bottom: 0;
    }
    .service .item .overlay-box p {
        font-size: 12px !important;
    }
}

@media (max-width:414px) {
    .welcome-text h1 {
        font-size: 18px !important;
    }
    .flag_ ul li a {
        color: #fff;
        font-size: 10px;
    }
    .tab-cuntry h1 {
        font-size: 20px !important;
    }
}

@media (max-width:375px) {
    .azw_h_25px {
        margin-top: -60px;
    }
    .list-inline>li {
        display: inline-block;
        padding-left: 0 !important;
        padding-right: 5px;
    }
}

@media (max-width:325px) {
    a.navbar-brand {
        width: 76%;
    }
    .navbar-brand>img {
        display: block;
        margin-top: 15px;
    }
}

.azw_row {
    width: 100% !important;
}

#second-container>div>section.zun-pad-btm.col-lg-12.col-md-12.col-sm-12.col-xs-12.part-10>section>div>div>div>div {
    margin-bottom: 0;
    padding-bottom: 0;
}


/* en css */

.header_niroo .col-md-6 {
    float: right !important;
}

.navbar-header {
    float: right !important;
}

.header-res-azw-2 .mainmenu {
    direction: ltr !important;
}

.header-res-azw-2 .header-logo-menu .mainmenu-area {
    float: left !important;
}

li#ImgFlag {
    pointer-events: none;
    display: none;
}


/************ make ltr ************/

.wrapper-forms {
    direction: ltr;
    text-align: left;
}

.wrapper-forms p,
.wrapper-forms h3,
.wrapper-forms h4,
.wrapper-forms label,
.wrapper-forms input,
.wrapper-forms select {
    text-align: left !important;
    direction: ltr !important;
line-height: 1.6;
}

.cms_template_box {
    margin: 0 auto;
    text-align: left;
    width: 100%;
}

.correspondents-search__form-separator-or {
    background: transparent !important;
}

button.correspondents-search__submit.submit--search.button--icon--search {
    right: 0;
    color: #001e60;
    border: 2px solid #001e60 !important;
    border-left: none !important;
    border-right: 2px !important;
    background: transparent !important;
}

i.fa.fa-search.khh,
i.fa.fa-chevron-down.khh {
    left: auto;
    right: 2px;
}

.myparent .col-md-3 p {
    direction: ltr;
}

button.correspondents-search__submit.submit--search.button--icon--search:hover {
    color: #001e60;
}

.myparent ul li a i {
    font-family: fontawesome;
}

footer#footer .col-md-3.col-sm-3 {
    width: 50% !important;
    flex: 0 0 49%;
    max-width: 50%;
}

.correspondents-search__form-separator-or {
    display: none !important;
}

.top-area {
    height: 100%;
    position: relative;
    width: 100%;
    top: -150px;
}

@-moz-document url-prefix() {
    .top-area {
        height: 100%;
        position: relative;
        width: 100%;
        top: 0px;
    }
}

.conten-pandi {
    margin-top: 150px;
}

.content .azw_40per {
    float: left;
    width: 40%;
    text-align: left;
    direction: ltr;
}

.azw_input_normalgray {
    border: 1px solid #E4E4E4;
    background-color: #FFF;
    font-family: iransans !important, Geneva, sans-serif;
    direction: rtl;
    text-align: right;
    font-size: 9pt;
    line-height: 40px;
    color: #333;
    float: left !important;
}

.azw_row.azw_mar_tb_2px.azw_cms_registration_row.cabinet-format {
    text-align: left;
    direction: ltr;
    line-height: 2 !important;
}

.azw_cms_registration_row input {
    padding: 15px !important;
}

.azw_80per.azw_mar_tb_3px.azw_cms_registration_row_newuser.cabinet-new-user {
    float: left;
    width: 100%;
}

.azw_80per.azw_mar_tb_3px.azw_cms_registration_row_newuser.cabinet-new-user .azw_font_10pt {
    font-family: iransans, Geneva, sans-serif;
    font-size: 10pt;
    line-height: 23px;
    text-align: left;
    direction: ltr;
    float: left !important;
}

span.azw_40per.azw_line_h_20px.sabt-ico i {
    float: left;
    padding-right: 10px;
}

.blog ul li,
.Newnews-res-view-azw .single-item-text>p {
    direction: ltr;
}
.wrapper-forms-table .form-title .border {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: stretch;
    margin: 0 auto;
}
.wrapper-forms-table .form-title .border label input,
.wrapper-forms-table .form-title .border label select {
    padding: 10px;
    margin-top: 10px !important;
}
.wrapper-forms-table .form-title .border label {
    text-align: center !important;
    direction: ltr !important;
}
.wrapper-forms-table .form-title div {
    font-size: 16px;
    line-height: 1.8;
}
div#ctl07_ctl00_ctl00_pnlFormInfo table {
    margin: 0 auto;
}
div#ctl07_ctl00_ctl00_RadCaptcha1_SpamProtectorPanel {
    width: 270px;
    margin: 0 auto;
}
a#ctl07_ctl00_ctl00_RadCaptcha1_CaptchaLinkButton ,
a#ctl07_ctl00_ctl00_RadCaptcha2_CaptchaLinkButton ,
a#ctl07_ctl00_ctl00_RadCaptcha3_CaptchaLinkButton ,
a#ctl07_ctl00_ctl00_RadCaptcha4_CaptchaLinkButton ,
a#ctl07_ctl00_ctl00_RadCaptcha5_CaptchaLinkButton {
    font-size: 13px;
    text-align: center;
    padding: 10px;
    color: red;
    font-weight: bold;
}
div#ctl07_ctl00_ctl00_RadCaptcha1_SpamProtectorPanel p {
    text-align: center;
}
.form-title section h4 {
    font-size: 16px;
    padding: 20px 0;
}
.part-name p {
    margin-top: 0 !important;
}

section.magazins {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 8px #55565a;
    margin: 15px;
padding: 15px;
min-height: 220px;
}
.part-name p a {
    color: #333;
    text-align: left;
    direction: ltr;
}
.part-name p a em.fa.fa-angle-double-left {
    transform: rotate(180deg);
}
.part-name p {
    padding: 15px !important;
text-align: left !important;
}
.part-name p a {
    color: #333;
    font-size: 17px;
    line-height: 1.6;
}
.wrapper-forms-table .form-title .border span {
    width: 100%;
    font-size: 14px !important;
    display: block;
}

section.main-form h2 {
    font-size: 20px;
    padding: 30px 0;
line-height: 1.6;
}
input#ctl07_ctl00_ctl00_btnSendForm_,
input#ctl07_ctl00_ctl00_btnSearchFollowCodeForm_,
input#ctl07_ctl00_ctl00_btnSearch_,
input#ctl07_ctl00_ctl00_btnClearForm_ {
    text-align: center;
}
.header-res-azw-2 .mean-container .mean-nav ul li a {
    text-align: left !important;
}
#ctl07_ctl00_ctl00_tdFormPreview > section > div > div > div > div > div > div > h3 > section > div.wrapper-forms > div.wrapper-forms-table > div:nth-child(3) > label > span > label {
    width: 100%;
}
#ctl07_ctl00_ctl00_tdFormPreview > section > div > div > div > div > div > div > h3 > section > div.wrapper-forms > div.wrapper-forms-table > div:nth-child(3) > label > span > div {
    text-align: center !important;
}
input#ctl07_ctl00_ctl00_RadCaptcha1_CaptchaTextBox {
    text-align: center;
}
.form-title img {
    width: 300px !important;
    height: auto !important;
    margin: 20px auto !important;
}
.header_niroo .col-md-6 .flag_ {
    float: left;
}

div#ctl07_ctl00_ctl00_pnlSearchFollowCode {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 20px auto;
    padding: 20px;
    width: 300px;
}
div#ctl07_ctl00_ctl00_pnlSearchFollowCode .azw_font_9pt.azw_font_color_darkgray.followCode {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
div#ctl07_ctl00_ctl00_RadCaptcha2_SpamProtectorPanel p {
    text-align: center;
}
/************ /make ltr ************/

.header-res-azw-2 .mainmenu ul#nav>li {
    margin-right: 0 !important;
}

@media(max-width:1920px) {
    .header-res-azw-2 .mainmenu ul#nav>li>a {
        font-size: 14px !important;
    }
}

@media(max-width:1080px) {
    .header-res-azw-2 .mainmenu ul#nav>li>a {
        font-size: 12px !important;
    }
}

@media(max-width:640px) {
    .header_login .header_content,
    .header_login .content {
        width: 100%;
    }
    .header_login_azw_logo {
        width: 100%;
    }
}