﻿@import url(reset.css);
@import url(webfonts/SegoeUI_Regular.css);
@import url(webfonts/SegoeUI_Bold.css);
@import url(webfonts/SegoeUI_Semibold.css);
@import url(webfonts/SegoeUI_Light.css);
@import url(webfonts/SegoeUI_Semilight.css);
@import url(../js/jquery/plugins/ui/themes/jmetro/jquery-ui-1.8.16.custom.css);
/*@import url(../js/jquery/plugins/selectbox/jquery.selectbox.css);*/
@import url(../js/jquery/plugins/combobox/ui.combobox.css);

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: 'Segoe UI', 'SegoeUI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    color: #2A2A2A;
}

a {
    text-decoration: none;
}

img {
    /* Responsive images (ensure images don't scale beyond their parents) */
    max-width: 100%;
    /* Part 1: Set a maxium relative to the parent */
    width: auto\9;
    /* IE7-8 need help adjusting responsive images */
    height: auto;
    /* Part 2: Scale the height according to the width, otherwise you get stretching */
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
    resize: none;
}

button,
input {
    *overflow: visible;
    line-height: normal;
}

table {
    width: 100%;
}

    table td {
        vertical-align: top;
        border-collapse: collapse;
        border: none;
        font-size: 12px;
        border-spacing: 0px;
    }

.clearfix {
    *zoom: 1;
}

    .clearfix:before,
    .clearfix:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .clearfix:after {
        clear: both;
    }

label {
    font-family: 'Segoe UI', SegoeUI, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #000000;
}

input,
button,
select,
textarea {
    font-family: 'Segoe UI', 'SegoeUI', Arial, Helvetica, sans-serif !important;
    font-size: 13px;
}

    select,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    input[type="search"],
    input[type="tel"],
    input[type="color"] {
        border: solid 1px #eaeaea;
        outline: none;
        display: inline-block;
        padding: 5px 7px;
        color: #666;
        background: #FFF;
    }

        select:focus,
        textarea:focus,
        input[type="text"]:focus,
        input[type="password"]:focus,
        input[type="datetime"]:focus,
        input[type="datetime-local"]:focus,
        input[type="date"]:focus,
        input[type="month"]:focus,
        input[type="time"]:focus,
        input[type="week"]:focus,
        input[type="number"]:focus,
        input[type="email"]:focus,
        input[type="url"]:focus,
        input[type="search"]:focus,
        input[type="tel"]:focus,
        input[type="color"]:focus,
        .uneditable-input:focus {
            /*border-color: #569de5;
            outline: 0;
            outline: none \9;*/
            /* IE6-9 */
            /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
            -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);*/
            border-color: #003481;
        }


    input[type="radio"],
    input[type="checkbox"] {
        margin: -2px 0 0;
        *margin-top: 0;
        /* IE7 */
        margin-top: 1px \9;
        /* IE8-9 */
        line-height: normal;
        cursor: pointer;
    }

    input[type="file"],
    input[type="image"],
    input[type="submit"],
    input[type="reset"],
    input[type="button"],
    input[type="radio"],
    input[type="checkbox"] {
        width: auto;
    }

p {
    margin: 0 0 10px;
}

small {
    font-size: 85%;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

cite {
    font-style: normal;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 1;
    text-rendering: optimizelegibility;
}

    h1.small,
    h2.small,
    h3.small,
    h4.small,
    h5.small,
    h6.small {
        font-family: 'Segoe UI Light', SegoeUI_Light, Arial, Helvetica, sans-serif;
        font-weight: normal !important;
        line-height: 1;
        color: #2d2d30;
    }

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

h1.small {
    font-size: 26px;
}

h2.small {
    font-size: 22px;
}

h3.small {
    font-size: 18px;
}

h4.small {
    font-size: 16px;
}

h5.small {
    font-size: 14px;
}

h6.small {
    font-size: 12px;
}

ul,
ol {
    padding: 0;
    margin: 0 0 10px 25px;
}

    ul ul,
    ul ol,
    ol ol,
    ol ul {
        margin-bottom: 0;
    }

    ul.unstyled,
    ol.unstyled {
        margin-left: 0;
        list-style: none;
    }

/*-------------- Layout ---------------------*/

.ui-button.ui-widget.ui-state-default.ui-button-icon-only.ui-combobox-toggle {
    outline-color: transparent !important;
}

.ui-combobox-toggle .ui-button-icon-primary {
    width: 1px;
    height: 1px;
    border: solid #d4d4d4;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    margin-top: -8px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.ui-combobox .ui-state-default,
.ui-combobox .ui-widget-content .ui-state-default {
    border-color: #eaeaea !important;
}

    .ui-combobox .ui-state-default.ui-button-icon-only {
        border-color: #fff !important;
    }

.ui-combobox-input:focus {
    border-color: #003481 !important;
    box-shadow: none;
}

.ui-combobox-toggle:hover {
    background: #fff !important;
    border-color: #fff !important;
}

html, body, form {
    height: 100%;
}

.column {
    float: left;
    display: block;
}

.column-right {
    float: right;
    display: block;
}

.hidden {
    display: none;
}

.pui-cursor-pointer,
.pui-cursor-pointer td {
    cursor: pointer !important;
}


#MainWrapper {
    background: #9a1616;
    /*background: #003481;*/
    height: 100%;
}

#MainWrapperTable {
    width: 100%;
    border: none;
    margin: 0px;
    padding: 0px;
    height: 100%;
    border-collapse: collapse;
}

#LoginForm {
    margin: 200px auto 0 auto;
    /*background: #f6f6f6;*/
    background: #fff;
    padding: 35px 40px 35px 40px;
    width: 300px;
}

    #LoginForm input[type=text],
    #LoginForm input[type=password],
    #LoginForm input[type=submit] {
        margin: 5px 0px;
        height: 30px;
        width: 100%;
    }



    #LoginForm label {
        color: #929292;
    }

#LoginLogo {
    background: url(../img/sprite-3.png) no-repeat 0px -398px;
    width: 224px;
    height: 40px;
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
}

#Header {
    height: 60px;
    overflow: hidden;
    position: relative;
}

#HeaderLogo {
    background: url(../img/sprite-3.png) no-repeat 0px -450px;
    width: 250px;
    height: 50px;
    display: block;
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 5px;
}

#HeaderMenu {
    position: absolute;
    right: 10px;
    top: 0;
    width: auto;
    z-index: 10;
    font-weight: 500;
}

    #HeaderMenu a {
        font-size: 14px;
        display: inline-block;
        color: #FFF;
        padding: 21px 18px;
        text-transform: uppercase;
    }

        #HeaderMenu a:hover {
            background: #660000;
            color: #FFF;
            /*background: #0093d9;
            color: #fff;*/
        }

#Footer {
    height: 10px;
}

[class^="pui-menu-icon-"],
[class*=" pui-menu-icon-"] {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../img/sprite-3.png) no-repeat;
    margin: 0px auto 6px auto;
    vertical-align: middle;
}

.pui-menu-icon-dashboard {
    background-position: 0px 0px;
}

.pui-menu-icon-case {
    background-position: 0px -50px;
}

.pui-menu-icon-filetemplates {
    background-position: 0px -100px;
}

.pui-menu-icon-norms {
    background-position: 0px -150px;
}

.pui-menu-icon-customers {
    background-position: 0px -200px;
}

.pui-menu-icon-users {
    background-position: 0px -250px;
}



.pui-menu-icon-report {
    background-position: 0px -350px;
}

.pui-menu-icon-dashboard {
    background: url(../img/01-dashboard-icon.png) no-repeat;
}

.pui-menu-icon-case {
    background: url(../img/02-case-icon.png) no-repeat;
}

.pui-menu-icon-norms {
    background: url(../img/03-book-icon.png) no-repeat;
}

.pui-menu-icon-users {
    background: url(../img/04-users-icon.png) no-repeat;
}

.pui-menu-icon-companies {
    background: url(../img/05-build-icon.png) no-repeat;
}

.pui-menu-icon-text {
    background: url(../img/06-files-icon.png) no-repeat;
}

.pui-menu-icon-settings {
    background: url(../img/09-settings-icon.png) no-repeat;
}

.pui-menu-icon-report {
    background: url(../img/07-report-icon.png) no-repeat;
}

.pui-menu-icon-key {
    background: url(../img/08-key-icon.png) no-repeat;
}

[class^="mat-button-icon-"],
[class*=" mat-button-icon-"] {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../img/sprite-3.png) no-repeat;
    margin: 0px auto 0px auto;
    vertical-align: middle;
}

.mat-button-icon-inspect {
    background-position: -200px 0px;
}

.mat-button-icon-flag {
    background-position: -200px -50px;
}

.mat-button-icon-settings {
    background-position: -200px -100px;
}

.mat-button-icon-calendar {
    background-position: -200px -150px;
}

.mat-button-icon-vcard {
    background-position: -200px -200px;
}

.mat-button-icon-doc {
    background-position: -200px -250px;
}

.mat-button-icon-stamp {
    background-position: -200px -300px;
}

.mat-button-icon-check {
    background-position: -200px -350px;
}

.mat-button-icon-book {
    background-position: -300px 0px;
}

