/*
    Created on : Apr 29, 2015, 19:20:02
    Author     : Dmitry Pilipenko
*/
.edit-form-success, .edit-form-error, .login-success, .login-error {
    padding: 15px;
    margin-bottom: 20px;
    display: none;
}

.customer_bar {
    margin-bottom: 20px;
}

div#main {
    padding-top: 0px;
}

.pointer {
    cursor: pointer !important;
}

.pointer:hover {
    color: #333;
}

.tab-pane .btn-success.place_link {
    color: #fff;
}

form#login, .reset-password-final, #reset-password {
    position: relative;
}

form#login .overlay, #reset-password .overlay, .reset-password-final .overlay {
    width: 104%;
    display: none;
    height: 104%;
    position: absolute;
    opacity: 0.5;
    left: -2%;
    top: -1.1%;
    z-index: 1;
    /*background-image: url('http://www.sentencecorrector.info/wp-content/plugins/sitemanager/modules/MembersArea/assets/images/ma_preload_easter_eggs.gif');*/
    /*background-size: 100%;*/
    background-image: url('../images/ma_preload.gif');
    background-size: 50%;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: center;
}

form#login #remember {
    vertical-align: top;
}

form#login .remember-row {
    margin-top: 10px;
}

form#login .lost {
    line-height: 32px;
}

form#reset-password .submit_button {
    margin-top: 5px;
}

body .bg-danger, body .bg-danger:hover {
    background: #f2dede;
    border-color: #ebccd1;
    color: #b94a48;
}

body .bg-success, body .bg-success:hover {
    background: #dff0d8;
    border-color: #d0e6be;
    color: #468847;
}

#message_form .panel-heading {
    overflow: hidden;
}

#message_form .left {
    float: left;
}

#message_form .right {
    float: right;
}

#message_form h3 {
    line-height: 34px;
    font-size: 16px;
}

#message_form .message-togle {
    display: none;
}

body #message_form .message-togle .btn-group .btn {
    padding: 3px 7px;
}

body #message_form .message-togle .btn-toolbar {
    margin-left: 0;
}

body form .request_message.bg-invisible {
    display: none;
}

body form .request_message {
    padding: 15px;
    text-align: center;
}

#message_form .btn-file {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

#message_form .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
}

#message_form input[readonly] {
    background-color: white !important;
    cursor: text !important;
}

#message_form .input-group {
    margin: 0 auto;
    margin-bottom: 20px;
}

#message_form .alert-container .alert-info {
    background: #E8EFF2;
}

#message_form .alert-container .alert {
    overflow: hidden;
}

#message_form p {
    margin: 0 0 5px 0;
    color: #333;
}

#message_form .paged-page {
    text-align: center;
}

#message_form .paged-page .pagination {
    margin: 0;
}

#message_form .mess_attachments {
    border-top: 1px solid #CCC;
    margin-top: 10px;
    padding-top: 10px;
    font-size: 12px;
}

#message_form .mess_attachments a {
    color: #333;
    text-decoration: underline;
    opacity: 0.9;
}

#message_form .alert-message {
    border-color: #ddd;
    background: #fff;
}

#message_form .row.alert-container {
    margin-bottom: 20px;
}

#message_form .alert-message {
    margin-bottom: 0;

}

#message_form .message_author_left {
    background: #fefefe;
    border: 3px solid #ddd;
    border-left: 0 solid #ddd;
    padding: 10px 7px;
    text-align: right;
    min-height: 48px;

}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #a5a4a4;
    border-color: #a5a4a4;
}

.pagination > li > a, .pagination > li > span {
    color: #000;
}

#message_form .message_author_left:after {
    display: block;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 27px 0 27px 14px;
    border-color: transparent transparent transparent #dddddd;
    line-height: 0px;
    content: "";
    top: 0;
    position: absolute;
    right: -17px;
}

#message_form .alert {
    min-height: 54px;
}

