/*
Theme Name:     Support Desk Child Theme
Theme URI: 		http://herothemes.com/
Description:    Child theme for Support Desk
Author: 		Chris Mooney (Swish Themes)
Author URI: 	http://herothemes.com
Template:       supportdesk
Version:        2.3
*/

@import url("../supportdesk/style.css");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css");

/* Custom Fonts */
@font-face {
  font-family: 'LCD';
  src:
       url('/myzerto/wp-content/themes/supportdesk-childtheme/fonts/lcd.ttf')  format('truetype')
}

/* ------- Insert custom styles below this line ------- */

body {
    font: 14px/28px 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
}

a {
    color: #B01116;
}

a:focus {
    outline: 0;
}

.btn-default,
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.btn-default.disabled,
.btn-default[active],
.btn-default[disabled],
.btn-default.disabled:active,
.btn-default[disabled]:active,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
.open>.dropdown-toggle.btn-default {
    color: #FFF;
    background-color: #B01116;
    border-color: #EDEFF2;
}
.btn-boot-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-boot-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.button,
button,
input[type="reset"],
input[type="submit"],
input[type="button"],
.login-submit {
    border-radius: 4px;
    padding: 6px 12px;
    color: #ffffff;
    transition: all 0.5s ease 0s;
}
.z-login-button {
  background:#ba0c25;
  text-decoration:none;
  color:#fff !important;
}
.z-login-button:hover {
  background:#eee;
  color:#ba0c25 !important;
  font-weight:bold;
}

.bootstrap-filestyle.input-group {
    max-width: 20em;
    margin-bottom: 7px;
}

.bootstrap-filestyle.input-group input[type="text"] {
    border: 0;
}

#bbpress-forums .bootstrap-filestyle .group-span-filestyle label,
#bbpress-forums .bootstrap-filestyle input.form-control {
    margin: 0;
}

#bbpress-forums .bootstrap-filestyle .group-span-filestyle label {
    font-size: 12px;
}

.form-control:focus {

	border-color: #CCCCCC;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,104,181,.075),0 0 8px rgba(0, 104, 181, .6);
	box-shadow: inset 0 1px 1px rgba(0,104,181,.075),0 0 8px rgba(0, 104, 181, .6);
}


/*
Globals
--------------------------------------*/

.zred-color {
    color: #B01116;
}

@media (min-width: 992px) {}

.mgl0 {
    margin-left: 0;
}

.mgr0 {
    margin-right: 0;
}

.mgt0 {
    margin-top: 0;
}

.mgb0 {
    margin-bottom: 0;
}

.pad0 {
    padding: 0;
}

@media (min-width: 1200px) {
    .pull-right-lg {
        float: right;
    }
    .pull-left-lg {
        float: left;
    }
    .mgl2-lg {
        margin-left: 2em;
    }
    .mgr2-lg {
        margin-right: 2em;
    }
    .mgb2-lg {
        margin-bottom: 2em;
    }
    .mgt2-lg {
        margin-top: 2em;
    }
}

@media (min-width: 992px) {
    .pull-right-md {
        float: right;
    }
    .pull-left-md {
        float: left;
    }
    .mgl2-md {
        margin-left: 2em;
    }
    .mgr2-md {
        margin-right: 2em;
    }
    .mgb2-md {
        margin-bottom: 2em;
    }
    .mgt2-md {
        margin-top: 2em;
    }
}

@media (min-width: 768px) {
    .pull-right-sm {
        float: right;
    }
    .pull-left-sm {
        float: left;
    }
    .mgl2-sm {
        margin-left: 2em;
    }
    .mgr2-sm {
        margin-right: 2em;
    }
    .mgb2-sm {
        margin-bottom: 2em;
    }
    .mgt2-sm {
        margin-top: 2em;
    }
}

.ui-autocomplete.ui-widget-content {
    z-index: 1050;
    /*Solution to use jquery-ui autocomplete inside bootstrap modal */
}

ul.tagit li.tagit-choice {
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #CAD8F3;
    background: none;
    background-color: #DEE7F8;
    font-weight: normal;
}


/*
Responsive Iframe
--------------------------------------*/

.iframe-container {
    position: relative;
    height: 0;
    overflow: hidden;
}


/* 16x9 Aspect Ratio */

.iframe-container-16x9 {
    /*  padding-bottom: 56.25%;*/
    padding-bottom: 58.25%;
}


/* 4x3 Aspect Ratio */