.mat-button-icon-pencil {
    background-position: -300px -50px;
}

.mat-button-icon-plus {
    background-position: -250px -100px;
}

.mat-button-icon-back {
    background-position: -250px -150px;
}

.mat-button-icon-next {
    background-position: -250px -200px;
}

.mat-button-icon-print {
    background-position: -250px -250px;
}


.mat-button {
    display: block;
    padding: 7px 4px;
    color: #FFF;
    font-size: 13px;
    background: #0ab0f5;
    width: 174px;
    margin: 3px;
    cursor: pointer;
}

    .mat-button span {
        display: inline-block;
        vertical-align: middle;
        width: 114px;
    }

    .mat-button:hover {
        background: #0a8ff5;
    }

    .mat-button.half {
        width: 80px;
        text-align: center;
        font-size: 11px;
        padding: 4px;
        display: inline-block;
        height: 84px;
        vertical-align: middle;
    }

        .mat-button.half [class^="mat-button-icon-"],
        .mat-button.half [class*=" mat-button-icon-"],
        .mat-button.half span {
            display: block;
            padding: 0px;
        }

        .mat-button.half span {
            width: 100%;
        }

    .mat-button.gray:hover .mat-button-icon-book {
        background-position: -250px 0px;
    }

    .mat-button.gray:hover .mat-button-icon-pencil {
        background-position: -250px -50px;
    }

    .mat-button.gray {
        background: #e1e1e1;
        color: #333333;
    }

        .mat-button.gray:hover {
            background: #9c9c9c;
            color: #FFF;
        }

    .mat-button.darkgray {
        background: #777777;
        color: #FFF;
    }

        .mat-button.darkgray:hover {
            background: #555555;
            color: #FFF;
        }

    .mat-button.blue {
        background: #0ab0f5;
    }

        .mat-button.blue:hover {
            background: #0a8ff5;
        }

    .mat-button.orange {
        background: #fb8e00;
    }

        .mat-button.orange:hover {
            background: #e38000;
        }

    .mat-button.green {
        background: #00b32e;
    }

        .mat-button.green:hover {
            background: #009627;
        }


    .mat-button.red {
        background: #e74c3c;
    }

        .mat-button.red:hover {
            background: #c0392b;
        }


/*---- Define Border css ------------------------------*/

.pui-border-all, .pui-border-top, .pui-border-topbottom {
    border-top: solid 1px #d9d9d9;
}

.pui-border-all, .pui-border-bottom, .pui-border-topbottom {
    border-bottom: solid 1px #d9d9d9;
}

.pui-border-all, .pui-border-left, .pui-border-leftright {
    border-left: solid 1px #d9d9d9;
}

.pui-border-all, .pui-border-right, .pui-border-leftright {
    border-right: solid 1px #d9d9d9;
}


/* ------ Define  Padding css --------------------------*/
.pui-pad-none {
    padding: 0;
}

.pui-pad-all, .pui-pad-top, .pui-pad-tb {
    padding-top: 10px;
}

.pui-pad-all, .pui-pad-bottom, .pui-pad-tb {
    padding-bottom: 10px;
}

.pui-pad-all, .pui-pad-left, .pui-pad-lr {
    padding-left: 10px;
}

.pui-pad-all, .pui-pad-right, .pui-pad-lr {
    padding-right: 10px;
}

.pui-pad5-all, .pui-pad5-top, .pui-pad5-tb {
    padding-top: 5px;
}

.pui-pad5-all, .pui-pad5-bottom, .pui-pad5-tb {
    padding-bottom: 5px;
}

.pui-pad5-all, .pui-pad5-left, .pui-pad5-lr {
    padding-left: 5px;
}

.pui-pad5-all, .pui-pad5-right, .pui-pad5-lr {
    padding-right: 5px;
}

.pui-pad15-all, .pui-pad15-top, .pui-pad15-tb {
    padding-top: 15px;
}

.pui-pad15-all, .pui-pad15-bottom, .pui-pad15-tb {
    padding-bottom: 15px;
}

.pui-pad15-all, .pui-pad15-left, .pui-pad15-lr {
    padding-left: 15px;
}

.pui-pad15-all, .pui-pad15-right, .pui-pad15-lr {
    padding-right: 15px;
}

.pui-pad20-all, .pui-pad20-top, .pui-pad20-tb {
    padding-top: 20px;
}

.pui-pad20-all, .pui-pad20-bottom, .pui-pad20-tb {
    padding-bottom: 20px;
}

.pui-pad20-all, .pui-pad20-left, .pui-pad20-lr {
    padding-left: 20px;
}

.pui-pad20-all, .pui-pad20-right, .pui-pad20-lr {
    padding-right: 20px;
}

/* ------ Define  Margin css --------------------------*/

.pui-mar-none {
    margin: 0;
}

.pui-mar-all, .pui-mar-top, .pui-mar-tb {
    margin-top: 10px;
}

.pui-mar-all, .pui-mar-bottom, .pui-mar-tb {
    margin-bottom: 10px;
}

.pui-mar-all, .pui-mar-left, .pui-mar-lr {
    margin-left: 10px;
}

.pui-mar-all, .pui-mar-right, .pui-mar-lr {
    margin-right: 10px;
}

.pui-mar5-all, .pui-mar5-top, .pui-mar5-tb {
    margin-top: 5px;
}

.pui-mar5-all, .pui-mar5-bottom, .pui-mar5-tb {
    margin-bottom: 5px;
}

.pui-mar5-all, .pui-mar5-left, .pui-mar5-lr {
    margin-left: 5px;
}

.pui-mar5-all, .pui-mar5-right, .pui-mar5-lr {
    margin-right: 5px;
}

.pui-mar15-all, .pui-mar15-top, .pui-mar15-tb {
    margin-top: 15px;
}

.pui-mar15-all, .pui-mar15-bottom, .pui-mar15-tb {
    margin-bottom: 15px;
}

.pui-mar15-all, .pui-mar15-left, .pui-mar15-lr {
    margin-left: 15px;
}

.pui-mar15-all, .pui-mar15-right, .pui-mar15-lr {
    margin-right: 15px;
}

.pui-mar20-all, .pui-mar20-top, .pui-mar20-tb {
    margin-top: 20px;
}

.pui-mar20-all, .pui-mar20-bottom, .pui-mar20-tb {
    margin-bottom: 20px;
}

.pui-mar20-all, .pui-mar20-left, .pui-mar20-lr {
    margin-left: 20px;
}

.pui-mar20-all, .pui-mar20-right, .pui-mar20-lr {
    margin-right: 20px;
}


#LeftMenu ul li.active a:hover .pui-menu-icon-dashboard, #LeftMenu ul li.active a .pui-menu-icon-dashboard {
    background-position: -100px 0px;
}

#LeftMenu ul li.active a:hover .pui-menu-icon-case, #LeftMenu ul li.active a .pui-menu-icon-case {
    background-position: -100px -50px;
}

#LeftMenu ul li.active a:hover .pui-menu-icon-filetemplates, #LeftMenu ul li.active a .pui-menu-icon-filetemplates {
    background-position: -100px -100px;
}

#LeftMenu ul li.active a:hover .pui-menu-icon-norms, #LeftMenu ul li.active a .pui-menu-icon-norms {
    background-position: -100px -150px;
}

#LeftMenu ul li.active a:hover .pui-menu-icon-customers, #LeftMenu ul li.active a .pui-menu-icon-customers {
    background-position: -100px -200px;
}

#LeftMenu ul li.active a:hover .pui-menu-icon-users, #LeftMenu ul li.active a .pui-menu-icon-users {
    background-position: -100px -250px;
}



#LeftMenu ul li.active a:hover .pui-menu-icon-report, #LeftMenu ul li.active a .pui-menu-icon-report {
    background-position: -100px -350px;
}

#LeftMenu ul li a:hover .pui-menu-icon-dashboard {
    background-position: -50px 0px;
}

#LeftMenu ul li a:hover .pui-menu-icon-case {
    background-position: -50px -50px;
}

#LeftMenu ul li a:hover .pui-menu-icon-filetemplates {
    background-position: -50px -100px;
}

#LeftMenu ul li a:hover .pui-menu-icon-norms {
    background-position: -50px -150px;
}

#LeftMenu ul li a:hover .pui-menu-icon-customers {
    background-position: -50px -200px;
}

#LeftMenu ul li a:hover .pui-menu-icon-users {
    background-position: -50px -250px;
}



#LeftMenu ul li a:hover .pui-menu-icon-report {
    background-position: -50px -350px;
}

