/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 24, 2017, 4:39:05 PM
    Author     : CxB023
*/



#left-sidebar{
/*    width: 250px;*/
    width:18%;
    /*width: 200px;*/
    position: absolute;
    bottom: 0;
    /*Rajesh 4-1-2016*/
    /*#f9f9f9;*/
    /*background: #000;*/
    background-color:#44341a;
    height: 100%;
    /*margin-top: 8px;*/
    margin-top: 55px; 
    z-index: 700; /* * * * * * * * * * * * 	 * Scrollbar 	 * * * * * * * * * * * */ /* * * * * * * * * * * * 	 * Search Input 	 * * * * * * * * * * * */ /* Search Results */ /* * * * * * * * * * * * 	 * Navigation 	 * * * * * * * * * * * */ /* * * * * * * * * * * * 	 * Sidebar Title 	 * * * * * * * * * * * */ /* * * * * * * * * * * * 	 * Sidebar Notifications 	 * * * * * * * * * * * */
}

.sidebar-selected {
    background: #605036; /*#027096*/ /*#ff9931*/
    color: #fff !important;
}

#left-sidebar * {
    overflow-x: hidden;
    overflow-y: visible;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*Nutan*/
#left-sidebar *::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #605036;
}

#left-sidebar *::-webkit-scrollbar
{
	width: 6px;
	background-color: #605036;
}

#left-sidebar *::-webkit-scrollbar-thumb
{
	background-color: #816a44;
}


/*Nutan*/

#left-sidebar #left-sidebar-content {
    float: left;
    width: 100% !important;
}

#left-sidebar #divider {
    background: #ececec;
    /*min-height: 100%;*/
    position: absolute;
    margin-left: 250px;
    right: -1px;
    width: 8px;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
}

#left-sidebar .resizeable {
    cursor: col-resize;
    background: url(../img/sidebar/sidebar-divider-dots.png) 2px 50% no-repeat #ececec !important;
}

#left-sidebar .slimScrollDiv {
    float: left !important;
    width: 100% !important;
}

#left-sidebar .slimScrollBar {
    width: 5px !important;
    background-color: #878787 !important;
    right: 0px !important;
    border-left: 1px solid #555555;
    border-right: 1px solid #555555;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#left-sidebar .sidebar-search {
    margin: 15px;
    margin-right: 23px;
}

    #sleft-sidebar .sidebar-search .input-box {
        border-bottom: 1px solid #d9d9d9 !important;
        padding-bottom: 2px;
    }

    #left-sidebar .sidebar-search span {
        display: block;
        overflow: hidden;
    }

    #left-sidebar .sidebar-search input {
        width: 100%;
    }

    #left-sidebar .sidebar-search input, #left-sidebar .sidebar-search .submit {
        margin: 0;
        border: 0;
        box-shadow: none;
        color: #555555;
        background-color: #f9f9f9 !important;
    }

    #left-sidebar .sidebar-search .submit {
        display: block;
        float: right;
        margin-top: 8px;
        opacity: 0.7;
    }

        #left-sidebar .sidebar-search .submit:hover, #left-sidebar .sidebar-search .submit:focus {
            opacity: 1.0;
        }

#left-sidebar .sidebar-search-results {
    background-color: #ececec;
    padding: 10px;
    border-top: 1px solid #b9b9b9;
    border-bottom: 1px solid #dfdfdf;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    display: none;
}

    #left-sidebar .sidebar-search-results.open {
        display: block;
    }

    #left-sidebar .sidebar-search-results .close {
        position: relative;
        top: -2px;
        right: 10px;
        font-size: 11px;
        line-height: 25px;
    }

        #left-sidebar .sidebar-search-results .close:hover {
            text-decoration: none;
            cursor: pointer;
            opacity: .5;
        }

    #left-sidebar .sidebar-search-results .title {
        font-weight: 600;
        padding: 5px 0;
        color: #888888;
        text-transform: uppercase;
        font-size: 12px;
    }

        #left-sidebar .sidebar-search-results .title > span {
            font-weight: 700;
        }

    #left-sidebar .sidebar-search-results .notifications li {
        padding-left: 0;
        padding-right: 0;
        margin-right: 5px;
        border-bottom-color: #d3d3d3;
    }
    /*Anjana*/
    #container {
    position: relative;
    height: 100%;
}

    #container.fixed-header {
        margin-top: 60px;
    }

    #container > #content > .container {
        float: left;
        width: 100%;
    }
     .nav .toggle-sidebar {
        float: left;
        /*margin-left: -50px;*/
        display: inline-block;
        position: relative;
        /*color: #3498db;*/
        color: #000;
        padding: 10px;
        /*margin: 17px;*/
        text-decoration: none;
        border: 1px solid #acacac;
        border-radius: 5px;
        /*margin: 10px 10px 0px;*/
        margin: 27px 10px 0px; /*dishant*/
    }
    .toggle-sidebar{
        float:left;
        display:inline-block;
        position:relative;
        color:#000;
        padding:10px;
        text-decoration:none;
        border:1px solid #acacac;
        border-radius:5px;
        margin:10px 10px 0px; 
        
    }
    
      .nav .toggle-sidebar:hover {
            background: #dfdfdf;
        }
        
         .nav > li:active,  .nav li.dropdown.open > .dropdown-toggle,  .nav li.dropdown.active > .dropdown-toggle,  .nav li.dropdown.open.active > .dropdown-toggle, .nav .toggle-sidebar:active {
            color: #555555;
            /*background: #3498db;*/
            background: #fff;
            /*-webkit-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.25) inset, -1px 0 0 rgba(0, 0, 0, 0.25) inset;
            -moz-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.25) inset, -1px 0 0 rgba(0, 0, 0, 0.25) inset;
            box-shadow: 1px 0 0 rgba(0, 0, 0, 0.25) inset, -1px 0 0 rgba(0, 0, 0, 0.25) inset;*/
        }

    /* End Anjana*/

