body {
    background-color: #f9f9f9;
    margin: 0;
    min-height: 100%;
    padding: 0;
}

button {
    border: 0 solid;
    outline: 0 none;
    overflow: visible;
    width: auto;
}

body, input, textarea, select, button, .normal {
    color: #3d464d;
    font-family: "Open Sans","lucida grande","Segoe UI",arial,verdana,"lucida sans unicode",tahoma,sans-serif;
    font-size: 13px;
    font-weight: normal;
}

a, a * {
    outline: medium none;
}

a {
    color: #2895f1;
    text-decoration: none;
}

#account-header .bubble-dropdown-target:hover {
    text-decoration: underline;
}

#outer-frame {
    margin: 0;
    min-height: 0;
    padding-top: 47px;
    width: auto;
}

#page-content {
    position: relative;
    margin: 0;
    min-height: 0;
    padding: 0;
    width: auto;
}

#default-content {
    margin-top: 35px;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
}

#default-content .filename {
    color: #555;
    font-size: 13px;
    padding-top: 12px;
    text-align: center;
}

#default-content .meta {
    margin: 5px 0 25px;
}

#content-area #default-content a.freshbutton-blue, #content-area #default-content a.freshbutton-lightblue {
    margin: 10px;
}
.freshbutton-blue, .button-primary, a.button-primary {
    background-color: #007ee5;
    background-image: linear-gradient(#168add, #007ee5);
    border: 1px solid #0c6ebe;
    color: white;
}
.freshbutton-lightblue, .button-secondary, a.button-secondary {
    background-color: #f4faff;
    background-image: linear-gradient(#fffffe, #f4faff);
    border: 1px solid #5eb0f0;
    color: #007ee5;
}
.freshbutton, .freshbutton-red, .freshbutton-blue, .freshbutton-lightblue, .freshbutton-blue-on-gray, .freshbutton-gray, .freshbutton-silver, .freshbutton-green, .freshbutton-no-hover, .button-primary, .button-secondary, .button-tertiary {
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    overflow: visible;
    text-align: center;
    text-decoration: none;
}
.freshbutton, .freshbutton-red, .freshbutton-blue, .freshbutton-lightblue, .freshbutton-blue-on-gray, .freshbutton-gray, .freshbutton-silver, .freshbutton-green, .freshbutton-no-hover {
    border-radius: 3px;
    /*padding: 5px 16px;*/
    padding: 10px 26px;
    /*padding: 17px 58px;*/
}
.freshbutton-blue:hover, .freshbutton-blue.hovered, .button-primary:hover, .button-primary.hovered, a.button-primary:hover, a.button-primary.hovered {
    background: rgba(0, 0, 0, 0) linear-gradient(#168eef, #007ee5) repeat scroll 0 0;
}
.freshbutton-lightblue:hover, .freshbutton-lightblue.hovered, .button-secondary:hover, .button-secondary.hovered, a.button-secondary:hover, a.button-secondary.hovered {
    background: rgba(0, 0, 0, 0) linear-gradient(#fffffe, #e5f3ff) repeat scroll 0 0;
}
.freshbutton:hover, .freshbutton:focus, .freshbutton-red:hover, .freshbutton-red:focus, .freshbutton-blue:hover, .freshbutton-blue:focus, .freshbutton-lightblue:hover, .freshbutton-lightblue:focus, .freshbutton-blue-on-gray:hover, .freshbutton-blue-on-gray:focus, .freshbutton-gray:hover, .freshbutton-gray:focus, .freshbutton-silver:hover, .freshbutton-silver:focus, .freshbutton-green:hover, .freshbutton-green:focus, .freshbutton-no-hover:hover, .freshbutton-no-hover:focus, .button-primary:hover, .button-primary:focus, .button-secondary:hover, .button-secondary:focus, .button-tertiary:hover, .button-tertiary:focus {
    text-decoration: none;
}		

.lrd2 {
	font-family: sans-serif;font-size: 24px;
	display: block;
	text-align: center;
	height: 65px;
	width: 240px;
	margin: 20px auto;
	line-height: 65px;
	padding-left: 40px;
	position: relative;
	background: rgb(41,127,184);
	color: rgb(255,255,255);
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow:0px 1px 0px rgba(0,0,0,0.5);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)";zoom:1;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true);
	-moz-box-shadow:0px 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.2);
	box-shadow:0px 2px 2px rgba(0,0,0,0.2);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true);
}
.lrd2 span {
	position: absolute;
	left: 0;
	width: 50px;
	background-color:rgba(0,0,0,0.5);
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-right: 1px solid  rgba(0,0,0,0.15);
}
.lrd2:hover span, .lrd2.active span {
	background:#fff;
	border-right: 1px solid  rgba(0,0,0,0.3);
	color: #297FB8;
}

#content-area .content-flag:hover {
    background-color: #f2fafe;
    border-color: #88cefb #69b9ec #45a1db;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px 0 #fff;
}

