.btn-info {
    color: #e9e9e9;
    background-color: #272727;
    border-color: #03203c;
}
    .btn-info:hover {
        color: #fff;
        background-color: #04519b;
        border-color: #31b0d5;
    }
#xtisidebar a, #xtisidebar a:hover, #xtisidebar a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.xtinavbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.x-control {display:none;}
.xtinavbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}
.xtiZoom {
    transition: transform 1s;
    margin: 0 auto;
}
    .xtiZoom:hover {
        transform: scale(1.1);
    }

[data-lightbox] img {
    width: 100%;
    transition: transform 1s;
    margin: 0 auto;
}
    [data-lightbox] img:hover {
        transform: scale(1.1);
    }
.ui-sortable-handle:hover {
    border: solid #272727;
}
.ui-sortable-handle {
    border: solid white;
}
.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i, span {
    display: inline;
}

.inlineforms {
    display: inline-block !important;
}
.Sortable {
        cursor: move;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.xtiwrapper {
    display: flex;
    align-items: stretch;
}

#xtisidebar {
    min-width: 80px;
    max-width: 80px;
    background: #272727;
    color: #e9e9e9;
    transition: all 0.3s;
    text-align: center;
    margin-left: -80px !important;
}

#xtisidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
    margin-left: 0 !important;
    float: left;
    z-index: 1;
}

#xtisidebar.active .sidebar-header h3, #xtisidebar.active .CTAs {
    display: none;
}

#xtisidebar.active .sidebar-header strong {
    display: block;
}

#xtisidebar ul li a {
    text-align: left;
     padding: 20px 10px;
}

#xtisidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
    text-decoration: none;
}

#xtisidebar.active ul li a i {
    margin-right:  0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

#xtisidebar.active ul ul a {
    padding: 10px !important;
}

#xtisidebar.active a[aria-expanded="false"]::before, #xtisidebar.active a[aria-expanded="true"]::before {
    top: auto;
    bottom: 5px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#xtisidebar .sidebar-header {
  /*  padding: 20px; */
    background: #272727;
}

#xtisidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#xtisidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#xtisidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    color: white;
    text-decoration:none;
}
#xtisidebar ul li a:hover {
    color: #272727;
    background: #fff;
}
#xtisidebar ul li a i {
    margin-right: 10px;
}

#xtisidebar ul li.active > a, #xtisidebar a[aria-expanded="true"] {
    color: #fff;
    background: #555555;
}

#xtisidebar a[data-toggle="collapse"] {
    position: relative;
}

#xtisidebar a[aria-expanded="false"]::before, #xtisidebar a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
#xtisidebar a[aria-expanded="true"]::before {
    content: '\e260';
}


#xtisidebar ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #555555;
}

#xtisidebar ul.CTAs {
    padding: 20px;
}

#xtisidebar ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

#xtisidebar a.download {
    background: #fff;
    color: #272727;
}

#xtisidebar a.article, #xtisidebar a.article:hover {
    background: #555555 !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#xticontent {
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
    margin: 0 auto;
    flex: 1 100%;
    min-width: 0;
}
/* ---------------------------------------------------
    ACCORDION STYLE
----------------------------------------------------- */
.panel-title > a {
                display: block;
                text-decoration: none;
            }
      
        .short-full {
            float: right;
            color: #666;
        }

/* ---------------------------------------------------
    TABS STYLE
---------------------------------------------------- */
.nav-tabs .nav-item {
    text-decoration: none;
    padding: 10px 15px 12px 15px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #000000;
    background: #dddddd;
    line-height: 40px;
    margin: 5px;
}
.nav-tabs {
    border-bottom: 3px solid #dddddd;
}
.nav-tabs a:focus, .nav-tabs a:hover {
    color: #ffffff;
    text-decoration: none;
    background: #636363;
}
/* ---------------------------------------------------
    EVENT BOXES STYLE
----------------------------------------------------- */
.EventBoxTitle {
    color: #333;
    background: #f5f5f5;
    border-color: #ddd;
    font-size: 2em;
    line-height: 2em;
    padding: 10px;
}
    .EventBoxTitle a {
        text-decoration:none;
    }
    .EventBoxDescription {
        background: #fbfbfb;
        padding: 10px;
        font-size: 1.2em;
        border-color: #ddd;
        min-height: 160px;
    }
.EventBoxFooter {
    background: #fbfbfb;
    text-align: right;
}

/*  Inflow Sidebar STYLE  */

a, a:hover, a:focus {
    text-decoration: none;
    transition: all 0.3s;
}

