@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Regular.eot');
    src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-Regular.woff2') format('woff2'), url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf') format('truetype'), url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-BoldCond.eot');
    src: url('../fonts/MyriadPro-BoldCond.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-BoldCond.woff2') format('woff2'), url('../fonts/MyriadPro-BoldCond.woff') format('woff'), url('../fonts/MyriadPro-BoldCond.ttf') format('truetype'), url('../fonts/MyriadPro-BoldCond.svg#MyriadPro-BoldCond') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Bold.eot');
    src: url('MyriadPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-Bold.woff2') format('woff2'), url('../fonts/MyriadPro-Bold.woff') format('woff'), url('../fonts/MyriadPro-Bold.ttf') format('truetype'), url('../fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

.row {
    clear: both;
}

img {
    max-width: 100%;
}


/*.scrollbar-outer {
    max-height: 300px;
}*/

.scrollbar-outer.scrollbar-outer2 {
    height: 300px;
}

.full-width {
    width: 100%;
    float: left;
}

.up-stage {
    border-bottom: 1px solid #a7a9ac;
    margin-top: 20px;
}

.g-gray-heading {
    margin-top: 30px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

li a span.search-button.toogle span {
    color: #9a9a9a;
}

.g-gray-heading span,
.navbar-default .navbar-nav>li>a>span,
.log-out a {
    color: #8dc63f;
}

span.pad-right {
    padding-right: 6px;
}

.applications-logo {
    padding: 30px 20px;
    background-color: #eee;
    width: 100%;
    float: left;
}

ul.nav.navbar-nav.navbar-right.only-mobile>li>ul>li>a {
    visibility: visible;
}

span.submenu_slide.gaga.hidesub_menu+ul {
    display: block !important;
}

.grid-table {
    width: 100%;
    float: left;
    border-top: 2px solid #999;
    border-bottom: 2px solid #999;
}

.col-grid {
    padding: 15px 15px 15px 1.5rem;
    /*background-color: #eeeeee;*/
}

.bg-light-grey {
    background-color: #f8f8f8;
}


/*.collapse-box-widget .col-grid:nth-child(even) {
	background-color: #f8f8f8;
}*/

input.check {
    width: 24px;
    height: 24px;
    animation: all 5s ease-in-out;
    background-size: cover;
    float: left;
    margin: 0 5px 0;
}

.check.check-share {
    background-image: url("../images/check-share.png");
}

.check.check-share:checked {
    background-image: url("../images/check-share-checked.png");
}

.check.check-star-fill {
    background-image: url("../images/star-fill.png");
}

.check.check-star-fill:checked {
    background-image: url("../images/star-fill-checked.png");
}

.collapse-box-widget .panel-title a.collapsed {
    color: #8dc63f;
}

.collapse-box-widget .panel-title a.collapsed:hover,
.collapse-box-widget .panel-title a:hover {
    color: #9a9a9a;
}

.collapse-box-widget.widget-grey .panel-title a.collapsed {
    color: #3d3d3d;
}

.collapse-box-widget.widget-grey .panel-title a.collapsed:hover,
.collapse-box-widget.widget-grey .panel-title a:hover {
    opacity: 0.7;
}

.share-icon {
    float: left;
}

.panel-title .check-icons {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99;
}

a.absolute {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 45px;
}

a.absolute:hover {
    opacity: 0;
}

.check-icons.normal-check input {
    width: 20px;
    height: 20px;
}

.check-icons.normal-check label {
    border: 1px solid #7f7f7f;
    width: 20px;
    height: 20px;
    background: #fff;
}

.check-icons.normal-check input:checked+label {
    background: #fff url("../images/check_icon.png") 3px 3px no-repeat;
}

.check-icons {
    width: 24px;
    height: 24px;
    float: left;
    position: relative;
    margin-left: 10px;
}

.check-icons input {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 24px;
    height: 24px;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
}

.check-icons input:checked+label {
    background-image: url(../images/star-fill-checked.png);
}

.check-icons label {
    margin: 0;
    width: 24px;
    height: 24px;
    background: url(../images/star-fill.png) left top no-repeat;
}

.collapse-box-widget,
.panel.panel-default {
    width: 100%;
    float: left;
}

.text-grey {
    padding-top: 5px;
    color: #7f7f7f;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.border {
    border: 2px solid #ddd;
}


/*breadcrumbs*/

ul.breadcrumbs {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}

ul.breadcrumbs li {
    float: left;
    padding-right: 10px;
    position: relative;
}

ul.breadcrumbs li a {
    color: #7f7f7f;
}

ul.breadcrumbs li:after {
    content: "\f101";
    font-family: "Fontawesome";
    padding-left: 8px;
    font-size: 12px;
}

ul.breadcrumbs li:last-child:after {
    display: none;
}


/*Page Head*/

.page-head {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.page-head h1 {
    float: left;
    letter-spacing: 5px;
}


/*Socials Icons*/

ul.socials-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}

ul.socials-icons li {
    float: left;
    font-size: 20px;
    padding-left: 15px;
    color: #ddd;
}

ul.socials-icons li a {
    color: #ddd;
}

ul.socials-icons li.active {
    color: #7f7f7f;
}

ul.socials-icons li a:hover {
    color: #7f7f7f;
}

.page-head .simple-text {
    clear: both;
    float: right;
    color: #7f7f7f;
}


/*Up sataForm*/

.upstage-form .form-control {
    height: 34px;
    margin-bottom: 10px;
    padding: 0 8px;
}

.upstage-form textarea.form-control {
    height: auto;
    padding: 8px;
}

.upstage-form {
    width: 100%;
    float: left;
    background: #f8f8f8;
    padding-bottom: 15px;
    padding-top: 15px;
    position: relative;
    margin-bottom: 20px;
}

.form-control-text {
    padding: 5px 0;
    text-align: center;
    line-height: 2em;
}

.datepicker .icon-arrow-right:before {
    font-family: "FontAwesome";
    content: "\f061";
}

.datepicker .icon-arrow-left:before {
    font-family: "FontAwesome";
    content: "\f060";
}

.upstage-form:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 12px solid #f8f8f8;
    position: absolute;
    top: 18px;
    left: -12px;
    z-index: 99;
}

.message-valid,
.message-valid:hover {
    color: #8dc63f;
    border: 1px solid #7f7f7f;
    border-radius: 0;
    background: #fff url(../images/check_icon.png) 38px 8px no-repeat;
    padding-right: 22px;
    margin-right: 10px;
}

.btn-submit,
.btn-submit:hover {
    color: #fff;
    background-color: #939598;
    border-radius: 0;
    margin-right: 10px;
}

.message-valid:hover,
.btn-submit:hover {
    opacity: 0.7;
}

.c-icon {
    background: url(../images/c-icon.png) no-repeat right;
    padding-right: 33px;
    line-height: 25px;
}

.upstage-form .admin_name {
    line-height: 41px;
}

.widget-margin .panel.panel-default {
    margin-bottom: 15px;
}


/*Product Items*/

.product-item {
    width: 100%;
    float: left;
    position: relative;
    background: #f8f8f8;
    padding: 0 10px 10px;
    margin-bottom: 20px;
    border: 1px solid #fff;
}

.product-item:hover {
    border: 1px solid #b8b8b8;
}

.pro-checkbox {
    position: relative;
    z-index: 2;
    width: 23px;
    height: 23px;
    float: left;
}

.col-grid .pro-checkbox {
    margin-left: 10px;
}

.col-grid .link {
    line-height: 24px;
    color: #676767;
    font-size: 14px;
}

.link:hover {
    color: #676767;
    text-decoration: none;
}

.pro-check-icons .pro-checkbox {
    margin-top: 2px;
}

.pro-checkbox input[type='checkbox'] {
    width: 100%;
    height: 100%;
    margin: 0;
    display: block;
    opacity: 0;
    cursor: pointer;
}

.pro-checkbox a {
    background-color: #fff;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: 1px solid #ccc;
}

.pro-checkbox input[type='checkbox']:checked+a {
    background-color: #ddd;
    -webkit-box-shadow: inset 0px 0px 0px 5px #fff;
    -moz-box-shadow: inset 0px 0px 0px 5px #fff;
    box-shadow: inset 0px 0px 0px 5px #fff;
}

.pro-image {
    cursor: pointer;
    height: 220px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: calc(100% - 40px);
    margin: auto;
}

.pro-title {
    padding: 10px 20px 0;
}

.pro-btns {
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
    text-align: center;
    opacity: 0;
}

.pro-btns a {
    background-color: #fff;
    color: #9a9a9a;
    font-size: 11px;
    padding: 12px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    letter-spacing: 3px;
    border-bottom: solid 2px #9a9a9a;
    display: inline-block;
}

.pro-title .visit-page {
    padding: 5px 5px 5px 0;
    color: #4a4b4a;
    display: inline-block;
    line-height: normal;
    height: 30px;
    font-size: 1em;
}

.visit-page:hover {
    text-decoration: none;
    color: #777777;
}


/*.product-item:hover .pro-title {
	opacity: 0;
}*/

.product-item:hover .pro-btns {
    opacity: 1;
}

.pro-btns .download {
    width: 51%;
    margin-right: 5px;
}

.pro-btns .share {
    width: 37%;
}

.pro-title h4,
.pro-title h3 {
    margin-top: 0;
    color: #4a4b4a;
    font-size: 1.3rem;
    letter-spacing: 0px;
    line-height: initial;
    text-transform: capitalize;
    white-space: nowrap;
}

.pro-title h4 a,
.pro-title h3 a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color: #4a4b4a;
}

