﻿.divHeight5 {
    height: 5px;
}

.divHeight10 {
    height: 10px;
}

.divHeight20 {
    height: 20px;
}

.divHeight25 {
    height: 25px;
}

.divHeight30 {
    height: 30px;
}

.divHeight40 {
    height: 40px;
}

.divHeight50 {
    height: 50px;
}

.divHeight60 {
    height: 60px;
}

.divHeight70 {
    height: 70px;
}

.ButtonAsLink {
    background: none !important;
    background-color: transparent !important;
    border: none !important;
    color: darkblue !important;
    cursor: pointer !important;
    height: auto !important;
    padding: 0px !important;
    text-shadow: none !important;
    -webkit-box-shadow: 0 0px 0 transparent !important;
    -moz-box-shadow: 0 0px 0 transparent !important;
    box-shadow: 0 0px 0 transparent !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    text-decoration: underline !important;
}

    .ButtonAsLink:disabled {
        color: lightgray !important;
        cursor: text !important;
        height: auto !important;
        text-decoration: none !important;
    }

.ui-timepicker {
    font-size: 8px;
}

.imgIcon {
    height: 20px;
    width: 20px;
}

.printIcon {
    height: 25px;
    width: 80px;
}

input[type=radio] + label {
    position: relative;
    top: -2px;
    margin-left: 5px;
}

input[type="checkbox"] + label {
    margin-left: 5px;
}

/*.ButtonAsLink {
    background: none !important;
    background-color: transparent !important;
    border: none !important;
    color: darkblue !important;
    cursor: pointer !important;
    height: auto !important;
    font-weight: 100 !important;
    padding: 0px !important;
    text-shadow: none !important;
    -webkit-box-shadow: 0 0px 0 transparent !important;
    -moz-box-shadow: 0 0px 0 transparent !important;
    box-shadow: 0 0px 0 transparent !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    text-decoration: underline !important;
}*/

.alignCenterImp {
    text-align: center !important;
    /*width:100px !important;*/
}

.emp_table a {
    color: white !important;
}


ul {
    padding: 0px;
    list-style: none;
    /*background: #f2f2f2;*/
}

    ul li {
        display: inline-block;
        position: relative;
        /*line-height: 21px;*/
        text-align: left;
    }

        ul li a {
            display: block;
            padding: 8px 3px;
            /*color: #333;*/
            text-decoration: none;
        }

            ul li a:hover {
                /*color: #fff;
        background: #939393;*/
            }

        ul li ul.dropdown {
            /*min-width: 125px;*/ /* Set width of the dropdown */
            /*background: orange;*/
            color: white;
            display: none;
            position: absolute;
            z-index: 999;
            left: 0;
        }

        ul li:hover ul.dropdown {
            display: block; /* Display the dropdown */
        }

        ul li ul.dropdown li {
            display: block;
        }

.sortAsc {
    content: url('../images/sort_asc.png');
    margin-left: 6px;
    margin-top: -4px;
    height: 7px;
    width: 7px;
}

.sortDesc {
    content: url('../images/sort_desc.png');
    margin-left: 6px;
    margin-top: -4px;
    height: 7px;
    width: 7px;
}

input:disabled, select:disabled, textarea:disabled {
    color: gray !important;
}

.trSpace6 td {
    padding-top: 6px;
    padding-bottom: 6px;
}

.control-label-1 {
    text-align: left !important;
    margin-left: -30px;
    display: block;
}

.tm_topEmptySpace {
    height: 25px;
}

.cms_header {
    margin: 0px auto !important;
    left: 0;
    right: 0;
    position: fixed;
    top: 0px;
    width: 1000px;
    z-index: 1;
}

.cms_lbl_header {
    font-size: 15px;
    text-align: center !important;
    /*width: 100% !important;*/
}

.tm_header {
    margin: 0px auto !important;
    left: 0;
    right: 0;
    position: fixed;
    top: 45px;
    width: 1100px;
    z-index: 1;
}

.tm_lbl_header {
    font-size: 15px;
    text-align: center !important;
    /*width: 100% !important;*/
}

/* table scroll */

table.scroll {
    /* width: 100%; */ /* Optional */
    /* border-collapse: collapse; */
    border-spacing: 0;
    /*border: 2px solid black;*/
}

    table.scroll tbody,
    table.scroll thead {
        display: block;
    }

        table.scroll thead tr th {
            /*height: 30px;
                    line-height: 30px;*/
            /* text-align: left; */
        }

    table.scroll tbody {
        max-height: 350px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    table.scroll tbody {
        /*border-top: 2px solid black;*/
    }

        table.scroll tbody td, table.scroll thead th {
            /* width: 20%; */ /* Optional */
            /*border-right: 1px solid black;*/
            /* white-space: nowrap; */
        }

            table.scroll tbody td:last-child, table.scroll thead th:last-child {
                /*border-right: none;*/
            }

/* Table scroll end */

.pageFooter table {
    /*text-align:center !important;*/
    /*margin: 0px auto !important;*/
    float: right;
    /*border:none !important;
            
            left:0;right:0;*/
}

.pageFooter td {
    border: none !important;
    /*text-align:center !important;
            
            margin:0px auto !important;*/
    /*left:0;right:0;*/
}

    .pageFooter td a {
        color: blue !important;
    }
