﻿body {
}

.ticket-list-filter-box .glyphicon {
    font-size: 19px !important;
}
/*Header*/
.section-header {
    border-bottom: 3px solid #dfdfdf;
    height: 40px;
    margin-bottom: 10px;
    padding-bottom: 1px;
}

    .section-header .title {
        color: #009fff;
        float: left;
        font-size: 14px;
        font-weight: 700;
        padding-top: 5px;
        text-transform: capitalize;
        vertical-align: bottom;
    }

        .section-header .title a {
            color: #555;
            font-size: 11px;
            text-decoration: none;
            text-transform: none;
        }

.bar-notification.success {
    background-color: #4bb07a;
}

.bar-notification {
    color: #fff;
    left: 0;
    line-height: 16px;
    opacity: 0.95;
    padding: 15px 25px 15px 10px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

    .bar-notification .close {
        background: #ffffff url("/Content/Images/close.png") no-repeat scroll center center;
        cursor: pointer;
        height: 32px;
        margin: 7px;
        position: absolute;
        right: 0;
        top: 0;
        width: 32px;
    }

    .bar-notification .content {
        margin: 0 10px 0 0;
    }

.SaveButton {
    float: right;
}

label {
    font-size: inherit !important;
}

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: static !important;
    visibility: visible !important;
}

.options {
    float: right;
}

/*Login*/
.login-form .title {
    border: 1px solid #9e9e9e;
}

/*Place Holder*/
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #9e9e9e !important;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #9e9e9e !important;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #9e9e9e !important;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #9e9e9e !important;
}

/*Create*/

#ticket-edit .form-group {
    margin: -10px 0 0 !important;
}

.Ticket-Create input[type=text], .Ticket-Create input[type=password], .Ticket-Create input[type=email], .Ticket-Create input[type=url], .Ticket-Create input[type=time], .Ticket-Create input[type=date], .Ticket-Create input[type=datetime-local], .Ticket-Create input[type=tel], .Ticket-Create input[type=number], .Ticket-Create input[type=search], .Ticket-Create textarea.materialize-textarea {
    height: 35px !important;
}

.Ticket-Create .row {
    margin-bottom: 0px !important;
}

.TicketRowData {
    display: block;
    margin: 20px auto;
    text-align: center;
    /*white-space: nowrap;
        border-width: 1px;
        border-style: solid;*/
    /*padding: 2em;*/
}

#ticket-edit .Notes {
    width: 800px;
}

#ticket-edit .col-width-x {
    max-width: 70px;
}

#ticket-edit .col-width-xx {
    max-width: 115px !important;
}


.InnerTicketRowData td, .InnerTicketRowData th, .TicketRowData td, .TicketRowData th {
    border-style: solid !important;
    border-width: 1px !important;
    border-color: #DF7F25 !important;
    padding: 10px !important;
}

/*Edit Ticket*/
.Ticket-Edit {
    margin-left: 68px;
    margin-top: 29px;
    width: 100%;
}


/*Kendo popup*/
.k-widget.k-window {
    width: 80%;
    height: auto;
}

div.k-edit-form-container {
    width: auto;
}

/*-----------------Ticket List-----------------------*/
.checkboxGroups {
    margin: 8px;
    cursor: pointer;
    line-height: 26px;
    min-width: 18px;
    min-height: 18px;
    width: 100%;
}

.customer-list {
    width: 157px;
}

.TicketRowData, .k-animation-container .k-widget, td tr table {
    background-color: #eae8e8 !important;
    color: black !important;
    border-color: black !important;
}

.fileinput-button .glyphicon {
    font-size: 10px !important;
}

.ticket-list-filter-box .dropdown {
    width: 65px !important;
}

.ticket-list-filter-box .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 0 !important;
}

#ticket-list tbody tr:hover {
    background: #ffb76b;
    cursor: pointer;
}

.scroll {
    height: 115px;
    overflow: auto;
    width: 350px;
}

    .scroll::-webkit-scrollbar {
        width: 12px;
    }

    .scroll::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
    }

    .scroll::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    }

/*Ticket Filter*/
.ticket-filter .id {
    width: 90%;
}


/*Upload Image*/
.fileinput-button {
    position: relative;
    overflow: hidden;
}

    .fileinput-button input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        font-size: 200px;
        direction: ltr;
        cursor: pointer;
    }

/* Fixes for IE < 8 */
@media screen\9 {
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}
