@charset "utf-8";
/* CSS Document */
/*
orange - #f38230
yellow - #efc94c
*/
/* ++++++++++| Common for all pages |+++++++++++++++ */

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.7em;
    font-size: 14px;
    color: #333;
}

body,
html {
    height: 100vh;
    overflow: hidden;
}

.move_right {
    margin-right: -20%;
}

.content_heading {
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
}

.content_heading > .dropdown > .sidedropdown {
    border: 0;
    background: none !important;
    background-color: none !important;
    font-size: 18px;
    color: #9a9a9a;
}

.content_heading > .dropdown > .sidedropdown:hover {
    color: #f38230;
}

.h-100 {
    height: 100%;
}

h3 {
    font-size: 16px;
    font-weight: bold;
}

.btn-icon {
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.submit_btn {
    background-color: #f38230;
    border: 0;
    border-radius: 50px;
    min-width: 100px;
    color: #fff;
}

.submit_btn:hover,
.submit_btn:focus,
.submit_btn:active {
    background-color: #333;
    color: #fff;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover {
    background-color: #333;
}

.btn-primary {
    background-color: #f38230;
    border-color: #f38230;
}

.btn-primary:hover {
    background-color: #333;
    border-color: #333;
}

select {
    -webkit-appearance: none !important;
    -moz-appearance: none !Important;
    background-image: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png);
}

select {
    background: url(../images/down_arrow.png) 96% center no-repeat !important;
}

.select_ip:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #ddd;
}

a:focus,
a:hover {
    text-decoration: none;
    color: #333;
}

.bg-white {
    background-color: #fff !important;
}

a {
    color: #f38230;
}

.close {
    opacity: 1;
}

.modal-title {
    font-size: 16px;
    font-weight: bold;
}

.panel,
.panel-group .panel {
    border-radius: 0;
}

.panel-default > .panel-heading {
    border-color: #f38230;
    border-width: 2px;
}

.collapse.in {

    /*
    height: 44vh;
    */
    height: calc(100vh - 400px)

    transition: all 0.5s ease-in-out;
}

.collapse.in > .panel-body {
    height: 95%;
    overflow-y: auto;
    transition: all 0.5s ease-in-out;
}

.filtersec .collapse.in {
    height: 72vh;
}

#related_link .collapse.in {
    height: 105px;
    overflow: auto;
    transition: all 0.0s ease-in-out;
}

#menusection > .panel-footer {
    background-color: #fff !important;
    padding: 0;
}

.menu_bot_btn {
    width: 31%;
    border: 0;
    border-radius: 0;
    background-color: #c1c1c1;
    color: #333;
}

.menu_bot_btn.active {
    background-color: #f38230;
    color: #fff;
}

.topic_right_icons {
    border-radius: 0;
    right: 30px !important;
    top: 0px;
}

.topic_right_icons::after {
    background-image: url(../images/arrow_right.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    content: '';
    top: 20px;
    right: -20px;
}

.topic_right_icons > li {
    border-bottom: 1px solid #ddd;
}

.topic_right_icons > li > a {
    border-left: 4px solid #fff;
}

.topic_right_icons > li > a:hover {
    background-color: #fff;
    border-left: 4px solid #f38230;
}

.topic_right_icons > li {
    cursor: pointer;
}

.topic_right_icons > li > a {
    font-size: 16px;
    padding: 8px 20px;
}

.modal-content {
    background-color: #fff;
    padding: 15px;
}

.modal-header {
    background-color: #fff;
    border-bottom: 1px solid #f38230;
    padding: 0;
    padding-bottom: 10px;
}

.star_ratings > .dividerline {
    border-bottom: 1px solid #ddd;
    width: 50%;
    margin: 0 auto;
}

.share_social > li {
    width: 19%;
    margin: 0 auto;
    padding: 15px;
}

.share_social > li > a {
    font-size: 13px;
    color: #666;
}

.share_social > li > a > i {
    font-size: 24px;
}

.share_social > li:nth-last-child(1) {
    border: 0;
}

.share_social > li:before {
    width: 2px;
    height: 50px;
    background-color: #c1c1c1;
    position: absolute;
    content: '';
    margin-left: -30px;
}

.share_social > li:nth-child(1):before {
    background-color: #fff;
}

.grey_rating > i {
    color: #999;
}

.orange_rating > i {
    color: #f38230;
}

.config_menu {
    padding: 5px 20px;
}

.config_menu > li {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.toggle.ios,
.toggle-on.ios,
.toggle-off.ios {
    border-radius: 30px;
}

.toggle.ios .toggle-handle {
    border-radius: 30px;
}

.toggle.btn {
    min-height: 25px !important;
}

.toggle-on.btn {
    padding-top: 1px;
}

.toggle-off.btn {
    padding-top: 1px;
}

.top_search_block > form > .input-group > .input-group-addon {
    background-color: #fff;
    color: #f38230;
}

.top_search_block > form > .input-group > .form-control {
    height: 41px;
}

.right_block {
    position: relative;
    border-left: 1px solid #bbb;
    /* overflow-y: auto; */

}

.right_block_arrow {
    background-image: url(../images/side_arrow2.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: -21px;
    width: 26px;
    height: 86px;
    cursor: pointer;
}

.right_block_arrow > i {
    margin-left: 6px;
    margin-top: 35px;
    color: #333;
    transition: all 0.5s ease-in-out;
}

a > .acc_expand:before {
    content: '\f068';
}

a.collapsed > .acc_expand:before {
    content: '\f067';
}

.modal > .modal-dialog > .modal-content > .modal-body {
    height: 450px;
    overflow: auto;
}

.content > div {
    float: left;
}

#tooltip {
    float: left;
    position: absolute;
    width: 300px;
}

#tooltip a {
    font-weight: bold;
}

.tooltip_box {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 2px #666;
    z-index: 5000;
    padding: 15px;
    max-width: 300px;
    margin-top: 4px;
}

.tooltip_box:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../images/arrow_top.png);
    background-repeat: no-repeat;
    top: -9px;
}

.tooltip_box > .tooltip_heading {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #f38230;
}

#tooltip .panel-heading {
    background-color: #FFFFFF;
}

#tooltip .panel-defaul {
    border: none;
    border-color: #FFFFFF
}

#tooltip .panel {
    border: none;
}

#tooltip .panel-body {
    padding: 0;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover {
    background-color: #f38230;
}

.cursor {
    cursor: pointer;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

/*bug fix */

#content_container_static {
    height: 100% !important;
}

/*sharethis css*/

.st-custom-button {
    cursor: pointer
}

.st-custom-button a {
    text-decoration: none;
    color: #000000 !important;
}

.share_social > li:before {
    margin-left: -10%;
}

#disqus {
    min-height: 500px;
}

/* ++++++++++| Common All page Accordian CSS  |+++++++++++++++ */

a.ngRouterLinkNav {
    color: #FFFFFF !important;
    font-size: 14px;
}

b.ngRouterLinkNav {
    color: #FFFFFF !important;
    font-size: 14px;
    font-weight: normal;
}

.dropdown-menu > li > b {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu > li > b:focus,
.dropdown-menu > li > b:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
    cursor: pointer;
}

span[data-glossaryitemid] {
    color: #f38230;
    text-decoration: underline;
    cursor: pointer;
}

/* Style the buttons that are used to open and close the accordion panel */

#glossaryContent button.accordion,
#IndexContent button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */

