/* -----------------------------------------
   Custom.css - put your own changes here 
----------------------------------------- */

#sidebar #sideNav li > a > img, .top-nav .dropdown-menu li > a > img {
    max-width: 24px !important;
    max-height: 24px !important;
    margin-right: 10px;
}

.validation-summary-errors {
    color: red !important;
}

    .validation-summary-errors ul li {
        list-style-type: none !important;
    }

.dropdown-menu li > a > span {
    margin-right: 10px !important;
}

#sideNav li.hasSub span.notification {
    display: none !important;
}

#UpdateProgress {
    background-color: black;
    display: block;
    height: 100%;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    top: -0.2%;
    width: 100%;
    z-index: 99999;
}

.field-validation-error {
    color: red;
}

span {
    overflow: visible;
}

.update-stock {
    text-align: right;
}

.table thead {
    white-space: nowrap;
}
/*.table tbody {
    white-space: nowrap;
}*/
/*Add By Mihir*/

.dropdown.dropdown-lg .dropdown-menu {
    margin-top: -1px;
    padding: 6px 20px;
}

.input-group-btn .btn-group {
    display: flex !important;
}

.btn-group .btn {
    border-radius: 0;
    margin-left: -1px;
}

    .btn-group .btn:last-child {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

.btn-group .form-horizontal .btn[type="submit"] {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.form-group .form-control:last-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

@media screen and (min-width: 768px) {
    #adv-search {
        width: 500px !important;
        margin: 0 auto;
    }

    .dropdown.dropdown-lg {
        position: static !important;
    }

        .dropdown.dropdown-lg .dropdown-menu {
            min-width: 500px;
        }
}

span {
    overflow: visible;
}

@media only screen and (max-width: 800px) {

    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #no-more-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #no-more-tables tr {
        border: 1px solid #ccc;
    }

    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

        #no-more-tables td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
	Label the data
	*/
        #no-more-tables td:before {
            content: attr(data-title);
        }
}

@media only screen and (max-width: 1200px) {

    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #no-more-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #no-more-tables tr {
        border: 1px solid #ccc;
    }

    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

        #no-more-tables td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
	Label the data
	*/
        #no-more-tables td:before {
            content: attr(data-title);
        }
}



/*Add By Rajesh*/
.input-group-addon {
    color: #ffffff;
    background-color: #75b9e6;
    border: 1px solid #75b9e6;
}

    .input-group-addon:hover {
        color: #ffffff;
        background-color: #4aa3de;
        border-color: #419fdd;
    }

.allow-radius {
    border-radius: 4px !important;
}

.multiselect-all .checkbox {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

table.sm-table > thead > tr > th {
    padding: 10px 2px !important;
    color: #000;
    font-size: 12px;
    white-space: pre-line;
    text-align: center;
}

table.sm-table tbody > tr > td {
    padding: 10px 2px !important;
    color: #000;
    font-size: 12px;
    white-space: pre-line;
    text-align: center;
}

table.sm-table tbody > tr > td {
    padding: 10px 2px !important;
    color: #000;
    font-size: 12px;
    white-space: pre-line;
    text-align: center;
}

table.sm-table tbody > tr.sm-total {
    background-color: #ebf6fd !important;
}

.table-bordered.sm-table > thead > tr > th,
.table-bordered.sm-table > tbody > tr > th,
.table-bordered.sm-table > tfoot > tr > th,
.table-bordered.sm-table > thead > tr > td,
.table-bordered.sm-table > tbody > tr > td,
.table-bordered.sm-table > tfoot > tr > td {
    border: 1px solid #dedede;
}

.table-bordered.sm-table > thead:first-child > tr:first-child > th {
    border-top: 1px solid #dedede !important;
}
/*New Loading*/
.ui-pnotify.customprogress {
    background-color: #0000005c;
    left: 0;
    position: fixed;
    top: 0 !important;
    z-index: 99999;
    right: 0 !important;
    width: auto !important;
    bottom: 0 !important;
}

    .ui-pnotify.customprogress .ui-pnotify-container {
        right: 20px !important;
        position: fixed;
        z-index: 9999999;
        width: 300PX;
        TOP: 70px;
    }

.ui-pnotify-icon {
    float: left;
    margin-right: 12px;
}
/*New Loading*/

.pac-container {
    z-index: 10000 !important;
}

/*input[type="text"] {
    text-transform: capitalize;
}*/

.noCapital {
    text-transform: none !important;
}

.dropdown-menu {
    min-width: 200px;
}

#gritter-notice-wrapper .gritter-item-wrapper.warning-notice .gritter-item {
    background: #f2c26c;
    border: 1px solid #ffc31a;
}

    #gritter-notice-wrapper .gritter-item-wrapper.warning-notice .gritter-item:hover {
        background: #ffc31a;
    }


.input-group {
    display: table;
    border-collapse: separate;
    margin: 0px !important;
}

.tooltip {
    z-index: 999999 !important;
}
