﻿.accordionContent > a {
    display: none !important;
}

.accordionHeader {
    text-decoration: none;
    border-top: 1px solid #C0BEBF;
    font: 12px Arial,sans-serif;
    padding: 5px;
    display: block;
    cursor: pointer;
    background: url("../images/sprite-inn.png") no-repeat scroll right -72px #3a4f63 !important;
    color: #fff;
}

    .accordionHeader > div a {
        color: #FFFFFF !important;
        background: none !important;
        text-decoration: none !important;
        font: 12px Arial,sans-serif !important;
    }

        .accordionHeader > div a:hover {
            background: none !important;
            text-decoration: underline !important;
        }

.accordionHeaderSelected {
    border: 1px solid #2F4F4F;
    color: black;
    background: url("../images/sprite-inn.png") no-repeat scroll right -101px #3a4f63 !important;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    font-style: bold;
    color: #fff;
}

    .accordionHeaderSelected a {
        color: #FFFFFF;
        background: none;
        text-decoration: none;
        font: 12px Arial,sans-serif;
    }

        .accordionHeaderSelected a:hover {
            background: none;
            text-decoration: underline;
        }

.accordionContent {
    background: none repeat scroll 0% 0% #FFF;
    cursor: pointer;
    list-style-type: none;
    display: block;
    padding: 0px;
}

    .accordionContent > div a {
        text-decoration: none !important;
        border-bottom: 1px solid #C0BEBF !important;
        font: 12px Arial,sans-serif !important;
        padding: 2px !important;
        display: block !important;
        cursor: pointer !important;
        color: #333 !important;
        line-height: 20px !important;
        width: 232px;
    }

    .accordionContent table {
        background-color: #F7F5F6;
        padding-left: 3px;
        width: 100%;
        margin-top: -4px;
    }

        .accordionContent table a {
            text-decoration: none !important;
            border-bottom: 1px solid #C0BEBF !important;
            font: 12px Arial,sans-serif !important;
            padding: 5px !important;
            display: block !important;
            cursor: pointer !important;
            color: #333 !important;
            line-height: 20px !important;
            width: 232px;
        }

a.NormalText {
    color: #000;
}

.accordionHeader span {
    width: 100%;
}

/*Common css class for sale upload page*/

.form-control {
    height: 26px;
    font-size: 12px;
}

.radio-inline label {
    margin-right: 24px;
}

.col-md-2 .col-md-acc {
    width: 124.6% !important;
}

.radio-inline label {
    font-weight: normal;
    font-size: 12px;
}

.has-error {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

    .has-error:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    }

.icon-color {
    color: #a94442;
}

.has-success {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

    .has-success:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    }

    .has-success .input-group-addon {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #3c763d;
    }

.has-success {
    color: #3c763d;
}

    .has-success option {
        color: #555;
    }

.help-block {
    color: #a94442;
    text-align: left;
    font-size: 11px;
}

.server-message {
}

#notificationContainer {
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .25);
    overflow: visible;
    position: absolute;
    bottom: 0%;
    margin-left: 72%;
    width: 36%;
    float: right;
    z-index: 1200;
    border-radius: 5px;
    display: none;
}

    #notificationContainer:before {
        content: '';
        position: absolute;
        left: -10px;
        width: 0;
        height: 0;
        color: transparent;
        border: 10px solid black;
        border-color: transparent transparent #F2F2F2;
        margin-top: -20px;
        margin-left: 50%;
    }

#notificationTitle {
    font-weight: bold;
    padding: 8px;
    font-size: 13px;
    border-radius: 5px;
    /*position: fixed;
            z-index: 1000;
            width: 334px;*/
    border-bottom: 1px solid #dddddd;
}

#notificationsBody {
    padding: 10px;
    min-height: 200px;
    border-radius: 5px;
}

    #notificationsBody ul {
        padding: 2px;
        margin-left: 12px;
    }

        #notificationsBody ul li {
            padding: 3px;
        }

#notificationFooter {
    background-color: #e9eaed;
    text-align: center;
    font-weight: bold;
    padding: 8px;
    font-size: 12px;
    border-top: 1px solid #dddddd;
}

    #notificationFooter a {
        padding: 5px 10px !important;
    }

