﻿#sidebar li a {
    color:#FFF;
}

h1 {
    margin:0px!important;
}

.label-success {
    background-color: #d4edda;
    color:#155724;
}

.label-warning {
    background-color: #fff3cd;
    color:#856404;
}

.label-danger {
    background-color: #f5c6cb;
    color:#721c24;
}

.label-default {
    background-color: #d6d8db;
    color:#383d41;
}

.show-on-hover:hover > ul.dropdown-menu {
    display: block;    
}

.sort-th {
    padding:5px!important;
}

.btn-login {
    background-color: transparent;
    border: 2px solid #2f3442!important;
    color: #2f3442!important;
    font-size: 16px!important;
    font-weight:700!important;
    padding:15px!important;
}

.btn-login:hover {
    background-color: #2f3442;
    border: 2px solid #2f3442!important;
    color: #FFFFFF!important;
}

.row{
    margin-left:0px;
    margin-right:0px;
}

.form-control2 
{
    border: 2px solid #2f3442;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #2f3442;
    font-size: 16px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    text-align:center;
    }

.right {
    float:right;
    text-align:right;
}

/********************************/
/*          SIDEBAR   */
/********************************/
.wrapper {
    display: flex;
    align-items: stretch;
    perspective: 1500px;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #2e3442;
    color: #fff;
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    transform-origin: bottom left;
}

#sidebar.active {
    margin-left: -250px;
    transform: rotateY(100deg);
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #2e3442;
}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1em;
    display: block;
}
#sidebar ul li a:hover {
    color: #FFF;
    background: #efa053;
    text-decoration:none;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #efa053;
}


a[data-toggle="collapse"] {
    position: relative;
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #e0e0e0;
    color:#2e3442;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article, a.article:hover {
    background: #efa053 !important;
    color: #fff !important;
}

.sub_icon
{
   font-size:16px;
   color:#FFF;
   float:right;
   margin-right:20px;
   margin-top:5px;
}
/* ---------------------------------------------------
    CONTENT STYLE SIDEBAR
----------------------------------------------------- */
#content {
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
    width:100%;
}

#sidebarCollapse {
    width: 40px;
    height: 40px;
    background: none;
    border:none;
    margin-left:0px;
    padding-left:0px;
    cursor:pointer;
}

#sidebarCollapse span {
    width: 80%;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: #555;
    transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.2s;
}

#sidebarCollapse span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px);
}
#sidebarCollapse span:nth-of-type(2) {
    opacity: 0;
}
#sidebarCollapse span:last-of-type {
    transform: rotate(-45deg) translate(1px, -1px);
}


#sidebarCollapse.active span {
    transform: none;
    opacity: 1;
    margin: 5px auto;
}

/* ---------------------------------------------------
    MEDIAQUERIES SIDEBAR
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
        transform: rotateY(90deg);
    }
    #sidebar.active {
        margin-left: 0;
        transform: none;
    }
    #sidebarCollapse span:first-of-type,
    #sidebarCollapse span:nth-of-type(2),
    #sidebarCollapse span:last-of-type {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }
    #sidebarCollapse.active span {
        margin: 0 auto;
    }
    #sidebarCollapse.active span:first-of-type {
        transform: rotate(45deg) translate(2px, 2px);
    }
    #sidebarCollapse.active span:nth-of-type(2) {
        opacity: 0;
    }
    #sidebarCollapse.active span:last-of-type {
        transform: rotate(-45deg) translate(1px, -1px);
    }

}


/********************************/
/*          SEARCH   */
/********************************/

.instant-results {
    position: absolute;
    z-index: 500;
    border-radius: 0px;
    border: solid 0px;
    max-height: 500px;
    min-width: 250px;
    overflow: auto;left: auto;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.instant-results.list-group {
    margin-top:0px;
}

.form-search {
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
}

.search-form {
    position: relative;
    max-width: 100%;
}

.CatalogLink {
    color:#FFF;
    font-weight:700;
    font-size:28px;
}

.border-right {
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.list-inline > li {
    padding-right: 10px!important;
    padding-left: 10px!important;
}

.librand {
    list-style:none;
}