.pro-title h4 a:hover,
.pro-title h3 a:hover {
    color: #4a4b4a;
    text-decoration: none;
}

.pro-title h4 span,
.file-name span {
    font-weight: bold;
    color: #F39662;
    padding-right: 5px;
    font-size: 12px;
}

.pro-title h3 {
    word-break: break-word;
    margin: 0;
    margin-bottom: 14px;
}

.pro-in-tabs {
    padding-top: 20px;
    border-top: 2px solid #999;
    border-bottom: 2px solid #999;
}


/*.pro-in-tabs .scrollbar-outer {
	max-height: 350px;
}*/


/*Checkbox Lock*/

.lock_checkbox {
    position: relative;
    float: left;
    height: 24px;
    width: 24px;
}

.animate-spin-send-email {
    background: url(../images/lazy-loader-animation.gif);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.panel-title .lock_checkbox {
    position: absolute;
    right: 60px;
    top: 22px;
}

.lock_checkbox input {
    /*cursor: pointer;*/
    height: 24px;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 24px;
}

.pro-check-icons {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
}

.pro-check-icons .favorite_star_check {
    margin-left: 3px;
    margin-right: 7px;
}

.pro-check-icons .lock_checkbox {
    margin-top: 2px;
}


/*.lock_checkbox input:checked + label {
    background-position: 0 -46px;
}*/

.lock_checkbox label {
    height: 25px;
    margin: 0;
    width: 25px;
    background: url(../images/lock_check.png) 0 -46px no-repeat;
}

.favorite_star_check {
    float: left;
    height: 24px;
    width: 24px;
    position: relative;
}

.panel-title .favorite_star_check {
    position: absolute;
    right: 20px;
    top: 20px;
}

.favorite_star_check input {
    cursor: pointer;
    height: 24px;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 24px;
    z-index: 2;
}

.favorite_star_check input:checked+label {
    background-position: 0 -45px;
}

.favorite_star_check label {
    height: 25px;
    margin: 0;
    width: 25px;
    background: url(../images/star_check.png) left top no-repeat;
}

.loader-wrap {
    width: 100%;
    float: left;
    padding: 70px 0;
    text-align: center;
    background: #fff;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 9;
}

.widget-margin .scrollbar-outer {
    display: none;
}

.lock-overlay {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9;
}

.lock-overlay.active {
    display: block;
}


/*Filtes */

.reset-wrap {
    width: 100%;
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    margin-bottom: 20px;
}

.reset-wrap span {
    display: block;
    padding: 10px;
    text-align: center;
}

.reset-btn {
    background-color: #DCDCDC;
    padding: 10px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    letter-spacing: 1.2px;
    margin: 0;
    width: 100%;
    display: none;
}

.reset-wrap input {
    display: none;
}

.filter-wrap,
.filter,
.filter-title {
    width: 100%;
    float: left;
}

.margin-right {
    margin-right: 20px !important;
}

.filter {
    background-color: #F8F8F8;
    position: relative;
}

.filter:nth-child(odd) {
    background-color: #eee;
}

.filte-count {
    position: absolute;
    right: 12px;
    top: 12px;
    padding-right: 15px;
    background: url("../images/icon-check-grey.png") no-repeat right 4px;
}

.filter-title {
    padding: 10px 30px 10px;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
}

.filter-title:after {
    font-family: "aperculight";
    content: '+';
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    left: 15px;
    top: 5px;
}

.modal-body .thankyou-message-body {
    text-align: center;
}

.filter.active .filter-title:after {
    font-family: "aperculight";
    content: '-';
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    left: 15px;
    top: 5px;
}

.filter-items {
    list-style: none;
    padding-left: 30px;
    float: left;
    width: 100%;
}

.filter>.filter-items {
    display: none;
}

.filter-item {
    position: relative;
    float: left;
    width: 100%;
}

.filter-item input {
    width: 8px;
    height: 8px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.filter-item label {
    background: url(../images/filter-check.png) no-repeat 0px 4px;
    padding-left: 15px;
    font-weight: 100;
}

.filter-item input:checked+label {
    background: url(../images/filter-check-checked.png) no-repeat 0px 4px;
}

.bg-lightgrey {
    background-color: #F8F8F8;
}

.padding-20 {
    width: 100%;
    float: left;
    padding: 15px;
}

.bg-lightgrey span.text {
    line-height: 40px;
}


/*Filter Search*/

.keyword-search {
    width: 100%;
    float: left;
    position: relative;
}

.keyword-search input {
    border-bottom: 2px solid #eeeeee;
    padding: 30px 20px 10px;
    width: 100%;
}

.filter-btn {
    width: 20px;
    height: 20px;
    background: url("../images/icon-search.png") no-repeat;
    display: block;
    position: absolute;
    top: 25px;
    right: 10px;
    cursor: pointer;
}


/*Product Listing*/

.pro-listing-wrap {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.item-not {
    float: left;
    margin-top: 20px;
    font-weight: bold;
}

ul.nav.navbar-nav.navbar-right.only-mobile {
    display: none;
}

@media (max-width:1024px) {
    ul.nav.navbar-nav.navbar-right.only-desktop {
        display: none !important;
    }
    ul.nav.navbar-nav.navbar-right.only-mobile {
        display: block;
    }
}

@media (max-width:768px) {
    .collapse-box-widget .file-name {
        clear: both;
    }
    .favorited_pages ul li {
        width: 50% !important;
    }
    .favorited_pages ul li ul li {
        width: 100% !important;
    }
}

@media (max-width:500px) {
    .collapse-box-widget .file-name {
        clear: both;
    }
    .favorited_pages ul li {
        width: 100% !important;
    }
    .favorited_pages ul li ul li {
        width: 100% !important;
    }
}

@media (min-width:768px) {
    .collapse-box-widget .file-name {
        width: 50%;
        margin-left: 2rem;
    }
}


/*Naveen*/

.up-stage h3 {
    font-size: 20px;
    color: #7f7f7f;
    font-family: Myriad Pro;
}

.up-stage p {
    color: #9c9c9c;
    font-family: Myriad Pro;
    font-size: 13px;
    line-height: 18px;
}

.up-stage .date {
    color: #7f7f7f;
    font-family: Myriad Pro;
    font-size: 13px;
    line-height: 17px;
    float: right;
    margin-top: -28px;
}

.up-stage .normal-link {
    color: #7f7f7f;
    font-family: Myriad Pro;
    font-size: 13px;
    line-height: 18px;
    float: right;
}

.up-stage .video_icon {
    float: left;
    margin-bottom: 20px;
    margin-right: 15px;
    width: 100px;
}

.left_navigation_area {
    position: fixed;
    top: 90px;
    left: 0;
    z-index: 99999;
}

.navigation_btn {
    background: #8dc63f;
    text-transform: uppercase;
    font-family: Myriad Pro;
    font-size: 18px;
    padding: 7px 12px 4px 37px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    float: left;
    line-height: 31px;
}

.navigation_btn::before {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 12px;
    position: absolute;
    top: 19px;
    width: 14px;
}

.navigation_btn::after {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    content: "";
    height: 14px;
    left: 18px;
    position: absolute;
    top: 13px;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    width: 2px;
}

.navigation_btn.active_navi::after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.navigation_list_area {
    width: 670px;
    float: left;
    left: 38px;
    position: absolute;
    display: none;
    z-index: 2;
    padding: 5px 10px 8px 10px;
    border-top: 1px solid #8dc63f;
    overflow: auto;
}

.navigation_list_area::before {
    background: rgb(238, 238, 238) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.98;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.list_item_wapper {
    width: 50%;
    float: left;
}

.lsit_item_area {
    width: 100%;
    float: left;
}

.lsit_item_title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #7f7f7f;
    letter-spacing: 2px;
    font-family: Myriad Pro;
}

.lsit_item_area ul {
    margin: 0;
    padding: 0 0 0 30px;
}

.lsit_item_area ul li {
    float: left;
    width: 100%;
    list-style: none;
    position: relative;
    font-size: 14px;
    color: #9c9c9c;
    line-height: 1.1;
    padding: 0 0 4px;
    font-family: Myriad Pro;
}

.lsit_item_area ul li a {
    font-size: 13px;
    color: #9c9c9c;
}

.main-template-content {
    font-family: Myriad Pro;
}

.warning_popup,
.favorite_popup {
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 999999;
    font-family: Myriad Pro;
    padding: 35px 45px;
    max-width: 730px;
    width: 100%;
    display: none;
}

.warning_popup_title {
    border-bottom: 1px solid #7f7f7f;
    font-family: Myriad Pro;
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 4px;
    text-align: right;
    letter-spacing: 1px;
}

.warning_popup p {
    margin-bottom: 40px;
    font-size: 15px;
}

.dont_show_text {
    display: inline-block;
    margin: 9px 0 0;
    position: relative;
}

.dont_show_text input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    margin: 0;
    opacity: 0;
    padding: 0;
    z-index: 2;
}

.dont_show_text input[type="checkbox"]:checked+label:before {
    background-position: 2px 3px;
}

.dont_show_text label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    border: 1px solid #7f7f7f;
    background: url(../images/check_icon.png) 2px 33px no-repeat;
}

.dont_show_text label {
    font-size: 15px;
    font-weight: 400;
    padding-left: 27px;
    position: relative;
}

.warning_btn {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #7f7f7f;
    font-size: 14px;
    margin-left: 17px;
    padding: 8px 16px;
    letter-spacing: 2px;
    float: right;
}

.warning_popup_overly {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #000;
    opacity: 0.5;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none;
}

.field_select_download_area {
    width: 100%;
    float: left;
    background: #f8f8f8;
    padding: 13px 16px;
    font-family: Myriad Pro;
}

.select_field_text {
    color: #969696;
    float: left;
    font-size: 14px;
    padding: 13px 0 0 2rem;
}

.select_download {
    float: right;
}

.selectAll_field_check {
    float: left;
    margin: 4px 0 0;
    position: relative;
}

.selectAll_field_check input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 2px;
    width: 24px;
    height: 24px;
    margin: 0;
    opacity: 0;
    padding: 0;
    z-index: 2;
    border: 1px solid #7f7f7f;
    background: #fff url(../images/big_check_icon.png) 2px 33px no-repeat;
}