#notification_count {
    padding: 3px 7px 3px 7px;
    background: #cc0000;
    color: #ffffff;
    font-weight: bold;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    position: absolute;
    right: 5px;
    margin-top: -11px;
    font-size: 11px;
}

.warning-popup-title {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

    .warning-popup-title i {
        color: #fff;
    }

    .warning-popup-title a {
        color: #fff;
    }

.success-popup-title {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

    .success-popup-title i {
        color: #fff;
    }

    .success-popup-title a {
        color: #fff;
    }

.info-popup-title {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

    .info-popup-title i {
        color: #fff;
    }

    .info-popup-title a {
        color: #fff;
    }

.error-popup-title {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.info-popup-title {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.error-popup-title i {
    color: #fff;
}

.error-popup-title a {
    color: #fff;
}

.warning-body {
    color: #8a6d3b !important;
    background-color: #fcf8e3 !important;
    border-color: #faebcc !important;
}

.success-body {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.info-body {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.error-body {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

#notificationContainer a {
    cursor: pointer;
}

#jquerymenu li i {
    padding-right: 5px;
}

#userTypeList label {
    margin-left: 4px;
    margin-right: 28px;
    font-size: 14px;
}



.isloading-wrapper.isloading-right {
    margin-left: 10px;
}

.isloading-overlay {
    position: relative;
    text-align: center;
}

    .isloading-overlay .isloading-wrapper {
        background: #FFFFFF;
        -webkit-border-radius: 7px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 7px;
        -moz-background-clip: padding;
        border-radius: 7px;
        background-clip: padding-box;
        display: inline-block;
        margin: 0 auto;
        padding: 10px 20px;
        top: 10%;
        z-index: 9000;
    }

.spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.btn-link {
    font-size: 12px;
}

.input-group-addon {
    padding-top: 3px;
}

.isloading-wrapper.isloading-right {
    margin-left: 10px;
}

.isloading-overlay {
    position: relative;
    text-align: center;
}

    .isloading-overlay .isloading-wrapper {
        background: #FFFFFF;
        -webkit-border-radius: 7px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 7px;
        -moz-background-clip: padding;
        border-radius: 7px;
        background-clip: padding-box;
        display: inline-block;
        margin: 0 auto;
        padding: 10px 20px;
        top: 10%;
        z-index: 9000;
    }

.spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.databox .alert span {
    padding: 3px;
}


/*notification classes*/

.notificationContainer {
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .25);
    overflow: visible;
    position: absolute;
    bottom: 0%;
    margin-left: 72%;
    width: 36%;
    float: right;
    z-index: 1200;
    border-radius: 5px;
    display: none;
}

    .notificationContainer:before {
        content: '';
        position: absolute;
        left: -10px;
        width: 0;
        height: 0;
        color: transparent;
        border: 10px solid black;
        border-color: transparent transparent #F2F2F2;
        margin-top: -20px;
        margin-left: 50%;
    }

.notificationTitle {
    font-weight: bold;
    padding: 8px;
    font-size: 13px;
    border-radius: 5px;
    /*position: fixed;
            z-index: 1000;
            width: 334px;*/
    border-bottom: 1px solid #dddddd;
}
    .notificationTitle a:hover {
        cursor:pointer;
    }
.notificationsBody {
    padding: 10px;
    min-height: 200px;
    border-radius: 5px;
}

    .notificationsBody ul {
        padding: 2px;
        margin-left: 12px;
    }

        .notificationsBody ul li {
            padding: 3px;
        }

.notificationFooter {
    background-color: #e9eaed;
    text-align: center;
    font-weight: bold;
    padding: 8px;
    font-size: 12px;
    border-top: 1px solid #dddddd;
}

    .notificationFooter a {
        padding: 5px 10px !important;
    }

.notification_count {
    padding: 3px 7px 3px 7px;
    background: #cc0000;
    color: #ffffff;
    font-weight: bold;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    position: absolute;
    right: 5px;
    margin-top: -11px;
    font-size: 11px;
}