.Inflownavbar {
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.Inflownavbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.Inflowwrapper {
    display: flex;
    align-items: stretch;
    perspective: 1500px;
}
    
#Inflowsidebar {
    min-width: 250px;
    max-width: 250px;
    background: #7386D5;
    color: #fff;
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    transform-origin: bottom left;
}

    #Inflowsidebar.active {
        margin-left: -250px;
        transform: rotateY(100deg);
    }

    #Inflowsidebar .sidebar-header {
        padding: 20px;
        background: #6d7fcc;
    }

    #Inflowsidebar ul.components {
        padding: 20px 0;
        border-bottom: 1px solid #47748b;
    }

    #Inflowsidebar ul p {
        color: #fff;
        padding: 10px;
    }

    #Inflowsidebar ul li a {
        padding: 10px;
        font-size: 1.1em;
        display: block;
    }

        #Inflowsidebar ul li a:hover {
            color: #7386D5;
            background: #fff;
        }
    /*
    #Inflowsidebar ul li.active > a, a[aria-expanded="true"] {
        color: #fff;
    }

    */
    #Inflowsidebar a[data-toggle="collapse"] {
        position: relative;
    }

    /*   #Inflowsidebar a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
        content: '\e259';
        display: block;
        position: absolute;
        right: 20px;
        font-family: 'Glyphicons Halflings';
        font-size: 0.6em;
    }
*/
    #Inflowsidebar a[aria-expanded="true"]::before {
        content: '\e260';
    }


    #Inflowsidebar ul ul a {
        font-size: 0.9em !important;
        padding-left: 30px !important;
        background: #6d7fcc;
    }

    #Inflowsidebar ul.CTAs {
        padding: 20px;
    }

        #Inflowsidebar ul.CTAs a {
            text-align: center;
            font-size: 0.9em !important;
            display: block;
            border-radius: 5px;
            margin-bottom: 5px;
        }

    #Inflowsidebar a.download {
        background: #fff;
        color: #7386D5;
    }

    #Inflowsidebar a.article, a.article:hover {
        background: #6d7fcc !important;
        color: #fff !important;
    }



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#Inflowcontent {
    padding: 0px;
    min-height: 100vh;
    transition: all 0.3s;
    flex: 1 100%;
}

#InflowsidebarCollapse {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
}

    #InflowsidebarCollapse 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;
    }
        #InflowsidebarCollapse span:first-of-type {
            transform: rotate(45deg) translate(2px, 2px);
        }

        #InflowsidebarCollapse span:nth-of-type(2) {
            opacity: 0;
        }

        #InflowsidebarCollapse span:last-of-type {
            transform: rotate(-45deg) translate(1px, -1px);
        }

    #InflowsidebarCollapse.active span {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }
    /*  extras */
img.right {
    border: 1px solid #ccc;
    float: right;
    margin-left: 15px;
    padding: 5px;
}

img.left {
    border: 1px solid #ccc;
    float: left;
    margin-right: 15px;
    padding: 5px;
}
.footerText, .fBlock {
    text-align: right;
    margin: 16px;
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #xtisidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important ;
    }
    #xtisidebar a[aria-expanded="false"]::before, #xtisidebar a[aria-expanded="true"]::before {
        top: auto;
        bottom: 5px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #xtisidebar.active {
        margin-left: 0 !important;
    }

    #xtisidebar .sidebar-header h3, #xtisidebar .CTAs {
        display: none;
    }

    #xtisidebar .sidebar-header strong {
        display: block;
    }

    #xtisidebar ul li a {
        padding: 20px 10px;
    }

    #xtisidebar ul li a span {
        font-size: 0.85em;
    }
    #xtisidebar ul li a i {
        margin-right:  0;
        display: block;
    }

    #xtisidebar ul ul a {
        padding: 10px !important;
    }

    #xtisidebar ul li a i {
        font-size: 1.3em;
    }
    #xtisidebar {
        margin-left: 0;
    }
    #xtisidebarCollapse span {
        display: none;
    }
        #xticontent {
    padding: 0;
}
        .hideOnMobile {
            display:none;
        }
    /*
 
    #Inflowsidebar {
        margin-left: -250px;
        transform: rotateY(90deg);
    }

        #Inflowsidebar.active {
            margin-left: 0;
            transform: none;
        }

    #InflowsidebarCollapse span:first-of-type,
    #InflowsidebarCollapse span:nth-of-type(2),
    #InflowsidebarCollapse span:last-of-type {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }

    #InflowsidebarCollapse.active span {
        margin: 0 auto;
    }

        #InflowsidebarCollapse.active span:first-of-type {
            transform: rotate(45deg) translate(2px, 2px);
        }

        #InflowsidebarCollapse.active span:nth-of-type(2) {
            opacity: 0;
        }

        #InflowsidebarCollapse.active span:last-of-type {
            transform: rotate(-45deg) translate(1px, -1px);
        }

   */

}