﻿/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

body {
    font-family: Calibri;
    background: #eef8f5;
}

#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.sv_info_total {
    min-width: 50px;
    text-align: center;
}
.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 5px 5px;
    /*background-image: url('/Images/Header-Back.png') !important;*/
    /*background-color: rgba(51, 179, 90, 1) !important;*/
    background-color: rgba(25, 135, 84, 1) !important;
    /*background-color: rgba(51, 179, 90, 0.9) !important;*/
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    border-radius: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: darkgoldenrod;
    /*margin-bottom: 10px;*/
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar_toolbar {
    border: 1px solid darkgoldenrod !important;
    color: darkgoldenrod !important;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.navbar-brand {
    margin-right: 0px;
}

.navbar_button_menu {
    /*background: url('/Images/gold_bg.png');
    background-repeat: no-repeat;
    background-size: cover;*/
}

.margin_remove {
    margin-left: 0px;
    margin-right: 0px;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
}

#sidebar {
    width: 250px;
    position: fixed;
    top: 47px;
    left: 0;
    height: 100vh;
    z-index: 999;
    /*background: #7386D5;*/
    /*background: rgb(84,130,53);*/
    /*background: #edf6e6;*/
    background: #ffffff;
    color: black;
    /*color: #fff;*/
    transition: all 0.3s;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: darkgoldenrod;
    padding-bottom: 60px;
}

    #sidebar.active {
        margin-left: -250px;
    }

    #sidebar .sidebar-header {
        padding: 5px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: darkgoldenrod;
        /*background: #6d7fcc;*/
        /*background: rgb(84,130,53);*/
    }

    #sidebar ul.components {
        padding: 0px 0;
        /*border-bottom: 1px solid #47748b;*/
    }

    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }

    #sidebar ul li a {
        padding: 10px;
        display: block;
    }

        #sidebar ul li a:hover {
            /*color: #7386D5;*/
            /*background: #fff;*/
            background: #c3e6cb;
            /*background: rgb(112,173,71);*/
        }

    #sidebar ul li.active > a,
    a[aria-expanded="true"] {
        /*color: #fff;*/
        /*background: #6d7fcc;*/
        /*background: rgb(112,173,71);*/
        color: black;
        /*border: 1px solid rgb(112,173,71);*/
    }

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul a {
/*    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: darkgoldenrod;*/
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    /*background: #6d7fcc;*/
}

ul ul ul a {
    font-size: 0.8em !important;
    padding-left: 50px !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;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: calc(100% - 250px);
    padding: 5px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    /*position: fixed;*/
    top: 47px;
    /*margin-top: 70px;*/
    right: 0;
}

    #content.active {
        width: 100%;
    }

.page-data {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 30px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.card-body-icon {
    position: absolute;
    z-index: 0;
    top: 0px;
    right: 0px;
    font-size: 3rem;
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }

        #sidebar.active {
            margin-left: 0;
        }

    #content {
        width: 100%;
    }

        #content.active {
            width: calc(100% - 250px);
        }

    #sidebarCollapse span {
        display: none;
    }
}

/* ---------------------------------------------------
    Planner
----------------------------------------------------- */

.l8ms_Planner_Info {
    left: 0px;
    position: absolute;
    max-width: 200px;
    min-width: 200px;
    word-wrap: break-word;
    white-space: normal;
    line-height: 18px;
    font-size: 0.8rem;
    margin-top: -2px;
    padding: 2px;
}

.Planner_top {
    border-bottom: 1px black solid;
    width: 100%;
}

.Planner_line {
    border-bottom: 1px lightgrey solid;
    width: 100%;
}

.row_spacer{
    padding-bottom: 3px;
}

.SchedulePPM {
    display: table-cell;
    padding: 1px;
    float: none;
    left: 0px;
    width: 200px;
    min-width: 200px;
    border: 1px solid grey;
    height: auto;
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap; /* Opera <7 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* IE */
    position: absolute;
}

.ScheduleCell {
    min-width: 20px;
    max-width: 20px;
    border: 1px solid lightgrey;
    padding-left: 0px;
    padding-right: 0px;
}

.ScheduleWeek {
    display: table-cell;
    padding: 1px;
    min-height: 1px;
    float: none;
    width: 30px;
    min-width: 30px;
    border: 1px solid grey;
    text-align: center;
    height: auto;
    vertical-align: top;
    position: relative;
}

.ScheduleWeekHE {
    display: table-cell;
    min-height: 1px;
    float: none;
    width: 30px;
    min-width: 30px;
    border: 1px solid grey;
    text-align: center;
    height: auto;
    vertical-align: top;
    position: relative;
}

.L8MS_container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/* Center the loader */
#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

#myDiv {
    display: none;
    text-align: center;
}

.tabbedBorder {
    border: 1px solid #dee2e6;
}

.nav-link-2 {
    display: block;
    padding: .5rem 1rem;
    border: 1px solid rgb(212,242,212);
    background-color: rgba(212,242,212,0.5);
}

.nav-link-2.active {
    display: block;
    padding: .5rem 1rem;
    border: 1px solid rgb(212,242,212);
    background-color: white;
}