﻿.sidebar-menu .treeview-menu > li > a {
    display:flex !important;
    white-space:normal;
}
.skin-blue .main-header .navbar .sidebar-toggle:hover {
    background-color: #dd4b39 !important;
    color: #000 !important;
}
.white-space-normal {
    white-space:normal;
}
.max-height-300 {
    max-height:300px;
    overflow:auto;
}
.max-height-300  .dropdown-item {
    white-space: normal;
    max-width:300px;
}
.max-width-180 > span {
    min-width: 180px;
    max-width: 180px;
    margin-bottom:10px;
}



.background_popup
{
    width:350px;
    height:auto;
    margin:20% auto;
    position: relative;
    border: 2px ridge #fff;
    z-index: 9999;
    background-color: #015591;
    color: Black;
    padding: 10px;
    font-size:13px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #000;
}
     .completionList {
            border: solid 1px Gray;
            margin: 0px;
            padding: 3px;
            height: 120px;
            overflow: auto;
            background-color: #FFFFFF;
        }

        .listItem {
            color: #191919;
        }

        .itemHighlighted {
            background-color: #ADD6FF;
        }
        

.close
{
    background-color: rgba(255, 0, 0, 0.8);
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: -15px;
    width: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}

.popup
{
    width: 100%;
    height: 100% !important;
    background-color: rgba(0, 0, 0, .60);
    position: fixed;
    z-index: 9999;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
}



.popupProdcuyt
{
    width: 100%;
    height: 100% !important;
    background-color: rgba(0, 0, 0, .60);
    position: fixed;
    z-index: 9999;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
}


.background_popupProducyt
{
    width:80%;
    height:auto;
    margin:10% auto;
    position: relative;
    border: 4px ridge #000;
    z-index: 9999;
    background-color: white;
    color: Black;
    padding: 10px;
    font-size:13px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #000;
}


.background_popupProducyt_Image
{
    width:20%;
    height:auto;
    margin:10% auto;
    position: relative;
    border: 4px ridge #000;
    z-index: 9999;
    background-color: white;
    color: Black;
    padding: 10px;
    font-size:13px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #000;
}