/* uuuuuuuuuuuuuuuuuu */
#LeftMenu ul li a .pui-menu-icon-dashboard,
#LeftMenu ul li.active a .pui-menu-icon-dashboard,
#LeftMenu ul li a:hover .pui-menu-icon-dashboard,
#LeftMenu ul li.active a:hover .pui-menu-icon-dashboard,
#LeftMenu ul li a .pui-menu-icon-case,
#LeftMenu ul li.active a .pui-menu-icon-case,
#LeftMenu ul li a:hover .pui-menu-icon-case,
#LeftMenu ul li.active a:hover .pui-menu-icon-case,
#LeftMenu ul li a .pui-menu-icon-norms,
#LeftMenu ul li.active a .pui-menu-icon-norms,
#LeftMenu ul li a:hover .pui-menu-icon-norms,
#LeftMenu ul li.active a:hover .pui-menu-icon-norms,
#LeftMenu ul li a .pui-menu-icon-users,
#LeftMenu ul li.active a .pui-menu-icon-users,
#LeftMenu ul li a:hover .pui-menu-icon-users,
#LeftMenu ul li.active a:hover .pui-menu-icon-users,
#LeftMenu ul li a .pui-menu-icon-companies,
#LeftMenu ul li.active a .pui-menu-icon-companies,
#LeftMenu ul li a:hover .pui-menu-icon-companies,
#LeftMenu ul li.active a:hover .pui-menu-icon-companies,
#LeftMenu ul li a .pui-menu-icon-text,
#LeftMenu ul li a:hover .pui-menu-icon-text,
#LeftMenu ul li.active a .pui-menu-icon-text,
#LeftMenu ul li.active a:hover .pui-menu-icon-text,
#LeftMenu ul li a .pui-menu-icon-report,
#LeftMenu ul li a:hover .pui-menu-icon-report,
#LeftMenu ul li.active a .pui-menu-icon-report,
#LeftMenu ul li.active a:hover .pui-menu-icon-report,
#LeftMenu ul li a .pui-menu-icon-key,
#LeftMenu ul li.active a .pui-menu-icon-key,
#LeftMenu ul li a:hover .pui-menu-icon-key,
#LeftMenu ul li.active a:hover .pui-menu-icon-key {
    background-position: -50px 0;
     
}

#LeftMenu ul li.active a i,
#LeftMenu ul li a:hover i,
#LeftMenu ul li.active a:hover i,
#LeftMenu ul li.active a i,
#LeftMenu ul li a:hover i,
#LeftMenu ul li.active a:hover i,
#LeftMenu ul li.active a i,
#LeftMenu ul li a:hover i,
#LeftMenu ul li.active a:hover i,
#LeftMenu ul li.active a i,
#LeftMenu ul li a:hover i,
#LeftMenu ul li.active a:hover i,
#LeftMenu ul li.active a i,
#LeftMenu ul li a:hover i,
#LeftMenu ul li.active a:hover i,
#LeftMenu ul li a:hover i,
#LeftMenu ul li.active a i,
#LeftMenu ul li.active a:hover i {
    opacity: 1;
}

#LeftMenu ul li a i,
#LeftMenu ul li a i,
#LeftMenu ul li a i,
#LeftMenu ul li a i,
#LeftMenu ul li a i,
#LeftMenu ul li a i {
    opacity: 0.8;
}

#LeftMenu {
    width: 70px;
    font-size: 12px;
    padding: 0 5px;
}

    #LeftMenu ul {
        width: 50px;
        margin: 0px 10px;
    }

        #LeftMenu ul li {
            position: relative;
            height: 50px;
            margin-bottom: 15px;
            display: block;
        }

            #LeftMenu ul li a {
                height: 50px;
                width: 50px;
                overflow: hidden;
                padding: 0px;
                margin: 0px;
                background: #880000;
                /*background: #002a68;*/
                display: block;
                position: absolute;
                white-space: nowrap;
                cursor: pointer;
                z-index: 200;
            }

                #LeftMenu ul li a span {
                    color: #d9d9d9;
                    /*color: #fff;*/
                    line-height: 50px;
                    padding: 0px 20px 0px 10px;
                    font-size: 14px;
                    font-weight: 500;
                }

                #LeftMenu ul li a:hover {
                    background: #660000;
                    /*background: #0093d9;*/
                }

                    #LeftMenu ul li a:hover span {
                        display: inline-block;
                    }

            #LeftMenu ul li.active a,
            #LeftMenu ul li.active a:hover {
                background: #ff4a4a;
                /*background: #0093d9;*/
            }

                #LeftMenu ul li.active a:hover span {
                    display: none;
                    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
                    filter: alpha(opacity=0);
                    -moz-opacity: 0;
                    -khtml-opacity: 0;
                    opacity: 0;
                }

            #LeftMenu ul li .arrow {
                display: none !important;
                position: absolute;
                left: 65px;
                top: 5px;
                width: 0px;
                height: 0px;
                border-style: solid;
                border-width: 20px 0 20px 20px;
                border-color: transparent transparent transparent #0093d9;
            }

            #LeftMenu ul li.active .arrow {
                display: block;
            }

#PageWrapper {
    vertical-align: top;
}

#PageContent {
    width: 100%;
    background: #FFF;
    height: 100%;
    overflow: auto;
}

#PageContentWrapper {
    margin-left: 40px;
    margin-right: 15px;
    padding-top: 5px;
}

    #PageContentWrapper > h1.small {
        text-transform: capitalize;
        padding: 10px 0;
        display: inline-block;
    }

    #PageContentWrapper > a span {
    }

    #PageContentWrapper > a.table-toolbar-button {
        float: right;
        margin-top: 8px;
        background-color: #67b930;
        color: #fff;
        font-size: 15px;
        padding: 0 15px;
        height: 45px;
        line-height: 41px;
    }

        #PageContentWrapper > a.table-toolbar-button span {
            font-weight: 500;
            margin-right: 10px;
            font-size: 18px;
        }

            #PageContentWrapper > a.table-toolbar-button span.icon {
                font-weight: 500;
                margin-right: 10px;
                font-size: 18px;
            }

.pui-form label,
.pui-form-column label,
.pui-form-vertical label {
    display: block;
    padding-bottom: 5px;
    color: #000;
}

.pui-form-fluid label {
    display: inline-block;
    color: #000;
}

.pui-form-column {
    float: left;
    display: block;
    margin: 0px 5px;
}

.pui-form-checkboxlist td {
    padding-right: 30px;
}

    .pui-form-checkbox input[type=checkbox],
    .pui-form-checkboxlist td input[type=checkbox] {
        margin: 0px 5px;
        vertical-align: middle;
    }

.pui-form-column .pui-form-checkbox input[type=checkbox] {
    margin: 0px 5px 5px 5px;
}

.pui-form-checkbox label,
.normform label,
.pui-form-checkboxlist td label {
    margin: 0px;
    font-size: 13px;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    display: inline-block;
}

.pui-row {
    *zoom: 1;
    margin-bottom: 20px;
}

    .pui-row:before,
    .pui-row:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .pui-row:after {
        clear: both;
    }

.normform .pui-form-checkbox,
.normform .pui-row {
    margin-bottom: 10px;
}

    .normform .pui-row label {
        width: 80px;
    }

    .normform .pui-row input[type=text] {
        width: 60px;
    }

.pui-form-vertical {
    margin: 0px -5px;
}


