/*
.pagination > li > a {
    color: #924046;
}
.pagination > li > a:hover {
    color: #924046;
}

.pagination > .active a {
    background-color: #924046;
    border-color: #924046;
}

.pagination > .active a:hover {
    background-color: #924046;
    border-color: #924046;
}
*/

.page-sidebar .page-sidebar-menu a:not(.highlight-nav):hover{
    background-color:#606C7D;
}

a.highlight-nav{
    background-color:#80383D !important;
    color:#ffffff !important;
}

a.highlight-nav:hover{
    background-color:#80383D !important;
    color:#ffffff !important;
}

.page-sidebar .page-sidebar-menu .parent-active > .nav-toggle:not(.highlight-nav){
    /*.page-sidebar .page-sidebar-menu .parent-active .nav-toggle:not(.highlight-nav){*/
    background-color:#AAAAB5 !important;
    color:#ffffff !important;
}

.page-sidebar .page-sidebar-menu .selected{
    display: block;
    background-image: none;
    float: right;
    position: absolute;
    right: 0px;
    top: 4px;
    background: none;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #ffffff;
}

.page-sidebar .page-sidebar-menu  li.last-active-child a .selected{
    display: block;
    background-image: none;
    float: right;
    position: absolute;
    right: 0px;
    top: 4px;
    background: none;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #ffffff;
}

.page-sidebar .page-sidebar-menu .sub-menu > li.active > a > .arrow:before, .page-sidebar .page-sidebar-menu .sub-menu > li.active > a > .arrow.open:before{
    color:#ffffff !important;
}

.page-sidebar .page-sidebar-menu .sub-menu{
    margin-top:0px !important;
}

/*.active-sidebar-element{*/
.page-sidebar .page-sidebar-menu .sub-menu > li.active-sidebar-element > a{
    background-color:#924046 !important;
    color:#FFF;
}

.page-sidebar .page-sidebar-menu .sub-menu > li.active> a > i{
    color:#FFF !important;
}

.page-sidebar .page-sidebar-menu .sub-menu > li.active > a{
    color:#FFF;
}

.dialog-button-0, .dialog-button-1 {
    /* bootstrap: .btn */
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    /* bootstrap: .btn-primary */
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;

    /* bootstrap: .btn:not(.md-skip) */
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    user-select: none;
    padding: 8px 14px 7px 14px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.18);
}

.dialog-button-1 {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