.selectAll_field_check input[type="checkbox"]:checked+label:before {
    background-position: 4px 4px;
}

.selectAll_field_check label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 24px;
    height: 24px;
    border: 1px solid #7f7f7f;
    background: #fff url(../images/big_check_icon.png) 2px 33px no-repeat;
}

.selectAll_field_check label {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    padding: 5px 0 4px 38px;
}

.download_share_btn {
    background: #fff url(../images/smalldownload_icon.png) no-repeat scroll 94% 5px;
    border-bottom: solid 2px #DDD;
    float: left;
    font-size: 13px !important;
    letter-spacing: 2px;
    line-height: 8px !important;
    margin-left: 17px;
    padding: 17px 49px 6px 12px;
    color: #3D3D3D !important;
    opacity: 0.4;
    pointer-events: none;
    cursor: default;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    height: 38px;
}

.download_share_btn:hover,
.download_share_btn:visited,
.download_share_btn:focus {
    text-decoration: none;
    color: #3D3D3D;
}

.download_share_btn.disabled {
    opacity: 0.4;
}

.bg-lightgrey .download_share_btn.disabled {
    cursor: pointer;
    opacity: 1;
    pointer-events: auto;
}

.download-enabled {
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
}


/*26-2016*/

.xv-top-bar .dashboard_menu a {
    font-size: 14px;
    font-family: Myriad Pro;
    color: #9a9a9a;
    letter-spacing: 1px;
    padding: 0;
}