.buttons-normal, #hints { /*.button-flash, */
    display: none;
}

.bigicon {
    max-height: 200px;
}


#modal {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease .51s;
    -o-transition: all ease .51s;
    transition: all ease .51s;
    position: fixed;
    top: 50%;
    height: 345px;
    margin-top: -172px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 999;
    width: 518px;
    background: #fff;
}
#modal .modal-content {
    background: #19A1DD;
    overflow: hidden;
    padding-top: 10px;
}
#modal .modal-content .popup-img {
    float: right;
    position: relative;
}
#modal .modal-content .popup-img .app-icon {
    position: absolute;
    top: 30px;
    left: 50px;
}
#modal .modal-content .popup-img .app-icon .app-name {
    font-size: 9px;
    line-height: 12px;
    color: #fff;
    padding-top: 5px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#modal .modal-content .popup-img img {
    vertical-align: top;
}
#modal .modal-content h1 {
    overflow: hidden;
}
#modal .modal-footer {
    text-align: center;
}
#modal .modal-footer h3 {
    padding-top: 20px;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 18px;
}
#modal .modal-footer .btn {
    background: #19A1DD;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    text-decoration: none;
    padding: 6px 40px 7px;
}
#modal .modal-footer .btn:hover {
    background: #1D9DD6;
}
#modal.vis {
    visibility: visible;
    opacity: 1;
}
#modal > * {
    z-index: 20;
    position: relative;
}
#modal .back {
    z-index: 1;
    background: #4ABFED;
    height: 280px;
    left: 0;
    top: 0;
    right: 0;
    position: absolute;
}
#modal h1 {
    margin: 0 0 8px;
    color: #fff;
    font-weight: normal;
    font-size: 25px;
    line-height: 29px;
    padding: 65px 12px 20px 28px;
}
#modal h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
    margin: 0 0 30px;
}
#overlay, #overlay-flash-hint {
    cursor: pointer;
    background: rgba(0,0,0, .5);
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;

    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
}
#overlay.vis, #overlay-flash-hint.vis {
    visibility: visible;
    opacity: 1;
}

#hints {
    display: none;
}

#step-thumbs ul {
    vertical-align: top;
    list-style: none;
    padding: 0;
    margin: 0;
}

#step-thumbs {
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    background: white;
    width: 1170px;
    text-align: center;
    position: relative;
    top: -200px;
    /*left: -220px;*/
    opacity: 0;
    box-shadow: 2px 2px 13px;
    z-index: 5;
    margin: 10px auto 0;
}

#step-thumbs.no-animation {
    opacity: 1;
    top: 0;
}

.animation {
    -webkit-animation-name: example; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 2s; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
}
@-webkit-keyframes example {
    0% {top:-200px; opacity: 1;}
    100% {top:0px; opacity: 1;}
}
#step-thumbs ul {
    overflow: hidden;
    margin: 0 -10px;
}
#step-thumbs ul li {
    text-align: left;
    float: left;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33%;
    position: relative;
}
#step-thumbs ul li .app-icon {
    position: absolute;
    top: 30px;
    left: 70px;
}
#step-thumbs ul li img {
    width: 100%;
    height: auto;
}
#step-thumbs ul li .app-icon .app-name {
    font-size: 9px;
    line-height: 12px;
    color: #fff;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#step-thumbs ul li h5 {
    font-size: 14px;
    padding: 5px 0 4px;
    line-height: 18px;
    margin: 0;
}