.iframe-container-4x3 {
    padding-bottom: 75%;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*
Reset webkit default blue outline
--------------------------------------*/

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
}

button.btn.btn-user.dropdown-toggle {
    color: #ffffff;
}

.ht-container {
    width: 100%;
    max-width: 100%;
}

#slideout {
    position: fixed;
    top: 7.142em;
    right: 0;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    z-index: 9999;
}

#slideout_inner {
    position: fixed;
    top: 7.142em;
    right: -100%;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background: #fff;
    border: 0.142em solid #B01116;
    padding: 2.142em;
    border-radius: 0.714em;
}

#slideout:hover {
    right: -2.142em;
}

#slideout:hover #slideout_inner {
    right: 0;
}

#header-inner {
    display: table;
    vertical-align: middle;
    width: 100%;
}

@media screen and (max-width: 720px) {
    #header-inner {
        display: block;
    }
}

#header #logo {
    float: none;
    display: table-cell;
    vertical-align: middle;
}

@media screen and (max-width: 720px) {
    #header #logo {
        display: block;
        height: auto;
    }
}

#header #logo img {
    display: inline-block;
}

@media screen and (min-width: 720px) {
    #primary-nav {
        float: none;
        position: static;
        display: table-cell;
        vertical-align: middle;
        text-align: right;
    }
}

@media screen and (max-width: 900px) {
    #primary-nav {
        vertical-align: bottom;
    }
}

#primary-nav ul li {
    padding: 0 0 0 5px;
    padding: 0;
    margin-left: 4px;
}

#primary-nav ul li:first-child {
    margin-left: 0;
}

#primary-nav ul a {
    border-radius: 10px;
    height: auto;
    font-size:15px;
}

#primary-nav ul a.lwa-links-remember-cancel {
    display: inline-block;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee;
}

#profile-links {
    display: table-cell;
    float: none;
    position: absolute;
    top: 0px;
    right: 20px;
}

@media screen and (max-width: 720px) {
    #profile-links {
        position: static;
        display: block;
        margin-bottom: 1rem;
    }
}

header .st-sidebar-login-widget #st-login-widget-box {
    display: none;
    position: absolute;
    top: 35px;
    right: 0;
    background: white;
    min-width: 350px;
    padding: 15px;
    border: 1px solid #E0E0E0;
    text-align: left;
}

#primary-nav ul a#st-login-widget-link, #primary-nav ul a#login-link-btn {
	background-color: #b01116;
	color: #ffffff;
}

header .login-menu-item.menu-item {
    display: none;
}

#page-header,
.post-type-archive-st_kb #page-header,
.page-template-template-front-page-php #page-header,
.post-type-archive-st_kb #page-header,
.tax-st_kb_category #page-header,
.single-st_kb #page-header,
.bbPress #page-header {
    padding: 0;
}

#page-header h1 {
    margin: 20px 0;
}

#page-header #searchform #s {
    margin: 20px auto;
    padding: 10px 20px 10px 55px;
    float: none;
}

#page-subnav {
    margin: -40px 0 20px;
}

@media screen and (min-width: 720px) {
    #content {
        float: left;
        margin: 0 4% 0 0;
        width: 76%;
    }
}

.home #content {
    width: 100%;
}

@media screen and (min-width: 720px) {
    #sidebar {
        width: 20%;
    }
}

.slider-toolbar {
    width: 100%;
    background: #E9E9E9;
    border-bottom: 1px solid #aaa;
    box-shadow: 0 2px 3px 0 #aaa;
}

.slider-toolbar .slider-close {
    margin: 0.3em;
    font-size: 1.5em;
    display: inline-block;
    color: #494b4d;
}

.bbpress #bbpress-forums .bbp-topics .bbp-author-role-zerto_forum_moderator a.bbp-author-name,
.bbpress #bbpress-forums .bbp-topics .bbp-author-role-administrator a.bbp-author-name,
.bbpress #bbpress-forums .bbp-topics .bbp-author-role-zerto_employee a.bbp-author-name,
.single-topic .bbp-author-role-zerto_forum_moderator .bbp-meta a.bbp-author-name,
.single-topic .bbp-author-role-administrator .bbp-meta a.bbp-author-name,
.single-topic .bbp-author-role-zerto_employee .bbp-meta a.bbp-author-name {
    font-weight: bold;
    padding: 2px 3px;
    /*margin-top: 3px;*/
    border-radius: 5px;
    vertical-align: sub;
    box-shadow: 0px 0px 2px #939191;
    background: rgb(226, 225, 225);
    /*margin-left: 5px;*/
    margin: 0 3px;
}