.xv-header-links.dashboard_menu {
    position: initial;
}

.xv-header-links.dashboard_menu>li:first-child {
    padding: 1rem 2rem;
}

.xv-header-links.dashboard_menu .regions-dropdown {
    position: relative;
    min-width: initial;
}

.xv-header-links.dashboard_menu .dropdown-menu {
    width: 273px;
}

.xv-header-links.dashboard_menu .dropdown-menu a {
    padding: 1.8rem 2.8rem;
}

.xv-header-links.dashboard_menu .logout_link a {
    color: #8DC63F;
}

.dashboard_menu .teknion_menu a span {
    color: #8DC63F;
}

.teknion_menu_dropdown {
    position: absolute;
    right: 10px;
    left: 10px;
    top: 100%;
    background: #f3f3f3;
    z-index: 1000;
    text-align: left;
    padding: 20px 25px 0;
    display: none;
}

.inner_teknion_menu_area {
    width: 100%;
    float: left;
    padding-bottom: 20px;
}

.teknion_menu_title {
    color: #8dc63f;
    font-family: Myriad Pro;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0 0 7px;
    line-height: 1.1;
}

.teknion_menu_dropdown ul {
    margin: 0;
    padding: 0
}

.teknion_menu_dropdown ul li {
    list-style: none;
    padding: 0 0 5px;
}