#glossaryContent button.accordion.active,
button.accordion:hover {
    background-color: #ddd;
}

#glossaryContent div.panel {
    padding: 0 18px;
    background-color: white;
}

.buttonGlossary-up,
.buttonGlossary-down {
    border: none;
    font-size: 20px !important;
    background: #FFFFFF;
    position: absolute;
    left: -6px;
}

.buttonGlossary-up {
    top: 0px;
}

.buttonGlossary-down {
    bottom: 0px;
    top: inherit;
}

#menusection .panel-body {
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
}

#accordion .panel-heading,
#accordion .panel-heading {
    border: none;
    background-color: #ffffff;
    padding: 10px 0px;
}

#accordion .panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid black;
}

#accordion .panel-default {
    border: none;
}

#accordion .panel-title {
    font-size: 12px;
    font-weight: bold;
}

#accordion .panel-title .title:not(.collapsed) {
    color: #f38230;
}

#accordion .panel-collapse {
    padding: 0px 0px 10px 0px
}

.page.active {
    background-color: #f38230;
    border: 1px solid #f38230;
    color: #FFFFFF;
}

b.ngRouterLinkNav {
    font-size: 13px !important;
}

a.ngRouterLinkNav {
    font-size: 13px !important;
}

.input-group-addon {
    cursor: pointer;
}

/* ++++++++++| Common All page Accordian CSS END  |+++++++++++++++ */
/* ++++++++++| Common All page End  |+++++++++++++++ */
/* ++++++++++| Landing Page |+++++++++++++++ */

.landing_bg {
    background-image: url(../images/bg2.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
    height: 100%;
}

.landing_left_block {
    position: absolute;
    height: 100%;
    width: 0;
    opacity: 0;
    z-index: 5000;
    background-color: #fff;
    transition: all 0.5s ease-in-out;
}

/* ++++++++++| Header |+++++++++++++++ */

header.top_bar {
    padding: 10px 0;
}

header.top_bar .top_icons > li > a {
    color: #f38230;
}

header.top_bar .top_icons > li > a:hover {
    background-color: transparent !important;
    color: #333;
}

header.top_bar .top_icons > li > a > i {
    font-size: 24px;
}

.top_icons_menu {
    fill: #f38230;
}

/* ++++++++++| Header End |+++++++++++++++ */
/* ++++++++++| Left Menu |+++++++++++++++ */

.breadcrumb > li + li::before {
    content: '>';
    color: #333;
}

.breadcrumb > li > a {
    color: #333;
}

.breadcrumb {
    border-radius: 0;
    background-color: none !important;
    background: none !important;
    border-bottom: 1px solid #ddd;
    padding-left: 0;
}

.breadcrumb > .active a {
    color: grey !important;
}

.overview li {
    list-style: none;
    text-align: center;
}

.overview {
    list-style: none;
    margin-left: -32px;
    margin-bottom: 2px;
}

#glossary1,
#index1 {
    display: flex;
    height: 100%;
}

#glossaryList button:hover,
#glossaryList button:focus,
#indexList button:hover,
#indexList button:focus {
    outline: none;
}

#glossaryList,
#indexList {
    margin-top: 0px;
    width: 40px;
    position: relative;
}

#glossaryList .overviewWrp,
#indexList .overviewWrp {
    position: absolute;
    top: 24px;
    bottom: 24px;
    overflow: hidden;
    border-right: 1px solid #c1c1c1;
}

#glossaryList .overview,
#indexList .overview {
    margin: 0px;
    width: 100%;
    padding: 0px;
    padding-right: 8px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

#glossaryList li,
#indexList li {
    display: block
}

#glossaryList li a,
#indexList li a {
    display: block;
    padding: 0px 3px;
    color: #333;
    border-radius: 3px;
}

#glossaryList li.active,
#indexList li.active {
    background: transparent;
    border-color: transparent;
}

#glossaryList li.active a,
#indexList li.active a {
    display: block;
    color: #fff;
    background: #f38230;
}

#glossary1 #accordion,
#index1 #accordion {
    width: 100%;
}

#glossary1 #accordion .panel,
#index1 #accordion .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #ccc
}

#glossary1 #accordion .panel-collapse.collapse.in,
#index1 #accordion .panel-collapse.collapse.in {
    height: auto
}

#accordion3 > .panel-default > .panel-collapse > .panel-body {
    border: 0;
    overflow-y: scroll;
}

/* ++++++++++| Left Menu End |+++++++++++++++ */
/* ++++++++++| Main Index Page |+++++++++++++++ */

.mainpage_block.jumbotron {
    background-color: transparent !important;
    padding-bottom: 0px;
    padding-top: 0;
    margin: 20px 0 0;
}

.mainpage_block.jumbotron > h1 {
    color: #efc94c;
    font-weight: 600;
    font-size: 60px;
}

.mainpage_block.jumbotron > p {
    color: #fff;
    font-size: 28px;
}

.mainpage_block > .search_block {
    margin: 40px 0;
}

.mainpage_block > .search_block > form > .input-group > .form-control {
    height: 45px;
}

.mainpage_block > .search_block > form > .input-group > .input-group-addon {
    background-color: #fff;
    border: 0;
    font-size: 24px;
    color: #f38230;
}

.search_block > form > .input-group {
    width: 90%;
    float: left;
}

.search_block > form > .advanced_btn {
    margin: 0 0 0 10px;
    height: 44px;
    line-height: 38px;
}

/* ++++++++++| Main Index End |+++++++++++++++ */
/* ++++++++++| Testimonial Page |+++++++++++++++ */

.testimonials_section {
    padding-bottom: 100px;
}

.testimonials_header {
    background-color: #efc94c;
    border-radius: 4px;
    padding: 10px;
    text-align: center;
    max-height: 100px;
    overflow: hidden;
}

.testimonials_header h3 {
    margin-top: 5px;
}

.testimonials_header p {
    font-size: 20px;
}

.testimonials_cnt {
    padding: 10px;
    max-height: 100px;
    overflow: hidden;
}

.testimonials_cnt p {
    color: #ddd;
    font-size: 14px;
}

.testimonials_control {
    text-shadow: none;
}

.testimonials_control.left {
    background: none !important;
    background-image: none !important;
    width: 60px !important;
    left: -65px !important;
    top: 35%;
}

.testimonials_control.right {
    background: none !important;
    background-image: none !important;
    width: 60px !important;
    right: -65px !important;
    top: 35%;
}

.testimonials_control > span {
    color: #f38230;
    font-size: 28px;
    background-color: #fff;
    width: 50px;
    height: 50px;
    line-height: 45px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: none;
    text-align: center;
}

/* ++++++++++| Testimonial Page End |+++++++++++++++ */
/* ++++++++++| Footer |+++++++++++++++ */

.footer {
    background-color: #333;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 6000;
}

.footer_links {
    text-align: center;
    width: 100%;
    color: #666;
}

.footer_links > a {
    text-decoration: none;
    color: #c1c1c1;
    margin: 0 10px;
    font-size: 13px;
}

.footer_links > a:hover {
    color: #fff;
}

.footer_links > span a {
    text-decoration: none;
    color: #c1c1c1;
    margin: 0 10px;
    font-size: 13px;
}

/* ++++++++++| Footer End |+++++++++++++++ */
/* ++++++++++| Home Page |+++++++++++++++ */

.top_search_block {
    width: 70%;
    margin-top: 15px;
}

