﻿/*@import "~/Content/Css/font-awesome/css/font-awesome.css";*/
/* 
D:\BackUp\BrokerWeb_13_04_2018\BrokerWeb\
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;
  }

  #menu-toggle{
    position: absolute;
    top: 23px;
    left: 10px;
    color: white;
  }

  .sidebar-nav li  i:last-child{
    position: absolute;
    right: 10px;
    top: 13px;
    color: white;
    display: none;
  }

  .sidebar-nav li  i:first-child{
    position: absolute;
    left:  10px;
    top: 13px;
    color: white;
   
  }

  .userName{
    position: absolute;
    top: 14px;
    color: white;
    right: 10px;
  }

  .sidebar-nav>.sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
    background-color: #428f9b;
    border-bottom: 1px solid white;
}
  
  #wrapper.toggled {
    padding-left: 250px;
  }
  .container-fluid{
    padding: 0px;
}
  #sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #428f9b;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  
  
  #wrapper.toggled #sidebar-wrapper {
    width: 250px;
  }
  
  #page-content-wrapper {
    width: 100%;
    position: absolute;
   
  }
  
  #wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
  }
  body {
    overflow-x: hidden;
  }
  
  .sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .sidebar-nav li {
    line-height: 40px;
    position: relative;
  }
  
  .sidebar-nav li a {
    display: block;
    text-decoration: none;
    color:white;
    font-size: 16px;
    padding-left: 15px;
    padding-left: 35px;
  }
  
  .sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
  }

  .sidebar-nav li:hover i{
    display: block;
  }

  
  
  .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;
  }
  
  .sidebar-nav>.sidebar-brand a {
    color:white;
  }
  
  .sidebar-nav>.sidebar-brand a:hover {
    color: #fff;
    background: none;
  }

  .headerTop{
    width: 100%;
    height: 65px;
    background: #428f9b;
}
  
  @media(min-width:768px) {
    #wrapper {
      padding-left: 0;
    }
    #wrapper.toggled {
      padding-left: 250px;
    }
    #sidebar-wrapper {
      width: 0;
    }
    #wrapper.toggled #sidebar-wrapper {
      width: 250px;
    }
    #page-content-wrapper {
    
      position: relative;
    }
    #wrapper.toggled #page-content-wrapper {
      position: relative;
      margin-right: 0;
    }
  }
   */


input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
   

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;
  }

  #menu-toggle{
    position: absolute;
    top: 23px;
    left: 10px;
    color: #555;
  }



  .sidebar-nav li  i:first-child{
    position: absolute;
    right:  10px;
    top: 13px;
    color: #555;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    
   
  }


  .sidebar-nav li  i:last-child{
    position: absolute;
    right:  10px;
    top: 13px;
    /* color: white; */
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    
   
  }
  .sidebar-nav{
    overflow-x: hidden;
  }
  .sidebar-nav::-webkit-scrollbar-track
  {
    -webkit-box-shadow: inset 0 0 6px  #0c5460;
    background-color: #F5F5F5;
  }
  
  .sidebar-nav::-webkit-scrollbar
  {
    width: 10px;
    background-color: #F5F5F5;
  }
  
  .sidebar-nav::-webkit-scrollbar-thumb
  {
    background-color: #555;
    border: 2px solid #555;
  }
  /*.userName{
    position: absolute;
    top: 14px;
    color: #555;
    right: 10px;
  }
  .welcome{
    position: absolute;
    top: 14px;
    color: #555;
  
    right: 100px;
  }*/


  .userName{
    /*position: absolute;
    top: 14px;
    color: #555;
    right: 10px;*/
  }

  .UserLogout{
      position: absolute;
    right: 10px;
    top: 21px;
  }

.LogoutBtn {
    display: inline-block;
    color: #FF6900;
    font-weight: bold;
    font-size: 14px;
    margin-left: 18px;
    cursor: pointer;
}
  .welcome{
    /*position: absolute;
    top: 14px;
    color: #555;
  
    right: 100px;*/
  }
  .sidebar-nav>.sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
    background-color: #428f9b;
    border-bottom: 1px solid white;
}
  
  
  .container-fluid{
    padding: 0px;
}
  #sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    width: 250px;
   height: 100%;
   border-right: 1px solid #d7d7d7;
   min-height: 100%;
   background-color: #f1f1f1;
   -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
   box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -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;
    
  }
  
  
 
  body {
    overflow-x: hidden;
  }
  
  .sidebar-nav {
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); */
    position: absolute;
    top: 65px;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
    overflow-y: auto;
    background: white;
    border-top: 1px solid #d7d7d7;
  }
  
  .sidebar-nav li {
    line-height: 40px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
  }
  
  .sidebar-nav li a {
    display: block;
    text-decoration: none;
    color:#555;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  
    
  }
  
  .sidebar-nav li a:hover {
    text-decoration: none;
    color:black;
    /* background: #3c8dbc ; */
  }

  .sidebar-nav li:hover i{
    display: block;
  }

  .sidebar-nav li a:active, .sidebar-nav li a:focus {
    text-decoration: none;
  }

    .sidebar-nav li.active > a {
        color: white;
        font-weight: bold;
        background-color: #ff6900;
    }

  .active>a i{
    color: white!important;
  }

.sidebar-brand {
    height: 65px;
    font-size: 16px;
    line-height: 60px;
    border-bottom: 1px solid white;
    
}


    .sidebar-brand a {
        color: #ff6900;
        font-weight: bold;
    }

  .sidebar-brand a:hover{
    text-decoration: none;
  }
  .sidebar-nav>.sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
  }
  
  .sidebar-nav>.sidebar-brand a {
    color:#555;
  }
  
  .sidebar-nav>.sidebar-brand a:hover {
    color: #555;
    background: none;
  }

  .headerTop{
    width: 100%;
    height: 65px;
    background-color: white;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    border-color: #e7e7e7;
}

#page-content-wrapper {
    position: absolute;
    left: 250px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: calc(100% - 250px);
  }
.clikced{
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
  #wrapper.toggled #sidebar-wrapper {
    width: 0px;
  }
  
  #wrapper.toggled #page-content-wrapper {
    position: absolute;
     left: 0px; 
     width: calc(100% - 0px);
  }
 

  .sidebar-nav>li>.treeview-menu {
    margin: 0 1px;
    /* background: #2c3b41; */
}

.treeview-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.treeview-menu li a{
  max-height: 40px;
}


.treeview-menu>li a:hover{
  
    font-weight: bold;
}
/*   
  @media(min-width:768px) {
    
    #wrapper.toggled {
      padding-left: 0px;
    }
    #sidebar-wrapper {
      width: 250px;
    }
    #wrapper.toggled #sidebar-wrapper {
      width: 0px;
    }
    #page-content-wrapper {
    
      position: relative;
    }
    #wrapper.toggled #page-content-wrapper {
      position: relative;
      margin-right: 0px;
    }
  } */
  

  @media screen and (max-width:768px)and (min-width:120px) {

    #wrapper  #sidebar-wrapper {
        width: 0px;
      }
      
      #wrapper #page-content-wrapper {
        position: absolute;
         left: 0px; 
         width: calc(100% - 0px);
      }

      #wrapper.toggled  #sidebar-wrapper {
        width: 250px;
      }
      
      #wrapper.toggled  #page-content-wrapper {
        position: absolute;
         left: 250px; 
         width: calc(100% - 250px);
      }
  }body {
}