.teknion_menu_dropdown ul li .list_check {
    position: relative;
}

.teknion_menu_dropdown ul li .list_check input[type="checkbox"] {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    display: none;
}

.dashboard_menu .teknion_menu_dropdown ul li a {
    font-size: 15px;
    font-family: Myriad Pro;
    color: #8a898a;
    padding: 0 0 0 20px;
    text-transform: capitalize;
}

.dashboard_menu .teknion_menu_dropdown ul li a:before {
    background: rgba(0, 0, 0, 0) url("../images/star-fill.png") no-repeat scroll left top /18px auto;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    content: '';
    top: 2px;
    display: none;
}

.teknion_menu_dropdown ul li .list_check input[type="checkbox"]:checked+a:before {
    background-image: url("../images/star-fill-checked.png");
}

.mypage_section {
    width: 100%;
    float: left;
    padding: 20px 0;
    border-bottom: 1px solid #999999;
    border-top: 1px solid #999999;
}

.mypage_section ul {
    margin: 0 -12px;
    padding: 0;
}

.mypage_section ul li {
    list-style: none;
    font-family: Myriad Pro;
    font-size: 14px;
    float: left;
    width: 25%;
    padding: 0 12px 10px;
}

.mypage_section ul li a {
    float: left;
    padding: 2px 0;
    color: #000;
}