.advanced_btn {
    margin-top: 15px;
    border: 0;
    height: 41px;
    font-size: 16px;
    margin-left: 10px;
    color: #f38230;
    padding: 0;
    line-height: 30px;
}

.advanced_btn > i {
    border: 1px solid #c1c1c1;
    padding: 5px 7px 0px;
    border-radius: 4px;
    float: left;
}

.advanced_btn:hover {
    background-color: none;
    background: none;
    color: #333;
}

#related_accordion {
    margin-bottom: 0;
    margin-top: 10px;
}

.resources_list > li {
    padding: 10px 0;
    border-bottom: 1px solid #c1c1c1;
}

.resources_list > li > a {
    color: #333;
}

.popular_list > li {
    margin-top: 0;
}

/*add to fav */

.resources_list b {
    font-weight: normal;
    cursor: pointer;
}

/*
.rss_list > li > h5 {
    font-weight: bold;
    margin: 0;
    margin-bottom: 5px;
}
.rss_list > li > i {
    color: #c1c1c1;
}
.fav_list > li {
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 10px;
}*/

.languageBoxCssCloseButton {
    font-size: 20px;
    margin-top: 0px;
    font-weight: bold;
    width: 60px;
    text-align: center;
}

.langiuageBoxCss .selectedLanguage a {
    color: #f38230 !important;
    font-weight: bold;
    text-decoration: none
}

.related_link_panel_group {
    position: absolute;
    width: 95%;
}

.langiuageBoxCss {
    width: 250px;
    padding: 10px 15px;
}

.divider.topdivider {
    color: #f38230;
    background-color: #f38230;
}

#dropdownMenu1 {
    background-color: #FFFFFF;
}

/*Added by Alex for related links ui issue in home page*/

.related_link_panel_group {
    position: relative;
    bottom: 0;
    width: 100%;
}

.return_to_top_float {
    position: absolute;
    float: right;
    right: 20px;
}

/* ++++++++++| Home Page End |+++++++++++++++ */
/* ++++++++++| Inner Page |+++++++++++++++ */

.inner_page > .navbar-default > .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.inner_page > .navbar-default > .container-fluid > .navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
}

.inner_page .inner_top_bar .top_icons > li > a {
    color: #f38230;
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: 18px;
    line-height: 28px;
}

.inner_page .inner_top_bar .top_icons > li > a:hover {
    color: #333;
}

.inner_page .inner_top_bar .top_icons > li > a > i {
    font-size: 24px;
}

.inner_logo {
    padding-top: 10px;
}

.inner-panel {
    margin-bottom: 0px;
    width: 100%;
}

.panel-default.inner-panel > .panel-heading > .panel-actions {
    float: right;
}

.panel-default.inner-panel > .panel-heading > .panel-title {
    float: left;
}

.inner_page_footer {
    height: 40px;
}

/* ++++++++++| Inner Page End |+++++++++++++++ */
/* ++++++++++| Section Common CSS |+++++++++++++++ */

section.content_block {
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
}

section.content_block > .left_block {
    width: 20%;
    float: left;
    margin-bottom: 15px;
    padding: 5px 15px;
    transition: all 0.5s ease-in-out;
    border-right: 1px solid #c1c1c1;
    position: relative;
}

section.content_block > .move_left > div {
    opacity: 0;
}

section.content_block > .move_left {
    padding: 0;
}

section.content_block > .move_left {
    padding: 0;
}

.move_left > div.right_accordion_group {

    /*
    opacity: 0 !important;
    */
    opacity: 0 ;

}

section.content_block > .center_block {
    height: 100%;
    overflow: hidden;
    float: left;
    margin-bottom: 15px;
    padding: 5px 15px;
    transition: all 0.5s ease-in-out;
    position: relative;
    flex: 1;
    margin-right: 20px;
    margin-left: 20px;
}

section.content_block > .right_block {
    width: 20%;
    height: 100%;
    float: right;
    margin-bottom: 15px;
    padding: 5px 15px;
    transition: all 0.5s ease-in-out;
}

section.content_block > .left_block > .inner-panel {
    height: 100%;
    position: relative;
}

section.content_block > .left_block > .inner-panel > .panel-body {
    height: calc(100% - 103px);
    overflow: auto;
}

section.content_block > .left_block > .inner-panel > .panel-footer {
    background-color: #fff;
}

section.content_block > .center_block > .center_content {
    height: 100%;
}

/*By Alex - modified the overflow property to 'hidden' instead of 'auto'*/

section.content_block > .center_block > .center_content > .content_container {
    width: 100%;
    /* height: calc(100% - 225px); */

    overflow: hidden;
    display: block;
}

.left_block_arrow {
    z-index: 980;
    background-image: url("../images/leftside_arrow.png");
    background-repeat: no-repeat;
    cursor: pointer;
    height: 150px;
    right: -26px;
    position: absolute;
    top: 43%;
    width: 26px;
}

/* ++++++++++| Section Common CSS End |+++++++++++++++ */
/* ++++++++++| Right Block |+++++++++++++++ */

#accordion2 > .panel-default > .panel-heading {
    background-color: none;
    background: none;
    border: 0;
    border-radius: 0;
    padding: 0;
}

#accordion2 > .panel-default {
    background-color: none;
    border: 0;
    box-shadow: none;
}

#accordion2 > .panel-default > .panel-heading > .panel-title {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

#accordion2 > .panel-default > .panel-heading > .panel-title > a.collapsed {
    background-color: #c1c1c1;
    width: 100%;
    display: block;
    padding: 10px;
    border-bottom: 0;
    max-height: 40px;
}

#accordion2 > .panel-default > .panel-heading > .panel-title > a > .acc_expand {
    line-height: 25px;
}

#accordion2 > .panel-default > .panel-heading > .panel-title > a {
    background-color: #fff;
    border-bottom: 1px solid #f38230;
    width: 100%;
    display: block;
    padding: 10px;
    max-height: 40px;
}

#accordion2 > .panel-default > .panel-collapse > .panel-body {
    border: 0;
}

#accordion3 > .panel-default > .panel-collapse > .panel-body {
    border: 0;
}

#accordion3 > .panel-default > .panel-heading {
    background-color: none;
    background: none;
    border: 0;
    border-radius: 0;
    padding: 0;
}

#accordion3 > .panel-default {
    background-color: none;
    border: 0;
    box-shadow: none;
}

#accordion3 > .panel-default > .panel-heading > .panel-title {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

#accordion3 > .panel-default > .panel-heading > .panel-title > a.collapsed {
    background-color: #c1c1c1;
    width: 100%;
    display: block;
    padding: 12px 10px;
    border: 0;
    height: 40px;
}

#accordion3 > .panel-default > .panel-heading > .panel-title > a > .acc_expand {
    line-height: 16px;
}

#accordion3 > .panel-default > .panel-heading > .panel-title > a {
    background-color: #fff;
    border: 1px solid #f38230;
    width: 100%;
    display: block;
    padding: 12px 10px;
}

.right_accordion_group {
    height: 96%;
    transition: all 0.5s ease-in-out;
}

#accordion2 > .panel-default > .panel-heading > .panel-title {
    font-size: 13px;
}

.hidden.active {
    display: inline-block !important;
}

h4.panel-title {
    cursor: pointer;
}

.landing_left_block {
    /*
    display: none;
    */
    opacity: 1;
}

.landing_left_block.active {
    display: block;
}

.panel.panel-default.hidden {
    display: none;
}