.wppb-form-field label,
#wppb-login-wrap .login-username label,
#wppb-login-wrap .login-password label {
    padding-top: 10px;
    width: 8%;
}

.topic-type-default {
    background: #edeff2;
    padding: 0.8em 1em;
    display: inline-block;
}

.new-topic-tag-checkbox-label {
    margin-left: 0.5em;
}

.new-topic-tag-checkbox-wrapper {
    float: left;
    margin-right: 20px;
}

.lwa .lwa-username-label,
.lwa .lwa-password-label {
    color: #333;
    font-size: 14px;
}

#primary-nav ul a.lwa-links-remember,
#general-login a.lwa-links-remember-2 {
    font-size: 12px;
    margin: 5px 0px;
    color: #333;
    font-weight: bold;
}

#general-login .lwa-rememberme-label {
    color: #333;
    font-size: 14px;
}

#primary-nav ul a.request-login-link,
#general-login a.request-login-link {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0px;
    color: #494b4d;
}

#general-login input.lwa-rememberme {}

.mce-path {
    display: none !important;
}

ul.list-bullets {
    padding: 0 0 18px 18px;
    list-style-type: disc;
}

ul.list-square {
    padding: 0 0 18px 18px;
    list-style-type: square;
}


/*.mce-floatpanel .mce-reset label{
	width: 98% !important;
	height: 100px !important;
	position: static !important;
	white-space: normal !important;
	padding: 10px !important;
	overflow: initial !important;
}*/


/* TinyMCE Skin fix
--------------------------------------------------------------- */

.mce-container.mce-panel.mce-floatpanel .mce-reset .mce-container-body .mce-widget.mce-label {
    /*padding: 5%;
    width: 80% !important;
    height: 100% !important;
    box-sizing: border-box;
    position: static !important;
    white-space: normal;
    overflow: initial !important;*/
}


/* GD bbPress Attachments style fix
--------------------------------------------------------------- */

#bbpress-forums fieldset.bbp-form p.bbp-attachments-form {
    clear: both;
}

#bbpress-forums fieldset.bbp-form p.bbp-attachments-form> input {
    margin: 0 0 5px;
    width: 100%;
}

#bbpress-forums .bbp-attachments ol li.bbp-atthumb {
    float: left;
    margin-right: 8px !important;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 2px 3px 0 #ccc;
}

#bbpress-forums .bbp-attachments ol li.bbp-atthumb .wp-caption img {
    height: 66px;
    width: auto;
    margin: 0 auto !important;
    display: block;
}

#bbpress-forums .bbp-attachments ol li.bbp-atthumb .wp-caption p.wp-caption-text {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}


/* aggresive style for kb solution taken from salesforce */

.solution-wrapper h2 {
    margin-top: 0.5em !important;
    margin-bottom: 0 !important;
}

.solution-wrapper hr {
    margin-top: 5px !important;
    margin-bottom: 10px !important;
}

.solution-wrapper p {
    line-height: 16px !important;
    font-size: 14px !important;
}

.solution-wrapper h2,
.solution-wrapper h2 *,
.solution-wrapper b,
.solution-wrapper b span {
    color: #B01116 !important;
}


/* aggresive style for kb solution taken from salesforce - END */

.multiple-search-section .entry-title {
    font-size: 1.17em;
    margin: 0 0 6px;
}


/* File type icons
--------------------------------------------------------------- */

.file-icons-32px a {
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

.file-icons-32px a:hover {
    text-decoration: none;
}


/*.file-icons-32px a[href$='.pdf'] { background: url('images/file-icons/32px/pdf.png'); }
.file-icons-32px a[href$='.docx'],.file-icons-32px a[href$='.doc'] { background: url('images/file-icons/32px/doc.png'); }
.file-icons-32px a[href$='.JPG'] { background: url('images/file-icons/32px/jpg.png');}
.file-icons-32px a[href$='.zip'] { background: url('images/file-icons/32px/zip.png'); }
.file-icons-32px a[href$='.txt'] { background: url('images/file-icons/32px/txt.png'); }
.file-icons-32px a[href$='.png'] { background: url('images/file-icons/32px/png.png'); }*/

.file-icons-32px a.blocked-doc {
    display: block;
    margin: 0 auto;
}


/* Footer
--------------------------------------------------------------- */

#footer-bottom {
    padding: 25px 0px 0;
}

