.auth-box .form-control{
    padding: .375rem .75rem;
}

.proclinic-bg{
    background: #FFF;
}

#sidebar{
    color: #000;
}

#sidebar ul li a:hover {
    color: #777;
}

.copyright-text {
    color: #000;
}

.btn-primary{
    background: #fff;
    color: #000;
    border-color: #777;
}

.btn-primary:hover{
    color: #fff;
    background: #777777;
    border-color: #000000;
}

.breadcrumb{
    background: #666666;
}

.pagination .page-link{
    color: #000000;
}


.pagination .page-item.active .page-link{
    background: #e74016;
}

.block-systems{
    margin-top: 2rem;
}

.new-system-block{
    margin-bottom: 2rem;
}

.btn{
    border-radius: 0;
}

.btn-outline-dark{
    color: #e74016;
    border-color: #e74016;
}

.btn-outline-dark:hover{
    background-color: #e74016;
    border-color: #e74016;
}

.button-home{
    font-size: 25px;
    font-weight: bold;
    color: #000;
}

.button-home i{
    font-size: 50px;
    margin-bottom: 0.3em;
}

.button-home:hover{
    color: #e74016;
}

.dropdown-item.active, .dropdown-item:active{
    color: #000;
}

.btn-search-filter{
    margin-top: 2em;
}

.display-inline{
    display: inline;
}

.wrapper{
    background-color: #FFF;
}

.proclinic-box-shadow{
    -webkit-box-shadow: none;
    box-shadow: none;
}

#sidebar ul li a:hover{
    color: #000000;
}

#sidebar ul li.active > a
{
    background: #e74016;
    color: #fff !important;
    font-weight: bold;
}
#sidebar a[aria-expanded="true"]{
    background: #ffffff;
    color: black;
}


ul ul a{
    background: #ffffff;
    color: #000000 !important;
}

#sidebar.active {
    min-width: 160px;
    max-width: 160px;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    font-size: 15px;
    text-align: center;
}

.nav-help h6 a{
    color: #e74016;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle{
    background-color: #e74016;
    border-color: #e74016;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999;
}

.tt-menu {    /* used to be tt-dropdown-menu in older versions */
    background-color: #fff;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    font-size: 15px;
    overflow: hidden;
    width: 100%;
    z-index: 999 !important;
}

.tt-suggestion {
    padding: 3px 20px;
    line-height: 24px;
    border-top: 1px solid #e6e6e6;
    cursor: default;
}

.tt-suggestion.tt-cursor,.tt-suggestion:hover {
    color: #000;
    background-color: rgba(0, 0, 0, .06);
    outline: none;
    cursor: default;

}

.tt-suggestion p {
    margin: 0;
}

.twitter-typeahead{
    width: 100%;
}

.input-faulty-part {
    border-bottom: 1px solid #efefef;
    margin-bottom: 1em;
}
#builder .breadcrumb
{
    float: none !important;
}

.blog-comment ul{
    list-style-type: none;
    padding: 0;
}

.blog-comment .post-comments .comment-user {
    color: #3CB371;
    font-weight: bold;
}

.blog-comment .post-comments{
    border: 1px solid #eee;
    margin-bottom: 20px;
    padding: 10px 20px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    color: #000;
    position: relative;
}

.blog-comment .meta {
    font-size: 13px;
    color: #000;
    padding-bottom: 8px;
    margin-bottom: 10px !important;
    border-bottom: 1px solid #eee;
}

.blog-comment ul.comments ul{
    list-style-type: none;
    padding: 0;
}

.blog-comment-form{
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 40px;
}

.blog-comment h3,
.blog-comment-form h3{
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 30px;
    font-weight: 800;
}

.blog-comment .post-comments .btn-outline-info{
    border-color: #000;
    color: #000;
}

.blog-comment .post-comments .btn-outline-info:hover{
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.blog-comment .post-comments .delete-file,  .blog-comment .post-comments .delete-file .delete-file:hover{
    color: #fff !important;
    background-color: #e74016 !important;
    border-color: #e74016 !important;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background: #777777;
    border-color: #000000;
}