.panel.panel-default.hidden.active {
    display: block;
    width: 100%;
}

/* ++++++++++| Right Block End |+++++++++++++++ */
/* ++++++++++| Advance Search  |+++++++++++++++ */

#advsearchPopup > .modal-dialog > .modal-content > .modal-body {
    height: 400px;
    overflow: auto;
}

#advsearchPopup > .modal-dialog {
    width: 95%;
}

#advsearchPopup > .modal-dialog > .modal-content > .modal-body label {
    min-height: 30px;
    font-weight: normal;
}

#advsearchPopup > .modal-dialog > .modal-content > .modal-body input,
#advsearchPopup > .modal-dialog > .modal-content > .modal-body select {
    margin-bottom: 20px;
}

#advsearchPopup > .modal-dialog > .modal-content > .modal-body .form-control.small_ip {
    width: 80px !important;
    float: left;
}

#ratePopup > .modal-dialog > .modal-content > .modal-body {
    height: 200px;
}

#sharePopup > .modal-dialog > .modal-content > .modal-body {
    height: 130px;
}

b.linka {
    color: #F38230;
    cursor: pointer;
    font-weight: normal;
}

/*search bug fix */

.content_container .search_result_cnt {
    overflow: hidden;
}

/* ++++++++++| Advance Search End  |+++++++++++++++ */
/* ++++++++++| Search results Page |+++++++++++++++ */

section.content_block > .center_block.search_result_block {
    width: 79%;
}

.horz_line {
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
}

.table.search_results_table > thead > tr > th,
.table.search_results_table > tbody > tr > td {
    border: 0;
}

.search_results_table > tbody > tr > td {
    padding: 10px;
}

.search_results_table > tbody > tr > td > .result_lang {
    font-weight: bold;
    font-style: italic;
}

section.content_block > .center_block.search_result_block > .center_content > .content_container {
    height: calc(100% - 15px);
}

.progress {
    border-radius: 0;
    height: 10px;
    margin-top: 5px;
}

.search_result_cnt {
    margin-top: 10px;
}

/* ++++++++++| About us Page |+++++++++++++++ */

section.content_block > .center_block.about_us_block {
    width: 79%;
}

section.content_block > .center_block.about_us_block > .center_content > .content_container {
    height: calc(100% - 15px);
}

/* ++++++++++| Tree CSS |+++++++++++++++ */

ul.jqtree-tree .jqtree-title {
    color: #333;
}

ul.jqtree-tree li.jqtree-selected > .jqtree-element {
    background-color: none !important;
    background: none !important;
}

ul.jqtree-tree li.jqtree-selected > .jqtree-element > .jqtree-title {
    color: #f38230 !important;
    text-outline: none;
    outline: none;
}

ul.jqtree-tree .jqtree-toggler.jqtree-toggler-left {
    float: left;
}

ul.jqtree-tree ul.jqtree_common {
    margin-left: 32px;
}

ul.jqtree-tree .jqtree-title.jqtree-title-folder {
    margin-left: 5px;
}

ul.jqtree-tree .jqtree-title {
    margin-left: 5px;
}



/* Tree css end */
/* =============| Responsive |=============================================================== */

/* Ipad -----------@ipad */
#content_container_static{
    padding: 15px;

}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    /* Styles */
    .desktopSearchRes {
        display: none !important;
    }

    #desktop {
        display: none;
    }

    .landing_left_block {
        display: none;

    }

    #ipad {
        display: block;
    }

    .landing_left_block {
        width: 30% !important;
    }

    section.content_block > .left_block {
        display: none !important;
        width: 30% !important;
    }

    section.content_block > .right_block {
        width: 35% !important;
    }

    .move_right {
        margin-right: -35% !important;
    }

    .move_left {
        margin-right: -30% !important;
        padding: 0 !important;

    }

    .left_block .move_left {
        margin-right: -30% !important;
        padding: 0 !important;

    }

    section.content_block > .move_left {
        padding: 0 !important;
    }

    .move_left > div {

        opacity: 0 !important;
    }

    section.content_block > .move_left {

        opacity: 0 !important;

    }

    .logo_block {
        background-color: #fff;
        margin: 0 -15px;
        padding: 15px;
    }

    .top_icons {
        background-color: #f38230;
        float: left;
        text-align: left;
        width: 100%;
    }

    .top_icons > .lang_dropdown {
        float: right;
    }

    .navbar-nav.navbar-center {
        left: 40%;
        transform: translateX(-40%);
    }

    .right_block_arrow {
        top: 40%;
    }

    .left_block_arrow {
        top: 35%;
    }

    #ipad-menu {
        width: 100%;
        margin-left: 0px;
        padding: 0px;
    }

    .top_icons_menu {
        fill: #FFFFFF !important;
    }

    .inner_page .inner_top_bar .top_icons > li > a {
        color: #FFFFFF !important;
    }

    .m_top_icons {
        list-style: none;
        margin: 0;
        padding: 6px 0;
        display: inline-block;
        width: 100%;
        text-align: right;
    }

    .m_top_icons > li {
        display: inline;
        line-height: 0;
    }

    .m_top_icons .top_icons_menu {
        fill: #fff !important;
    }

    .inner_page .inner_top_bar .m_top_icons > li > a {
        color: #fff !important;
        padding: 0 15px;
        line-height: 0;
        display: inline-block;
    }

    .bg_orange {
        background-color: #f38230;
    }

    .m_top_menu {
        float: left;
        padding-left: 0 !important;
    }

    .m_top_menu > a {
        padding-left: 0 !important;
    }

    .langiuageBoxCss {
        padding: 20px 15px;
    }

    .gtransBox {
        -webkit-appearance: menulist !important;
        margin-top: 10px;
    }
}

/* Desktops and laptops ----------- @desktop*/
@media only screen  and (min-width: 1224px) {
    #content_container_static{
        padding: 25px 15px 15px 30px;

    }

    #desktop {
        display: block;
    }

    #ipad {
        display: none;
    }

    .landing_left_block {
        width: 20%;
    }

    .navbar-nav.navbar-center {
        left: 40%;
        transform: translateX(-40%);
    }

    .right_block_arrow {
        top: 40%;
    }

    .left_block_arrow {
        top: 35%;
    }

    .move_left {
        /*
        margin-right: -20%  !important;
        */
    }
}

/* Large screens ----------- */
@media only screen  and (min-width: 1824px) {
    #desktop {
        display: block;
    }

    #ipad {
        display: none;
    }

    .landing_left_block {
        width: 20%;
    }

    .move_left {
        margin-right: 0px;
    }
}

.iPadiPhone {
    display: none !important;
}