#footer-bottom #copyright {
    margin: 0.7em 0;
    float:none;
}

#footer-bottom .need-assistance {
    margin-left: 30px;
    font-size: 13px;
    letter-spacing: 1px;
}


/* social links type icons
--------------------------------------------------------------- */

.social-links {
    margin-right: 1em;
}

.social-links ul {
    margin: 0;
    line-height: 1;
    font-size: 14px;
}

.social-links ul li {
    vertical-align: middle;
    padding: 0px 2px;
}

.social-links ul li a {
    display: block;
    width: 27px;
    height: 27px;
    background-image: url('images/social-links.png');
}

.social-links ul li a.twitter {}

.social-links ul li a.facebook {
    background-position: -34px;
}

.social-links ul li a.google-plus {
    background-position: -70px;
}

.social-links ul li a.youtube {
    background-position: -104px;
}

.social-links ul li a.linkedin {
    background-position: -143px;
}

.social-links ul li.follow-us {
    padding-right: 5px;
    padding-left: 5px;
}

#footer-nav ul a {
    margin: 0.6em 0;
}

footer.sticky {
    width: 100%;
}

.st_kb {
    padding: 0 0 10px 65px;
}
.st_kb:last-child {
    border-bottom:none;
}
.tax-st_kb_category .st_kb {
    padding:0 0 30px 65px;
}
.search-results .st_kb .entry-meta {
    margin: inherit;
}

.st_kb .entry-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px;
}

.multiple-search-section .st_kb .entry-title {
    font-size: 1.17em;
    margin: 0 0 6px;
    font-weight: bold;
}

.paging-navigation .nav-next,
.paging-navigation .nav-previous {
    margin: 20px 0;
}

.zr_td {
    background: url("images/td-med.png") no-repeat 0 0;
    margin: 0 0 26px;
    padding: 0 0 0px 65px;
    border-bottom: 1px solid #E0E0E0;
}

.search-results .topic,
.search-results .reply,
.search-results .forum {
    background: url("images/forum-med.png") no-repeat 0 0;
    margin: 0 0 26px;
    padding: 0 0 0px 65px;
    border-bottom: 1px solid #E0E0E0;
}

#search-result li.sr-zr_td a {
    background-image: url("images/td-small.png");
}

#link-options label {
    width: 100%;
}

#wp-link label input[type=text] {
    width: 80% !important;
}

#wp-link #link-options label span,
#wp-link #search-panel label span.search-label {
    margin-top: 10px;
}

.zr-td-submit-button {
    background: #F5F5F5;
    color: #000;
    transition: all 0.3s ease 0s;
}

.zr-td-submit-button:hover {
    background: #F5F5F5;
    color: #B01116;
}

.search-result-post-type {
    font-size: 0.7em;
    color: #737980;
}

.bbp-replies .type-topic .bbp-reply-content .content-wrapper {
    border: 1px solid #DFDFDF;
    padding: 15px 15px 0 15px;
}

.bbp-replies .type-topic .bbp-reply-content {
    margin: 0 0 0 100px;
}

.best-answer .content-wrapper {
    background: #FCF8F0 url("images/best_answer.png") no-repeat right top;
    border: 1px solid #F7E6E8;
    padding: 5px 50px 5px 10px;
    min-height: 100px;
}

.replies-preloader {
    display: block;
    margin: 0 auto;
}


/* override code editor style */

.EnlighterJSInfoButton {
    display: none !important;
}

#bbp_reply_submit:hover {
    background: #8C1418;
}

#bbp_reply_submit.active,
#bbp_topic_submit.active {
    background: #666;
}

.img-upload-loader {
    position: absolute;
    right: -25px;
    top: 5px;
}

.bbp-reply-content .content-wrapper {
    position: relative;
}

.best-answer-tag {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
}

.main-additional-support-wrapper {
    text-align: center;
    padding: 10px 0;
}

.main-additional-support-wrapper .support-button img {
    height: 132px;
}

.main-additional-support-wrapper.support-login h3 {
    font-size: 1.5rem;
    margin: 10px 0;
    font-weight: 600;
}

#support-content .entry-title {
    font-size: 26px;
}

#support-content a.support-button {
    text-decoration: none;
}

#support-content .support-header {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}

#support-content .support-button p {
    font-weight: bold;
    height: 40px;
    padding: 0;
}

#support-content .support-button img {
    height: 64px;
    width: auto;
}

#support-content .support-button .small {
    color: #333;
    line-height: 1.8 !important;
}

