﻿
.TopToBottomModal {
    display: none;
}

.TopToBottomModal {
    position: fixed;
    width: 80%;
    margin-left: 10%;
    left: 0;
    top: 0;
    z-index: 999999;
    background-color: #ffffff;
}

.modal_transparent_bg {
    float: left;
    height: 100%;
    background-color: #565555;
    opacity: 0.9;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
}
.close_btn_modal{
    border: 1px solid #ccc;
}
.top_to_bottom_modal_container {
    width: 100%;
    margin: auto;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    background-color: #ffffff;
}

.TopToBottomModal .invoice-loader {
    padding-top: 50px;
}

.close-div {
    position: absolute;
    right: 0;
    padding: 8px;
    cursor: pointer;
    margin-right: 10px;
    z-index: 12;
}

.close_btn_size {
    height: 20px;
    width: 20px;
}

/*//New*/
.closenew {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

    .closenew:focus, .closenew:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5;
    }

button.closenew {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    position: absolute;
    right: 10px;
    top: 10px;
}

.success-body {
    padding-left: 15px;
    margin-top: 10px;
    padding-bottom: 10px;
}

.others-body {
    padding-left: 15px;
    margin-top: 10px;
    padding-bottom: 10px;
}

.CustomerCancel {
    height: 110px !important;
    width: 95% !important;
}

.message_header_container {
    width: 100%;
    float: left;
    text-align:center;
    margin-bottom: 10px;
    position: relative !important;
    border-bottom: 0px !important;
}

.message_header_border {
    width: 100%;
    float: left;
    margin-top: 27px;
}

.message_header_title {
    position: absolute;
    top: 25px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto !important;
    background-color: #fff;
    font-size: 24px;
    width: 300px;
    text-align:center;
}
.message_header_title_credit {
    position: absolute;
    top: 41px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto !important;
    background-color: #fff;
    font-size: 24px;
    padding: 0px 15px;
}
.InvTitle{
    text-align:left;
    float:left;
    font-weight:bold;

}
.message_middle_icon_div {
    width: 100%;
    float: left;
    padding-bottom: 10px;
}

.message_middle_icon {
    width: 40px;
    height: 40px;
    margin: auto;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 26px;
    padding-top:3px;
}

.message_content_div {
    width: 100%;
    float: left;
    text-align: center;
    padding-right: 15px;
    margin-top: 0px !important;
}

    .message_content_div .cus-body p {
        font-size: 14px;
    }

#ModalSuccessMessage .message_header_border {
    border-bottom: 1px solid #faa822;
}

#ModalSuccessMessage .message_middle_icon {
    background-color: #faa822;
}

#ModalSuccessMessage .message_header_title {
    color: #faa822;
}

#ModalConfirmationMessage .message_header_border {
    border-bottom: 1px solid #f0ad4e;
}

#ModalConfirmationMessage .message_middle_icon {
    background-color: #f0ad4e;
}

#ModalConfirmationMessage .message_header_title {
    color: #f0ad4e;
}

#CustomerToLeadModalConfirmationMessage .message_header_border {
    border-bottom: 1px solid #f0ad4e;
}

#CustomerToLeadModalConfirmationMessage .message_middle_icon {
    background-color: #f0ad4e;
}

#CustomerToLeadModalConfirmationMessage .message_header_title {
    color: #f0ad4e;
}

#ModalErrorMessage .message_header_border {
    border-bottom: 1px solid #d9534f;
}

#ModalErrorMessage .message_middle_icon {
    background-color: #d9534f;
}

#ModalErrorMessage .message_header_title {
    color: #d9534f;
}


#ModalCautionMessage .message_header_border {
    border-bottom: 1px solid #d9534f
}

#ModalCautionMessage .message_middle_icon {
    background-color: #d9534f;
}

#ModalCautionMessage .message_header_title {
    color: #d9534f;
}


.modal-header .modalCloseBtn {
    margin-top: -2px;
}

button.modalCloseBtn {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.modalCloseBtn {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.FullScreenLoginModal{
    display:none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    top: 0px;
    background-color: white;
    left: 0;
    top: 0;
}

.successIcon{
    background: #fbbb00;
    border-radius: 16px;
    color: white;
    padding: 4px;
    font-size: 10px;
}
.errorIcon{
    background: #d9534f;
    border-radius: 16px;
    color: white;
    padding: 4px;
    font-size: 10px;
}
.btn-no {
    background-color: #FFFFFF;
    border: 1px solid #f0ad4e!important;
    color: #000000;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
}
    .btn-no:hover,
    .btn-no:focus {
        outline: 0;
        background-color: #FFF;
        color: #000;
        border: 1px solid #f0ad4e!important;
    }
.btn-green {
    background-color: #f0ad4e!important;
    border: 0px;
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
}

    .btn-green:hover,
    .btn-green:focus {
        outline: 0;
        background-color: #f0ad4e;
    }
    @media (max-width:768px) {
        .TopToBottomModal {
        width: 100%;
        margin-left: 0px;
    }
     .top_to_bottom_modal_container {
        position:relative;
    } 
}
@media (max-width:414px) {
   /*.top_to_bottom_modal_container {
        margin-top:50px;
   }*/
    /*.TopToBottomModal {
        margin-top:50px;
    }*/
   
}