/* iPhone ----------- @iphone*/
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {
    #content_container_static{
        padding: 15px;

    }

    .landing_left_block {
        display: none;

    }

    #desktop {
        display: none;

    }

    .iPadiPhone {
        display: block !important;
    }

    .desktopSearchRes {
        display: none !important;
    }

    #ipad {
        display: block;
    }

    .landing_left_block {
        width: 80% !important;
    }

    section.content_block > .left_block {
        display: none !important;
    }

    .move_right {
        margin-right: -80% !important;
    }

    .move_left {
        margin-right: -80% !important;
    }

    section.content_block > .right_block {
        display: none;
    }

    #ipad-menu .nav > li {
        float: left;
    }

    #ipad-menu {
        width: 100%;
        margin-left: 0px;
        padding: 0px;
    }

    .top_icons {
        background-color: #f38230;
        margin: auto;
        width: 100%;
        padding: 0px;
        color: #FFFFFF;
    }

    .inner_page .inner_top_bar .top_icons > li > a {
        color: #FFFFFF !important;
        padding: 10px 10px !important;
    }

    .navbar-nav .open .dropdown-menu {
        position: absolute;
        background-color: #f38230;
        color: #FFFFFF;
    }

    .top_icons_menu {
        fill: #FFFFFF !important;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
        padding: 0px;
        color: #FFFFFF;
    }

    .search_block > form > .input-group {
        width: 80%;
    }

    .filtersec.collapse.in {
        height: 45vh !important;
    }

    .menu_bot_btn {
        font-size: 10px !important;
    }

    section.content_block > .center_block {
        min-width: 20%;
    }

    .m_top_icons {
        list-style: none;
        margin: 0;
        padding: 6px 0;
        display: inline-block;
        width: 100%;
        text-align: right;
    }

    .m_top_icons > li {
        display: inline;
        line-height: 0;
    }

    .m_top_icons .top_icons_menu {
        fill: #fff !important;
    }

    .inner_page .inner_top_bar .m_top_icons > li > a {
        color: #fff !important;
        padding: 0 15px;
        line-height: 0;
        display: inline-block;
    }

    .bg_orange {
        background-color: #f38230;
    }

    .m_top_menu {
        float: left;
        padding-left: 0 !important;
    }

    .m_top_menu > a {
        padding-left: 0 !important;
    }

    .inner_page .inner_top_bar .m_top_icons > li > a {
        padding: 0 5px;
        font-size: 16px
    }

    .f_sidebar_container.in {
        width: 80% !important;
    }

    .m_sidebar_container.in {
        width: 80% !important;
    }

    .langiuageBoxCss {
        padding: 20px 15px;
    }

    .gtransBox {
        -webkit-appearance: menulist !important;
        margin-top: 10px;
    }

    .mainpage_block.jumbotron > h1 {
        font-size: 30px;
    }

    .checkbox-slider--b-flat, .checkbox-slider--b-flat label, .config_menu {
        padding: 0px !important;
        margin: 0px !important;
    }

    .config_menu li {
        width: 100%;
    }

    .modal > .modal-dialog > .modal-content > .modal-body {
        height: 70vh;
    }

    .p_sidebar_container, .c_sidebar_container, .s_sidebar_container, .adv_s_sidebar_container {
        width: 280px !important;
    }

    .sidebar_content {
        padding: 15px;
    }
}

@media screen and (max-height: 768px) {
    .collapse.in {
        height: 16vh;
    }

    .filtersec.collapse.in {
        height: 52vh;
    }
}

/* IE dropdown styles */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none), (min-width: 0\0
), \0screen\,screen\9 {
    select {
        background: none !important;
    }
}

/* =============| Responsive End |=============================================================== */
/* =============| Nav Bar |=============================================================== */

.navbar-default {
    border-radius: 0px;
    background-color: #f38230;
    margin-bottom: 0;
    border: 0;
    z-index: 999;
    min-height: 40px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
}

.navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
}

.navbar-default .navbar-nav > li > a {
    max-width: 110px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #FFFFFF !important;
}

.navbar-default .navbar-nav > li > a {
    max-width: 112px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #FFFFFF !important;
    font-size: 14px;
}

.navbar-default .navbar-nav > li > b {
    max-width: 110px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #FFFFFF !important;
}

.navbar-default .navbar-nav > li > b {
    max-width: 112px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #FFFFFF !important;
    font-size: 14px;
}

.navbar-default .navbar-nav > .open > b,
.navbar-default .navbar-nav > .open > b:focus,
.navbar-default .navbar-nav > .open > b:hover {
    color: #555;
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav > li > b {
    max-width: 112px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #FFFFFF !important;
    font-size: 14px;
}

/* =============| Nav Bar End |=============================================================== */
/* ++++++++++| Configuration Modal  |+++++++++++++++ */

.checkbox-slider--b-flat {
    position: relative;
}

.checkbox-slider--b-flat input {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 0%;
    margin: 0 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.checkbox-slider--b-flat input + span {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-slider--b-flat input + span:before {
    position: absolute;
    left: 0px;
    display: inline-block;
}

.checkbox-slider--b-flat input + span > h4 {
    display: inline;
}

.checkbox-slider--b-flat input + span {
    padding-left: 40px;
}

.checkbox-slider--b-flat input + span:before {
    content: "";
    height: 20px;
    width: 40px;
    background: rgba(100, 100, 100, 0.2);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
    transition: background 0.2s ease-out;
}

.checkbox-slider--b-flat input + span:after {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 0;
    display: block;
    background: #ffffff;
    transition: margin-left 0.1s ease-in-out;
    text-align: center;
    font-weight: bold;
    content: "";
}

.checkbox-slider--b-flat input:checked + span:after {
    margin-left: 20px;
    content: "";
}

.checkbox-slider--b-flat input:checked + span:before {
    transition: background 0.2s ease-in;
}

.checkbox-slider--b-flat input + span {
    padding-left: 40px;
}

.checkbox-slider--b-flat input + span:before {
    border-radius: 20px;
    width: 40px;
}

.checkbox-slider--b-flat input + span:after {
    background: #ffffff;
    content: "";
    width: 20px;
    border: solid transparent 2px;
    background-clip: padding-box;
    border-radius: 20px;
}

.checkbox-slider--b-flat input:not(:checked) + span:after {
    -webkit-animation: popOut ease-in 0.3s normal;
    animation: popOut ease-in 0.3s normal;
}

.checkbox-slider--b-flat input:checked + span:after {
    content: "";
    margin-left: 20px;
    border: solid transparent 2px;
    background-clip: padding-box;
    -webkit-animation: popIn ease-in 0.3s normal;
    animation: popIn ease-in 0.3s normal;
}

.checkbox-slider--b-flat input:checked + span:before {
    background: #F38230;
}

.checkbox-slider--b-flat.checkbox-slider-md input + span:before {
    border-radius: 30px;
}

.checkbox-slider--b-flat.checkbox-slider-md input + span:after {
    border-radius: 30px;
}

.checkbox-slider--b-flat.checkbox-slider-lg input + span:before {
    border-radius: 40px;
}

.checkbox-slider--b-flat.checkbox-slider-lg input + span:after {
    border-radius: 40px;
}

.checkbox-slider--b-flat input + span:before {
    box-shadow: none;
}

/*#####*/

.checkbox-slider-info.checkbox-slider--b input:checked + span:before,
.checkbox-slider-info.checkbox-slider--b-flat input:checked + span:before,
.checkbox-slider-info.checkbox-slider--c input:checked + span:before,
.checkbox-slider-info.checkbox-slider--c-weight input:checked + span:before {
    background: #5bc0de;
}

.checkbox-slider-warning.checkbox-slider--b input:checked + span:before,
.checkbox-slider-warning.checkbox-slider--b-flat input:checked + span:before,
.checkbox-slider-warning.checkbox-slider--c input:checked + span:before,
.checkbox-slider-warning.checkbox-slider--c-weight input:checked + span:before {
    background: #f0ad4e;
}

.checkbox-slider-danger.checkbox-slider--b input:checked + span:before,
.checkbox-slider-danger.checkbox-slider--b-flat input:checked + span:before,
.checkbox-slider-danger.checkbox-slider--c input:checked + span:before,
.checkbox-slider-danger.checkbox-slider--c-weight input:checked + span:before {
    background: #d9534f;
}

/*******************************************************
Sizes
*******************************************************/

.checkbox-slider-sm {
    line-height: 10px;
}

.checkbox-slider-sm input + span {
    padding-left: 20px;
}

.checkbox-slider-sm input + span:before {
    width: 20px;
}

.checkbox-slider-sm input + span:after,
.checkbox-slider-sm input + span:before {
    height: 10px;
    line-height: 10px;
}

.checkbox-slider-sm input + span:after {
    width: 10px;
    vertical-align: middle;
}

.checkbox-slider-sm input:checked + span:after {
    margin-left: 10px;
}

.checkbox-slider-md {
    line-height: 30px;
}

.checkbox-slider-md input + span {
    padding-left: 60px;
}

.checkbox-slider-md input + span:before {
    width: 60px;
}

.checkbox-slider-md input + span:after,
.checkbox-slider-md input + span:before {
    height: 30px;
    line-height: 30px;
}

.checkbox-slider-md input + span:after {
    width: 30px;
    vertical-align: middle;
}

.checkbox-slider-md input:checked + span:after {
    margin-left: 30px;
}

.checkbox-slider-lg {
    line-height: 40px;
}

.checkbox-slider-lg input + span {
    padding-left: 80px;
}

.checkbox-slider-lg input + span:before {
    width: 80px;
}

.checkbox-slider-lg input + span:after,
.checkbox-slider-lg input + span:before {
    height: 40px;
    line-height: 40px;
}

.checkbox-slider-lg input + span:after {
    width: 40px;
    vertical-align: middle;
}

.checkbox-slider-lg input:checked + span:after {
    margin-left: 40px;
}

/* ++++++++++| Configuration Modal End  |+++++++++++++++ */
/* ++++++++++| ratePopup Modal  |+++++++++++++++ */

#rateYo {
    margin-left: 35%;
}

#return-to-top {
    position: absolute;
    float: right;
    right: 30px;
    background: #BBBBBB;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
#return-to-top-search {
    position: absolute;
    float: right;
    right: 30px;
    background: #BBBBBB;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top-search i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top-search:hover {
    background: rgba(0, 0, 0, 0.9);
}

#return-to-top-search:hover i {
    color: #fff;
    top: 5px;
}

