﻿.table.table-striped tr td, .table.table-striped tr th {
    text-align: center;
}

.font-Danger{
    font-weight:700;
    color:red;
}


a {
    cursor: pointer;
}

textarea {
    resize: none;
}

/*.sidebar {
    z-index: 50000 !important;
    position: relative;
}

.ui-autocomplete-input {
    z-index: 1511;
    position: relative;
}*/

.ui-menu .ui-menu-item a {
    font-size: 12px;
}

.AddNew a {
    padding-right: 5px;
}

.delete i, .AddNew i, .edit i, .view i, .export i {
    font-size: 17px;
}

.deleteD {
    font-size: 17px;
    opacity: .6;
}

.lnkSort {
    color: inherit !important;
}

.center {
    text-align: center;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1510 !important;
    float: left;
    display: none;
    min-width: 160px;
    width: 800px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #f2dede;
    opacity:.6;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

.has-error {
    background-color: #f6ceec;
}

    .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
        color: #a94442;
    }


    .has-error .form-control {
        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 .form-control: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;
        }

    .has-error .input-group-addon {
        color: #a94442;
        background-color: #f2dede;
        border-color: #a94442;
    }

    .has-error .form-control-feedback {
        color: #a94442;
    }


.dropdown-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.ui-datepicker {
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-top: none;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.075);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.075);
    min-width: 17em;
    width: auto;
}

    .ui-datepicker * {
        padding: 0;
        font-family: "Open Sans", sans-serif;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .ui-datepicker table {
        font-size: 13px;
        width: 100%;
        margin: 0;
        border: none;
        border-collapse: collapse;
    }

    .ui-datepicker .ui-widget-header,
    .ui-datepicker .ui-datepicker-header {
        background-image: none;
        border: none;
        color: #fff;
        font-weight: normal;
    }

        .ui-datepicker .ui-datepicker-header .ui-state-hover {
            background: transparent;
            border-color: transparent;
            cursor: pointer;
        }

    .ui-datepicker .ui-datepicker-title {
        margin: 0;
        padding: 10px 0;
        color: #fff;
        font-size: 14px;
        line-height: 14px;
        text-align: center;
    }

    .ui-datepicker .ui-datepicker-prev,
    .ui-datepicker .ui-datepicker-next {
        position: relative;
        top: 0;
        height: 34px;
        width: 34px;
    }

    .ui-datepicker .ui-state-hover.ui-datepicker-prev,
    .ui-datepicker .ui-state-hover.ui-datepicker-next {
        border: none;
    }

    .ui-datepicker .ui-datepicker-prev,
    .ui-datepicker .ui-datepicker-prev-hover {
        left: 0;
    }

    .ui-datepicker .ui-datepicker-next,
    .ui-datepicker .ui-datepicker-next-hover {
        right: 0;
    }

        .ui-datepicker .ui-datepicker-next span,
        .ui-datepicker .ui-datepicker-prev span {
            display: none;
        }

    .ui-datepicker .ui-datepicker-prev {
        float: left;
    }

    .ui-datepicker .ui-datepicker-next {
        float: right;
    }

        .ui-datepicker .ui-datepicker-prev:before,
        .ui-datepicker .ui-datepicker-next:before {
            font: normal 20px/34px 'dashicons';
            padding-left: 7px;
            color: #fff;
            speak: none;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            width: 34px;
            height: 34px;
        }

    .ui-datepicker .ui-datepicker-prev:before {
        content: '\25C0';
    }

    .ui-datepicker .ui-datepicker-next:before {
        content: '\25b6';
    }

    .ui-datepicker .ui-datepicker-prev-hover:before,
    .ui-datepicker .ui-datepicker-next-hover:before {
        opacity: 0.7;
    }

    .ui-datepicker select.ui-datepicker-month,
    .ui-datepicker select.ui-datepicker-year {
        width: 33%;
    }

    .ui-datepicker thead {
        color: #fff;
        font-weight: 600;
    }

    .ui-datepicker th {
        padding: 10px;
    }

    .ui-datepicker td {
        padding: 0;
        border: 1px solid #f4f4f4;
    }

        .ui-datepicker td.ui-datepicker-other-month {
            border: transparent;
        }

        .ui-datepicker td.ui-datepicker-week-end {
            background-color: #f4f4f4;
            border: 1px solid #f4f4f4;
        }

        .ui-datepicker td.ui-datepicker-today {
            background-color: #f0f0c0;
        }

        .ui-datepicker td.ui-datepicker-current-day {
            background: #bbdd88;
        }

        .ui-datepicker td .ui-state-default {
            background: transparent;
            border: none;
            text-align: center;
            text-decoration: none;
            width: auto;
            display: block;
            padding: 5px 10px;
            font-weight: normal;
            color: #444;
        }

        .ui-datepicker td.ui-state-disabled .ui-state-default {
            opacity: 0.5;
        }

    /* Default Color Scheme */
    .ui-datepicker .ui-widget-header,
    .ui-datepicker .ui-datepicker-header {
        background: #00a0d2;
    }

    .ui-datepicker thead {
        background: #32373c;
    }

    .ui-datepicker td .ui-state-hover {
        background: #0073aa;
        color: #fff;
    }
.ui-helper-hidden-accessible {
    display: none;
}

.mm {
    display: none;
}


.sidebar[data-color="Black"]:after,
.bootstrap-navbar[data-color="Black"]:after {
    background: #0F0705;
    background: -moz-linear-gradient(top, #0F0705 0%, rgba(20, 18, 17, 0.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0F0705), color-stop(100%, rgba(20, 18, 17, 0.7)));
    background: -webkit-linear-gradient(top, #0F0705 0%, rgba(20, 18, 17, 0.7) 100%);
    background: -o-linear-gradient(top, #0F0705 0%, rgba(20, 18, 17, 0.7) 100%);
    background: -ms-linear-gradient(top, #0F0705 0%, rgba(20, 18, 17, 0.7) 100%);
    background: linear-gradient(to bottom, #0F0705 0%, rgba(20, 18, 17, 0.7) 100%);
    background-size: 150% 150%;
}