﻿* {
    letter-spacing: 0.5px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.searchMIdNameNav {
    font-family: inherit;
    font-size: inherit;
    line-height: 0;
    width: 250px;
    margin-left: 3%;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../../images/loading-load.gif') 50% 50% no-repeat rgba(0,0,0,0.3);
}
.waiting {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../../images/loading.gif') 50% 50% no-repeat rgba(0,0,0,0.3);
    background-color: rgba(255,255,255,0.3);
}
body {
    color: #000 !important;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-family: 'Lucida Sans';
    background-color: #fff;
    overflow-x: hidden;
}

.outside-content {
    width: 100%;
    margin: 0 auto;
}

.body-content {
    width: 99.2%;
    padding: 0px;
}

.body-section {
    width: 100%;
    border: 2px solid #0D619D;
    min-height: 70vh;
    padding: 10px 40px;
    margin: 0 auto;
    margin-top: -20px;
    height: auto;
    overflow-x: scroll;
}
.tbleheadbg {
    background-image: linear-gradient(#A4A4A4, #D8D8D8, #A4A4A4);
    color: rgba(255,255,255,1) !important;
    text-align: center;
}

    .tbleheadbg th {
        color: rgba(0,0,0,1) !important;
        text-align: center;
    }

        .tbleheadbg th a {
            color: #000;
            text-decoration: none;
            text-shadow: 1px 1px 1px #fff;
            padding: 1px;
            font-size: 13px !important;
        }

            .tbleheadbg th a:hover, .glyphicon:hover {
                cursor: pointer;
            }
.margin-center {
    margin: 0 auto;
    width: 100%;
}

.topheader {
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 40px;
    font-size: 2em;
    text-shadow: 1px 1px 1px #4E4E4E;
    letter-spacing: 1px;
}

.section-header {
    font-weight: bold;
    font-size: 1.5em;
    background-color: rgba(4,44,56, 0.1);
    border: 1px solid rgba(4,44,56, 0.2);
    color: #042C38 !important;
    margin: 0 auto;
    padding: 15px 5px 15px 5px;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

.header-leftRight {
    font-weight: bold;
    font-size: 1.5em;
    color: #0D619D !important;
    text-align: left;
    margin-bottom: 10px;
}
.search-table {
    text-align: left;
    border: 1px solid rgba(0,0,0,0.2);
    background-color: #fff !important;
    border: none;
    margin: 10px 0px 5px 0px;
}

    .search-table td {
        border: 1px solid rgba(0,0,0,0.2);
        vertical-align: middle !important;
        border: none !important;
        padding: 5px;
    }

.subHeadings {
    padding: 10px 20px 10px 15px;
    font-size: 1.2em;
    color: navy;
    background-image: linear-gradient(0deg, #9C99FF, #E7E7FF 60%, #9C99FF);
    cursor: pointer;
}

    .subHeadings span {
        font-weight: bold;
    }

.subHeadingDetails {
    font-weight: normal !important;
    color: #000 !important;
    background-color: #F2F2F2;
    font-size: 13px !important;
    padding-top: 15px;
}

.headingbg-trans {
    background-color: #C6DCFF;
    line-height: 2;
}

.accountHead {
    font-weight: bold;
    padding: 10px 20px 10px 15px;
    font-size: 1.2em;
    color: navy;
}

.section-default {
    background-image: linear-gradient(#9C99FF,#E7E7FF,#9C99FF);
}

.section-green {
    background-image: linear-gradient(#80FF80,#CCFFCC,#80FF80);
}

.section-blue {
    background-image: linear-gradient(#B4B4FF,#CECEFF,#B4B4FF);
}

.section-orange {
    background-image: linear-gradient(#FFB5B5,#FFCFCF,#FFB5B5);
}

.section-golden {
    background-image: linear-gradient(#F7AE04,#FCD77D,#F7AE04);
}

.section-mi {
    background-image: linear-gradient(#C6E2FF,#ffffff,#C6E2FF);
}

.section-chocalate {
    background-image: linear-gradient(#FF8D35,#EAD4EE,#FF8D35);
}

.headingbg2 {
    font-weight: bold;
    padding: 10px 20px 10px 15px;
    font-size: 1.2em;
    color: navy;
    background-image: linear-gradient(#80B4FF,#B4D2FF,#80B4FF);
}

.fontsize {
    font-size: 12px !important;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
}

.fontsize-small {
    font-size: 10px !important;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
}
#searchMIdName,#searchAccount,#searchSbAccount
{
     border: 0px;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,0.4) !important;
    padding: 6px 5px 6px 5px;
    width: 100%;
}
.inputfields,  #Introducer1, #Introducer2 {
    border: 0px;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,0.4) !important;
    padding: 6px 5px 6px 5px;
    width: 100%;
}

.inputfields-medium {
    border: 0px !important;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,0.4) !important;
    padding: 4px 5px 4px 5px;
    width: 87%;
}

.inputfields-small {
    border: 0px !important;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,0.4) !important;
    padding: 7px 5px 7px 5px;
    margin-bottom:5px;
    width: 50%;
}

input[type="password"] {
    border: 0px;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,0.4);
    padding: 6px 5px 6px 5px;
    width: 100%;
}

.image-link {
    font-size: 10px;
    color: #2e67ce;
    cursor: pointer;
}

.subHeadings label {
    font-size: 10px !important;
    color: #2452a4;
    cursor: pointer;
}

.search-input {
    border: 0px;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,0.4);
    padding: 4px 5px 4px 5px;
    width: 100%;
}

    .inputfields:focus, .inputfields:active, .search-input:focus, .search-input:active {
        outline: none;
    }

.text-danger {
    color: #ff0000 !important;
    font-size: 12px;
}

.btn-home-search {
    background-image: linear-gradient(#004080, #004080);
    color: #fff !important;
    padding: 12px 8px;
    width: 100%;
    font-size: 1.3em;
    border-radius: 2px;
    border: 0px;
}

    .btn-home-search:hover, .btn-home-search:focus, .btn-home-search:active {
        outline: none;
    }

.btn-go, .btn-import {
    background-color: rgba(0, 64, 128,0.8);
    color: #fff !important;
    padding: 7px 4px;
    width: auto;
    font-size: 1em;
    border-radius: 2px;
    border: 0px;
}

.btn-view {
    background-color: rgba(0, 64, 128,1);
    color: #fff !important;
    padding: 7px 4px;
    width: auto;
    font-size: 1em;
    border-radius: 2px;
    border: 0px;
}

.commomSearchBar {
    padding: 2px 0px 2px 0px;
}

    .commomSearchBar input {
        background-color: rgba(224,224,251,0.5);
        outline: none;
        border: 10px solid red !important;
    }

    .commomSearchBar div {
        margin: 1px;
        padding: 0px;
    }

#btnSave,#btnUpdate {
    background-image: linear-gradient(#FC873C, #E55B05);
    margin-top: -3px;
    color: #fff !important;
    padding: 8px 20px;
    font-size: 1.2em;
    border-radius: 5px;
    border: 0px;
    text-decoration: none !important;
}

    #btnSave:hover,#btnUpdate:hover {
        cursor: pointer;
        background-image: linear-gradient(#FC690A, #B34703);
    }

.btnSubmit {
    background-image: linear-gradient(#005AB2, #004080);
    color: #fff !important;
    padding: 8px 8px;
    font-size: 1.1em;
    border-radius: 5px;
    border: 0px;
    text-decoration: none !important;
}

.btnAddNew {
    background-image: linear-gradient(#28A745, #19682B);
    color: #fff !important;
    padding: 6px 8px;
    font-size: 1.1em;
    border-radius: 5px;
    border: 0px;
    text-decoration: none !important;
    opacity: 0.9;
}

    .btnAddNew:hover {
        opacity: 1;
    }

.btnSubmit:hover {
    cursor: pointer;
    background-image: linear-gradient(#004080, #004080);
}

#newAccount {
    background-image: linear-gradient(#004080, #004080);
    color: #fff !important;
    font-size: 1.3em;
    border-radius: 2px;
    border: 0px;
    text-decoration: none !important;
}

.btn-login {
    color: #fff;
    background-image: linear-gradient(#FC873C, #E55B05);
    padding: 10px 20px 10px 20px;
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: 0.5px;
    border-radius: 3px;
    border: 0px;
    cursor: pointer;
    width: 100%;
}

    .btn-login:hover, .btn-login:focus {
        color: #fff;
        background-image: linear-gradient(#FC873C, #E55B05);
        border: 0px !important;
        outline: none !important;
    }

.search-btn {
    color: #fff !important;
    background-color: #0078D7;
    padding: 9px 5px 9px 5px;
    font-size: 13px;
    letter-spacing: 0.5px;
    border-radius: 3px;
    border: 0px;
    text-decoration: none !important;
}

.ancher-link {
    padding: 0;
    font-size: 14px;
    letter-spacing: 0px;
    color: #0c25d4 !important;
    text-decoration: underline;
    background: none;
}

    .ancher-link:hover {
        text-decoration: underline;
    }

.gotoback-reg {
    color: #000;
    padding: 8px 4px;
    background-color: rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.6);
    font-size: 14px;
    letter-spacing: 0.5px;
    border-radius: 3px;
}

    .gotoback-reg:hover {
        background-color: rgba(0,0,0,0.2);
        color: #000 !important;
    }

.gotonext-reg {
    color: #fff;
    background-color: #337AB7;
    padding: 5px 20px 10px;
    font-size: 14px;
    letter-spacing: 0.5px;
    border-radius: 3px;
    border: 0px;
}

.btnPrint {
    color: #000;
    border: 1px solid rgba(0,0,0,0.5);
    border-radius: 3px;
    padding: 5px 10px;
}

.gotonext-reg:hover, .gotonext-reg:active, .gotonext-reg:focus {
    text-decoration: none !important;
    color: #fff !important;
    background-color: #337AB7;
}

.gotoback-reg:hover, .gotoback-reg:active, .gotoback-reg:focus {
    text-decoration: none !important;
    color: #000 !important;
}

a:hover, a:focus {
    text-decoration: none;
}

.btn-delete {
    color: #fff;
    background-color: #DC3545;
    padding: 5px 20px 5px 20px;
    font-size: 13px;
    letter-spacing: 0.5px;
    border-radius: 3px;
    border: 0px;
}

    .btn-delete:hover {
        text-decoration: none !important;
        color: #fff;
    }

.tableFixHead {
    overflow-y: auto;
    height: 75vh;
    margin-top: 5px;
}

    .tableFixHead table {
        border-collapse: collapse;
        width: 100%;
    }

    .tableFixHead th,
    .tableFixHead td {
        padding: 8px 16px;
    }

    .tableFixHead th {
        position: sticky;
        top: 0;
        background-image: linear-gradient(#A4A4A4, #D8D8D8, #A4A4A4);
    }

    .tableFixHead tbody tr {
        position: inherit;
    }
.c-id {
        width: 10%;
    }

    .c-id2 {
        width: 18%;
    }

    .c-name {
        width: 20%;
    }

    .c-date {
        width: 10%;
    }

    .c-memType {
        width: 15%;
    }

    .c-paymethod {
        width: 20%;
    }

    .c-paymethod2 {
        width: 15%;
    }

    .c-pi {
        width: 8%;
    }

    .c-pi2 {
        width: 15%;
    }

    .c-particular {
        width: 30%;
    }

    .c-particular2 {
        width: 50%;
    }

    .c-acNo {
        width: 15%;
    }

    .c-gender {
        width: 20px;
    }

    .c-action {
        width: 15%;
        text-align: center !important;
    }

    .c-action2 {
        width: 8%;
        text-align: center !important;
    }

    .c-action1 {
        width: 5%;
        text-align: center !important;
    }

    .c-accno {
        width: 15%;
    }

    .c-stutas {
        width: 8%;
    }

    .c-amount {
        width: 8%;
    }

    .c-amount2 {
        width: 10%;
    }

.c_fontsize {
    font-size: 13px;
}

tr:nth-child(odd) {
    background-color: #F8F8FE;
    color: #000;
}

.alternate-row {
    border: 1px solid rgba(0,0,0,0.2);
}

    .alternate-row td {
        border: 1px solid rgba(0,0,0,0.2);
    }

    .alternate-row:hover {
        color: #800000;
        background-color: #EFEFEF;
        cursor: pointer;
    }

.tableheading th {
    background-image: linear-gradient(#A4A4A4, #D8D8D8, #A4A4A4);
    color: #000 !important;
    font-size: 15px;
    text-align: center;
    padding: 5px;
    font-weight: bold;
}

.editpage {
    background-color: #2090B2;
    color: #fff !important;
    padding: 3px;
    font-size: 11px;
    border-radius: 2px;
}

.transferToOtherAcc {
    background-color: #0054A5;
    color: #fff !important;
    font-size: 14px;
    padding: 8px 3px;
    border-radius: 2px;
}

.gotoNextPage {
    background-image: linear-gradient(#004080, #004080);
    color: #fff !important;
    padding: 6px 6px;
    font-size: 1.1em;
    border-radius: 2px;
    margin-right: 1px;
}

    .gotoNextPage:hover, .gotoNextPage:focus {
        text-decoration: none;
    }

.detailspage {
    background-color: #E65C00;
    color: #fff !important;
    padding: 3px;
    font-size: 11px;
    border-radius: 2px;
    border:none;
}

.gotoback {
    background-color: #A8A8A8;
    color: #fff;
    padding: 3px;
    font-size: 11px;
    border-radius: 2px;
    color: #000;
}

.editpage:hover, .editpage:focus, .detailspage:hover, .detailspage:focus {
    text-decoration: none;
    color: #fff;
    opacity: 0.9;
}

.dtls-deletepage {
    background-color: #CA3C3C;
    color: #fff !important;
    padding: 3px;
    font-size: 11px;
    border-radius: 2px;
}

    .dtls-deletepage:hover {
        text-decoration: none;
        color: #fff !important;
    }

table {
    border-collapse: collapse;
    margin-top: 10px;
}

.textarea {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.3);
    font-size: 11px;
    padding: 5px 0px 5px 10px;
    border-radius: 2px;
    width: 100%;
    outline: none;
    height: 100px;
    width: 100%;
}

.textarea-small {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.3);
    font-size: 11px;
    padding: 5px 0px 5px 10px;
    border-radius: 2px;
    width: 100%;
    outline: none;
    height: 40px;
    width: 100%;
}

.upload-file input[type="file"] {
    outline: none;
    width: 100%;
    height: 100%;
}

#studtopHeading tr td {
    padding: 20px 10px 0px 10px !important;
}

.tdtitle {
    color: #000;
    width: 10%;
    text-transform: capitalize;
    font-weight: bold;
}

.tdlable {
    color: rgba(0,0,0,1);
    width: 30%;
    text-transform: capitalize;
}

.ddlList, .tranType {
    border: 0px;
    border-radius: 1px;
    box-sizing: border-box;
    border: 1px solid rgba(0,0,0,0.3);
    padding: 8px 3px 8px 8px;
    margin-bottom: 10px;
    width: 100%;
}

.ddlList-small {
    border: 0px;
    border-radius: 1px;
    box-sizing: border-box;
    border: 1px solid rgba(0,0,0,0.3);
    padding: 8px 3px 8px 8px;
    margin-bottom: 10px;
    width: 60%;
}

.ddlsearchList {
    border: 0px;
    border-radius: 1px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(0,0,0,0.3);
    padding: 5px 3px 5px 8px;
    margin-bottom: 20px;
}

.ddlsearchListSmall {
    border: 0px;
    border-radius: 1px;
    width: 150px;
    box-sizing: border-box;
    border: 1px solid rgba(0,0,0,0.3);
    padding: 5px 3px 5px 8px;
    margin-bottom: 20px;
}

.amountReadOnly {
    background-color: rgba(0,0,0,0.1) !important;
}
.read-only{
     background-color: rgba(0,0,0,0.1) !important;
     border:none !important;
}
.total-records {
    font-size: 13px;
}

.label-names {
    width: 60%;
    font-size: 13px;
}

.section-content {
    padding: 0px;
}

.req-field {
    color: #ff0000;
    font-weight: bold;
}

.section-login {
    margin: 0 auto !important;
}

.login-content {
    width: 100%;
    margin: 0 auto;
}

.login-page-bg {
    width: 90%;
    margin: 0 auto;
    border: 5px solid #D56100;
}

    .login-page-bg img {
        width: 100%;
        height: 15vh;
        background-repeat: no-repeat;
        background-size: cover;
    }

.login-bg img {
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
}

.heade-border {
    border: 3px solid #D56100;
    margin: 0px;
    padding: 0px;
}

#shadowcolor {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#border-line {
    padding: 1px !important;
    margin: 0px;
}

.pspace {
    padding: 0px 30px 12px 30px;
}

.hr-line {
    margin: 2px 0px 2px 0px;
    padding: 0px;
    background-color: rgba(0,0,0,0.1);
    height: 1px;
}

.logout {
    color: #ff0000;
    text-decoration: underline;
}

    .logout:hover {
        cursor: pointer;
    }

#amount_words_e {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #E76700;
}

.date-format-view {
    outline: none;
    border: none;
    background-color: transparent;
}

.photosize {
    height: 150px;
    width: 55%;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

.signsize {
    height: 90px;
    width: 100%;
    margin: 20px 0px 20px 0px;
    border: 1px solid #ccc;
}

.pdfreport {
    width: 100%;
    font-size: 12px;
}

    .pdfreport tr th {
        padding: 5px;
        border: 1px solid gray;
    }

    .pdfreport tr td {
        padding: 5px;
        border: 1px solid gray;
    }

.headbackground {
    background-color: #ffd7ba;
    border-radius: 2px;
    padding: 10px;
    margin-bottom:20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.member-short-details {
    background-color: #ffd7ba;
    box-sizing: border-box;
    min-height: 270px;
    margin-top: -1%;
}

.detail_card {
    text-align: center;
    background-color: #fec89a;
    border-radius: 10px;
}

.customer-profile-img {
    width: 170px;
    height: 170px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5%;
    border-radius: 50%;
    -webkit-object-fit: cover;
    line-height: 170px;
    background-color: #fec89a;
}

.customer-image {
    width:90%;
    height:20vh;
    margin-left:5%;
}

.sign-img {
    margin-top:5px;
    width: 100%;
    height: 6vh;
}

.p_details_info, .c_details_info {
    min-height: 20px;
}

.C_detail {
    margin: 5px;
    border-radius: 20px;
    background-color: #fec89a;
    color: #000;
    min-height: 160px;
}

.details_icons {
    height:4vh;
}

.imp_icons {
    height: 22px;
    width: 40px;
}
p {
    font-size: 1.2em;
    margin-bottom:20px;
}

.head-name .member_id {
    font-size: 25px;
    font-weight: bold;
    padding: 0 5px;
    background-color: orange;
    border-radius: 5px;
}
.head-name {
    text-align: center;
}
.head-name .name {
    font-weight: bold;
    font-size: 26px;
}
.shadow-effect {
    transition: box-shadow .3s;
    padding: 2px 5px;
    width: 100%;
    border-radius:5px;
    cursor:pointer;
}
    .shadow-effect:hover {
        box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
        cursor:pointer;
    }

.field-value {
    font-size:1.2em;
}

.phone {
    height: 22px;
    width: 25px;
}
.sticky-header-bar {
    background: #ffd7ba;
    width: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    display: block;
    z-index: 1;
    right: 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.sticky-navigation-header-non {
    display: none;
}

.transaction-create {
    background-color: #e2eafc;
    padding-top: 0;
    padding-bottom: 10px;
}

.info-create {
    background-color: #e2eafc;
    border-radius: 5px;
    padding: 2px 10px;
    font-size: 16px;
    transition: background-color 0.3s;
}

    .info-create:hover {
        color: #0f0f0f;
        box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
    }

.info-create-shadow {
    background-color: #EFF4FE;
    padding: 10px 0px 10px 0px;
    border-radius: 5px;
    line-height: 2;
    font-size: 1.2em;
    margin-top: 10px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}

.create-information {
    margin: 1px auto;
}

.customer-account-details {
    padding: 5px 10px;
    margin: 0 0px;
    line-height: 30px;
    border-radius: 10px;
}

.subheading-details:hover {
    cursor: pointer;
}

.transaction-hover {
    padding: 2px 10px;
    text-decoration: none;
}

    .transaction-hover:hover {
        background-color: #87CEFA;
        text-decoration: none;
    }

.reportsBtn {
    background-color: transparent;
    font-size: 1.2em;
    border: none;
    color: navy;
    text-decoration: none;
}

    .reportsBtn:hover, .reportsBtn:focus {
        text-decoration: none;
        outline: 0px;
    }

#Transaction_Principal, #Transaction_Interest, #Transaction_PenalInterest, #Amount, #Transaction_Amount, #Principal, #Interest, #PenalInterest, #ShareAmount, #ShareFee, #EntryFee, #OtherFee,
#CustomerAccount_AccountAmount, #CustomerAccount_RateOfInterest, #CustomerAccount_PenalRateOfInterest, #LoanProcessingFee, #BuildingFund, #ShareFee, #ShareAmount, #CustomerAccount, #AccountAmount, #EnteranceFee {
    text-align: left;
}

#btnRecalculate:focus {
    outline: none;
    border: none;
}

.chkBox {
    height: 35px;
    width: 35px;
}

.readOnlyText {
    background-color: #d9d9d9;
}

.openingBal td {
    color: #000;
    font-weight: bold;
    font-size: 13px;
}

.tranLink {
    border: 1px solid rgba(0,0,0,0.6);
    color: #000;
    margin: 3px;
    padding: 5px 10px 5px 10px;
    border-radius: 3px;
}

.fa-star {
    color: #CC8400;
    font-size: 1.5em !important;
}
.fa-star-o {
    color: #CC8400;
    font-size:1.5em !important;
}

    .fa-star:hover, .fa-star:focus, .fa-star:active, .fa-star-o:hover, .fa-star-o:focus, .fa-star-o:active {
        color: #CC8400 !important;
    }

.errorMsg {
    font-size: 1.1em !important;
    color: #ff0000;
}
.text-cell-wrap
{
     word-wrap: break-word;min-width:200px;max-width:250px;
}