/* ++++++++++| RatePopup Modal End  |+++++++++++++++ */
/*************** TINY SCROLLBAR CSS ***************/
/*ie scroll bar */

body {
    scrollbar-base-color: #000;
    scrollbar-face-color: #000;
    scrollbar-3dlight-color: #000;
    scrollbar-highlight-color: #000;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: black;
    scrollbar-shadow-color: #000;
    scrollbar-dark-shadow-color: #000;
}

scrollbar-track {
    width: 10px;
}

/* Let's get this party started */

::-webkit-scrollbar {
    width: 6px;
}

/* Track */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #C1C1C1;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: #212121;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #212121;
}

.demo > div {
    height: 250px;
    overflow: auto;
}

;
/* update scrollbar offset if both scrolls are visible */
/* perfect-scrollbar v0.6.10 */

.ps-container {
    -ms-touch-action: none;
    touch-action: none;
    overflow: hidden !important;
    -ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
    .ps-container {
        overflow: auto !important;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .ps-container {
        overflow: auto !important;
    }
}

.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block;
    background-color: transparent;
}

.ps-container.ps-in-scrolling {
    pointer-events: none;
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9;
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: #999;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #999;
}

.ps-container > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 3px;
    /* there must be 'bottom' for ps-scrollbar-x-rail */

    height: 8px;
}

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    position: absolute;
    /* please don't change 'position' */

    background-color: #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
    bottom: 0;
    /* there must be 'bottom' for ps-scrollbar-x */

    height: 8px;
}

.ps-container > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    right: 3px;
    /* there must be 'right' for ps-scrollbar-y-rail */

    width: 8px;
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    position: absolute;
    /* please don't change 'position' */

    background-color: #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
    right: 0;
    /* there must be 'right' for ps-scrollbar-y */

    width: 8px;
}

.ps-container:hover.ps-in-scrolling {
    pointer-events: none;
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9;
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: #999;
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9;
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #999;
}

.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
    opacity: 0.6;
}

.ps-container:hover > .ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9;
}

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
    background-color: #999;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.9;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
    background-color: #999;
}

/*************** TINY SCROLLBAR CSS END ***************/
/*************** SIMPLE INNER SCROLLBAR ***************/

.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 6px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.8;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
    background-color: #c1c1c1;
}

.scrollbar-inner > .scroll-element .scroll-bar {
    background-color: #000000;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
    background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -12px;
}

/*************** SIMPLE INNER SCROLLBAR END ***************/
/*Kendo UI Print PDF CSS */

.pdf-page {
    margin: 0 auto;
    box-sizing: border-box;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3);
    background-color: #fff;
    color: #333;
    position: relative;
}

.pdf-header {
    position: absolute;
    top: .5in;
    height: .6in;
    left: .5in;
    right: .5in;
    border-bottom: 1px solid #e5e5e5;
}

.invoice-number {
    padding-top: .17in;
    float: right;
}

.pdf-footer {
    position: absolute;
    bottom: .5in;
    height: .6in;
    left: .5in;
    right: .5in;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
    text-align: left;
    color: #787878;
    font-size: 12px;
}

.pdf-body {
    position: absolute;
    top: 3.7in;
    bottom: 1.2in;
    left: .5in;
    right: .5in;
}

.size-a4 {
    width: 8.3in;
    height: 11.7in;
}

.size-letter {
    width: 8.5in;
    height: 11in;
}

.size-executive {
    width: 7.25in;
    height: 10.5in;
}

.company-logo {
    font-size: 30px;
    font-weight: bold;
    color: #3aabf0;
}

.for {
    position: absolute;
    top: 1.5in;
    left: .5in;
    width: 2.5in;
}

.from {
    position: absolute;
    top: 1.5in;
    right: .5in;
    width: 2.5in;
}

.from p,
.for p {
    color: #787878;
}

.signature {
    padding-top: .5in;
}

/*Print CSS end*/
/* Google Translate sclect box css   */

.gtransBox {
    margin-left: 20px;
    border: none;
    min-width: 160px;
    padding: 5px;
    outline: none;
}

.gtransBox option {
    background-color: #000;
    color: #FFFFFF;
    font-size: 11px;
}

.gtransBox option:hover {
    background-color: #000;
}

/* Google Translate sclect box css end  */

/* Changes after 21- Aug 2017  */
#bs-example-navbar-collapse-1 .dropdown-menu li a {
    color: #333;
}

.section.content_block > .left_block {

    min-width: 20%;
}

.section.content_block > .center_block > .center_content > .content_container {
    min-width: 60% !important;
}

section.content_block > .center_block > .center_content > .content_container {
    min-width: 60% !important;
}

section.content_block > .center_block {
    min-width: 32% !important;
}

#return-to-top {
    display: block;
    bottom: 65px;
}

#return-to-top-search {
    display: block;
    bottom: 45px;
}

section.content_block > .left_block {
    min-width: 20%
}

section.content_block > .right_block {
    min-width: 20%;
}

#related_accordion {
    margin-bottom: 45px;
    margin-top: 10px;
    width: 55%;
    left: 21%;
}

.related_link_panel_group {
    position: absolute;
}