ul.pui-toolbar-white {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    ul.pui-toolbar-white li {
        display: block;
        float: left;
        padding: 0px;
        margin: 0px;
    }

        ul.pui-toolbar-white li a {
            display: block;
            color: #666666;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
            filter: alpha(opacity=70);
            -moz-opacity: 0.7;
            -khtml-opacity: 0.7;
            opacity: 0.7;
            line-height: 32px;
            padding: 0px 15px 0px 10px;
        }

            ul.pui-toolbar-white li a:hover {
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                filter: alpha(opacity=100);
                -moz-opacity: 1;
                -khtml-opacity: 1;
                opacity: 1;
                background-color: #EEE;
            }

            ul.pui-toolbar-white li a i {
                display: block;
                float: left;
                margin-top: 7px;
            }

.table-toolbar {
    background: #ecedf0;
    padding: 10px;
}

    .table-toolbar > div {
        display: inline-block;
        margin-right: 20px;
    }

        .table-toolbar > div .table-toolbar-button {
            display: block;
        }

    .table-toolbar table tr {
        height: 60px;
    }

    .table-toolbar input[type="text"] {
        border-color: #fff;
        height: 25px;
    }

        .table-toolbar input[type="text"]:focus {
            border-color: #003481 !important;
        }

    .table-toolbar .ui-combobox-input {
        height: 25px;
        border-color: #fff;
    }

    .table-toolbar .ui-combobox-toggle {
        background-color: #fff !important;
        border: none !important;
    }

    .table-toolbar .ui-combobox .ui-state-default {
        border-color: #fff !important;
    }

    .table-toolbar .ui-combobox-toggle.focus {
        border-color: #003481 !important;
        border-left: none !important;
    }

    .table-toolbar .ui-combobox-input:focus {
        background: #fff !important;
        border-color: #003481 !important;
    }

    .table-toolbar .ui-combobox {
        width: 100%;
    }

        .table-toolbar .ui-combobox .ui-combobox-toggle {
            height: 35px;
        }

        .table-toolbar .ui-combobox .ui-state-default.ui-combobox-input.ui-autocomplete-input {
            width: 92%;
        }

.table-toolbar-button {
    font-size: 14px;
    color: #fff;
    background: #0093d9;
    border: none;
    margin: 0px;
    padding: 9px;
    text-align: center;
}

    .table-toolbar-button .ui-button-text {
        line-height: 35px;
        padding-top: 0px;
        padding-bottom: 0px;
        height: 35px;
    }

    .table-toolbar-button .ui-icon {
        margin-top: -9px;
    }

    .table-toolbar-button.ui-state-hover {
        background-color: #66B3FF;
        color: #FFF;
    }

    .table-toolbar-button.ui-state-active {
        background-color: #3399ff;
        color: #FFF;
    }

.table-toolbar .right {
    position: absolute;
    right: 0px;
    top: 0px;
    margin: 0px;
    z-index: 1;
}

.table-toolbar-input-group {
    margin-top: 2px;
}

.pui-searchinput {
    position: relative;
}

    .pui-searchinput .ui-icon {
        position: absolute;
        right: 5px;
        top: 25%;
        cursor: pointer;
        background-image: url(../js/jquery/plugins/ui/themes/jmetro/images/ui-icons_d4d4d4_0.png);
    }

        .pui-searchinput .ui-icon:hover {
            background-image: url(../js/jquery/plugins/ui/themes/jmetro/images/ui-icons_828282_0.png);
        }

    .pui-searchinput input[type="text"] {
        width: 240px;
    }

.table-toolbar .pui-searchinput input[type="text"] {
    width: 240px;
    padding: 3px 20px 2px 5px;
    margin: 0px;
    font-size: 12px;
}

.watermark {
    color: #BBB !important;
}


/*------ Tabs --------------------------------------------------*/

.pui-tabs .ui-widget-content {
    padding: 10px 0px;
    border: none !important;
}


.pui-tabs h4 {
    font-family: 'Segoe UI Semibold', 'SegoeUI_Semibold', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
    color: #181818;
    font-weight: normal;
}

.pui-tabs .ui-tabs-nav {
    border: none;
    margin-left: -12px;
}

    .pui-tabs .ui-tabs-nav li {
        margin: 0px;
    }

    .pui-tabs .ui-tabs-nav .ui-tabs-anchor {
        font-family: 'Segoe UI', SegoeUI, Arial, Helvetica, sans-serif;
        background: transparent;
        color: #999;
        border: none;
        font-weight: normal;
        font-size: 14px;
        outline: 0;
        padding: 3px 10px;
    }

        .pui-tabs .ui-tabs-nav .ui-tabs-anchor:focus {
            outline: 0;
        }

    .pui-tabs .ui-tabs-nav .ui-tabs-active .ui-tabs-anchor {
        color: #000;
        font-weight: normal;
        margin-bottom: 3px;
    }

.pui-tabs.pui-tabs-red .ui-tabs-nav .ui-tabs-active .ui-tabs-anchor {
    border-bottom: solid 3px #de0000;
    padding: 3px 1px;
    margin: 0px 11px;
}


.pui-tabs.pui-tabs-blue .ui-tabs-nav {
    border-bottom: solid 1px #DDD;
    margin: 0px;
}

    .pui-tabs.pui-tabs-blue .ui-tabs-nav .ui-tabs-anchor {
        padding: 3px 20px;
    }

    .pui-tabs.pui-tabs-blue .ui-tabs-nav .ui-tabs-active .ui-tabs-anchor {
        border-bottom: solid 3px #0ab0f5;
        padding: 3px 5px;
        margin: 0px 15px;
    }

    .pui-tabs.pui-tabs-blue .ui-tabs-nav .ui-state-default a {
        top: 0px !important;
    }

.pui-tabs.pui-tabs-blue .ui-widget-content {
    padding: 15px 0px;
    font-size: 12px;
    color: #333333;
}


.pui-tabs.pui-tabs-blue h4 {
    font-size: 13px;
    font-weight: bold;
    color: #0ab0f5;
}



/*------ GridView Styles ----------------------------------------*/



.pui-grid {
    font-size: 12px;
    color: #555555;
    border-collapse: separate !important;
    border-spacing: 0px 5px;
    width: 100%;
}

    .pui-grid th,
    .pui-grid td {
        text-align: left;
        padding: 15px 16px 15px 8px;
        line-height: 16px;
        vertical-align: middle;
        cursor: default;
    }

.pui-grid-header th {
    font-family: 'Segoe UI Semibold', SegoeUI_Semibold, Arial, Helvetica, sans-serif;
    color: #000000;
}

    .pui-grid-header th a {
        color: #000;
    }

.pui-grid-pager > td {
    /*background: #f7f7f7;
    border-top: solid 1px #EEE;
    border-bottom: solid 1px #EEE;
    padding: 0px;*/
    text-align: inherit;
}


.pui-grid-pager table {
    width: auto;
}

    .pui-grid-pager table td {
        padding: 0px;
    }

        .pui-grid-pager table td a,
        .pui-grid-pager table td span {
            display: block;
            padding: 7px 12px;
            color: #929292;
        }

        .pui-grid-pager table td span {
            color: #fff;
            background: #990000;
            /*color: #fff;
            background: #003481;*/
            font-size: 14px;
            font-weight: 500;
        }

        .pui-grid-pager table td a:hover {
            /*background: #66B3FF;*/
            background: #ff9900;
            color: #FFF;
        }

.pui-grid-row:hover {
    background-color: #ecedf0 !important;
}

.pui-grid-row td.rowcommands {
    position: relative;
    width: 90px;
}

    .pui-grid-row td.rowcommands .ui-icon-alert,
    .pui-grid-row td.rowcommands .ui-icon-info {
        position: absolute;
        right: 6px;
        top: 14px;
        background: url(../img/sprite-3.png) -156px -55px no-repeat;
    }

    .pui-grid-row td.rowcommands .ui-icon-info {
        background-position: -156px -79px;
        right: 22px;
    }

.pui-grid-row.denied {
    background: #fff0a5;
}

.pui-grid-row.approved {
    background: #eaffe5;
}

.pui-grid-row td.rowcommands div {
    padding-top: 3px;
    display: none;
}

.pui-grid-row:hover td.rowcommands div {
    display: block;
}

.pui-grid-row td.rowcommands a {
    display: inline-block !important;
}

.pui-grid-bordered {
    border: solid 1px #e8e8e8;
    border-spacing: 0px;
    border-collapse: collapse !important;
    width: auto;
    min-width: 800px;
}

    .pui-grid-bordered th,
    .pui-grid-bordered td {
        border-bottom: solid 1px #e8e8e8;
    }

    .pui-grid-bordered .pui-grid-header th {
        border-top: solid 1px #e8e8e8;
        background: #e8e8e8;
    }


.pui-grid-report td {
    font-size: 14px;
    color: #777;
}

    .pui-grid-report td.center,
    .pui-grid-report th.center {
        text-align: center;
    }

    .pui-grid-report td.right,
    .pui-grid-report th.right {
        text-align: right;
    }

    .pui-grid-report td.norm label {
        font-size: 14px;
        color: #000;
        line-height: normal;
        margin: 0px;
        padding: 0px;
    }

    .pui-grid-report td.norm div {
        font-size: 11px;
        color: #999;
        line-height: normal;
        margin: 0px;
        padding: 0px;
    }

.pui-grid-report .total td {
    font-weight: bold;
    color: #000;
    font-size: 14px;
}

.pui-grid-report td.normtype {
    width: 30px;
    padding-right: 8px;
}

    .pui-grid-report td.normtype span {
        display: block;
        padding: 0px;
        line-height: 16px;
        width: 30px;
        line-height: 20px;
        text-align: center;
        background: #F0F0F0;
        color: #000;
        font-size: 9px;
        margin: 0px;
    }

.pui-grid-report .deleted {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}

.pui-grid-report td.expand {
    width: 16px;
    padding-right: 0px;
}

    .pui-grid-report td.expand .ui-icon:hover {
        background-color: #F0F0F0;
    }

/*.pui-grid-row.historyrow,
.pui-grid-row.hashistory.expanded{
    background: #FFFFE7;
}

.pui-grid-row.historyrow:hover,
.pui-grid-row.hashistory.expanded:hover {
    background: #ffffd7;
}*/

.pui-grid-row.historyrow td.firstcol,
.pui-grid-row.hashistory.expanded td.expand {
    border-left: solid 5px #0AB0F5;
}

.pui-grid-row.historyrow td,
.pui-grid-row.historyrow td label {
    border-bottom: none;
    font-size: 13px;
}

.pui-grid-row.historyrow .normtype {
}

/*---- jquery ui override ---------------------------------------------------*/


.ui-button {
    font-weight: normal !important;
}

.pui-btn.ui-state-default, .pui-btn.ui-widget-content .ui-state-default {
    background-color: #d4d4d4;
    border-color: #d4d4d4;
    color: #525252;
}

.pui-btn.ui-state-focus, .pui-btn.ui-widget-content .ui-state-focus {
    background-color: #c4c4c4;
    border-color: #c4c4c4;
    color: #333333;
}

.pui-btn.ui-state-hover, .pui-btn.ui-widget-content .ui-state-hover {
    background-color: #c4c4c4;
    border-color: #c4c4c4;
    color: #333333;
}

.pui-btn.ui-state-active, .pui-btn.ui-widget-content .ui-state-active {
    background-color: #a4a4a4;
    border-color: #a4a4a4;
    color: #ffffff;
}

.pui-btn-orange.ui-state-default, .pui-btn-orange.ui-widget-content .ui-state-default {
    background-color: #ff6c00;
    border-color: #ff6c00;
    color: #FFFFFF;
}

.pui-btn-orange.ui-state-focus, .pui-btn-orange.ui-widget-content .ui-state-focus {
    background-color: #d55a00;
    border-color: #d55a00;
    color: #ffffff;
}

.pui-btn-orange.ui-state-hover, .pui-btn-orange.ui-widget-content .ui-state-hover {
    background-color: #d55a00;
    border-color: #d55a00;
    color: #ffffff;
}

.pui-btn-orange.ui-state-active, .pui-btn-orange.ui-widget-content .ui-state-active {
    background-color: #ad4900;
    border-color: #ad4900;
    color: #ffffff;
}

.pui-btn-red.ui-state-default, .pui-btn-red.ui-widget-content .ui-state-default {
    /*background-color: #ff0000;
    border-color: #ff0000;
    color: #FFFFFF;*/
    background-color: #003481;
    border-color: #003c94;
    color: #fff;
}

.pui-btn-red.ui-state-focus, .pui-btn-red.ui-widget-content .ui-state-focus {
    /*background-color: #e70000;
    border-color: #e70000;
    color: #ffffff;*/
    background-color: #0091d7;
    border-color: #0083c2;
    color: #fff;
}

.pui-btn-red.ui-state-hover, .pui-btn-red.ui-widget-content .ui-state-hover {
    /*background-color: #e70000;
    border-color: #e70000;
    color: #ffffff;*/
    background-color: #0093d9;
    border-color: #0091d7;
    color: #fff;
}

.pui-btn-red.ui-state-active, .pui-btn-red.ui-widget-content .ui-state-active {
    /*background-color: #c60000;
    border-color: #c60000;
    color: #ffffff;*/
    background-color: #0083c2;
    border-color: #0077b1;
    color: #fff;
}


.pui-btn .ui-icon {
    top: 16px;
}


.pui-btn-red.ui-state-default .ui-icon,
.pui-btn-red.ui-state-focus .ui-icon,
.pui-btn-red.ui-state-hover .ui-icon,
.pui-btn-red.ui-state-active .ui-icon,
.pui-btn-orange.ui-state-default .ui-icon,
.pui-btn-orange.ui-state-focus .ui-icon,
.pui-btn-orange.ui-state-hover .ui-icon,
.pui-btn-orange.ui-state-active .ui-icon {
    background-image: url(../js/jquery/plugins/ui/themes/jmetro/images/ui-icons_ffffff_0.png);
}

.ui-dialog {
    position: absolute;
    padding: 0px;
    width: 300px;
    overflow: hidden;
    border: solid 1px #999;
}

    .ui-dialog .ui-dialog-titlebar {
        padding: 0px;
        position: relative;
        font-size: 23px;
        font-family: 'Segoe UI Semilight', SegoeUI_Semilight;
        padding: 0px !important;
        margin: 0px !important;
        font-weight: normal !important;
        border-bottom: solid 1px #e5e5e5;
        color: #888;
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        margin: 10px 20px;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: 15px;
        top: 50%;
        width: 19px;
        margin: -12px 0 0 0;
        padding: 0px;
        height: 18px;
    }

        .ui-dialog .ui-dialog-titlebar-close span {
            display: block;
            margin: 1px;
        }

        .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
            padding: 0;
        }

    .ui-dialog .ui-dialog-content {
        position: relative;
        border: 0;
        padding: 15px 20px;
        background: none;
        overflow: auto;
        zoom: 1;
    }

    .ui-dialog .ui-dialog-buttonpane {
        text-align: left;
        border-width: 1px 0 0 0;
        background-image: none;
        margin: .5em 0 0 0;
        padding: .3em 1em .5em .4em;
    }

        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
            float: right;
        }

        .ui-dialog .ui-dialog-buttonpane button {
            margin: .5em .4em .5em 0;
            cursor: pointer;
        }

    .ui-dialog .ui-resizable-se {
        width: 14px;
        height: 14px;
        right: 2px;
        bottom: 2px;
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}