#support-content .support-box {
    box-shadow: 1px 1px 5px #333;
    height: 200px;
    margin: 2%;
    padding-top: 2%;
    width: 29.3333%;
}

@media (max-width: 768px) {
    #support-content .support-box {
        width: 100%;
        margin: 5% 0;
        height: auto;
        padding-bottom: 2%;
    }
}

.content-full-width {
    width: 100% !important;
}

.main-additional-support-wrapper h2 {
    font-weight: 500;
    margin-bottom: 1em;
}

.main-additional-support-wrapper p {
    font-size: 27px;
    line-height: 35px;
    color: #000;
    padding: 0;
}

.main-additional-support-wrapper a:hover,
.main-additional-support-wrapper a:active,
.main-additional-support-wrapper a:focus,
.main-additional-support-wrapper a:visited {
    text-decoration: none;
}

.secondary-additional-support-wrapper .col-md-4 {}

.support-button-mini {
    display: block;
}

.support-button-mini img {
    max-height: 56px;
    width: auto;
    /*float: left;
	width: 30%;*/
}

a.support-button {
    display: inline-block;
}

.support_icon {
    line-height: 56px;
    /*width: 70%;*/
}

.support-button-mini-wrapper {
    margin: 25px 10px;
    padding: 15px;
    background: #EAEAEA;
    border-radius: 10px;
    display: block;
    height: 85px;
}

.support-button-mini-wrapper p {
    color: #000;
    padding: 0;
    line-height: 56px;
}

.row.secondary-additional-support-wrapper {
    margin-bottom: 50px;
}

#case-creation-form .severity-error {
    display: none;
}

#case-management-table thead th {
    /*background-color: #B91909;
	color: #fff;*/
    font-size: 16px;
}

#case-management-table td,
#case-management-table th {
    /*text-align: center;*/
    border: 0px;
    /*padding: 15px 18px;*/
    vertical-align: middle;
}

#case-management-table thead th.case-number {
    width: 10%;
    padding-left: 25px;
}

#case-management-table thead th.case-subject {
    width: 15%;
}

#case-management-table thead th.case-status {
    width: 5%;
}

#case-management-table thead th.case-type {
    width: 5%
}

#case-management-table thead th.case-severity {
    width: 5%;
}

#case-management-table thead th.case-escalate {
    width: 5%;
}

#case-management-table thead th.case-date-open {
    width: 10%;
}


/*
#case-management-table td{
	font-size: 14px;
	padding-left: 8px;
}

#case-management-table tr>td:first-child{
	padding-left:16px;
}

.table-striped>tbody>tr:nth-child(odd) {
	background-color: #F0F0F0;
}

#case-management-table.dataTable tbody tr:nth-child(even) {
	background-color: #E7E5E6;
}
*/

#case-management-table.dataTable.no-footer {
    border-bottom: 0px solid #111;
    border-collapse: separate;
    border-spacing: 0;
}

#case-management-table .glyphicon {
    font-size: 16px;
}


/******** tooltipster ********/

.zerto-dashboard-theme {
    border-radius: 5px;
    border: 1px solid #000;
    background: #555555;
    color: #fff;
}

.zerto-dashboard-theme .tooltipster-content {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 10px;
}


/******** tooltipster ********/


/**** CF7 ****/

.wpcf7 p {
    margin: 0 0 10px 0;
}

.wpcf7 .wpcf7-form-control {
    padding: 5px 6px;
}

.wpcf7 .full-width-button {
    width: 100%;
}

.wpcf7 .wpcf7-form-control {
    height: 30px;
}

.wpcf7 textarea.wpcf7-form-control {
    height: auto;
}

.wpcf7 div.wpcf7-response-output {
    margin: 0;
    padding: 5px;
}

.lms-menu-item:hover,
.lms-menu-item:focus {
    text-decoration: none;
    background-color: #eee;
    border-radius: 10px;
}

.lms-menu-item a {
    border: none !important;
    color: rgb(73, 75, 77) !important;
    background: transparent !important;
}


/*Override Bootstrap Styling */

.lead {
    font-size: 16px;
    padding-bottom: 15px !important;
}


/* Override bbpress styling */

.single-topic .topic-title {
    font-size: 20px !important;
}

.single-topic .bbp-meta .bbp-author-name,
.forum-search .bbp-meta .bbp-author-name {
    font-size: 16px !important;
}

.single-topic .topic-actions {
    float: right;
}