#left-sidebar ul#nav {
    list-style: none;
    margin: 0;
    padding: 0; /* * * * * * * * * * * * 		 * Mainmenu and submenus 		 * * * * * * * * * * * */
}

    #left-sidebar ul#nav > li.current > a {
        border-right: 10px solid #3498db;
    }

        #left-sidebar ul#nav > li.current > a > .arrow {
            right: -3px !important;
        }

    #left-sidebar ul#nav li {
        display: block;
        margin: 0px -6px;
        padding: 0;
        border: 0;
        /*Nutan-29nov2017*/
        text-align: left;
        color:#fff;
        font-size:16px;
        border-bottom:1px solid #87765c;
        
        /*Rajesh 4-1-2016*/
        /*border-bottom: 1px solid #333132;*/ /*#ebebeb;*/
/*        border-bottom: 1px solid #ccc; #027ca6*/
    }

        #left-sidebar ul#nav li:last-child, #left-sidebar ul#nav li.open, #left-sidebar ul#nav li.open-default, #left-sidebar ul#nav li.open-fixed {
            border-bottom: none;
        }

        #left-sidebar ul#nav li.current > ul {
            display: block;
        }

        #left-sidebar ul#nav li.current .label.pull-right {
            margin-right: 10px;
        }

        #left-sidebar ul#nav li.open-default > ul, #left-sidebar ul#nav li.open-fixed > ul {
            display: block;
        }

        #left-sidebar ul#nav li .label {
            padding: 5px 8px;
            text-shadow: none;
        }

            #left-sidebar ul#nav li .label.pull-right {
                position: absolute;
                right: 15px;
                margin-right: 20px;
            }

        #left-sidebar ul#nav li .arrow {
            line-height: 20px;
            position: absolute;
            right: 10px;
        }

        #left-sidebar ul#nav li a {
            display: block;
            position: relative;
            margin: 0;
            border: 0;
            padding: 8px 8px;
            padding-left: 20px;
            /*color: #939598;*/
            color: #fff !important;
            text-decoration: none;
            /*text-shadow: 0 1px 0 #fff;*/
            /*font-size: 13px;*/
            /*font-weight: 600;*/
            font-weight: 100;
            text-transform: uppercase;
            font-family: Anaheim;
        }

    /*Sandeep : 03 Feb 2014
#left-sidebar ul#nav li a img {
  color: #6f6f6f;
  fill: #6f6f6f;
  padding-right: 7px;
  float: left;
  line-height: 20px;
  width: 16px;
  height: 22px;
}*/

    #left-sidebar ul#nav ul.sub-menu li.current a {
        color: #3498DB;
        font-weight: bold;
    }

    #left-sidebar ul#nav li.current > a:hover {
        cursor: default;
    }

    #left-sidebar ul#nav li a:hover {
        /*Rajesh 4-1-2016*/
        /*background: #fdfdfd;*/
        /*background: #e9454c;*/
/*        background: #118ebc;#ff9931*/
        background: #57472e;/*#ff9931*/;          /*Anjana 10-06-2021*/
        color: #fff !important;
    }

    #left-sidebar ul#nav li a:active {
        /*background: #605036;*/