.search_icons_menu {
    fill: #f38230;
}

.mob_menu_right > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    border-left: 4px solid #fff;
}

a.ng-RouterLinkNav {
    color: #000;
}

.active a.ng-RouterLinkNav {
    color: #f38230;
}

#tree11 {
    font-size: 13px
}

#tree11 li {
    border-bottom: 1px solid #ddd;
    padding: 6px 0;
}

#tree11 li:last-child {
    border-bottom: none;
}

.index_bar {
    border-top: 1px solid #ddd;
}

/* ++++++++++| Sidebar Style |+++++++++++++++ */

.sidebar_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 9;
    display: none;
}

.f_sidebar_container {
    width: 320px;
    position: fixed;
    top: 0;
    right: -320px;
    height: 100%;
    display: block;
    background-color: #fff;
    z-index: 10;
    transition: all 0.5s ease-in-out;
    overflow: auto;
}

.f_sidebar_container.in {
    right: 0;
    transition: all 0.5s ease-in-out;
}

.sidebar_title {
    background-color: #f38230;
    font-size: 20px;
    color: #fff;
    margin: 0;
    padding: 10px 15px;
}

.sidebar_title > a {
    color: #fff;
}

.m_sidebar_container {
    width: 320px;
    position: fixed;
    top: 0;
    left: -320px;
    height: 100%;
    display: block;
    background-color: #fff;
    z-index: 10;
    transition: all 0.5s ease-in-out;
    overflow: auto;
}

.m_sidebar_container.in {
    left: 0;
    transition: all 0.5s ease-in-out;
}

.index_sidebar_container {
    width: 320px;
    position: fixed;
    top: 0;
    left: -320px;
    height: 100%;
    display: block;
    background-color: #fff;
    z-index: 10;
    transition: all 0.5s ease-in-out;
    overflow: auto;
}

.index_sidebar_container.in {
    left: 0;
    transition: all 0.5s ease-in-out;
}

.glossary_sidebar_container {
    width: 320px;
    position: fixed;
    top: 0;
    left: -320px;
    height: 100%;
    display: block;
    background-color: #fff;
    z-index: 10;
    transition: all 0.5s ease-in-out;
    overflow: auto;
}

.glossary_sidebar_container.in {
    left: 0;
    transition: all 0.5s ease-in-out;
}

.s_sidebar_container {
    width: 500px;
    position: fixed;
    top: 0;
    right: -500px;
    height: 100%;
    display: block;
    background-color: #fff;
    z-index: 10;
    transition: all 0.5s ease-in-out;
    overflow: auto;
}

.s_sidebar_container.in {
    right: 0;
    transition: all 0.5s ease-in-out;
}

.sidebar_menu_list {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

.sidebar_menu_list > li {
    border-bottom: 1px solid #ddd;
    display: block;
}

.sidebar_menu_list > li > a {
    color: #000;
    padding: 6px 20px;
    display: block;
    cursor: pointer;
}

.sidebar_menu_list > li.active > a {
    color: #f38230;
}

.sidebar_content {
    padding: 25px;
    height: 100%;
    overflow: auto;
    box-sizing: border-box;
}

.no-padding {
    padding: 0 !important;
}

.dropdown-menu {
    transition: all 0.5s ease-in-out;
    max-height: 500px;
}
.navbar-nav>li>.dropdown-menu{

    overflow-y: auto;
}
.dropdown_inner {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background-color: #ddd;
    box-shadow: none;
    transition: all 0.5s ease-in-out;
}

.dropdown_inner > li {
    padding: 6px 16px;
    border-bottom: 1px solid #ccc;
}

.chapter_list {
    border: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0) url("../images/down_arrow_white.png") no-repeat scroll 96% center !important;
    padding-right: 20px;
}

.mob_advanced_btn {
    border: 0;
    margin: 0;
    padding: 0 10px 0 10px;
    float: left;
    background: none;
    border-radius: 0;
}

.mobile_search_header {
    border-bottom: 1px solid #ddd;
}

.mobile_search_header > ul {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ddd;
    width: 100%;
    display: table;
}

.mobile_search_header > ul > li {
    margin: 0;
    padding: 0;
    float: left;
}

.mobile_search_header > ul > li:nth-child(1) {
    width: 70%;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    border-right: 1px solid #ddd;
}

.mobile_search_header > ul > li:nth-child(2) {
    width: 29%;
    box-sizing: border-box;
}

.mobile_search_header > ul > li > .input-group > .form-control {
    border: 0;
}

.mobile_search_header > ul > li > .input-group > .input-group-addon {
    border: 0;
    border-radius: 0;
    background-color: #fff;
    padding: 0 10px;
    border-right: 1px solid #ddd;
}

.search_results_block {
    padding: 10px;
}

.save_search_btn {
    color: #f38230;
    border-radius: 50px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-top: 7px;
}

.relevance_select {
    border: 0;
    padding-right: 13px;
    color: #f38230;
}

h5 {
    line-height: 1.5em;
}

.search_results_list {
    border-bottom: 1px solid #ddd;
}

.adv_s_sidebar_container {
    width: 500px;
    position: fixed;
    top: 0;
    right: -500px;
    height: 100%;
    display: block;
    background-color: #fff;
    z-index: 10;
    transition: all 0.5s ease-in-out;
    overflow: auto;
}

.adv_s_sidebar_container.in {
    right: 0;
    transition: all 0.5s ease-in-out;
}

.c_sidebar_container {
    width: 320px;
    position: fixed;
    top: 0;
    right: -320px;
    height: 100%;
    display: block;
    background-color: #fff;
    z-index: 10;
    transition: all 0.5s ease-in-out;
    overflow: auto;
}

.c_sidebar_container.in {
    right: 0;
    transition: all 0.5s ease-in-out;
}

.toggle.btn {
    height: 24px !Important;
}

.h_sidebar_container {
    width: 500px;
    position: fixed;
    top: 0;
    right: -500px;
    height: 100%;
    display: block;
    background-color: #fff;
    z-index: 10;
    transition: all 0.5s ease-in-out;
    overflow: auto;
}

.h_sidebar_container.in {
    right: 0;
    transition: all 0.5s ease-in-out;
}

.p_sidebar_container {
    width: 500px;
    position: fixed;
    top: 0;
    right: -500px;
    height: 100%;
    display: block;
    background-color: #fff;
    z-index: 10;
    transition: all 0.5s ease-in-out;
    overflow: auto;
}

.p_sidebar_container.in {
    right: 0;
    transition: all 0.5s ease-in-out;
}

ol.nested_orderlist {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}

ol.nested_orderlist > li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em;
}

ol.nested_orderlist > li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;
}

ol.nested_orderlist > li ol > li {
    margin: 0;
}

ol.nested_orderlist > li ol > li:before {
    content: counters(item, ".") " ";
}

.dropdown-menu > .lang_header {
    margin-bottom: 10px;
    padding-bottom: 5px;
    height: 10px;
}

/* ++++++++++| Sidebar Style End |+++++++++++++++ */
/* =============| Responsive |=============================================================== */

@media screen and (max-width: 1400px) {
    .navbar-nav.navbar-center {
        left: 40%;
        transform: translateX(-40%);
    }

    .right_block_arrow {
        top: 40%;
    }

    .left_block_arrow {
        top: 35%;
    }
}