#downloadify, #loader {
    position: relative;
    z-index: 20;
}



#download-hint-firefox.vis {
    display: block;
}

#counter {
    display: none;
}

p.counter-seconds {
    margin: 0;
    padding: 0;
    font-size: 36px;
}




.nav-header::before {
    bottom: -1px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 10;
}
.nav-header {
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    height: 30px;
    left: 0;
    padding: 10px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
}



.nav-header .logo {
    display: inline-block;
    line-height: 30px;
}

.nav-header .logo img {
    max-height: 30px;
    max-width: 140px;
    vertical-align: middle;
}

.nav-header .buttons {
    position: absolute;
    right: 29px;
    top: 8px;
}

.nav-header .buttons #account-header {
    padding-top: 0;
}

.nav-header #account-header {
    display: inline-block;
    float: none;
    line-height: 30px;
    vertical-align: top;
}

#account-header {
    -moz-user-select: none;
    font-size: 13px;
}

.nav-header #account-header ul.nav {
    padding-left: 0;
}

#account-header .nav {
    list-style: outside none none;
    margin-top: 0;
}

#account-header .nav li {
    float: left;
    list-style: outside none none;
    margin-left: 10px;
    position: relative;
    z-index: 100;
}

.bubble-dropdown-container {
    position: relative;
}

.nav-header #account-header ul.nav #login-hover-link {
    margin: 0 0 0 20px;
    padding: 0 !important;
}

.bubble-dropdown-target {
    cursor: pointer;
}

.s_web_arrow-down-blue {
    background-position: left -8466px;
    height: 5px;
    width: 9px;
    margin-left: 5px;
    margin-top: -1px;
    padding: 0;
}

.link-img {
    background-color: #fff;
    vertical-align: middle;
}




.shmodel-body #page-content .shmodel-comments #file-comments {
    bottom: 0;
    position: fixed;
    right: 0;
    top: 47px;
}

.comments-holder {
    box-sizing: border-box;
}

.file-feedback .file-feedback-section, .file-feedback .comments-holder {
    background-color: white;
    border-left: 1px solid #e5e5e5;
    color: #3d464d;
    width: 320px;
}

.comments-holder .comment-list {
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
}

.comments-holder .comment-list .comment-list-header-container {
    padding-left: 15px;
    padding-right: 18px;
    padding-top: 10px;
}

.comments-holder .comment-list .comment-list-header-container .comment-list-header {
    padding: 0;
}

.file-feedback .file-feedback-section .file-feedback-section-header .file-feedback-section-header-inner, .file-feedback .file-feedback-section .file-feedback-section-header .comment-list-header-inner, .file-feedback .file-feedback-section .comment-list-header .file-feedback-section-header-inner, .file-feedback .file-feedback-section .comment-list-header .comment-list-header-inner, .file-feedback .comments-holder .file-feedback-section-header .file-feedback-section-header-inner, .file-feedback .comments-holder .file-feedback-section-header .comment-list-header-inner, .file-feedback .comments-holder .comment-list-header .file-feedback-section-header-inner, .file-feedback .comments-holder .comment-list-header .comment-list-header-inner {
    display: table;
    padding-bottom: 5px;
    width: 100%;
}

.file-feedback .file-feedback-section .file-feedback-section-header .file-feedback-section-header-inner .title, .file-feedback .file-feedback-section .file-feedback-section-header .comment-list-header-inner .title, .file-feedback .file-feedback-section .comment-list-header .file-feedback-section-header-inner .title, .file-feedback .file-feedback-section .comment-list-header .comment-list-header-inner .title, .file-feedback .comments-holder .file-feedback-section-header .file-feedback-section-header-inner .title, .file-feedback .comments-holder .file-feedback-section-header .comment-list-header-inner .title, .file-feedback .comments-holder .comment-list-header .file-feedback-section-header-inner .title, .file-feedback .comments-holder .comment-list-header .comment-list-header-inner .title {
    display: table-cell;
    float: left;
}

.comments-holder .comment-list .comment-list-header-container .comment-list-header .comment-list-header-inner .options {
    display: table-cell;
    float: right;
}