.ui-dialog {
    border-color: #999999;
    background-color: #ffffff !important;
}

.ui-dialog-titlebar {
    border-color: #999999;
    color: #000000;
    background-color: #FFFFFF;
}

.ui-dialog-buttonpane {
    border-color: #3399ff !important;
    background-color: #ffffff;
}

.ui-dialog-content {
    background-color: #ffffff !important;
}

.ui-dialog-titlebar .ui-icon {
    background-image: url(../js/jquery/plugins/ui/themes/jmetro/images/ui-icons_d4d4d4_0.png);
}

.ui-dialog-titlebar .ui-state-hover .ui-icon {
    background-image: url(../js/jquery/plugins/ui/themes/jmetro/images/ui-icons_525252_0.png) !important;
}

.ui-dialog-titlebar-close {
    background: none;
}

    .ui-dialog-titlebar-close.ui-state-hover {
        background: none;
    }


.ajax-loader-metro-32x32 {
    background: url(../img/ajax-loader-metro-32x32.gif) no-repeat;
    width: 32px;
    height: 32px;
    margin: 10px auto;
}

.w50 {
    width: 50px;
}

.w60 {
    width: 60px;
}

.w70 {
    width: 70px;
}

.w80 {
    width: 80px;
}

.w90 {
    width: 90px;
}

.w100 {
    width: 100px;
}

.w110 {
    width: 110px;
}

.w120 {
    width: 120px;
}

.w130 {
    width: 130px;
}

.w140 {
    width: 140px;
}

.w150 {
    width: 150px;
}

.w160 {
    width: 160px;
}

.w170 {
    width: 170px;
}

.w180 {
    width: 180px;
}

.w190 {
    width: 190px;
}

.w200 {
    width: 200px;
}

.w210 {
    width: 210px;
}

.w220 {
    width: 220px;
}

.w230 {
    width: 230px;
}

.w240 {
    width: 240px;
}

.w250 {
    width: 250px;
}

.w260 {
    width: 260px;
}

.w270 {
    width: 270px;
}

.w280 {
    width: 280px;
}

.w290 {
    width: 290px;
}

.w300 {
    width: 300px;
}

.w310 {
    width: 310px;
}

.w320 {
    width: 320px;
}

.w330 {
    width: 330px;
}

.w340 {
    width: 340px;
}

.w350 {
    width: 350px;
}

.w360 {
    width: 360px;
}

.w370 {
    width: 370px;
}

.w380 {
    width: 380px;
}

.w390 {
    width: 390px;
}

.w400 {
    width: 400px;
}

.w410 {
    width: 410px;
}

.w420 {
    width: 420px;
}

.w430 {
    width: 430px;
}

.w440 {
    width: 440px;
}

.w450 {
    width: 450px;
}

.w460 {
    width: 460px;
}

.w470 {
    width: 470px;
}

.w480 {
    width: 480px;
}

.w490 {
    width: 490px;
}

.w500 {
    width: 500px;
}

.w510 {
    width: 510px;
}

.w520 {
    width: 520px;
}

.w530 {
    width: 530px;
}

.w540 {
    width: 540px;
}

.w550 {
    width: 550px;
}

.w560 {
    width: 560px;
}

.w570 {
    width: 570px;
}

.w580 {
    width: 580px;
}

.w590 {
    width: 590px;
}

.w600 {
    width: 600px;
}

.w610 {
    width: 610px;
}

.w620 {
    width: 620px;
}

.w630 {
    width: 630px;
}

.w640 {
    width: 640px;
}

.w650 {
    width: 650px;
}

.w660 {
    width: 660px;
}

.w670 {
    width: 670px;
}

.w680 {
    width: 680px;
}

.w690 {
    width: 690px;
}

.w700 {
    width: 700px;
}

.w710 {
    width: 710px;
}

.w720 {
    width: 720px;
}

.w730 {
    width: 730px;
}

.w740 {
    width: 740px;
}

.w750 {
    width: 750px;
}

.w760 {
    width: 760px;
}

.w770 {
    width: 770px;
}

.w780 {
    width: 780px;
}

.w790 {
    width: 790px;
}

.w800 {
    width: 800px;
}

.w810 {
    width: 810px;
}

.w820 {
    width: 820px;
}

.w830 {
    width: 830px;
}

.w840 {
    width: 840px;
}

.w850 {
    width: 850px;
}

.w860 {
    width: 860px;
}

.w870 {
    width: 870px;
}

.w880 {
    width: 880px;
}

.w890 {
    width: 890px;
}

.w900 {
    width: 900px;
}

.w50 input[type="text"], .w50 input[type="password"], .w50 textarea, .w50 .ui-combobox input {
    width: 34px;
}

.w60 input[type="text"], .w60 input[type="password"], .w60 textarea, .w60 .ui-combobox input {
    width: 44px;
}

.w70 input[type="text"], .w70 input[type="password"], .w70 textarea, .w70 .ui-combobox input {
    width: 54px;
}

.w80 input[type="text"], .w80 input[type="password"], .w80 textarea, .w80 .ui-combobox input {
    width: 64px;
}

.w90 input[type="text"], .w90 input[type="password"], .w90 textarea, .w90 .ui-combobox input {
    width: 74px;
}

