﻿

/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */

body {
    overflow-x: hidden;
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    xmargin-top: 50px;
    padding-top:100px;
}

    #wrapper.toggled {
        padding-left: 200px;
    }

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 200px;
    width: 0;
    height: 60%;
    min-height: 500px;
    margin-left: -200px;
    overflow-y: auto;
    background: #343a40;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
    min-height: 100%;
    align-items: flex-start;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: 0px;
}



/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sidebar-nav li {
        text-indent: 20px;
        line-height: 40px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

.sidebar-nav-li {
    text-indent: 0px;
    margin-left: 20px;
}

.sidebar-nav li a, .sidebar-nav-li-a {
    display: block;
    text-decoration: none;
    color: #999999;
    padding-left: 30px;
}

    .sidebar-nav li a:hover {
        text-decoration: none;
        color: #fff;
        background: rgba(255, 255, 255, 0.2);
    }

    .sidebar-nav li a:active, .sidebar-nav li a:focus {
        text-decoration: none;
    }

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
    padding-left: -150px;
    text-indent: -10px;
}

    .sidebar-nav > .sidebar-brand a {
        color: #2FA4E7  /* #0099ee  #ff6600 */;
    }

        .sidebar-nav > .sidebar-brand a:hover {
            color: #fff;
            background: none;
        }

@media(min-width:768px) {
    #wrapper {
        padding-left: 0;
    }

        #wrapper.toggled {
            padding-left: 200px; /*  50 */
        }

    #sidebar-wrapper {
        width: 50px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 200px;
    }

    #page-content-wrapper {
        padding: 0px; /*20 */
        padding-left: 50px; /*20 */
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

/*======================== Floating Labels ============================*/

.form-signin {
    width: 100%;
    max-width: 420px;
    padding: 15px;
    margin: auto;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

    .form-label-group > input,
    .form-label-group > label {
        height: 3.125rem;
        padding: .75rem;
    }

    .form-label-group > label {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        margin-bottom: 0; /* Override default `<label>` margin */
        line-height: 1.5;
        color: #495057;
        pointer-events: none;
        cursor: text; /* Match the input under the label */
        border: 1px solid transparent;
        border-radius: .25rem;
        transition: all .1s ease-in-out;
    }

    .form-label-group input::-webkit-input-placeholder {
        color: transparent;
    }

    .form-label-group input:-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-moz-placeholder {
        color: transparent;
    }

    .form-label-group input::placeholder {
        color: transparent;
    }

    .form-label-group input:not(:placeholder-shown) {
        padding-top: 1.25rem;
        padding-bottom: .25rem;
    }

        .form-label-group input:not(:placeholder-shown) ~ label {
            padding-top: .25rem;
            padding-bottom: .25rem;
            font-size: 12px;
            color: #777;
        }

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
    .form-label-group > label {
        display: none;
    }

    .form-label-group input::-ms-input-placeholder {
        color: #777;
    }
}

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .form-label-group > label {
        display: none;
    }

    .form-label-group input:-ms-input-placeholder {
        color: #777;
    }
}
/* End Floating labels ================================================================= */


/* Start TELERIK ================================================================= */

.compositeSplitter {
    margin: 0 auto;
}

    .compositeSplitter .RadAjaxPanel {
        margin: 0;
        height: 100%;
    }

.pane-text-content {
    margin: 0;
    padding: 10px 20px;
    font: 12px/1.8 verdana, sans-serif;
}


#toolbox {
    float: left;
    width: 165px;
    font-family: 'Segoe UI';
    background-color: #f3f3f3;
    border: 2px solid #e8e8e8;
    padding-bottom: 1em;
}

    #toolbox .item {
        margin: 1.7em 1.8em;
        margin-bottom: 0;
        height: 0px;
    }

    #toolbox h4 {
        text-align: center;
        text-transform: uppercase;
        color: #686868;
        border: 0;
        font-weight: bold;
    }

    #toolbox .footer {
        margin-top: 1em;
        text-align: center;
        text-transform: uppercase;
        color: #686868;
    }

