/*
 * Version: 2.1
 * File Description: Place here your custom CSS styles
 */

.noStyle {
    text-decoration: none !important;
    color: black !important;
}

    .noStyle span {
        display: none;
    }  
 
.notRequired  {
    padding-bottom: 15px;
}

.dxflGroupBoxCaption_Material {
    color: #003399;
    font-size: medium;
}
 

.dxflFormLayout_Material .dxflCaption_Material {
    color: black;
}

.topBottonaPadding {
    padding: 3px;
    display: inline-block;
}

@media (max-width: 1525px) {
    .toggle-margin {
        margin-left: 20% !important;
    }
}

@media (max-width: 1199px) {
  
    .custom-row{
        flex-direction: column !important;
        align-items: center;
    }

    .custom-row .col{
        padding: 0 !important;
    }
}


@media (max-width: 1180px) {
    .sidebar,#toggle-sidebar{
        display:none !important;
    }
    .toggle-margin{
        margin-left: 0 !important;
    }
}

@media (max-width: 991px) {

    .custom-row {
       margin-right: -15px !important;
    }

       
}


a.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}

.dxeMemoEditArea_Material.dxeDisabled_Material {
    color: #bbbbbb;
}

.sidebar {
    width: 17%;
    display: block;
    padding-top: 13px;
    padding-left: 15px;
    padding-right: 15px;
    background: white;
    box-shadow: 4px 0 5px -2px lightgrey;
    overflow-y: scroll;
    top: 157px;
    left: 0;
    bottom: 0;
    position: fixed;
}
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #bbbbbb;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #a8a6a6;
    }


.wrapText {
    word-break: break-all;
}

.wraptLayoutItem {
     max-width: 10%;  
}


/* 
remove white space above nav bar 
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


/*

    Keep footer at the bottom of the screen

*/
body {
    position: relative;
    margin: 0;
    padding-bottom: 6rem;
    min-height: 100%;
}

.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    text-align: center;
    color: black
}

/*
    end footer
*/


.toggle-margin {
    transition: margin .5s linear;
    margin-left: 13%;
}


.dxflRequired_Material{
    color:red !important;
    margin-left: 3px;
}


.nav.flex-column:not(.list-style-icons) > li .nav-link:after {
    font-family: "FontAwesome";
    content: "\f101";
    font-size: 12px;
    position: absolute;
    left: 95%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #d1d1d1;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


.sidebar .nav-link{
    padding-right: 15px !important;
}


#toggle-sidebar {
    position: fixed;
    background: white;
    border: 1px solid grey;
    padding: 1px 10px;
    font-weight: bold;
    font-size: 17px;
    left: 17%;
    transition: all 0.3s ease-in-out;
}

    #toggle-sidebar.toggle-position {
        left: 0;
    }

    .custom-row{
        margin-right: 0;
    }


.form-control-label-red {
    display: block;
    width: 100%;
    height: 20px;
    font-size: 14px;
    text-align: left;
    color: #FE003B;
    font-weight: bold;
}

.form-control-label-green {
    display: block;
    width: 100%;
    height: 20px;
    font-size: 14px;
    text-align: left;
    color: #3b7b4e;
    font-weight: bold;
}

.form-control-label-blue {
    display: block;
    width: 100%;
    height: 20px;
    font-size: 14px;
    text-align: left;
    color: darkblue;
}

