.universal_save_bar {
    position: fixed; bottom:0px; left: 0px; right: 0px; z-index: 30; padding: 10px; border-top: 1px solid #cbd6e2;   background-color: #f5f8fa;
}

.universal_save_bar .universal_save_bar_save_btn{
    border-radius: 5px!important;
    border: none;
}
.universal_save_bar_back_btn {
    border-radius: 5px!important;
    border: none;
}
.universal_save_bar_delete_btn {
    border-radius: 5px!important;
    border: none;
}

@media (max-width: 1100px){
    .gs-main-nav .nav>li>a {
        padding: 14px 5px !important;;
        font-size: 11px !important;
    }
    .page-logo {
         display: none !important;
    }
}


.page-sidebar .page-sidebar-menu>li.active.open>a:hover, .page-sidebar .page-sidebar-menu>li.active>a:hover, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active.open>a:hover, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active>a:hover {
    background:#228B22;
}

.page-sidebar .page-sidebar-menu>li>a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a {
    font-weight: 700;
}
.page-sidebar .page-sidebar-menu>li>a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a {
    color: #ffffff;
}

.page-sidebar .page-sidebar-menu>li.heading>h3, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.heading>h3 {
    font-weight: 500;
    font-size: 12px;
    text-transform: none !important;
}

.fa-trash-o:before {
    content: "\f2ed";
}


@media (max-width: 768px){
    .page-header.navbar .menu-toggler.responsive-toggler {
        position: absolute;
        top: 0px;
    }
    .page-header.navbar .top-menu {
        background-color: #415265;
        position: absolute;
        right: 0px;
        padding: 0px 0px 0 10px;
    }
}


#fc_frame, #fc_frame.fc-widget-normal {
    bottom: 75px !important;
}
.global-help-btn {
    position: fixed;
    background-color: #6A78D1 !important;
    right: 21px;
    bottom: 160px;
    border-radius: 20px 20px 2px 20px;
    width: 90px;
    color: #fff;
    padding: 15px 0 0 15px;
    height: 50px;

    border-radius: 20px 20px 2px 20px !important;
    z-index: 1015;
}
.global-help-btn:hover{
    color:#fff;
    text-decoration: none !important;
}

#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 999999999999999999999; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}
#text{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 28px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.greenhub-app-navbar .dropdown-menu li a:hover {
     background: #1b232b;
}
.greenhub-app-navbar .dropdown-menu{
    box-shadow:none; background: #1b232b; border: none;
}

.greenhub-app-navbar .dropdown-menu .fa-angle-down{
    color:#228B22;
}

.greenhub-app-navbar .dropdown:hover{
    background: #1b232b !important;
}

.greenhub-app-navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.greenhub-app-navbar .dropdown-menu:before {
    position: absolute;
    top: -8px;
    left: 9px;
    right: auto;
    display: inline-block!important;
    border-right: 0px solid transparent;
    border-bottom: 0px solid #e0e0e0;
    border-left: 0px solid transparent;
    content: '';
}
.greenhub-app-navbar .dropdown-menu:after {
    position: absolute;
    top: -7px;
    left: 10px;
    right: auto;
    display: inline-block!important;
    border-right: 0px solid transparent;
    border-bottom: 0px solid #fff;
    border-left: 0px solid transparent;
    content: '';
}

.page-header.navbar .page-logo {
    width: 195px;
}
.no-border {
    border:none !important;
}

/* Чат бот */

#sidebar-chatbot .list-group-item{
   border:none;
    margin-bottom: 5px;
    border-radius: 6px !important;
    box-shadow: none;
    transition: box-shadow 0.2s ease;
    flex-grow: 1;
}
#sidebar-chatbot .list-group-item h5 {
    margin: 0px;
}

#sidebar-chatbot .list .active {
    background-color: #208ef0 !important;
}

#chatbot-blocks .btn-primary {
    border-radius: 6px !important;
    color: #545454;
    background-color: #ffffff;
    border: none; margin-bottom: 3px;
}

#chatbot-blocks a.active {
    background-color: #208ef0 !important;
    color:#fff;
}


/* */

.edit-page-header {
    position: fixed;
    top: 50px;
    left: 235px;
    padding: 8px 36px;
    border-bottom: 1px solid #e2e4e7;
    background: #fff;

    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    z-index: 30;
    right: 0px;
}


.blocks .list-group {
    margin-bottom: 0px;
    padding-left: 0;
}

.blocks hr {
    margin: 5px 0;
}

.blocks .add-btn {
    border:dotted 1px #ddd;
}

.element-btn-lists .icon-btn{
 background: #ffffff;
    font-size: 11px;
    color:#000000;
}

.element-btn-lists .icon-btn>div {
    font-size: 10px;
}
.element-btn-lists {
    color:#208ef0;
}