.item {
    font-family: 'Segoe UI';
    cursor: pointer;
}

#button-container {
    clear: left;
    float: left;
    margin-top: 1em;
    width: 165px;
    text-align: center;
}

.k-diagram {
    font-family: 'Segoe UI';
    /* margin-left: 200px; */
}


/* End TELERIK ================================================================= */


/* CSP START ================================================================= */

.btnpstopdisabled {
    color: #FFaaaa;
    cursor: none;
    height: 30px;
    border: solid 0px #808080;
    font-size: 9pt;
    text-align: center;
    FONT-WEIGHT: bold;
    Xbackground: url("_images/btn/btntop_b.gifX") center;
    padding: 0px 0px 0px 0px;
    padding-top: 10px !important;
    cursor: pointer;
}

.btnpstopgray {
    color: #0b3797;
    cursor: hand;
    height: 30px;
    border: solid 0px #808080;
    font-size: 9pt;
    text-align: center;
    FONT-WEIGHT: bold;
    background: url("_images/btn/btntopgray_b.gifX") center;
    padding: 0px 0px 0px 0px;
    cursor: pointer;
}

    .btnpstopgray:hover {
        color: #0b3797;
        cursor: hand;
        height: 30px;
        border: solid 0px #808080;
        font-size: 9pt;
        text-align: center;
        FONT-WEIGHT: bold;
        background: url("_images/btn/btntopgray_a.gifX") center;
        padding: 0px 0px 0px 0px;
        cursor: pointer;
    }

.btnpstop {
    color: #ffffff;
    cursor: hand;
    height: 30px;
    border: solid 0px #808080;
    font-size: 9pt;
    text-align: center;
    FONT-WEIGHT: bold;
    background: url("_images/btn/btntop_b.gifX") center;
    padding-top: 10px !important;
    cursor: pointer;
}

    .btnpstopX:hover {
        color: #ffffff;
        cursor: hand;
        height: 30px;
        border: solid 0px #808080;
        font-size: 9pt;
        text-align: center;
        FONT-WEIGHT: bold;
        background: url("_images/btn/btntop_a.gifX") center;
        padding: 0px 0px 0px 0px;
        cursor: pointer;
    }

.btnpstopover {
    color: #000000;
    cursor: hand;
    height: 30px;
    border: solid 0px #808080;
    font-size: 9pt;
    text-align: left;
    FONT-WEIGHT: bold;
    background: url("_images/btn/btntop_a.gifX") center;
    padding: 0px 0px 0px 23px;
    cursor: pointer;
}

.btnpstopup {
    color: #f99;
    cursor: hand;
    height: 30px;
    border: solid 0px #808080;
    font-size: 9pt;
    text-align: center;
    FONT-WEIGHT: bold;
    Xbackground-image: url('../_images/btn/btntop_a.gifX');
    background: url("../_images/btn/btntop_a.gif") center;
    padding: 0px 0px 0px 0px;
    padding-top: 10px !important;
    cursor: none;
}

.btnpstopgrayup {
    color: #0b3797;
    cursor: hand;
    height: 30px;
    border: solid 0px #808080;
    font-size: 9pt;
    text-align: center;
    FONT-WEIGHT: bold;
    background: url("_images/btn/btntopgray_a.gifX") center;
    padding: 0px 0px 0px 0px;
    cursor: pointer;
}

/* CSP end ================================================================= */


/* =====================================================================    */

.TreeView1_Level0 {
    color: black;
    font-weight: bold;
    font-size: small;
}

.TreeView1_Level1 {
    color: black;
    font-size: small;
}
.TreeView1_Level1_hover {
    color: darkorange;
    font-size: x-small;
}
.TreeView1_Level1_selected {
    color: darkorange;
    font-weight: bold;
    font-size: x-small;
}



/* ======================================================================= */