.mypage_section ul li .check-icons {
    float: right;
}

.myteknion_welcome_area {
    font-family: Myriad Pro;
    color: #8a898a;
    font-size: 16px;
    padding: 10px;
}

.myteknion_welcome_area .welcome_title {
    font-size: 24px;
    color: #000;
}

.myteknion_welcome_area .date {
    font-size: 17px;
    color: #8a898a;
}

.myteknion_welcome_area p {
    color: #000;
}

.myteknion_welcome_area .heading_h5 {
    color: #000;
}

.myteknion_welcome_area ul li {
    color: #000;
}

.myteknion_welcome_area p a {
    font-weight: 700;
    color: #000;
}

.admin_name {
    float: right;
    font-size: 17px;
    color: #8dc63f;
}

.upstage-form-wrap .myteknion_welcome_area::before {
    border-bottom: 15px solid rgba(0, 0, 0, 0);
    border-right: 12px solid #F3F3F3;
    border-top: 15px solid rgba(0, 0, 0, 0);
    content: "";
    height: 0;
    left: -12px;
    position: absolute;
    top: 18px;
    width: 0;
    z-index: 99;
}

.upstage-form-wrap .myteknion_welcome_area {
    margin-bottom: 20px;
    position: relative;
    padding: 20px;
    background: #f3f3f3;
    width: 100%;
    float: left;
}