.blocks .label-default {
    background-color: #bac3d0;
    background-color: #f3f2f2;
    color: #767676 !important;
    border-radius: 3px !important;
}

.blocks .form-control {
    padding: 6px;
}

.blocks  .portlet.light .portlet-body {
    padding-top: 0px !important;
}
.blocks .portlet{
    border-radius: 7px !important;
    padding: 4px;
}
.blocks  textarea {

    border:1px solid #ffffff !important;
}
.blocks  textarea:focus, .blocks textarea:hover, .blocks textarea:active {
    border-top:1px solid #e2e2e2 !important;
    border-right:1px solid #e2e2e2 !important;
    border-left:1px solid #e2e2e2 !important;
}

.blocks .list-element h5{
    color: #448af1;
    font-weight:500;
     margin: 0px  0px 3px  0px !important;
}


.border-right {
    border-right: 1px solid #f0f0f0;
}



.invoice{margin:0}.invoice table{margin:30px 0}.invoice .invoice-logo{margin-bottom:20px}.invoice .invoice-logo p{padding:5px 0;font-size:26px;line-height:28px;text-align:right}.invoice .invoice-logo p span{display:block;font-size:14px}.invoice .invoice-logo-space{margin-bottom:15px}.invoice .invoice-payment strong{margin-right:5px}.invoice .invoice-block{text-align:right}.invoice .invoice-block .amounts{margin-top:20px;font-size:14px}



