﻿/*File button*/
.btn-file {
    position: relative;
    overflow: hidden;
}

.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;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
/*end file button*/

.page-header {
    margin: 10px 0 20px !important;
}

.btnDelete {
    background-color: #d3d3d3;
    border-color: #d3d3d3;
    color: #000;
}


.pagination {
       margin: 0px 0px 8px 0px !important;
    }

    .item {
        padding-left: 0 !important;
    }

    .table td img {
        max-height: 60px;
    }

    .glyphicon {
        margin-right: 5px;
    }

    .table td span {
        color: #d3d3d3;
    }

    .thumbnail {
        margin-bottom: 20px;
        padding: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        text-align:center;
        height:140px;
        overflow:hidden;
    }

    .thumbnail span {
        font: normal;
        color: gray;
        font-size: 12px;
    }

        .thumbnail img {
            min-height: 100px;
            max-height: 100px;
        }

        .thumbnail i {
            height: 100px;
            padding: 15px 40px;
        }

    .item.list-group-item {
        float: none;
        width: 100%;
        background-color: #fff;
        margin-bottom: 10px;
    }

        .item.list-group-item:nth-of-type(odd):hover, .item.list-group-item:hover {
            background: #428bca;
        }

        .item.list-group-item .list-group-image {
            margin-right: 10px;
        }

        .item.list-group-item .thumbnail {
            margin-bottom: 0px;
        }

        .item.list-group-item .caption {
            padding: 9px 9px 0px 9px;
        }

        .item.list-group-item:nth-of-type(odd) {
            background: #eeeeee;
        }

        .item.list-group-item:before, .item.list-group-item:after {
            display: table;
            content: " ";
        }

        .item.list-group-item img {
            float: left;
        }

        .item.list-group-item:after {
            clear: both;
        }

    .list-group-item-text {
        margin: 0 0 11px;
    }


    /* layout.css Style */
    .upload-drop-zone {
       min-height: 200px;
        border-width: 2px;
        margin-bottom: 20px;
    }

    /* skin.css Style*/
    .upload-drop-zone {
        color: #ccc;
        border-style: dashed;
        border-color: #ccc;
        line-height: 200px;
        text-align: center;
    }

        .upload-drop-zone.drop {
            color: #222;
            border-color: #222;
        }

        /*top buttom*/
.topbtn button {
    margin-top: 3px;
}
        /*end top button*/

.breadcrumb {
    padding: 8px 15px !important;
}

.orgbrand {
    font-size: 12px;
    color: #ccc;
    margin-top: 15px;
}

.btn-default {
    color: gray !important;
}

#productimg img {
    max-width: 200px;
}


.loader {
    width: 120px;
    text-align: left;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -70px;
    margin-top: -50px;
    z-index: 99;
    text-shadow: 0px 1px 1px #453636 !important;
    background-color: #f9f9f9;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    -webkit-box-shadow: 0px 0px 30px rgba(50, 50, 50, 1);
    -moz-box-shadow: 0px 0px 30px rgba(50, 50, 50, 1);
    box-shadow: 0px 0px 30px rgba(50, 50, 50, 1);
    cursor: wait;
}

.GoogleTaxonomyText {
    margin: 5px 0 5px 0;
}

.mce-widget.mce-notification.mce-notification-error.mce-has-close.mce-in {
    display: none!important;
}

/*.mce-notification.mce-in {
     display: none!important;
}*/