@media screen and (max-width: 1024px) {
    .m_top_icons {
        list-style: none;
        margin: 0;
        padding: 6px 0;
        display: inline-block;
        width: 100%;
        text-align: right;
    }

    .m_top_icons > li {
        display: inline;
        line-height: 0;
    }

    .m_top_icons .top_icons_menu {
        fill: #fff !important;
    }

    .inner_page .inner_top_bar .m_top_icons > li > a {
        color: #fff !important;
        padding: 0 15px;
        line-height: 0;
        display: inline-block;
    }

    .bg_orange {
        background-color: #f38230;
    }

    .m_top_menu {
        float: left;
        padding-left: 0 !important;
    }

    .m_top_menu > a {
        padding-left: 0 !important;
    }

    section.content_block > .left_block {
        display: none;
    }

    section.content_block > .right_block.open {
        width: 35%;
    }

    #ratePopup .modal-dialog {
        width: 350px;
    }

    .sidebar_content .form-control {
        margin-bottom: 10px;
    }

    .carousel-inner {
        width: 80%;
        margin: 0 auto;
    }

    .testimonials_control.left {
        left: 0 !important;
    }

    .testimonials_control.right {
        right: 0 !important;
    }

    .mainpage_block.jumbotron > h1 {
        font-size: 44px;
    }

    .mainpage_block.jumbotron > p {
        font-size: 28px;
        line-height: 34px;
    }

    .inner_logo {
        padding: 10px 0 5px 0;
    }

    #advsearchPopup > .modal-dialog {
        width: 95%;
    }

    .search_results_list h5 {
        font-weight: bold;
    }

    .search_results_list {
        margin-top: -20px;
    }

    .sortby_txt {
        float: left;
        width: 100px;
    }

    .mainpage_block.jumbotron {
        padding-top: 50px;
    }

    footer {
        display: none;
    }

    .toggle-group {
        width: 155%;
    }

    .toggle-group > label {
        display: none;
    }

    .toggle.off .toggle-group {
        left: -55%;
    }

    .toggle-handle.btn-default {
    }

    .toggle.btn.btn-default.off {
        background-color: #ddd;
    }

    .dropdown-menu.dropdown-menu-right.lang_dropdown_menu > li {
        display: inline-block;
        padding: 5px 0;
        width: 100%;
    }

    .lang_dropdown_menu {
        padding: 20px;
    }

    .lang_dropdown_menu > .lang_header > a {
        margin-top: -10px;
    }

    .dropdown-menu.dropdown-menu-right.lang_dropdown_menu > li.divider {
        padding: 0;
    }

    .dropdown-menu.dropdown-menu-right.lang_dropdown_menu > li > select {
        margin-top: 5px;
    }

    #related_accordion {
        margin-bottom: 0px;
        margin-top: 10px;
        width: 55%;
        left: 3%;
    }

    .testimonials_item .col-md-4 {
        min-width: 300px !important;
        display: inline-block;
    }

}

@media screen and (max-height: 768px) {
    .collapse.in {
        height: 16vh;
    }

    .filtersec.collapse.in {
        height: 57vh !important;
    }
}

@media screen and (max-width: 640px) {
    body {
        font-size: 13px;
    }

    .inner_page .inner_top_bar .m_top_icons > li > a {
        padding: 0 5px;
        font-size: 16px;
    }

    /* .right_block{ display: none; } */
    .f_sidebar_container {
        width: 280px;
        right: -280px;
    }

    .m_sidebar_container {
        width: 280px;
        left: -280px;
    }

    .index_sidebar_container {
        width: 280px;
        right: -280px;
    }

    .glossary_sidebar_container {
        width: 280px;
        right: -280px;
    }

    .s_sidebar_container {
        width: 280px;
        right: -280px;
    }

    .adv_s_sidebar_container {
        width: 280px;
        right: -280px;
    }

    .c_sidebar_container {
        width: 280px;
        right: -280px;
    }

    .h_sidebar_container {
        width: 280px;
        right: -280px;
    }

    .p_sidebar_container {
        width: 280px;
        right: -280px;
    }

    footer {
        display: none;
    }

    .dropdown-menu.dropdown-menu-right.mob_menu_right {
        right: 30px;
        top: -15px;
    }

    section.content_block > .center_block {
        margin-left: 0;
        margin-right: 0;
    }

    .dropdown-menu.dropdown-menu-right.mob_menu_right::after {
        background-image: url(../images/arrow_right.png);
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        position: absolute;
        content: '';
        top: 20px;
        right: -20px;
    }

    .mob_menu_right > li > a {
        font-size: 13px;
        padding-left: 10px;
    }

    .mobile_search_header > ul > li:nth-child(1) {
        width: 80%;
    }

    .mobile_search_header > ul > li:nth-child(2) {
        width: auto;
    }

    .mainpage_block.jumbotron > h1 {
        font-size: 20px;
    }

    .mainpage_block.jumbotron > p {
        font-size: 18px;
        line-height: 24px;
    }

    .search_block > form > .input-group {
        width: 83%;
    }

    .carousel-inner {
        width: 65%;
        margin: 0 auto;
    }

    .testimonials_control > span {
        width: 35px;
        height: 35px;
        line-height: 30px;
    }

    .testimonials_control.left {
        left: 0 !important;
    }

    .testimonials_control.right {
        right: 0 !important;
    }

    .testimonials_header {
        margin: 0 5px;
    }

    .testimonials_header p {
        font-size: 16px;
    }

    .m_top_icons {
        padding: 10px 0;
    }

    #advsearchPopup > .modal-dialog {
        width: 93%;
    }

    .sortby_txt {
        float: right;
    }

    .save_search_btn {
        border: 0;
    }

    #sharePopup > .modal-dialog {
        width: 300px;
    }

    #sharePopup > .modal-dialog > .modal-content > .modal-body {
        height: 275px;
    }

    .share_social > li:nth-child(4)::before {
        background-color: #fff;
    }

    .share_social {
        text-align: center;
    }

    /*
    section.content_block > .center_block > .center_content > .content_container{ height:100%!Important;}
    */
    #related_accordion {
        margin-bottom: 0px;
        margin-top: 10px;
        width: 90%;
        left: 4%;
    }

    .testimonials_item .col-md-4 {
        min-width: 250px !important;
        display: inline-block;
    }

    #rateYo {
        margin: auto;
    }

    .share_social > li {
        width: 19%;
        margin: 13px 10px;
    }

    .share_social > li {
        width: 23%;
        margin: 8px 8px;
    }

}

@media screen and (max-width: 360px) {
    #ratePopup .modal-dialog {
        width: 95%;
    }

    #sharePopup > .modal-dialog > .modal-content > .modal-body {
    }

    .share_social > li {
        width: 32%;
    }

    .share_social > li::before {
        margin-left: -20px;
    }

    #related_accordion {
        display: none;
    }

}

#headingOne .fa-plus::before {
    content: "\f068";
!important;
}

#headingOne .collapsed .fa-plus::before {
    content: "\f067";
!important;
}

#scroll-container {
    height: 200px;
    overflow-y: scroll;
    user-select: none;
}

.search_result_cnt {
    padding: 0 20px;
}

/*Loader CSS*/
.loader {
    border: 5px solid #f3f3f3;
    /*
    border-top: 5px solid #3498db;
    */
    display: none;
    border-top: 5px solid #f38230;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    animation: spin 2s linear infinite;
    display: inline-flex;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 1200px){
    .container {
        width: auto;
    }
}

#related_linkUl{
    max-height: 300px;
}