.w100 input[type="text"], .w100 input[type="password"], .w100 textarea, .w100 .ui-combobox input {
    width: 84px;
}

.w110 input[type="text"], .w110 input[type="password"], .w110 textarea, .w110 .ui-combobox input {
    width: 94px;
}

.w120 input[type="text"], .w120 input[type="password"], .w120 textarea, .w120 .ui-combobox input {
    width: 104px;
}

.w130 input[type="text"], .w130 input[type="password"], .w130 textarea, .w130 .ui-combobox input {
    width: 114px;
}

.w140 input[type="text"], .w140 input[type="password"], .w140 textarea, .w140 .ui-combobox input {
    width: 124px;
}

.w150 input[type="text"], .w150 input[type="password"], .w150 textarea, .w150 .ui-combobox input {
    width: 134px;
}

.w160 input[type="text"], .w160 input[type="password"], .w160 textarea, .w160 .ui-combobox input {
    width: 144px;
}

.w170 input[type="text"], .w170 input[type="password"], .w170 textarea, .w170 .ui-combobox input {
    width: 154px;
}

.w180 input[type="text"], .w180 input[type="password"], .w180 textarea, .w180 .ui-combobox input {
    width: 164px;
}

.w190 input[type="text"], .w190 input[type="password"], .w190 textarea, .w190 .ui-combobox input {
    width: 174px;
}

.w200 input[type="text"], .w200 input[type="password"], .w200 textarea, .w200 .ui-combobox input {
    width: 184px;
}

.w210 input[type="text"], .w210 input[type="password"], .w210 textarea, .w210 .ui-combobox input {
    width: 194px;
}

.w220 input[type="text"], .w220 input[type="password"], .w220 textarea, .w220 .ui-combobox input {
    width: 204px;
}

.w230 input[type="text"], .w230 input[type="password"], .w230 textarea, .w230 .ui-combobox input {
    width: 214px;
}

.w240 input[type="text"], .w240 input[type="password"], .w240 textarea, .w240 .ui-combobox input {
    width: 224px;
}

.w250 input[type="text"], .w250 input[type="password"], .w250 textarea, .w250 .ui-combobox input {
    width: 234px;
}

.w260 input[type="text"], .w260 input[type="password"], .w260 textarea, .w260 .ui-combobox input {
    width: 244px;
}

.w270 input[type="text"], .w270 input[type="password"], .w270 textarea, .w270 .ui-combobox input {
    width: 254px;
}

.w280 input[type="text"], .w280 input[type="password"], .w280 textarea, .w280 .ui-combobox input {
    width: 264px;
}

.w290 input[type="text"], .w290 input[type="password"], .w290 textarea, .w290 .ui-combobox input {
    width: 274px;
}

.w300 input[type="text"], .w300 input[type="password"], .w300 textarea, .w300 .ui-combobox input {
    width: 284px;
}

.w310 input[type="text"], .w310 input[type="password"], .w310 textarea, .w310 .ui-combobox input {
    width: 294px;
}

.w320 input[type="text"], .w320 input[type="password"], .w320 textarea, .w320 .ui-combobox input {
    width: 304px;
}

.w330 input[type="text"], .w330 input[type="password"], .w330 textarea, .w330 .ui-combobox input {
    width: 314px;
}

.w340 input[type="text"], .w340 input[type="password"], .w340 textarea, .w340 .ui-combobox input {
    width: 324px;
}

.w350 input[type="text"], .w350 input[type="password"], .w350 textarea, .w350 .ui-combobox input {
    width: 334px;
}

.w360 input[type="text"], .w360 input[type="password"], .w360 textarea, .w360 .ui-combobox input {
    width: 344px;
}

.w370 input[type="text"], .w370 input[type="password"], .w370 textarea, .w370 .ui-combobox input {
    width: 354px;
}

.w380 input[type="text"], .w380 input[type="password"], .w380 textarea, .w380 .ui-combobox input {
    width: 364px;
}

.w390 input[type="text"], .w390 input[type="password"], .w390 textarea, .w390 .ui-combobox input {
    width: 374px;
}

.w400 input[type="text"], .w400 input[type="password"], .w400 textarea, .w400 .ui-combobox input {
    width: 384px;
}

.w410 input[type="text"], .w410 input[type="password"], .w410 textarea, .w410 .ui-combobox input {
    width: 394px;
}

.w420 input[type="text"], .w420 input[type="password"], .w420 textarea, .w420 .ui-combobox input {
    width: 404px;
}

.w430 input[type="text"], .w430 input[type="password"], .w430 textarea, .w430 .ui-combobox input {
    width: 414px;
}

.w440 input[type="text"], .w440 input[type="password"], .w440 textarea, .w440 .ui-combobox input {
    width: 424px;
}

.w450 input[type="text"], .w450 input[type="password"], .w450 textarea, .w450 .ui-combobox input {
    width: 434px;
}

.w460 input[type="text"], .w460 input[type="password"], .w460 textarea, .w460 .ui-combobox input {
    width: 444px;
}

.w470 input[type="text"], .w470 input[type="password"], .w470 textarea, .w470 .ui-combobox input {
    width: 454px;
}

.w480 input[type="text"], .w480 input[type="password"], .w480 textarea, .w480 .ui-combobox input {
    width: 464px;
}

.w490 input[type="text"], .w490 input[type="password"], .w490 textarea, .w490 .ui-combobox input {
    width: 474px;
}

.w500 input[type="text"], .w500 input[type="password"], .w500 textarea, .w500 .ui-combobox input {
    width: 484px;
}

.w510 input[type="text"], .w510 input[type="password"], .w510 textarea, .w510 .ui-combobox input {
    width: 494px;
}

.w520 input[type="text"], .w520 input[type="password"], .w520 textarea, .w520 .ui-combobox input {
    width: 504px;
}

.w530 input[type="text"], .w530 input[type="password"], .w530 textarea, .w530 .ui-combobox input {
    width: 514px;
}

.w540 input[type="text"], .w540 input[type="password"], .w540 textarea, .w540 .ui-combobox input {
    width: 524px;
}

.w550 input[type="text"], .w550 input[type="password"], .w550 textarea, .w550 .ui-combobox input {
    width: 534px;
}

.w560 input[type="text"], .w560 input[type="password"], .w560 textarea, .w560 .ui-combobox input {
    width: 544px;
}

.w570 input[type="text"], .w570 input[type="password"], .w570 textarea, .w570 .ui-combobox input {
    width: 554px;
}

.w580 input[type="text"], .w580 input[type="password"], .w580 textarea, .w580 .ui-combobox input {
    width: 564px;
}

.w590 input[type="text"], .w590 input[type="password"], .w590 textarea, .w590 .ui-combobox input {
    width: 574px;
}

.w600 input[type="text"], .w600 input[type="password"], .w600 textarea, .w600 .ui-combobox input {
    width: 584px;
}

.w610 input[type="text"], .w610 input[type="password"], .w610 textarea, .w610 .ui-combobox input {
    width: 594px;
}

.w620 input[type="text"], .w620 input[type="password"], .w620 textarea, .w620 .ui-combobox input {
    width: 604px;
}

.w630 input[type="text"], .w630 input[type="password"], .w630 textarea, .w630 .ui-combobox input {
    width: 614px;
}

.w640 input[type="text"], .w640 input[type="password"], .w640 textarea, .w640 .ui-combobox input {
    width: 624px;
}

.w650 input[type="text"], .w650 input[type="password"], .w650 textarea, .w650 .ui-combobox input {
    width: 634px;
}

.w660 input[type="text"], .w660 input[type="password"], .w660 textarea, .w660 .ui-combobox input {
    width: 644px;
}

.w670 input[type="text"], .w670 input[type="password"], .w670 textarea, .w670 .ui-combobox input {
    width: 654px;
}

.w680 input[type="text"], .w680 input[type="password"], .w680 textarea, .w680 .ui-combobox input {
    width: 664px;
}

.w690 input[type="text"], .w690 input[type="password"], .w690 textarea, .w690 .ui-combobox input {
    width: 674px;
}

.w700 input[type="text"], .w700 input[type="password"], .w700 textarea, .w700 .ui-combobox input {
    width: 684px;
}

.w710 input[type="text"], .w710 input[type="password"], .w710 textarea, .w710 .ui-combobox input {
    width: 694px;
}

.w720 input[type="text"], .w720 input[type="password"], .w720 textarea, .w720 .ui-combobox input {
    width: 704px;
}

.w730 input[type="text"], .w730 input[type="password"], .w730 textarea, .w730 .ui-combobox input {
    width: 714px;
}

.w740 input[type="text"], .w740 input[type="password"], .w740 textarea, .w740 .ui-combobox input {
    width: 724px;
}

.w750 input[type="text"], .w750 input[type="password"], .w750 textarea, .w750 .ui-combobox input {
    width: 734px;
}

.w760 input[type="text"], .w760 input[type="password"], .w760 textarea, .w760 .ui-combobox input {
    width: 744px;
}

.w770 input[type="text"], .w770 input[type="password"], .w770 textarea, .w770 .ui-combobox input {
    width: 754px;
}

.w780 input[type="text"], .w780 input[type="password"], .w780 textarea, .w780 .ui-combobox input {
    width: 764px;
}

