﻿html,
body {
    border: 0px;
    margin: 0px;
    font: 10px Arial;
}

.searchText {
    border: 1px solid #0094ff;
    height: 20px;
    font: 10px Arial;
    width: 180px;
    border-radius: 3px;
}

.searchBut {
    border: 1px solid #999;
    height: 24px;
    font: 10px Arial;
    width: 55px;
    border-radius: 3px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc', endColorstr='#999'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #ccc, #999); /* for firefox 3.6+ */
    color: #fff;
    font-weight: bold;
}

.gv {
    width: 100%;
    max-width: 1000px;
    border: 0 !important;
}

    .gv th {
        font: 10px Arial;
        font-weight: bold;
        height: 25px;
        background: #999; /* for non-css3 browsers */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#999999'); /* for IE */
        background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999)); /* for webkit browsers */
        background: -moz-linear-gradient(top, #ccc, #999); /* for firefox 3.6+ */
        border: 0;
        text-align: left;
    }

        .gv th:first-child {
            border-radius: 5px 0 0 5px;
            padding-left: 10px;
        }

        .gv th:last-child {
            border-radius: 0 5px 5px 0;
        }

    .gv tr:nth-child(2n+1) {
        background-color: #f3f1f1;
    }

    .gv td {
        font: 10px Arial;
        height: 20px;
        border: 0;
        text-align: left;
    }

    .gv td:first-child {
            padding-left: 10px;
        }

.heading {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
    color: #5b1717;
}

.icons ul {
    float: left;
    padding: 2px 0px 1px 0px;
    list-style: none;
    margin: 0px;
    width: 500px;
    background-color: #e8e6e6;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #000000;
    border-right-style: solid;
    border-right-width: 1px;
    overflow: hidden;
}

    .icons ul li {
        padding: 0px 3px 0px 3px;
        float: left;
        height: 25px;
        overflow: hidden;
    }

select {
    cursor: default;
}

input {
    cursor: default;
}

.cImage {
    cursor: pointer;
    color: #1f4870;
}

.cbdropdownlist {
    background-color: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .cbdropdownlist li {
        margin: 0;
        font-size: 10px;
        text-transform: lowercase;
    }

.cbOuterDiv {
    width: 174px;
    height: 20px;
    position: relative;
    border: solid 1px #0094ff;
    text-align: left;
    float: left;
    border-radius: 3px;
    background-color: #fff;
    padding-left: 4px;
}

    .cbOuterDiv a {
        text-decoration: none;
        font-size: 9px;
        color: #000;
        display: block;
        width: 100%;
        height: 100%;
        line-height: 22px;
    }

.cbInnerDiv {
    position: absolute;
    top: 21px;
    left: 0;
    width: 190px;
    height: 100px;
    overflow-y: scroll;
    display: none;
    border: solid 1px #808080;
    text-align: left;
    display: none;
    z-index: 9999;
    background-color: #fff;
}

.numberbox {
    padding-left: 5px;
    width: 99%;
    height: 25px;
    border: 1px solid gray;
    border-radius: 5px;
}

.row {
    margin-bottom: 5px;
}

    .row::after {
        display: table;
        content: " ";
        clear: both;
    }

.column {
    float: left;
    width: 50%;
}


.grid {
    border-collapse: collapse;
    border: 1px solid #808080;
    width: 100%;
    max-width: 1000px;
}


    .grid td {
        padding: 2px;
        border-bottom: 1px solid #adadad;
        height: 25px;
        max-width: 300px;
    }


    .grid th {
        padding: 2px;
        height: 25px;
        text-align: left;
        background: #999; /* for non-css3 browsers */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#999999'); /* for IE */
        background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999)); /* for webkit browsers */
        background: -moz-linear-gradient(top, #ccc, #999); /* for firefox 3.6+ */
        font-size: 12px;
        width: 10%;
    }

.close {
    position: absolute;
    top: -8px;
    right: -8px;
}

.reportbutton {
    display: block;
    width: 100px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #1D76AB;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    background-color: #62b0de;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62b0de', endColorstr='#1D76AB'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#62b0de), to(#1D76AB)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #62b0de, #1D76AB); /* for firefox 3.6+ */
}

.reportcontent {
    width: 1000px;
    margin: auto;
}

.reportsection {
}

.reportsectionheading {
    font-size: 14px;
    font-weight: bold;
    color: #1D76AB;
}

.reportheadersection {
    background-color: #ccc;
    border-radius: 8px;
    padding: 15px;
}

.reportheading {
    font-size: 22px;
    color: #1D76AB;
    font-weight: bold;
}

.reporttable {
    width: 100%;
}

    .reporttable tr td {
        height: 20px;
    }

    .reporttable tr td:first-child {
        font-weight: bold;
        width: 200px;
    }



.GridViewHead th {
    font-weight: bold;
    background-color: #215a8a;
    color: #ffffff;
    height: 30px;
}

.GridviewFooter td {
    font-weight: bold;
    background-color: #ececec;
    color: #000000;
    height: 30px;
}

.GridViewItem td {
    height: 25px;
}

.hr{
    height: 1px;
    color: #256f96;
    background-color: #256f96;
    border: none;
}

.contextMenu
{

}

.contextMenu div
{
    padding:0 !important;
}

.contextMenu div a{
    display: block;
    width: 100%;
    height: 22px;
    line-height: 22px;
    border: solid 1px gray;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
    margin-bottom: 3px;
 
    border: 1px solid #999;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc', endColorstr='#999'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #ccc, #999); /* for firefox 3.6+ */
    color: #fff;
}
 
.form input[type="text"],input[type="number"],input[type="email"],select{
    font-size:11px;
    height: 25px;
    line-height: 25px;
    border-radius: 5px;
    border: 1px solid #a99d9d;
}

        .ui-sortable-handle td:last-child
        {
            background: url(../images/icon_drag.png) no-repeat;
            background-position: right;
        }

.ui-dialog .ui-dialog-titlebar-close span{
    margin:-8px;
}

.limg{
    max-height: 20px;
    max-width: 20px;
}

.ul{
    list-style: none;
    padding:0;
    margin:0;

}
.ul a{
    display:block;
    padding:5px;
    border: 1px solid #e9e3e3;
    height:20px;
    width:150px;
    text-align: center;
    text-decoration: none;
    margin:auto;
}

.ul a:hover{
    background-color: #f8f0f0;
}