/*         From css file*/
 /*         From css file*/
 .active_num{        
         
        font-size: 35px;
        font-family: monospace;
        font-style: italic;
         
    }
    

#dasboard-menu td{
    text-align: center;
}

 
 .action-link{
    min-width: 70px;
    height: 20px;
    margin-top: 5px;
    margin-right: 20px;
    padding-bottom: 3px;
    padding-top: 3px;
    border-radius: 5px;
    list-style: none;
           
            }   

         .action-section a{
             text-decoration: none;
             color: black;
         }

.Dash-table {
/*    font-family: arial, sans-serif;*/
    border-collapse: collapse;
    width: 100% !important;
}
         .Dash-table tr {
             
             width :100% !important ;
         } 

    .Dash-table th{
         background-color: rgba(16, 103, 174, 0.57);
/*
        background-color: rgba(76, 127, 169, 0.45); 
        background-color: rgba(76, 128, 170, 0.69);
*/
    }
.Dash-table td, th {

    
}
         
.responses-table td {
    padding-top: 10px;
    padding-bottom: 10px;
}         
         
         
         
.Dash-table tr:nth-child(even) {
    background-color: rgba(214, 214, 214, 0.38);
} 
	




#dash-wrap{
height:100%;
width:100%;
}

    .dasboard{
        
        height:50px;
        width:100%;
/*        background-color: #30a6dc;*/
/*        background-color: #0e5b9a;*/
        background-color:rgba(37, 84, 123, 0.7);
        background-color:rgba(46, 108, 160, 0.82);
        border-radius: 5px;
/*        border-bottom: 10px #0e5b9a solid;*/
        margin-top: 50px;
        padding-bottom: 10px;
        border-bottom-left-radius: 30px;
        border-top-left-radius: 30px;
         
    }  
	.dashboard-left-wrap{
	width:900px;
/*   width:auto;*/
    height:auto;
    margin : 0 auto;
        
	 
	}
    .db-pic  {
      height:60px;
      width:60px;       
      text-align: center;
      overflow: hidden;
      background-size: contain;
      position:relative;
      left:0;
      top:-2px;
      bottom: 7px;
      border-radius: 50%;
      border: 3px solid #d9d9d9;
      background-color: #0e5b9a;
	  

    }
    .db-pic  img {
    height:50px;
    width:50px; 
    
    }
         
#dashboard-acco-1{
        margin-top:50px;
    
         } 
         
#dasboard-menu{

position: relative;
top:-60px;
max-width: 700px;
margin:  auto;

}
 
#dasboard-menu li {
    display: inline-block;
    margin-left: 10px;  
    display:inline;
    color: aliceblue;
    font-size: 20px;
    
      
}
         
 
.dashboard-content{
     
   max-height: 400px;
   min-height: 900px;
   width: 900px;
    /* display: none; */
     background-color: #fafafa; 
    background-color: rgb(242, 242, 242); 
    border-bottom: 4px #0e5b9a solid;
/*    border-top: 4px #0e5b9a solid;*/
 
   overflow-y: scroll;
    overflow-x: hidden;
/*    position: absolute;   */
 
      
    }
         
     
         
/*  -------------------------------from css file ends       */
         
    #nav-uname a{
 
        background-image: url(Image/TSimages/pat2.png);
        
        
         } 
         
         .tablinks{
             padding:9px 16px 9px 16px
         }
         
  .active-tab,.tablinks:hover  {
/*    background-image: url(Image/TSimages/pat7.png);*/
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    background-color: #fafafa ;
    background-color: rgb(242, 242, 242);
    padding-bottom: 18px;
    color:#0e5b9a !important;
}
         
    
 
   #account-setting{
        
        margin-top: 10px;
        margin-right: 10px;
        
    }
         

   /***********************************************RESPONSIVE***********************/
	/***** For Big n Med*******/
	
	@media (max-width: 1225px) {
      
        .header-allpage{
            width:100%;
		 
        } 
	
	.dashboard-left{ 
		 width:100%;
		/*border: 1px green solid;*/
	}
	.dashboard-left-wrap{
	height:auto;
	margin:0 auto;
	/*border: 1px red solid;*/
	}
	
 
        
    }
/*
    .info-wrap{
        height: auto;
        width:300px;
        background-color: #f1f1f2;
        padding: 5px;
		margin:0 auto;
                
    }
*/
	
	
	}
	/********************MEDIUM  900*************************************************/
	@media (max-width:900px) {
	
        .header-allpage{
            width:900px; 
        }
     
	.dashboard-left{
	 width:900px;
	}
	
        .min-width{            
        width:900px;
        }
        
        
        
	}

     
         