/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
.textwhite {
    color: #fff;
}

.leftstatus {
    float: left;
    padding-top: 9px;
}

.rightstatus {
    float: right;
}

.lr20padding {
    padding-left: 10px;
    padding-right: 10px;
}

.ddControl {
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    display: block;
    width: 100%;
}

.tab-content > .active {
    display: block;
    padding: 20px;
    background-color: #333;
    color: #fff;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #333;
    border-color: #090909 #303132 #605959;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    background-color: #d3d3d3;
}

div.scroll {
    margin: 4px 4px;
    padding: 4px;
    width: 304px;
    height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: justify;
}

.faqs .toggle {
    padding-bottom: 12px;
    margin-bottom: 12px;
    background-color: #f1f1f1;
    padding: 20px 22px;
    border: 1px solid #cdcbcb;
}

.toggle-title, .accordion-title {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 5px;
    margin-bottom: 27px;
}

ul.nobullets {
    list-style-type: none;
}

.button-border.button-lgcolor {
    color: #1ABC9C;
    border-color: #1ABC9C;
}

.textleft {
    text-align: left;
}

.hljs-ln-numbers {
    text-align: center;
    color: #ccc;
    border-right: 1px solid #999;
    vertical-align: top;
    padding-right: 5px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hljs-ln-code {
    padding-left: 10px;
}

.hljs-ln-code,
.hljs-ln-numbers {
    line-height: 14px;
}

code {
    white-space: pre-wrap;
    overflow: auto;
}

td.hljs-ln-line.hljs-ln-numbers {
    padding: 6px;
}

td.hljs-ln-line.hljs-ln-code {
    padding-left: 20px;
}

.additionalLink {
    font-size: 20px;
    padding-top: 2px;
}

li.menu-item.mega-menu.logout {
    border-left: 1px solid #eee;
}

@media (max-width: 992px) {
    li.menu-item.mega-menu.logout {
        border: none;
    }
}

.boldred {
    color: #e33838;
    font-weight: bold;
}

/*Copy Button Code Section Styles Below*/
/*button.copybutton*//*, [type=button], [type=reset], [type=submit]*/ /*{
    -webkit-appearance: button;
    font-size: 0.9rem;
    padding: 8px 26px;
    background-color: #444;
    color: #FFF;
    border-radius: 3px;
    border: none;
    position: absolute;
    top: 37px;
    right: 17px;
}

    button.copybutton:hover*//*, [type=button], [type=reset], [type=submit]*/ /*{
        -webkit-appearance: button;
        background-color: #1ABC9C;
        color: #FFF;
    }

button.copybutton2*/ /*, [type=button], [type=reset], [type=submit]*/ /*{
    -webkit-appearance: button;
    font-size: 0.9rem;
    padding: 8px 26px;
    background-color: #444;
    color: #FFF;
    border-radius: 3px;
    border: none;
    position: absolute;
    top: 800px;
    right: 37px;
}

    button.copybutton2:hover*/ /*, [type=button], [type=reset], [type=submit]*/ /*{
        -webkit-appearance: button;
        background-color: #1ABC9C;
        color: #FFF;
    }*/

/*pre[class*="language-"] {
    position: relative;
    overflow: auto;*/
    /* make space  */
    /*margin: 5px 0;
    padding: 1.75rem 0 1.75rem 1rem;
    border-radius: 10px;
}

    pre[class*="language-"] button {
        position: relative;
        top: 5px;
        right: 5px;
        font-size: 0.9rem;
        padding: 0.15rem;
        background-color: #444;        
        color: #FFF;
        border-radius: 3px;
    }

pre[class*="language-"] button:hover {
    cursor: pointer;
    background-color: #1ABC9C;
    color: #FFF;
}*/

/*Copy Button Code Section Styles Above*/

button.updatebutton {
    position: static;
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    width: 195px;
    margin: 5px;
    padding: 8px 22px;
    font-size: 0.875rem;
    line-height: 24px;
    background-color: #1ABC9C;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

    button.updatebutton:hover {
        background-color: #111;
        transition: all .2s ease-in-out;
    }
@media (max-width: 1399px) {
    .postcontent.col-lg-9.order-lg-last {
        padding-left: 60px;
    }
}

@media (max-width: 1199px) {
    .postcontent.col-lg-9.order-lg-last {
        padding-left: 93px;
    }
}

@media (min-width: 992px) {
    .full-header #logo {
        margin-right: 0;
    }
}

#assemblyVersionText {
    margin-right: auto;
    padding-left: 0.75rem;
    font-weight: 300;
    font-size: 0.7rem;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.42);
    line-height: 1;
    white-space: nowrap;
    pointer-events: none;
}

#buildVersionBadge {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
    background-color: #28a431;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    border-radius: 0.25rem;
    line-height: 1;
    padding: 0.2rem 0.45rem;
}