.w790 input[type="text"], .w790 input[type="password"], .w790 textarea, .w790 .ui-combobox input {
    width: 774px;
}

.w800 input[type="text"], .w800 input[type="password"], .w800 textarea, .w800 .ui-combobox input {
    width: 784px;
}

.w810 input[type="text"], .w810 input[type="password"], .w810 textarea, .w810 .ui-combobox input {
    width: 794px;
}

.w820 input[type="text"], .w820 input[type="password"], .w820 textarea, .w820 .ui-combobox input {
    width: 804px;
}

.w830 input[type="text"], .w830 input[type="password"], .w830 textarea, .w830 .ui-combobox input {
    width: 814px;
}

.w840 input[type="text"], .w840 input[type="password"], .w840 textarea, .w840 .ui-combobox input {
    width: 824px;
}

.w850 input[type="text"], .w850 input[type="password"], .w850 textarea, .w850 .ui-combobox input {
    width: 834px;
}

.w860 input[type="text"], .w860 input[type="password"], .w860 textarea, .w860 .ui-combobox input {
    width: 844px;
}

.w870 input[type="text"], .w870 input[type="password"], .w870 textarea, .w870 .ui-combobox input {
    width: 854px;
}

.w880 input[type="text"], .w880 input[type="password"], .w880 textarea, .w880 .ui-combobox input {
    width: 864px;
}

.w890 input[type="text"], .w890 input[type="password"], .w890 textarea, .w890 .ui-combobox input {
    width: 874px;
}

.w900 input[type="text"], .w900 input[type="password"], .w900 textarea, .w900 .ui-combobox input {
    width: 884px;
}

.w100p {
    width: 100%;
}

    .w100p input[type="text"], .w100p input[type="password"], .w100p textarea, .w100p .ui-combobox input {
        width: 100%;
    }

.ui-icon-inline {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
}

.remove {
    cursor: pointer;
}

.redactor_editor b {
    font-weight: bold;
}

.redactor_editor i {
    font-style: italic;
}

/*--- Select2 Override -----------------*/
.select2-container .select2-choice {
    border-color: #D4D4D4 !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    background: #FFF !important;
}

    .select2-container .select2-choice div {
        border-color: #D4D4D4 !important;
        border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        background: #FFF !important;
        border-left: none !important;
        width: 21px !important;
    }

.select2-drop {
    border-color: #D4D4D4 !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-top: solid 1px #D4D4D4 !important;
}



.s2-no-search-box .select2-drop .select2-search {
    display: none;
}


/*------- Dashboard ------------------------------------------------*/
.dashboard-case {
    padding: 14px;
    background: #f8f8f8;
    position: relative;
    /*margin-bottom: 10px;*/
    font-size: 11px;
    color: #777777;
    border-left: solid 4px #f8f8f8;
    cursor: pointer;
}

    .dashboard-case:hover {
        background: #F3F3F3;
    }

    .dashboard-case.case-flag-1 {
        border-color: #fb8e00;
    }

    .dashboard-case.case-flag-2 {
        border-color: #0ab0f5;
    }

    .dashboard-case.case-flag-3 {
        border-color: #00b32e;
    }

    .dashboard-case.case-flag-4 {
        border-color: #777777;
    }





.dashboard-case-outer {
    background: #FFF;
    padding-bottom: 10px;
}


.case-flag-1 .ui-icon-flag {
    background-color: #fb8e00;
}

.case-flag-2 .ui-icon-flag {
    background-color: #0ab0f5;
}

.case-flag-3 .ui-icon-flag {
    background-color: #00b32e;
}

.case-flag-4 .ui-icon-flag {
    background-color: #777777;
}

.case-flag-1 i.flag-status {
    background-color: #fdb54a;
}

.case-flag-2 i.flag-status {
    background-color: #1db4f3;
}

.case-flag-3 i.flag-status {
    background-color: #4ac86a;
}

.case-flag-4 i.flag-status {
    background-color: #9d9d9d;
}

.dashboard-case.case-dd-4 {
    border-color: #FF0000;
    border-width: 32px;
}

.case-dd-4 i.flag-status,
.case-dd-4 .ui-icon-flag {
    background-color: #FF0000 !important;
}


.case-dd-4 .temp-df-alert {
    position: absolute;
    left: -24px;
    top: 50%;
    z-index: 2;
    margin-top: -8px;
}


.case-dd-4 .dashboard-case-flags .ui-icon-alert {
    display: none;
}

.dashboard-case label {
    color: #333;
    font-size: 11px;
    display: inline-block;
}

.dashboard-case-no {
    font-size: 18px;
    color: #333;
}

.dashboard-case-date {
    font-size: 12px;
}

.dashboard-case-flags {
    position: absolute;
    right: 10px;
    top: 10px;
}

    .dashboard-case-flags i {
        display: inline-block;
        margin: 0px;
        line-height: 16px;
        height: 16px;
        font-size: 10px;
        color: #777;
        min-width: 16px;
        margin: 0px 2px;
        vertical-align: middle;
        text-align: center;
    }

    .dashboard-case-flags .Flag {
        margin-left: 2px;
    }

        .dashboard-case-flags .Flag i {
            margin: 0px;
        }

    .dashboard-case-flags i.flag-priority {
        background: #d0d0d0;
        padding: 0px 10px;
    }

    .dashboard-case-flags i.flag-error {
        background-color: #ff0000;
    }

    .dashboard-case-flags i.flag-blue {
        background-color: #66b3ff;
    }

    .dashboard-case-flags i.flag-status {
        color: #ffffff;
    }

.dashboard-case-data {
    padding-top: 10px;
}

.dashboard-case-data {
    margin: 0px -10px;
}

    .dashboard-case-data .column {
        line-height: 20px;
        margin: 0px 10px;
    }

    .dashboard-case-data .col1 {
        min-width: 175px;
    }

    .dashboard-case-data .col2 {
        min-width: 250px;
    }

    .dashboard-case-data .col3 {
        min-width: 150px;
    }

    .dashboard-case-data .col1 label {
        width: 56px;
    }

    .dashboard-case-data .col2 label {
        width: 70px;
    }

    .dashboard-case-data .col3 label {
        width: 56px;
    }

.dashboard-item-count {
    font-size: 11px;
    color: #666;
    display: inline-block;
    padding: 3px 5px;
    background: #eee;
    position: absolute;
    top: 0px;
    margin-left: 10px;
}



a.notification {
    color: #666;
    display: block;
    background: #ffffe7;
    padding: 10px;
    margin-bottom: 5px;
}

    a.notification:hover {
        background: #ffffd7;
        color: #444;
    }

    a.notification span {
        display: inline-block;
        vertical-align: text-top;
    }

    a.notification.error {
        background: #ffb1b1;
        color: #9a1616;
    }

        a.notification.error:hover {
            background: #ff9a9a;
            color: #780b0b;
        }


.notification-date {
    width: 100px;
}

.haswatermark {
}

.dropdownchecklist {
}

.showhide {
}

.formitem {
}

.validate {
}

.required {
}

.validatetab {
}

.datepicker {
}

.uidatepicker {
}

.ajaxautocomplete {
}

.datepicker-withbutton {
}

.datepicker-withbutton-container {
    position: relative;
}

    .datepicker-withbutton-container img {
        position: absolute;
        right: 0px;
        top: 0px;
        cursor: pointer;
    }


#CaseHeader {
    margin-bottom: 25px;
}

#Case_MATDosyaNo {
    margin-bottom: 7px;
}

.mat-case-header-line1,
.mat-case-header-line2 {
    font-family: 'Segoe UI Light', SegoeUI_Light, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #777;
    line-height: 16px;
}

.mat-case-header-line2 {
    color: #0ab0f5;
}

.mat-case-header-line1 .mat-case-sirket {
    font-family: 'Segoe UI', SegoeUI, Arial, Helvetica, sans-serif;
    color: #272727;
}



.mat-customer-priority {
}

    .mat-customer-priority span {
        display: block;
        margin-top: 35px;
        padding: 3px 8px;
        background: #DDD;
        color: #555;
        font-size: 11px;
    }

        .mat-customer-priority span.vip {
            background: #fb8e00;
            color: #FFF;
        }

.mat-case-contacts {
    background: #f6f6f6;
}

.mat-case-contact {
    padding: 15px;
    color: #555;
    font-size: 11px;
    margin-right: 15px;
}

    .mat-case-contact h1,
    .mat-case-contact h2 {
        line-height: initial;
        margin: 0px;
        padding: 0px;
        font-weight: normal;
    }

    .mat-case-contact h1 {
        color: #000;
        font-size: 11px;
        font-weight: bold;
        padding-bottom: 10px;
    }

    .mat-case-contact h2 {
        color: #555;
        font-size: 15px;
        padding-bottom: 3px;
    }

    .mat-case-contact h1 span {
        display: inline-block;
        margin-left: 7px;
        font-weight: normal;
        color: #666;
        font-size: 10px;
    }

.mat-label-value {
    color: #555;
    font-size: 13px;
    padding: 0px 20px 20px 20px;
    line-height: 16px;
}

    .mat-label-value label {
        font-family: 'Segoe UI Semibold', 'SegoeUI_Semibold', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000;
        padding: 0px;
    }