.bubble-dropdown-container {
    position: relative;
}

.button-as-link {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #2895f1;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.file-feedback .file-feedback-section .file-feedback-section-header .separator, .file-feedback .file-feedback-section .comment-list-header .separator, .file-feedback .comments-holder .file-feedback-section-header .separator, .file-feedback .comments-holder .comment-list-header .separator {
    border-color: #e5e5e5;
    border-style: none none solid;
    border-width: medium medium 1px;
    height: 0;
    width: 100%;
}

.comments-holder .comment-list .blank-state {
    margin: 10px 0;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

.comments-holder .comment-list .blank-state .blank-state-illustration {
    padding-top: 15px;
}

.comments-holder .comment-list .blank-state .blank-state-illustration img {
    height: 72px;
    width: 108px;
}

.comments-holder .comment-list .blank-state .blank-state-text {
    color: #7b8994;
    font-size: 13px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.comments-holder .comment-list .blank-state .blank-state-text .blue {
    color: #2895f1;
}

.comment-field {
    box-sizing: border-box;
    display: table;
    padding: 11px 15px 15px;
    position: relative;
    table-layout: fixed;
    width: 100%;
}

.comment-field .commenter-photo {
    display: table-cell;
    padding-right: 15px;
    vertical-align: top;
    white-space: nowrap;
    width: 32px;
}

.c-avatar {
    border-radius: 1000px;
    box-sizing: border-box;
    color: #007ee5;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.c-avatar--m {
    font-size: 13px;
    font-weight: 600;
    height: 32px;
    line-height: 28px;
    min-width: 32px;
    width: 32px;
}

.c-avatar.c-avatar--no-img {
    border: 2px solid currentcolor;
}

.c-avatar::after {
    border-radius: 1000px;
    bottom: 0;
    box-shadow: 0 0 0 1px rgba(37, 40, 43, 0.1) inset;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
}

.c-avatar.c-avatar--no-img::after {
    box-shadow: none;
    content: attr(data-initials);
}

.comment-field .comment-box {
    display: table-cell;
    vertical-align: top;
    width: 99%;
}

.mentions-container {
    position: relative;
}

.comment-field .comment-box .mentions-container .mentions-input {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    box-sizing: border-box;
    display: table;
    width: 100%;
}
.lelel{
	border: 3px solid #e5e5e5;
    border-radius: 5px;
    box-sizing: border-box;
	
    width: 800px;
	line-height: normal;
	font-size: 25px;
	padding-top: 0px;
    height: 46px;
}

.text-input {
    line-height: normal;
}

.mentions-container .mentions-input .text-input {
    border: 0 solid transparent;
    color: #aaa;
    height: auto;
    left: 0;
    right: 0;
    width: inherit;
    word-wrap: break-word;
}

.comment-field .comment-box .mentions-container .mentions-input .text-input {
    box-sizing: border-box;
    font-size: 13px;
    max-height: 250px;
    min-height: 32px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 6px 9px;
}

.comment-field .comment-box .post-area {
    display: table;
    width: 100%;
}

.comment-field .comment-box .post-area .tooltip-container {
    display: table-cell;
    vertical-align: top;
}

.tooltip-target {
    display: table;
}

.comment-field .comment-box .comment-box-text {
    color: #7b8994;
    display: table-cell;
    font-size: 12px;
    padding-left: 2px;
    padding-right: 5px;
    padding-top: 8px;
    vertical-align: top;
}

.comment-field .comment-box .comment-box-text .blue {
    color: #2895f1;
    font-weight: 600;
}

@media screen and (max-width: 1366px) {
    #default-content {
        margin-top: 35px;
    }

    .bigicon {
        max-height: 150px;
    }
}





.hidden {
    display: none;
}


.dwnl-arrow-overlay{
 /*   position: absolute; */
    left:0;
    top:0;
    width:100%;
    height:100%;
    display:none;
}
.dwnl-arrow-simple-down-left{
    left:50px;
    bottom:10px;
}

.dwnl-arrow-simple-down-center{
    left:50%;
    bottom:10px;
}

.dwnl-arrow-simple-up-right{
    right:90px;
    top:10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}