.table.borderless tr td{
    border: 0;
}

.astrik {
    color: #F00;
}

.row-span-right {
    float: right;
    width: 50%;
}

.row-span-left {
    float: left;
    width: 50%;
}

.login-form .container, .logo .container {
    background-color: #FFFFFF;
    border-radius: 8px;
    width: 450px;
}

.logo .container {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: none;
    margin-top: 100px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#modal_add_contact .modal-dialog {
    margin: 30px auto;
    /*width: 850px;*/
    width: 1133px;
}

.popupbtn-left {
    padding-left: 60px;
    padding-top: 5px;
}

.popupbtn-right {
    padding-left: 10px;
    padding-top: 5px;
}

.dataTables_filter input {
    margin-left: 10px;
}

.search_init.text_filter.form-control {
    width: 100%;
}

.modal-dialog.view-contact, .modal-dialog.addviewnewsletter {
    width: 65%;
}

#firm_view tbody tr {
    cursor: pointer;
}

textarea.no-resize{
    resize: none;
}

ul.ui-autocomplete.ui-menu {
    z-index: 1050;
}

/* ========== */
/* = Custom css for Loader by chirag 13-03-2014 = */
/* ========== */
#wait {
    position: absolute;
    /*background: rgba(0, 0, 0, 0.56);*/ 
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}

#wait img {
    position: absolute;
    top: 25%;
    left: 30%;
}

.filter_column.filter_text input {
    font-size: 11px;
}
/* ========== */

.clear-both {
    clear: both;
}

#modalNiyam .modal-dialog {
    width: 1035px;
}

.hilight {
    background-color: #D9534F;
}

.space{
    margin-right: 3px;
    float: left;
}

.cbo-label {
    width: 25%;
}
.no-hover{
    cursor: auto;
}

.modal-dialog.Receipt-type {
    width: 30%;
}

.text-box-hight-edurec
{
    height:35px;
}

.modal-dialog.view-send-patrika {
    width: 25%;
}


.imageBox
{
    position: relative;
    height: 400px;
    width: 400px;
    border:1px solid #aaa;
    background: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor:move;
}
@media screen {
    .receipt_td {
        font-size: 14px;
    }
    .receipt_title {
        font-size: 17px;
    }
}

.top_pagination{    
    float:right;
    width: 84%;  
    margin: -29px 0 9px 0px;
}
.hvr_dlt:hover{
            position: absolute; 
            z-index: 9999;
            -webkit-transition:1.5s;
            -moz-transition:1.5s;    
            transition:1.5s;
            -webkit-transform: scale(4); 
            -moz-transform: scale(4);
            -o-transform: scale(4);
            transform: scale(4);
        }
.hvr_receipt_dlt:hover{
            position: absolute; 
            z-index: 9999;
            -webkit-transition:1.5s;
            -moz-transition:1.5s;    
            transition:1.5s;
            -webkit-transform: scale(8); 
            -moz-transform: scale(8);
            -o-transform: scale(8);
            transform: scale(8);
        }   
        
        .modal-dialog-print-cover{
            width:55% ;
            margin:20px auto;
        }
