[class^="icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top:8px;
    line-height: 14px;
    vertical-align: top;
    background-repeat: no-repeat;
    }
    
    *
    {
        padding:0px;
        margin:0px;
    }
    
    
    
    
    
    
    #gv_sentFiles
    {
        
        width:100%;
    }
    
    #gv_sentFiles td
    {
        height:30px;
        padding:5px;
        
    }
    
    
    
    
    #gv_franchiseLogin td
    {
        padding:4px;
    }
    
    
    .showlabels td
    {
        height:30px;
    }
    
    
    
    .dataLabel
    {
        font-size:15px;
        color:rgb(145, 86, 248);
        font-weight:bold;
        padding:5px;
        border:0px !important;
        
        height:25px;
    }
    
    .div-button
    {
        width:160px;
        float:left;
        
    }
    
    .gv-student
    {
        
        margin:auto;
        margin-top:20px;
        
    }
    
    .gv-student td,th
    {
        font-size:14px;
        width:auto;
        padding:5px;
    }
    
    
    
    #student-list
    {
        border-top:2px solid grey;
        margin-top:10px;
        padding-top:20px;
    }
    
    
    .label_franchise
    {
        padding:5px;
        background-color:#FF6600;
        color:White;
        font-weight:bold;
        margin-bottom:10px;
    }
    
    
    
    .button
    {
        width:140px;
        height:30px;
        
        font-family: "Segoe UI",Helvetica,Arial,sans-serif;
        font-size : 14px;
        border:0px;
        cursor:pointer;
    }
    
    .purple
    {
        transition:background-color .1s ease-in-out;
        background-color: #6d1b81 !important;
        color: #fff !important;
    }
    
    
    .purple:hover
    {
        background-color: #A757B9 !important;
    }
    
    
    
    .icon-right-arrow
    {
         background-image:url('../images/icons.png');
        background-position: -27px -10px;
    }
    
    
    .transparent
    {
        background-color:  transparent !important;
        color: #fff !important;
    }
    
    
    .gridview-container
    {
        width:95%;
        margin-top:30px;
        
        
    }
    
    .clearfix:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
    }
    
    
    
    .edit
    {
        width:430px;
        height:auto;
        border:1px solid green;
        
        margin-bottom:30px;
       
        
        
        
    
        
    }
    
    .edit-heading
    {
        
        font-size:15px;
        padding:7px;
        
        
    }
    
    
    .right-div
    {
        
        float:right;
        
    }
    
    
    .left
    {
        text-align:left;
    }
    
    
    
    
    /*Text Box Styling*/
    
    *:focus {
        outline: 0;
    }
    
    
    
    .gv_textbox
    {
        width:90%;
    }
    
    
    .textbox
    {
        
        
        
        padding:3px;
        
        border-left:0px !important;
        border: 1px solid #D7D2D2;
        margin:0px !important;
        transition: border linear .2s,box-shadow linear .2s;
        
        border-left:2px solid #35aa47 !important;
        
        
    }
    
    .textbox:focus
    {
        border: 1px solid #908C8C;
        
        
        
    }
    
    .input-div
    {
        
        border-left:2px solid #35aa47 !important;
        margin-top:30px;
    }
    
    
    /*Text box styling Ends*/
    
    
    
    #gv_course 
    {
        
        width:700px;
    
    
    }
    
    #gv_course tr
    {
        
        font-size:16px;
    
    
    }
    
    #gv_course tr td
    {
        
        padding:7px;
    }

    /* Button styles */
    .save-btn {
        background-image: url('/images/save.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        border: none;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-size: 16px;
        font-weight: bold;
        padding: 10px 20px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        transition: all 0.3s ease;
      }
      
      .save-btn:hover {
        opacity: 0.8;
      }
      
      .save-btn:active {
        transform: translateY(2px);
      }
      
      .save-btn span {
        visibility: hidden;
      }
      