.zr_td li.author,
.zr_td li.category {
    display: none;
}

.zr_td .icon-holder a {
    font-weight: bold;
    height: 32px;
    width: auto;
    float: left;
    background-repeat: no-repeat;
    background-position: left;
    display: block;
    padding-left: 50px;
    margin-bottom: 25px;
    color: #363d40 !important;
}

.back-to-td-btn {
    display:inline-block !important;
    color:#fff !important;
    margin:25px 0;
}
#profile-links img.avatar {
    border-radius:100px;
    margin-right:5px;
    height:32px;
    width:32px;
}
#profile-links .dropdown-menu {
    right:0;
    left:initial !important;
}
.home-slider-wrapper .slider-toolbar {
    background:transparent !important;
}
.home-slider-wrapper .slider-close {
    display:none;
}
#profile-links a.dropdown-toggle {
    color:#555555
}
#profile-links a.dropdown-toggle:hover {
    text-decoration: none;
}
#profile-links .dropdown-menu {
    min-width:200px;
}
#profile-links .btn-group.open .fa-caret-down:before {
    content:"\f00d";
}
label[for=allowtopublishmystory]
{
    font-size:0.85em !important;
}

.tools .thumbnail {
    padding: 0;
}

.tools .tool-tag {
    background-color: #fff;
    color: #333;
    border-color: #ccc;
}

.tools .copy-instruct, .tools .download-instruct {
    color: #fff;
}

.tools .tool-btns {
    background: #606060;
    padding: 10px;
}

.tools .tool-img-hr {
    margin-top: 0;
}

.tools .share-link-holder, .tools .download-link-holder {
    margin-top: 10px;
}

.tools .share-link-holder input {
    width: 100%;
}

.tools .tool-btns .btn-default {
    color: #fff !important;
}

.tools .thumbnail:hover .tool-description,
.tools .single .tool-description {
    display: block;
}

.tools .tool-img {
    max-height: 250px;
    margin: 0 auto;
}

.tools .tool-title {
    margin: 0 !important;
    padding-bottom: 0 !important;
    font-weight: bold;
}

.tools .tool-meta {
    height: 24px;
    overflow: hidden;
    margin: 5px 0;
}

.tools .copy-btn {
    cursor: pointer;
}

.tools .thumbnail {
    position: relative;
    padding: 0;
}

.tool-tag {
    background-color: #fff;
    color: #333;
    border-color: #ccc;
}

.tool-btns {
    background: #606060;
    padding: 10px;
}

.tool-img-hr {
    margin-top: 0;
}

.tool-btns .btn-default {
    color: #fff !important;
}

.tool-description-holder {
    background:rgba(32, 36, 61, 0.75);
    color: white;
    cursor: pointer;
    height: 250px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    display:none;
}

.tool-description-holder .tool-description {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    padding: 5px 10px;
    font-size: 15px;
    height: 250px;
    overflow-y: auto;
}

.tools .caption {
    height: 100px;
}

.tools .thumbnail:hover .tool-description-holder {
    opacity: 1;
    display:table;
}
.tools .tool-btn.active i:before {
    content:'\f00d';
}
.tools .no-readme {
    margin-top:10px;
}
.tools .tool-img-holder {
    height: 250px;
    position:relative;
    width:100%;
    display:table;
}
.tools .tool-img-holder .tool-img-container {
    display:table-cell;
    position:relative;
    vertical-align: middle;
}
.tools .tool-instructions {
    color:#fff;
}
.custom-bbp-reply-form {
	display:none;
}
.custom_close_reply_form {
	cursor:pointer;
}
img.avatar {
  border-radius:100px;
}
.forum-titles {
  padding-bottom:5px !important;
}
.user-forum-signature {
    margin: 10px 0;
    border: 1px dashed #ba0c25;
    padding: 10px;
}
#topicTags {
    margin:20px 0 !important;
}
.tagit-new input {
    padding:0 5px !important;
    margin:5px 0 !important;
}
.hesperiden.tparrows.tp-leftarrow::before {
    content: "<" !important;
}
.hesperiden.tparrows.tp-rightarrow::before {
    content:">" !important;
}
.zerto-submit-button {
    background-color: #b01116;
    text-align: center;
    outline: none;
    color: #FFFFFF;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
    height: 40px;
    width: 194px;
    border-radius: 4px;


}

.zerto-submit-button:hover {
    background-color: #940B0F;
    cursor: pointer;
    outline: none;
}
#footer {
    margin: 20px 0px 0 0;
}
