﻿

/*!
 * 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;
    margin-top: 50px;
    xpadding-top:100px;
}

    #wrapper.toggled {
        padding-left: 200px;
    }

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 200px;
    width: 0;
    height: 80%;
    min-height: 300px;
    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: #DF5F32 /* #0099ee*/;
    }

        .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.gif") 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.gif") 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.gif") 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.gif") 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.gif") 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.gif") 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.gif');
    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.gif") 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: #DF5F32;
    font-size: x-small;
}
.TreeView1_Level1_selected {
    color: #DF5F32;
    font-weight: bold;
    font-size: x-small;
}



/* ======================================================================= */
.card {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #FFF;
    margin:20px;
}

    .card:hover {
        box-shadow: 0 5px 5px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    }

    .card > .card-inner {
        padding: 10px;
    }

    .card .header h2, h3 {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .card .header {
        margin-bottom: 5px;
    }

    .card img {
        width: 100%;
    }


/* ============================== */
/*Profile Card */
.profile-card {
    font-family1: "Open Sans", Arial, sans-serif;
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    text-align: center;
    height1: 568px;
    border: none;
    margin: 10px;
}

    .profile-card .background-block {
        float: left;
        width: 100%;
        height: 300px;
        overflow: hidden;
        background1: #efefef;
    }



        .profile-card .background-block .background {
            width: 120%;
            vertical-align: top;
           
            /*            opacity: 0.9;
            -webkit-filter: blur(0.5px);
            filter: blur(0.5px);
            -webkit-transform: scale(1.8);
            transform: scale(2.8);*/
        }
        .profile-card .background-block::before {
            content: "";
            background: #efefef; /*#efefef;*/
            width: 150%;
            height: 150%;
            left: 0px;
            top: 200px;
            position: absolute;
            z-index: 1;
            transform: rotate(-7deg);
        }

    .profile-card .card-content {
        width: 100%;
        padding: 0px 15px 0px 15px;
        color: #232323;
        float: left;
        background: #efefef;
        height: 60%;
        border-radius: 0 0 5px 5px;
        position: relative;
        top1:300px;
        z-index: 2;
    }

        /*.profile-card .card-content::before {
            content: "";
            background: #f99;*/ /*#efefef;*/
            /*width: 120%;
            height: 100%;
            left: 0px;
            top: 0px;
            position: absolute;
            z-index: -1;
            transform: rotate(-7deg);
        }*/

    .profile-card .profile {
        border-radius: 50%;
        position: absolute;
        top: 170px;
        right: 0px;
        max-width: 70px;
        opacity: 0.7;
        box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
        border1: 2px solid rgba(255, 255, 255, 1);
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        z-index: 9;
    }



 
/* ======================================================================= */