.noitem_section {
    width: 100%;
    float: left;
    font-size: 14px;
    font-family: Myriad Pro;
    display: none;
}

.noitem_section span {
    display: block;
    text-transform: uppercase;
}


/**14-12-16**/

.favorited_pages {
    width: 100%;
}

.favorited_pages ul {
    margin: 0;
    padding: 0;
}

.favorited_pages ul li {
    float: left;
    width: 25%;
    padding: 0 30px 0 0;
    box-sizing: border-box;
}

.favorited_pages ul li ul {
    margin: 0;
    padding: 0;
}

.favorited_pages ul li ul li {
    display: block;
    padding: 5px 0;
    width: 100%;
    position: relative;
    padding: 5px 30px 5px 0;
}

.favorited_pages ul li ul li a {
    text-decoration: none;
    list-style: nine;
}

.check-icons-fav {
    width: 24px;
    height: 24px;
    float: right;
    position: relative;
    margin-left: 10px;
    position: absolute;
    right: 0;
}

.check-icons-fav input {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 24px;
    height: 24px;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
}

.check-icons-fav label {
    margin: 0;
    width: 24px;
    height: 24px;
    background: url(../images/star-fill.png) left top no-repeat;
}

.check-icons-fav input:checked+label {
    background-image: url("../images/star-fill-checked.png");
}

.collapse-box-featured-items P {
    padding: 0 2rem;
}

#assetsDownloadModal .asset-download-row.original {
    display: none;
}

.panel-collapse .normal-check {
    height: 20px;
    margin-top: 3px;
    width: 20px;
}

.modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.new {
    position: relative;
}

.new:before {
    content: "NEW";
    position: absolute;
    left: -26px;
    font-size: 10px;
    top: 1px;
    color: #F39662;
    font-weight: bold;
}

.panel .new:before {
    left: -29px;
    font-size: 12px !important;
    top: 2px;
}

a.visit-page-icon {
    font-size: 14px;
    color: #676767;
    text-decoration: none;
}

a.visit-page-icon span {
    font-size: 22px;
    line-height: normal;
}

.panel .pro-title h4 a,
.pane .pro-title h3 a {
    font-size: 1em
}

a.visit-page-icon+.pro-checkbox {
    display: none;
}

a.visit-page-icon.ch-vs {
    display: inline-block;
    line-height: 24px;
}

