﻿.dx-field-item-content {
    white-space: initial;
}
.dx-popup-content{
    overflow-y: auto;
}
.dx-field-value-static{
    overflow-wrap: break-word;
}
.historyinstance{
    overflow-y:auto;
}
.panel-body2 {
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
}
.row {
    margin-right: 0px;
}
.panel-info {
   border: 3px solid #bce8f1;
}
.dx-toolbar-items-container {
    margin-top: 5px;
}
.panel-footer{
    background-color: white;
}
#center-text{
    text-align:center;
}

.gridbutton{
    margin-right: 5px;
}

.my-cell-center {
    vertical-align: middle !important;
}

.realize-class {
    background-color: hsla(120, 100%, 75%, 0.3);
}

#detContainer{
    margin: 10px;
    overflow-y: auto;
}

.red-dot {
    height: 20px;
    width: 20px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
}

.green-dot {
    height: 20px;
    width: 20px;
    background-color: forestgreen;
    border-radius: 50%;
    display: inline-block;
}

.yellow-dot {
    height: 20px;
    width: 20px;
    background-color: yellow;
    border-radius: 50%;
    display: inline-block;
}



.form-login {
    display: none;
    background-color: #EDEDED;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 15px;
    border-color: #d2d2d2;
    border-width: 5px;
    box-shadow: 0 3px 0 #cfcfcf;
}

.form-control {
    border-radius: 10px;
}

.modal-ku {
    width: 750px;
    margin: auto;
}

.input-modal-center {
    margin: 0 auto;
}

.modal-center {
    text-align: center;
}

.modal-dialog {
    width: 30%;
}

#loadText {
    display: none;
}

.footer-text {
    font-size: smaller;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    display: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*
    DEMO STYLE
*/
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";


body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Poppins', sans-serif;
    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: 3px 5px;
    background: #4c9cde;
    border: none;
    border-radius: 0;
    margin-bottom: 5px;
    background-color: #4992A6;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.list-unstyled > li {
    border: 1px solid rgba(0, 0, 0, 0.1)
}
.white-text {
    color: #ffffff;
}

.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
----------------------------------------------------- */
#sidebar {
    width: 200px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #4992A6;
    color: #fff;
    transition: all 0.3s;
}

    #sidebar.active {
        margin-left: -200px;
    }

    #sidebar .sidebar-header {
        padding: 20px;
        background: #4992A6;
    }

    #sidebar ul.components {
        padding: 20px 0;
        border-bottom: 1px solid #47748b;
    }

    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }

    #sidebar ul li a {
        padding: 10px;
        font-size: 1.1em;
        display: block;
    }

        #sidebar ul li a:hover {
            color: #7386D5;
            background: #fff;
            filter: alpha(opacity=50);
        }

    #sidebar ul li.active > a, a[aria-expanded="true"] {
        color: #fff;
        background: #4992A6;
    }


a[data-toggle="collapse"] {
    position: relative;
}

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;
}

a[aria-expanded="true"]::before {
    content: '\e260';
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #4992A6;
}

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% - 200px);
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

    #content.active {
        width: 100%;
    }


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -200px;
    }

        #sidebar.active {
            margin-left: 0;
        }

    #content {
        width: 100%;
    }

        #content.active {
            width: calc(100% - 200px);
        }

    #sidebarCollapse span {
        display: none;
    }
}

#form-container {
    margin: 10px;
}

.long-title h3 {
    font-family: 'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Verdana;
    font-weight: 200;
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px;
}