/*        background: #118ebc;*/
        background: #57472e;/*#ff9931*/;   /*Anjana 10-06-2021*/
    }

    #left-sidebar ul#nav li a i {
        /*Rucha*/
        /*color: #6f6f6f;
            color: #939598;*/
        padding-right: 10px;
        float: left;
        line-height: 20px;
    }

        #left-sidebar ul#nav li a i:hover {
            /*Rajesh 4-1-2016*/
            background: #fdfdfd;
            color: #fff !important;
        }

        #left-sidebar ul#nav li a i[class^="icol-"], #left-sidebar ul#nav li a i[class^="icos-"], #left-sidebar ul#nav li a i[class*=" icol-"], #left-sidebar ul#nav li a i[class*=" icos-"] {
            margin-top: 2px;
        }

    #left-sidebar ul#nav > li.current, left-sidebar ul#nav > .open {
        /*Rajesh 1-2-2016*/
        /*background: #fdfdfd;*/
    }

    #left-sidebar ul#nav ul.sub-menu {
        display: none;
        list-style: none;
        clear: both;
        margin: 0;
        padding: 0;
        font-size: 13px;
        /*background: #f1f1f1;*/ /*Rajesh 1-2-2016*/
        /*border-top: 1px solid #333132;*/
    }

        #left-sidebar ul#nav ul.sub-menu a {
            font-weight: normal;
            padding: 12px 15px 12px 20px;
            text-transform: none;
        }

            #left-sidebar ul#nav ul.sub-menu a:hover {
                /*background: rgba(255, 255, 255, 0.5);*/ /*Rajesh 1-2-2016*/
                /*background: #e9454c;*/
                /*background: #027096;*/
            }

            #left-sidebar ul#nav ul.sub-menu a:active {
                /*background: #ebebeb; */ /*Rajesh 1-2-2016*/
                /*background: #e9454c;*/
                /*background: #027096;*/
            }

        #left-sidebar ul#nav ul.sub-menu li.current {
            background: #f9f9f9;
        }

        #left-sidebar ul#nav ul.sub-menu li:first-child > a {
            -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset;
            -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset;
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset;
        }

        #left-sidebar ul#nav ul.sub-menu ul.sub-menu {
            margin: 5px;
            margin-right: 0;
            margin-left: 40px;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            border: none;
        }

            #left-sidebar ul#nav ul.sub-menu ul.sub-menu > li {
                border-left: 1px solid #d1d1d1;
                border-bottom: none;
            }

                #left-sidebar ul#nav ul.sub-menu ul.sub-menu > li a {
                    font-size: 12px;
                    color: #6f6f6f;
                    padding: 7px 15px;
                }

                    #left-sidebar ul#nav ul.sub-menu ul.sub-menu > li a:hover {
                        background: rgba(255, 255, 255, 0.3);
                    }

                    #left-sidebar ul#nav ul.sub-menu ul.sub-menu > li a:active {
                        background: #ebebeb;
                    }

            #left-sidebar ul#nav ul.sub-menu ul.sub-menu li:first-child > a {
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
            }

#left-sidebar .sidebar-title {
    background-color: #ececec;
    padding: 50px 10px 10px 10px;
    font-weight: 600;
    border-top: 1px solid #b9b9b9;
    border-bottom: 1px solid #dfdfdf;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
}

#left-sidebar .notifications {
    margin: 0;
    padding: 0;
    list-style: none;
}

    #left-sidebar .notifications li {
        padding: 15px;
        border-bottom: 1px solid #ebebeb;
    }

        #left-sidebar .notifications li:last-child {
            border-bottom: none;
        }

        #left-sidebar .notifications li a {
            color: #555555;
        }

            #left-sidebar .notifications li a:hover {
                color: #3498db;
            }

    #left-sidebar .notifications .col-left {
        float: left;
        margin-right: -100%;
    }

    #left-sidebar .notifications .col-right {
        float: left;
        width: 100%;
    }

        #left-sidebar .notifications .col-right.with-margin {
            margin-left: 35px;
        }

    #left-sidebar .notifications .message {
        white-space: normal;
        padding-right: 15px; /*Sandeep :Added for notification on left panel*/
    }

    #left-sidebar .notifications .label {
        padding: 7px;
        width: 24px;
        text-align: center;
        display: inline-block;
    }

    #left-sidebar .notifications .time {
        color: #888888;
        display: block;
        padding-top: 5px;
        font-size: 11px;
    }

.sidebar-fixed {
    position: fixed !important;
    top: 52px;
}

.fill-nav-space {
    height: 52px;
}

.sidebar-closed > left-sidebar {
    display: none;
}
  /* Anjana*/
.sidebar-closed > #content {
    margin-left: 0;
}
  /* End Anjana*/
/*.sidebar-closed {
	& > left-sidebar {
		width: @sidebarClosedWidth;

		ul#nav {
			width: @sidebarClosedWidth;
			border-bottom: 1px solid @navBorder;

			li {
				&:hover {
					width: @sidebarWidth;
					position: relative;
					z-index: 2000;
					display: block !important;
				}

				&.open, &.open-default, &.open-fixed {
					border-bottom: 1px solid @navBorder;
				}

				a {
					padding-left: 12px;
				}

				ul.sub-menu {
					display: none;
				}
			}
		}
	}
}*/ /* # Breadcrumb
================================================== */


@media (min-width:375px) and (max-width:667px){
.mobile_menu_bar
{
    padding-top: 23%;
}
}
