﻿body {
    /*background-image: url('images/Eaid/bck.gif');*/
    margin: 0mm 0mm 0mm 0mm;
    padding-top: 40px;
    padding-bottom: 20px;
    direction: rtl;
    background-repeat: no-repeat;
    background-position: 0px 130px;
    background-size:400px;
}

 @page {
        margin: 0cm 0cm 0cm 0cm;
    }

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/@import url('file:///G:\Code_New\Booking\Booking_605\BookingMVC\Content\My4.css');
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select {
    max-width: 280px;
}



/*=============================================*/


.txtNowrap {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}