body {
    padding-bottom: 40px;
}

form.well .form-actions {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

form.well legend {
    margin-bottom: 0px;
}

 .pagination-info {
     line-height: 40px;
 }
 .pagination-info select {
     margin: 0;
 }

 .btn-xsmall {
    font-size: 10px;
    line-height: 10px;
    padding: 0px 1px;
 }

 .btn-xsmall .caret {
     margin-top: 3px;
 }

 footer {
     margin-top: 30px;
 }

 form div.required label {
     font-weight: bold;
 }

 form div.required label:after {
     padding-left: 3px;
     color: #e32;
     content: "*";
     display: inline;
 }

 .table-sortable tr th.sortable {
     padding-right: 19px;
     position: relative;
 }

 .table-sortable tr th .sort {
     right: -14px;
     bottom: 0;
     float: right;
     display: block;
 }

 table.table input, table.table select  {
     margin-bottom: 0px;
 }

table table.nested-table-no-styles {
    margin-bottom: 0px;
}

table table.nested-table-no-styles td {
    border: none;
}

ul.tree li {
    list-style-type: none;
}

table input[readonly] {
    cursor: pointer;
}

span.bigger {
    font-weight:bold;
}

.text-right {
    text-align: right;
}

.irt-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    text-align: center;
    text-indent: -3333px;
    vertical-align: middle;
    border-color: transparent;
}

.irt-i-excel {
    background-image: url(../Img/Excel-icon.gif);
    background-size: 20px 20px;
    background-repeat: no-repeat;
}

.irt-i-pdf {
    background-image: url(../Img/pdf.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
}

.k-button-icontext .irt-icon {
    margin-top: 1px;margin-bottom: 1px;
    vertical-align: text-top;
}


span.like-input {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
    vertical-align: middle;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-radius: 4px 4px 4px 4px;
    color: #555555;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 6px;
    vertical-align: middle;
    font-family: 'Open Sans';

        background-color: #EEEEEE;
    cursor: not-allowed;


    /* width is equal to span2 of input */
    width: 156px;
}

.btn-li {
    margin-bottom: 10px;
}

div.select2InputWithSpan {
    margin-left: 0;
}

.k-edit-cell .select2 {
    border: none !important;
}

tr.k-grid-edit-row input.k-text-value {
    display: inline-block;
    border-radius: 3px 3px 3px 3px;
    height: 1.65em;
    line-height: 1.65em;
    margin: 0;
    padding: 0.178em 0;
    text-indent: 4px;

    vertical-align: top;
    width: 100%;
}


.text-center {
    text-align: center;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.subnavbar .container > a  {
    display: table-cell;
    float: none;
    min-width: 213px;
    position: relative;
    border-right: none;
}
.subnavbar .container div.pull-right  {
    width: 150px;
    margin-left: 7px;
    margin-top: 5px;
    height: 75px;
}
.outer-container {
    display: table-cell;
    width: 100%;
}
.subnavbar .container > li  {
        display: inline;
        float: none;
}
.subnavbar .container > ul > li  {
    display: inline-block;
    float: none;
}
 
.subnavbar .container > ul {   
    white-space: nowrap;
    float: none;
    display: table-cell;
    font-size: 0;
}

.subnavbar .container > ul > li .nav-text  {
    height: 80px;
}
.subnavbar .container > ul > li.brand-divider {
   min-width: 0px;
   max-width: 0px;
}
.subnavbar .container > .outer-container .pull-right {
    margin: 0 10px;
    padding-top: 5px;
}

.padding-top-small {
    padding-top: 7px;
}




/* ----- Custom Kendo Popup Editor styles ----- */

.k-window {
    width: auto;
    max-width: 650px;
}

.k-edit-form-container {
    margin-right: 20px;
    width: auto;
    white-space: nowrap;
}

    .k-edit-form-container .custom-layout-popup-form .editor-field {
        display: inline;
        margin-right: 5px;
    }

    .k-edit-form-container .custom-layout-popup-form .editor-label {
        width: 150px;
        white-space: nowrap;
    }


    .k-edit-form-container .custom-layout-popup-form .alert-error {
        white-space: normal;
    }


.k-dropzone {
    padding: 0;
}
.k-dropzone em {
    display: none;
}

.k-loading-mask {
    z-index: 100100;
}

label.required:after {
    content: " *";
    color: red;
}

.help-links ul li {
    list-style: none;
}

.subnavbar {
    -moz-min-width: 1260px;
    -ms-min-width: 1260px;
    -o-min-width: 1260px;
    -webkit-min-width: 1260px;
    min-width: 1260px;
}

.k-callout-n {
left: 20px;
}