﻿#divPagination {
    text-align: center;
    width: 100%;
}

.PagingDiv {
    /*padding-left:150px;
    height:50px;
    width:auto;
    list-style-type: disc;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 40px;
padding-right:10px;*/
    float: right;
    margin-top: 10px;
}

    .PagingDiv > ul > li {
        display: inline;
        box-sizing: border-box;
    }

        .PagingDiv > ul > li > a {
            position: relative;
            float: left;
            margin-left: 3px;
            padding: 5px 12px;
            text-decoration: none;
            background-color: #3d3c3c;
            border: 1px solid #ddd;
            cursor: pointer !important;
            color: #f8de81;
        }

            .PagingDiv > ul > li > a:hover {
                color: #1DC2D8;
            }

.disabledli > a {
    background-color: #3d3c3c !Important;
    color: #ddd !Important;
}

    .disabledli > a:hover {
        color: #ddd !Important;
    }

/*-------------------------------------css for alert popup--------------------*/

.tdALertHeader {
    height: 45px;
}

/*content: "\2709"; message*/
/*content: "\2706"; phone*/
/*content: "\27BD"; next*/
/*content: "\275D";  double quote*/
/*content: 'i';  notification*/
/*content: '\002713';  ok*/
/*content: '\26E2';*/

.errorCss {
    padding-left: 20px;
    font-size: 22px;
    color: #fff;
}

    .errorCss span {
        font-size: 15px;
        color: #fff;
        font-family:'Open Sans';
    }

    .errorCss:before, .errorCss:before {
        content: "\26A0"; /*alert icone*/
        font-family: sans-serif;
    }

.tdALertHeader span {
    color: #fff;
}

.tdALertBody {
    height: 50px;

    vertical-align: top;
    padding-top: 30px;
}

    .tdALertBody span {
        color: #D12D31;
        font-size: 18px;
        padding-left: 20px;
        font-weight: 500;
    }

.tdCloseButton {
    height: 30px;
    background-color: #fff;
    border-radius: 0px 0px 7px 7px;
    text-align: right;
    padding-right: 20px;
    padding-bottom: 10px;
}

.closeAlertButton {
    color: #f4f4f4;
    background: #4683B2;
    font-weight: bold;
    padding: 8px 18px 8px 18px;
    margin-left: 5px;
    margin-top: 2px;
    font-family: Arial,sans-serif;
    border-radius: 2px;
    border: solid 0 #e3edf4;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}

    .closeAlertButton:hover {
        text-decoration: none;
    }

.confirmCss {
    padding-left: 20px;
    font-size: 22px;
    color: #E74949;
}

    .confirmCss span {
        font-size: 16px;
        color: #E74949;
    }

    .confirmCss:before, .errorCss:before {
        content: "\26A0"; /*alert icone*/
        font-family: sans-serif;
    }

.tdConfirmHeader {
    background-color: #FBC963;
    border-radius: 7px 7px 0px 0px;
    height: 45px;
}

.tdConfirmBody {
    height: 50px;
    background-color: #fff;
    vertical-align: top;
    padding-top: 30px;
    text-align: center;
}

    .tdConfirmBody span {
        color: #E74949;
        font-size: 20px;
        font-weight: 500;
        display: inline-block;
        font-family: Arial;
    }

.tdConfirmCloseButton {
    height: 30px;
    background-color: #fff;
    border-radius: 0px 0px 7px 7px;
    text-align: center;
    padding-right: 20px;
    padding-bottom: 10px;
}

.CssyesDoit {
    border-radius: 5px;
    padding: 8px 50px;
    font-size: 16px;
    text-decoration: none;
    margin: 10px;
    color: #fff;
    position: relative;
    display: inline-block;
    background-color: #2ecc71;
    box-shadow: 0px 1px 0px 1px #15B358;
    cursor: pointer;
}

    .CssyesDoit:hover {
        text-decoration: none;
    }

.successPopupBody {
    opacity: 1;
    position: fixed;
    left: 22%;
    right: 23%;
    top: 20%;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.32);
    font-family: sans-serif;
    height: 150px !Important;
    width: 55% !important;
    z-index: 99999999999;
}

.tdSuccessHeader {
    background-color: #B3F3A8;
    border-radius: 7px 7px 0px 0px;
    height: 42px !important;
    padding-left: 30px;
    padding-top: 8px !important;
}

