/*
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 : Mar 19, 2018, 12:40:29 PM
    Author     : Hardik
*/

.txt_inline_edit{
    border-width: 0px;
    background-color: inherit;
}
.txt_inline_edit:focus{
    border-width: 1px;
}
.logo_dasboad{ position:relative;}
.logo_dasboad:after{ content:""; position:absolute; top:0; right:0; background: #ecf0f5 url(../img/laravel.png); background-color: #ffffff; background-repeat:no-repeat; background-position:center center;
height:100%; width:100%; opacity:0.8; background-size:50% auto;}