.mat-case-detail-row {
    margin: 0px -20px;
}

.mat-case-detail-group {
    padding-bottom: 10px;
}


/*------------ Add Menu Form -----------------*/
.add-menu-form-row,
.add-menu-form-row2,
.add-menu-form-quantity {
    margin-bottom: 10px;
}

.add-menu-form-items {
    padding-left: 35px;
    padding-top: 15px;
}

.add-menu-form-row table tr td {
    vertical-align: baseline;
}

.add-menu-form-row label {
    color: #666;
}


.add-menu-form-row .price {
    font-weight: bold;
    font-size: 18px;
    padding-right: 9px;
    text-align: right;
    width: 120px;
    color: #000;
}

.add-menu-form-row .sufix {
    font-size: 11px;
    color: #888;
    width: 66px;
}

.add-menu-form-row2 label,
.add-menu-form-quantity label {
    font-size: 12px;
    color: #666;
}

.add-menu-form-quantity input {
    border: none;
    outline: none;
    width: 194px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    padding: 0px;
    margin: 0px;
    text-align: right;
}

.add-menu-form-quantity .small input {
    font-weight: normal;
    font-size: 12px;
    text-align: left;
}

.add-menu-form-quantity select {
    border: none;
    padding: 0px;
}

.add-menu-form-row2 input {
    display: block;
    width: 206px;
    margin: 0px;
}

.add-menu-form-quantity input:focus {
    border: none;
    outline: 0;
    outline: none \9;
    /* IE6-9 */
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.add-menu-form-quantity table {
    width: auto;
}

    .add-menu-form-quantity table tr td {
        border: solid 1px #d0d0d0;
        vertical-align: middle;
        padding: 2px 4px;
    }

.add-menu-form-quantity td.inputcell {
    text-align: right;
}

.add-menu-form-quantity td.unitcell {
    border-left: none;
    background: #f6f6f6;
    font-size: 11px;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.add-menu-form-unitcheck label {
    font-size: 12px;
    margin-right: 15px;
    display: inline-block;
    cursor: pointer;
}

.add-menu-form-unitcheck input {
    margin-right: 5px;
}

/*--------- Aler Info -------------------*/

.pui-alert {
    display: block;
    background: url(../img/icon-info.png) no-repeat 15px 15px #e7f3fb;
    padding: 15px 15px 15px 80px;
    min-height: 32px;
    border: solid 1px #aed0ea;
    color: #333333;
    font-size: 13px;
    margin-bottom: 20px;
}

    .pui-alert h1,
    .pui-alert label {
        padding: 0px;
        margin: 0px;
        color: #4d7db2;
        font-weight: bold;
        font-size: 13px;
    }

    .pui-alert.alert {
        background: url(../img/icon-alert.png) no-repeat 15px 15px #fff0a5;
        border-color: #fed22f;
    }

        .pui-alert.alert h1,
        .pui-alert.alert label {
            color: #d52800;
        }


    .pui-alert.error {
        background: url(../img/icon-error.png) no-repeat 20px 20px #f3d8d8;
        border-color: #cc0000;
    }

.note {
    position: relative;
}

.note-header {
    font-size: 11px;
    color: #999;
    padding: 2px 0px;
    border-bottom: dotted 1px #DDD;
}

.note-description {
    padding: 7px 0px 4px 0px;
}

.note-file {
    float: left;
    left: 4px;
    top: 6px;
    z-index: 2;
}

.pui-grid .scrollable {
    overflow: auto;
    height: 100px;
}

.relative {
    position: relative;
}


.dashboard-header td {
    vertical-align: middle;
}

.dashboard-filter {
    display: block;
    color: #444;
    padding: 2px 8px;
    margin-top: 5px;
}

    .dashboard-filter.active {
        font-weight: bold;
        color: #000;
    }

.dashboard-searchinput {
}

.dashboard-searchbutton {
    display: block;
    position: absolute;
    width: 27px;
    height: 26px;
    top: 2px;
    right: 1px;
    background-color: #FFF;
    z-index: 2;
}

    .dashboard-searchbutton i {
        margin: 5px;
        background-image: url(../js/jquery/plugins/ui/themes/jmetro/images/ui-icons_d4d4d4_0.png);
    }

    .dashboard-searchbutton:hover i {
        background-image: url(../js/jquery/plugins/ui/themes/jmetro/images/ui-icons_66B3FF_0.png);
    }

.scroll-y {
    overflow-y: auto;
}

.table-report {
    font-size: 12px;
}

    .table-report td,
    .table-report th {
        border: solid 1px #CCC;
        padding: 4px 7px;
    }

    .table-report th {
        font-weight: bold;
    }

.table-report-left {
    text-align: left;
}

#PrintWrapper {
    display: none;
}

.noteDdl {
    width: 100% !important;
}

.case-waiting {
    background: #ff6c00;
    display: inline-block;
    margin: 0px;
    height: 16px;
    font-size: 10px;
    min-width: 16px;
    margin: 0px 2px;
    position: relative;
}

    .case-waiting i {
        position: relative;
        top: -1px;
        color: #fff;
    }

.table-special-price {
    padding: 0;
    margin: 0;
}

    .table-special-price thead {
        border-bottom: 1px dotted #666;
    }

        .table-special-price thead tr th {
            font-weight: bold;
            line-height: 25px;
        }

/* percentage width */
.pw-6 {
    width: 8%
}

.pw-16 {
    width: 18%
}

.pw-26 {
    width: 28%
}

.checkboxFive-label {
    position: relative;
    top: -7px;
    left: 22px;
    color: #929292;
}

.checkboxFive {
    position: relative;
}

    .checkboxFive input[type=checkbox] {
        visibility: hidden;
    }

    .checkboxFive label {
        cursor: pointer;
        position: absolute;
        width: 14px;
        height: 14px;
        top: 10px;
        left: 0;
        background: #f3f3f3;
    }

        .checkboxFive label:after {
            content: '';
            opacity: 0.5;
            position: absolute;
            width: 5px;
            height: 2px;
            background: transparent;
            top: 5px;
            left: 3px;
            border: 2px solid #929292;
            border-top: none;
            border-right: none;
            transform: rotate(-45deg);
        }

        .checkboxFive label:hover::after {
            opacity: 0.5;
        }

    .checkboxFive input[type=checkbox]:checked + label:after {
        opacity: 1;
    }














/*
    Kendo Style Overrides
*/

.main-content {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
}

.kendo-window-content {
    width: 100%;
    height: 360px;
    overflow-x: hidden;
    overflow-y: auto;
}

.kendo-window-footer {
    background-color: #e5e5e5;
    width: 100%;
    padding: 20px 10px 20px;
    text-align: right;
}

div.k-window-content {
    padding: 0;
    overflow: hidden;
}

.grid .sortable-row {
    padding: 10px 0 10px 0;
}

    .grid .sortable-row .icon-holder a {
        color: #fff;
    }

        .grid .sortable-row .icon-holder a:hover {
            color: #ddd;
        }

    .grid .sortable-row:hover {
        background: #337ab7;
        color: #fff;
    }

.grid .grid-header {
    font-weight: bold;
    margin-bottom: 10px;
}

.kendoGrid tbody tr {
    height: 65px;
}

    .kendoGrid tbody tr .grid-row-commands {
        display: none;
    }

        .kendoGrid tbody tr .grid-row-commands a,
        .kendoGrid tbody tr .grid-row-commands button[type=button] {
            margin: 0 2px;
            background-color: #dddddd;
            color: #444444;
        }

    .kendoGrid tbody tr:hover {
        background: #eee;
    }

        .kendoGrid tbody tr:hover .grid-row-commands {
            display: inline-block;
        }

.kendoGrid div.k-header.k-grid-toolbar {
    padding: 0;
}

.kendoGrid div.k-grid-content > table tbody tr td[role=gridcell] {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.k-header.k-grid-toolbar {
    border-color: #fafafa !important;
    background-color: #fafafa !important;
}

.k-resize-handle-inner {
    width: 1px;
    height: 100%;
    background-color: #ccc;
}

.k-grid .k-header.k-grid-toolbar {
    visibility: hidden;
    height: 0;
    padding: 0;
    border: 0;
}

.k-grid-content {
    min-height: 200px !important;
}

    .k-grid-content .currentElement {
        background-color: #E2FEE5 !important;
        font-weight: bold;
    }

.k-widget .k-status,
.k-grid-norecords {
    background-color: rgba(0, 0, 0, 0.04) !important;
}

    .k-widget .k-status .k-grid-norecords-template,
    .k-grid-norecords .k-grid-norecords-template {
        background-color: rgba(0, 0, 0, 0);
        border: none;
        color: #555;
    }

.grid-header-toolbar {
    background-color: #fafafa;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    padding: 10px;
}

    .grid-header-toolbar .grid-filter {
        width: 40%;
    }

    .grid-header-toolbar .grid-button-group {
        float: right;
        margin-top: -3px;
    }

.k-block > .k-header,
.k-window-titlebar {
    padding-bottom: .7em !important;
}

.k-window-content {
    overflow: hidden !important;
}