a.visit-page-icon.ch-vs+.pro-checkbox {
    display: block;
    float: right;
}


/***
* prev-middle not-prev
*/

.prev-middle.not-prev {
    padding-left: 0;
}

.confirm-share {
    float: right;
    background: #8dc63f;
    color: #fff;
    padding: 10px 6px;
    cursor: pointer;
}

.confirm-share input {
    background: transparent;
    padding: 0;
    font-size: 0.8em;
}

.confirm-share .fa {
    font-size: 1.2em;
}

.text-private {
    float: left;
    padding: 10px 0;
    margin-left: -50px;
    color: #8dc63f;
}

.text-private span {
    margin-top: 3px;
    display: inline-block;
    padding-left: 5px;
}

.absolute-cmera-icon {
    display: block;
    width: 50px;
    position: absolute;
    bottom: 15px;
    right: 25px;
}

.panel-default .pro-content {
    height: 80px;
}

.panel-default .pro-title a.visit-page-icon span {
    font-size: 26px;
}


/**Single File Preview*/

.single-prev-wrap {
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    background: #595959;
    z-index: 9999;
}

.pdf_area {
    position: absolute;
    width: calc(100% - 300px);
    height: 100%;
    left: 0px;
    margin: auto;
    text-align: center;
    z-index: 999;
    top: 0px;
    bottom: 0;
    padding: 15px;
}

.pdf_area .image-full-prev {
    height: 100%;
}

.right_section {
    position: absolute;
    right: 0;
    top: 0px;
    height: 100%;
    width: 300px;
    overflow: auto;
    padding-bottom: 10px;
    z-index: 999;
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
}

.close_menu span {
    position: absolute;
    right: 15px;
    font-size: 20px;
    top: 0px;
    cursor: pointer;
}

.right_deteial {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.right_deteial h6 {
    margin: 0px;
    text-transform: uppercase;
    font-size: 13px;
    border-bottom: 1px solid #908f8f;
    padding-bottom: 5px;
    margin-bottom: 5px;
    line-height: 20px;
}

.right_deteial p {
    margin: 0px;
    font-size: 13px;
    line-height: 20px;
    text-transform: capitalize;
}

.right_deteial ul {
    margin: 0;
    padding: 0px;
    display: block;
    overflow: auto;
}

.right_deteial ul p {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 5px;
}

.right_deteial li {
    display: block;
    list-style: none;
    padding-left: 20px;
    margin-bottom: 3px;
}

.right_deteial li a {
    text-transform: capitalize;
    font-size: 13px;
    color: #989898;
}

.link_area {
    width: 100%;
    float: left;
    text-align: left;
    padding-top: 15px;
    border-top: 1px solid #c7c7c7;
    margin-top: 20px;
}

a.view-more-single-prev {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 185px;
    z-index: 9999;
    background: #fff;
    top: 0;
    bottom: 0;
    padding: 11px 5px;
    max-height: 34px;
    font-size: 0.7em;
    letter-spacing: 1.2px;
    color: #000;
    box-shadow: -1px 0 22px -6px #000;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
    padding-right: 28px;
}

a.view-more-single-prev i {
    position: absolute;
    right: 8px;
    top: 10px;
    color: #212020;
    font-size: 1.8em;
    opacity: 0.3;
}

.link_area a {
    display: inline-block;
    padding: 14px 22px;
    background: #dcdcdc;
    color: #fff;
    font-size: 0.8em;
    text-decoration: none;
}

.link_area a i {
    margin-left: 3px;
}

.link_area a:last-child {
    float: right;
}

.bynder {
    position: absolute;
    display: inline-block;
    right: 15px;
    z-index: 99999;
    bottom: 15px;
}

.description h6 {
    margin: 0px;
}

.description p {
    background: #eeeeee;
    font-size: 12px;
    padding: 8px 10px 30px 10px;
    line-height: 18px;
}


/*.menu_rightsection {
    max-height: 300px;
}*/


/**Single File Preview*/