.cssSuccessHeaderContent {
    background-image: url("../images/success_alert.png");
    background-repeat: no-repeat;
    font-size: 15px;
    color: #1A600F;
    padding-left: 40px;
    font-size: 16px;
    height: 40px;
    vertical-align: middle;
    padding-top: 6px !important;
}

.ConfirmCss {
    width: 250px;
    float: left;
    padding-left: 20px;
}

.tdSuccessBody {
    height: 25px !important;
    background-color: #fff;
    vertical-align: top;
    padding-top: 30px;
    color: #488948;
    padding-left: 30px;
    font-size: 20px;
}

.tdCloseConfirmButton {
    height: 30px;
    background-color: #fff;
    border-radius: 0px 0px 7px 7px;
    text-align: right;
    padding-right: 20px;
    padding-bottom: 10px;
}

.closeConfirmButton {
    border-radius: 5px;
    padding: 8px 50px;
    font-size: 16px;
    text-decoration: none;
    margin: 10px;
    color: #fff;
    position: relative;
    display: inline-block;
    background-color: #E74949;
    box-shadow: 0px 1px 0px 1px #E74949;
    cursor: pointer;
}

    .closeConfirmButton:hover {
        text-decoration: none;
    }

.closeSuccessButton {
    color: #f4f4f4;
    background: #4683B2;
    font-weight: bold;
    padding: 8px 18px 8px 18px;
    margin-left: 5px;
    margin-top: 2px;
    font-family: Arial,sans-serif;
    border-radius: 2px;
    border: solid 0 #e3edf4;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}

    .closeSuccessButton:hover {
        text-decoration: none;
    }

.CssimgSuccess {
    height: 25px;
    width: 50px;
}

.txtErroHover {
    background-color: #FFF4F4 !important;
    border: 1px solid #FF4403 !important;
}

/*span.LoginValidation {
    display: none;
    font-weight: bold;
    font-size: 12px;
    left: 0;
    padding: 0px 10px 8px;
    text-align: left;
    width: auto;
    color: #FF4403;
    border-width: 15px 40px 0 0;
    float: left;
}*/

.showpopupClassLogin {
    background-color: white;
    background-image: url("images/grad.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 5px;
    box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.3);
    color: #000;
    font-family: sans-serif;
    height: 300px;
    left: 31%;
    opacity: 1;
    position: fixed;
    right: 25%;
    top: 22%;
    width: 36%;
    z-index: 2147483647;
}

.showpopupClassForgotPass {
    background-color: white;
    background-image: url("images/grad.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 5px;
    box-shadow: 0 3px 5px 2px #000;
    color: #000;
    font-family: sans-serif;
    height: 300px;
    left: 31%;
    opacity: 1;
    position: fixed;
    right: 25%;
    top: 22%;
    width: 36%;
    z-index: 2147483647;
}

.progressAdd {
    position: fixed;
    top: 0;
    left: 0;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    z-index: 1001;
    background-color: rgba(33, 33,33,0.85);
}

span.error {
    color: #fff;
    display: block;
    font-size: 12px;
    left: 350px;
    margin: -34px -31px -31px -31px;
    padding: 6px 10px;
    position: absolute;
    text-align: left;
    width: 150px;
    /*border-style: solid;
            border-color: transparent rgba(255,255,255,.3) transparent transparent;*/
    background: #111;
    background: rgba(241,241,0,.5);
    border-color: transparent #075698;
    border-width: 15px 40px 0 0;
}

.ErrorArrow {
    border-width: 6px 8px 6px 0;
    display: none;
    left: -14px;
    position: absolute;
    z-index: 99;
    border-bottom: 1px solid transparent;
    border-right: 14px solid rgba(254, 71, 8, 1);
    border-top: 13px solid transparent;
    height: 0;
    width: 0;
}

span.error_email_subscribe {
    color: #fff;
    display: block;
    font-size: 12px;
    margin: 15px -31px -34px 24px;
    padding: 6px 10px;
    position: absolute;
    text-align: left;
    width: 250px;
    background: #111;
    background: rgba(241,241,0,.5);
    border-color: transparent #075698;
    border-width: 15px 40px 0 0;
}

.error_email_subscribe .ErrorArrow {
    border-width: 6px 8px 6px 0;
    display: block;
    left: 1px;
    position: absolute;
    z-index: 99;
    border-bottom: 1px solid transparent;
    border-top: 14px solid rgba(241,241,0,.5);
    border-top: 13px solid transparent;
    height: 0;
    top: -13px;
}

.progressAddCommon {
    position: fixed;
    top: 0;
    left: 0;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    z-index: 1001;
    background-color: rgba(249, 242, 242, 0.5);
}

    .progressAddCommon .divImgLoader {
        background-color: #fff;
        position: fixed;
        top: 35%;
        left: 47%;
        padding: 10px 25px 10px 25px;
        border-radius: 3px;
    }

#divProgressCommon {
}

.successLabel {
    margin-top: 5px;
    background-color: #3B421D;
    box-shadow: inset 0px 28px 0px #6C7A2D;
    color: #fff;
    /*background-color: #AEEE94;
border-color: #7DB964;
color: #468847;*/
    height: 25px;
    padding: 5px 60px 0px 20px;
    border-radius: 3px;
    width: auto;
    float: left;
    border: 5px;
    font-weight: normal;
    float: left;
    position: relative;
    font-size: 12px;
}

    .successLabel .close {
        cursor: pointer;
        font-size: 20px;
        float: right;
        width: 20px;
        position: relative;
        right: -62px;
        line-height: 18px;
    }

.errorLabel {
    margin-top: 5px;
    background-color: ##F91414;
    box-shadow: inset 0px 28px 0px #F91414;
    color: #fff;
    height: 28px;
    padding: 5px 60px 0px 20px;
    border-radius: 3px;
    width: auto;
    float: left;
    border: 5px;
    font-weight: normal;
    float: left;
    position: relative;
    font-size: 12px;
}

    .errorLabel .close {
        cursor: pointer;
        font-size: 20px;
        float: right;
        width: 20px;
        position: relative;
        right: -62px;
        line-height: 18px;
    }

.loading {
    display: inline-block;
    border-width: 30px;
    width: 0px;
    border-radius: 50%;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -30px;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    -o-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

.loadingPage {
    display: inline-block;
    border-width: 22px;
    width: 0px;
    border-radius: 50%;
    margin-top: 10px;
    margin-left: 40%;
    margin-right: 45%;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    -o-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

.pageloader1 .msg {
    font-size: 14px;
    color: #F9602B;
}

.pageloader1 {
    text-align: center;
    margin: 10px 0px 10px 0px;
}

.style-2 {
    border-style: solid;
    border-color: #F3C600 transparent;
}

.style-1 {
    border-style: double;
    border-color: #F3C600 transparent;
}

.style-3 {
    border-style: double;
    border-color: #444 #fff #fff;
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    100% {
        -moz-transform: rotate(359deg);
    }
}

@keyframes spin {
    100% {
        transform: rotate(359deg);
    }
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    float:right;
    width:auto;
}
.ReecordMsg {
    float:left;
    width:auto;
       margin: 26px 9px;
       font-weight:600;
  color:#333;
}
.pagination-container {
      margin-right: 0px;
      float:right;
}
.disabledPrev a{
    background-color:#fff !important;
}

.disabledNext a{
    background-color:#fff !important;
}
.pageActive a{
    /*background-color: #01A859 !important;*/
        background-color: #f36b89 !important;
    border-color: #f36b89 !important;
    color:#fff !important;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #f36b89;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 0px;
            border-bottom-left-radius: 0px;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 0px;
            border-bottom-right-radius:0px;
        }

        .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            color:#f36b89;
            background-color: #eee;
            border-color: #ddd;
        }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #428bca;
        border-color: #428bca;
    }

    .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

    .pager li {
        display: inline;
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
        }

            .pager li > a:hover, .pager li > a:focus {
                text-decoration: none;
                background-color: #eee;
            }

    .pager .next > a, .pager .next > span {
        float: right;
    }

    .pager .previous > a, .pager .previous > span {
        float: left;
    }

    .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
    }

.editIcon {
     color: red !important;
    cursor: pointer;
        font-size: 15px;
}
.editIcon:hover {
    text-decoration:none !important;
}
.add-form {
        width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    float:left;
        margin-bottom: 15px;
}
.required {
    color: red !important;
}
 