.clientssummarybox {
    background-color: #ffffff;
    padding: 10px;
    border: 1px solid #ddd;
    margin: 10px 0 30px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
table.form td {
    padding: 3px 5px;
}
div.admin-tabs .context-btn-container, div.client-tabs .context-btn-container {

    padding: 8px;

    text-align: right;
}
table.form {
    background-color: #fff;
    margin: 0 0 5px 0;
    padding: 0;
    border: 3px solid #e2e7e9;
    border-collapse: separate;
    border-spacing: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
table.form td.fieldlabel {
    background-color: #fff;
    text-align: right;
}
table.form td.fieldarea {
    background-color: #efefef;
    text-align: left;
}

.clientssummarybox ul {
    list-style-type: none;
    margin: 10px 0 0 0;
    padding: 0px;
}
.clientssummarybox .title {

    padding: 0 0 10px 0;
    font-family: Arial;
    font-size: 16px;
    font-weight: 700;
    color: #1a4d80;
}
table.clientssummarystats td {
    padding: 2px 4px;

    font-size: 12px;
}
.client-tabs li a {
    color: #666;
}
.client-tabs li.active a {
    color: #1B8C18;
    font-weight: bold;
}
.label {

        font-size: 11px;

    }

    h1, h2, h3, h4, h5, h6 {
        font-weight: bold;
    }

    .page-content {
        margin-top: 0;
        padding: 0;
        background-color: #EEEEEE;
    }

    .page-sidebar .page-sidebar-menu>li.active.open>a, .page-sidebar .page-sidebar-menu>li.active>a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active.open>a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active>a {
        background: #228B22;

    }

    .help-block {
        font-size:11px;
    }

    .badge {

        color: #666;

        background-color: #fff;

    }

    @media (max-width: 767px) {
        .navbar-nav .open .dropdown-menu {


            background: #fff;


        }
        .dropdown-menu-default {
            left: -155px !important;

        }

    }


    .page-sidebar .page-sidebar-menu>li.active>a>.selected, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active>a>.selected {
        border-right: 12px solid #EEEEEE;
    }

    .btn-success {
        color: #fff;
        background-color: #228B22;
        border-color: #228B22;
    }

    .panel {
        border-radius: 2px;
        border:none;
    }
    .border-bottom {
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .site-title-list {
        padding: 0px 0px 10px 0px;
        font-size: 18px;
        letter-spacing: -1px;
        display: block;
        color: #666;
        margin: 0px 0px 10px 0px;
        font-weight: normal;
        border-bottom: 1px solid #ddd;
    }
    .site-des-list {
        font-size: 12px;
    }
    .list-my-sites {
        font-size: 18px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    ul.site-sidebar {
        list-style: none;
        padding-left: 0;
    }
    ul.site-sidebar li {
        margin-left: 0;
        line-height: 23px;
    }
    ul.site-sidebar ul {
        list-style: none;
        padding-left: 30px;
    }
    ul.site-sidebar li.active{
        font-weight: bold;
    }
    ul.site-sidebar li.active li{
        font-weight: normal;
    }
    ul.site-sidebar li.active li.active{
        font-weight: bold;
    }
    .post-title-list {
        width: 100%;
        font-size: 100%;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .post-title-category-list {
        width: 100%;
        font-size: 85%;
        line-height: 22px;
        margin-bottom: 5px;
        font-style: italic;
    }
    .post-title-category-list a {
        color: orange;
    }
    ul.checkbox_list {
        padding-left: 0;
        list-style: none;
    }
    ul.checkbox_list li label{
        font-weight: normal;
    }
    .hr-medium {margin-top: 5px; margin-bottom: 10px;}

    .box-menu-tree li{
        list-style: none;
    }
    .box-menu-tree ul{
        padding-left: 20px;
    }
    .box-menu-list{
        padding: 10px;
        margin-bottom: 5px;
        border: 1px solid #dddddd;
        border-radius: 2px;
        font-weight: bold;
        color: #686868;
        background: #fafafa;
    }
    .box-menu-list a {
        font-weight: normal;
    }
    .float-right{
        float: right;
    }
    .alert-success {
        background-color: #198D17;
        border-color: #198D17;
        color: #fff;
    }

 .label {

     font-size: 11px;

 }

 h1, h2, h3, h4, h5, h6 {
     font-weight: bold;
 }

 .page-content {
     margin-top: 0;
     padding: 0;
     background-color: #EEEEEE;
 }

 .page-sidebar .page-sidebar-menu>li.active.open>a, .page-sidebar .page-sidebar-menu>li.active>a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active.open>a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active>a {
     background: #228B22;

 }

 .help-block {
     font-size:11px;
 }

 .badge {

     color: #666;

     background-color: #fff;

 }

 @media (max-width: 767px) {
     .navbar-nav .open .dropdown-menu {


         background: #fff;


     }
     .dropdown-menu-default {
         left: -155px !important;

     }

 }


 .page-sidebar .page-sidebar-menu>li.active>a>.selected, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active>a>.selected {
     border-right: 12px solid #EEEEEE;
 }

 .btn-success {
     color: #fff;
     background-color: #228B22;
     border-color: #228B22;
 }

 .panel {
     border-radius: 2px;
     border:none;
 }
 .border-bottom {
     border-bottom: 1px solid #e6e6e6;
     padding-bottom: 10px;
     margin-bottom: 10px;
 }
 .site-title-list {
     padding: 0px 0px 10px 0px;
     font-size: 18px;
     letter-spacing: -1px;
     display: block;
     color: #666;
     margin: 0px 0px 10px 0px;
     font-weight: normal;
     border-bottom: 1px solid #ddd;
 }
 .site-des-list {
     font-size: 12px;
 }
 .list-my-sites {
     font-size: 18px;
     margin-top: 0px;
     margin-bottom: 0px;
 }
 ul.site-sidebar {
     list-style: none;
     padding-left: 0;
 }
 ul.site-sidebar li {
     margin-left: 0;
     line-height: 23px;
 }
 ul.site-sidebar ul {
     list-style: none;
     padding-left: 30px;
 }
 ul.site-sidebar li.active{
     font-weight: bold;
 }
 ul.site-sidebar li.active li{
     font-weight: normal;
 }
 ul.site-sidebar li.active li.active{
     font-weight: bold;
 }
 .post-title-list {
     width: 100%;
     font-size: 100%;
     line-height: 22px;
     margin-bottom: 5px;
 }
 .post-title-category-list {
     width: 100%;
     font-size: 85%;
     line-height: 22px;
     margin-bottom: 5px;
     font-style: italic;
 }
 .post-title-category-list a {
     color: orange;
 }
 ul.checkbox_list {
     padding-left: 0;
     list-style: none;
 }
 ul.checkbox_list li label{
     font-weight: normal;
 }
 .hr-medium {margin-top: 5px; margin-bottom: 10px;}

 .box-menu-tree li{
     list-style: none;
 }
 .box-menu-tree ul{
     padding-left: 20px;
 }
 .box-menu-list{
     padding: 10px;
     margin-bottom: 5px;
     border: 1px solid #dddddd;
     border-radius: 2px;
     font-weight: bold;
     color: #686868;
     background: #fafafa;
 }
 .box-menu-list a {
     font-weight: normal;
 }
 .float-right{
     float: right;
 }
 .alert-success {
     background-color: #198D17;
     border-color: #198D17;
     color: #fff;
 }


 .navbar-nav>li>a:hover, .navbar-nav>li>a:focus {
   background:#1b232b !important;
 }

 .greenhub-app-navbar li>a {
     color:#fff !important;
     font-weight: 400;
     font-size: 13px;
 }

.appname_easycms {
    background:#000 !important;
}
.appname_easycrm {
    background:#000 !important;
}

 .appname_easysms{
     background:#000 !important;
 }

.appname_callcenter, .appname_chatbot, .appname_invoice, .appname_settings, .appname_contract {
    background:#000 !important;
}
@media (min-width: 768px){
    .navbar-nav>li>a {
        padding-top: 14px;
        padding-bottom: 14px;
        font-size: 13px;

    }
}
.page-header.navbar {
    background-color: #2b3643;
    border-bottom: 2px solid #228B22;
}
.greenhub-app-navbar-dropdown li>a {
    color: #555 !important;
}

