﻿/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    /*background: #fafafa;*/
    overflow: hidden;
    -ms-overflow-style: none;
}

p {
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
}


#sidebar {
    /*width: 140px;*/
    width: 60px;
    position: fixed;
    top: 0;
    left: 0px;
    height: 100vh;
    z-index: 2;
    /*background: #e6eef6;*/
    background: #fefefe;
    color: #707070;
    /*margin-top: 72px;*/
    display: block;
    /*border: 1px solid #dedede;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);*/
}

    #sidebar.active {
        margin-left: 0px;
    }

    .sidebar-header {
        position: fixed;
        z-index: 3;
        padding: 0px;
        background: transparent;
        top:12px;
    }

    .sidebar-burger {
        margin-top: 4px;
        padding: 0px 0px !important;
        font-size: 20px !important;
        margin-left: 15px;
        outline:0;
        background:transparent;
        color:#fff;
    }

    .sidebar-burger i {
        margin-left: 1px;
        font-size: 30px;
    }

    .sidebar-burger:hover,
    .sidebar-burger:focus{
        color:#fff;
        text-decoration:none;
        outline:0;
    }

    #sidebar ul.components {
        padding: 61px 0 0 0;
    }

    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }

    #sidebar ul li a {
        padding: 10px 10px 10px 20px;
        font-size: 18px;
        display: block;
    }

    #sidebar ul li a:hover {
        color: #fff!important;
        background: #82a9cf;
    }

#sidebar ul li.active > a,
a[aria-expanded="true"] {
    /*color: #fff;
        background: #82a9cf;*/
    color: #82a9cf;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

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: #6d7fcc !important;
    color: #fff !important;
}

.nav-header {
    width: 100%;
    position: fixed;
    background-color: #82a9cf;
    top: 0;
    left: 0;
    z-index: 1000;
    height: 50px;
    color: #fff;
}

    .nav-header a {
        padding: 20px;
        font-size: 20px;
    }

.nav-title {
    padding-left: 10px;
    display:none!important;
}

.btn-info {
    background-color: transparent;
    border: none;
}

.btn-info:hover {
    background-color: #337ab7;
    border: none;
}

.btn-info.focus, .btn-info:focus {
    background-color: #82a9cf;
    border: none;
    outline: none;
}


/* ---------------------------------------------------
CONTENT STYLE
----------------------------------------------------- */
#content {
    width: 100%;
    padding: 0px 0;
    transition: all 0.3s;
    position: absolute;
    top: 0px;
    right: 0;
}

    #content.active {
        width: 100%;
    }

.iframe-container {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
    height: 100vh;
}

    .iframe-container iframe {
        border: 0;
        height: 100vh;
        left: 60px;
        position: absolute;
        top: 0;
        width: calc(100% - 60px);
    }

/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
    padding-top: 75%;
}

/* Modal Loader*/
.modal.fade .modal-dialog {
    text-align: center;
    width: 48px;
}

.modal.fade.bd-example-modal-lg {
    top: calc(50% - 24px);
}

.bd-example-modal-lg .modal-dialog .modal-content {
    background-color: transparent;
    color: #010059;
    box-shadow: none !important;
    border: none;
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(2turn);
    }
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    /*#sidebar {
        margin-left: -140px;
    }*/

    #sidebar.active {
        margin-left: 0;
    }

    #content {
        width: 100%;
    }

    #sidebarCollapse span {
        display: none;
    }
}

.document-viewer-spinner {
    /*padding-top: 10px;
    padding-left: 15px;*/
    position: fixed;
    left: calc(50% - 45px);
    top: calc(50% - 30px);
    text-align: center;
    margin: auto;
    width: 50%;
    padding: 10px;
}


.blockUI.blockMsg {
    border: none !important;
    background-color: unset !important;
}


.spinner {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

    .spinner > div {
        background-color: #0D6CA4;
        height: 100%;
        width: 6px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.d-none {
    display: none !important;
}


.blockui-spinner-html {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}


.spin::before {
    animation: 1.5s linear infinite spinner;
    animation-play-state: inherit;
    border: solid 5px #cfd0d1;
    border-bottom-color: #1c87c9;
    border-radius: 50%;
    content: "";
    height: 40px;
    width: 40px;
    position: absolute;
    top: 10%;
    left: 10%;
    transform: translate3d(-50%, -50%, 0);
    will-change: transform;
}

.blockUI.blockMsg.blockPage {
    top: calc(50% - 50px)!important;
    left: calc(50% - 20px)!important;
    width:40px!important;
}

.blockUI.blockMsg.blockPage .spin {
    margin-top: 250px !important;
}
    .blockUI.blockMsg.blockPage .spin::before {
        top: 20% !important;
        left: 85% !important;
    }

.ms-Link {
    font-size: 18px !important;
    font-weight: 450 !important;
}