#message_form .message_author_right {
    background: #fefefe;
    min-height: 48px;
    border: 3px solid #ddd;
    border-right: 0 solid #ddd;
    padding: 10px 7px;
    top: 1px;
}

#message_form .message_author_right:before {
    display: block;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 27px 14px 27px 0;
    border-color: transparent #dddddd transparent transparent;
    line-height: 0px;
    content: "";
    top: 0;
    position: absolute;
    left: -17px;
}

#message_form .author_info {
    font-size: 12px;
    word-break: break-word;
}

#message_form .author_info .text-muted {
    font-size: 10px;
    display: block;
}

#feedback_form #leave_feedback {
    margin-top: 10px;
    width: 100%;
    box-sizing: border-box;
}

#feedback_form .alert-container {
    margin: 15px 0 0;
}

#feedback_form .alert-container .alert {
    margin: 0;
}

#feedback_form .alert-container .alert-invisible {
    display: none;
}

/*****Orders*****/
/*#primary.my-orders .number_of{
    margin: 0 5px;
}*/
#primary.my-orders .badge {
    margin-left: 7px;
}

#primary.my-orders .btn-badge .glyphicon {
    color: #fff;
    font-size: 14px;
}

.post .entry-content .container {
    width: 100% !important;
}

body .btn {
    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;
    box-sizing: content-box;
}

body #order_form .btn {
    padding: 0;
}

#order_form .modal {
    height: 230px;
}

body .btn-paypay {
    color: #fff;
    display: block;
    width: 150px;
    margin: 10px 0;
}

body #quote_form .btn {
    padding: 0;
}

body #quote_form .col-sm-3.control-label {
    width: 100%;
    padding: 0;
}

#order_form .member_cpassword_error {
    line-height: 12px;
}

#message_form .btn.btn-danger.btn-remove-file {
    width: 35px;
    height: 37px;
    padding: 0;
}

#message_form .btn.btn-danger.btn-remove-file span {
    line-height: 2.6;
}

#primary.my-orders .tab-content .notunread_count {
    font-size: 10px;
}

#primary.my-orders .badge {
    font-size: 16px;

}

#message_form label {
    margin-right: 0px;
}

.tooltip {
    border: 0px !important;
    background-color: transparent !important;
}

#message_form .message-togle .btn-group .btn {
    height: 20px;
}

.membermodals .membermodal {
    outline: none;
    z-index: 100000;
    text-align: left;
}

.members_area_page .message-togle .attach_input {
    overflow: auto;
    text-overflow: ellipsis;
    line-height: 1.3;
}

.row_attach .input-group > span {
    padding: 0;
    margin: 0;
    vertical-align: top;
    height: 39px;
}

.row_attach .input-group .btn-file {
    height: 25px;
    vertical-align: middle;
    line-height: 24px;
}

.row_attach .input-group {
    vertical-align: top;

}

#footer .membermodal a, #footer .membermodal label {
    color: #1a4218 !important;
}

div#memberareaResetPassword {
    z-index: 100000;
    position: fixed;
}

.pointer {
    cursor: pointer !important;
    word-break: break-word;
}

.ma-detail-btn {
    width: 22px;
    height: 22px;
    background: url(../images/details.png) no-repeat bottom;
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
}
.ma-detail-btn:hover {
    background: url(../images/details.png) no-repeat top;
}

.ma-detail-btn .pack_container {
    z-index: 99;
    width: 200px;
    position: absolute;
    bottom: 22px;
    display: none;
    left: 11px;
    font-size: 12px;
}
.ma-detail-btn .pack_container .pack {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #2286d2;
    padding: 5px;
    text-transform: none;
    font-weight: normal;
    white-space: normal;
    text-align: left;
}
.ma-detail-btn .pack_container .angle {
    background: url("../images/3angle.png") no-repeat;
    height: 18px;
    margin-top: -1px;
    position: relative;
    width: 10px;
    z-index: 99;
}

.ma-detail-btn:hover .pack_container {
    display: block;
}