html {
    height: 100%;
    background: #001111;
}

body {
    color: #444;
    height: 100%;
    min-width: 1024px;
    background-color: #001111;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0077cc), color-stop(100%, #001111));
    background-image: -webkit-linear-gradient(center top, #0077cc 0%, #001111 100%);
    background-image: -moz-linear-gradient(center top, #0077cc 0%, #001111 100%);
    background-image: -o-linear-gradient(center top, #0077cc 0%, #001111 100%);
    background-image: -ms-linear-gradient(center top, #0077cc 0%, #001111 100%);
    background-image: linear-gradient(center top, #0077cc 0%, #001111 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0077cc, endColorstr=#001111);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#0077cc', EndColorStr='#001111')"; /* IE8 */
}

a {
    color: #012c61;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

    button, a.button {
        padding: 7px 10px;
        margin-right: 10px;
        font-size: 13px;
        cursor: pointer;
        text-shadow: 0 -1px 0 #05101f;
        /*background-color: #9ad649;*/
         /*background-color: #0c2f5c;*/
          background-color:#0278b9;
        border: 1px solid #05101f;
        color: #fff;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0278b9), color-stop(100%, #0c2f5c));
        background-image: -webkit-linear-gradient(center top, #0278b9 0%, #0c2f5c 100%);
        background-image: -moz-linear-gradient(center top, #0278b9 0%, #0c2f5c 100%);
        background-image: -o-linear-gradient(center top, #0278b9 0%, #0c2f5c 100%);
        background-image: -ms-linear-gradient(center top, #0278b9 0%, #0c2f5c 100%);
        background-image: linear-gradient(center top, #0278b9 0%, #0c2f5c 100%);
        /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0278b9, endColorstr=#0c2f5c);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#0278b9', EndColorStr='#0c2f5c')";*/ /* IE8 */
        box-shadow: 0 1px 2px rgba(0,0,0,0.6);
    }

    a.button {
        color: #fff;
        text-decoration: none; /*margin-top:10px;*/
        display: block;
        float: left;
    }

.button.green {
    /*background-color: #9ad649;*/
    background-color: rgb(0,128,0);
    border: 1px solid #043304;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cfe64f), color-stop(100%, #008000));
    background-image: -webkit-linear-gradient(center top, #cfe64f 0%, #008000 100%);
    background-image: -moz-linear-gradient(center top, #cfe64f 0%, #008000 100%);
    background-image: -o-linear-gradient(center top, #cfe64f 0%, #008000 100%);
    background-image: -ms-linear-gradient(center top, #cfe64f 0%, #008000 100%);
    background-image: linear-gradient(center top, #cfe64f 0%, #008000 100%);
    filter:none;

    /* this is causing gradient in color filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cfe64f, endColorstr=#008000);*/
    /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#cfe64f', EndColorStr='#008000')";*/ /* IE8 */
}
/*.button.accept:before, .accept:before {content:'\2717'; font-family:'IconicFill'; font-size:18px; margin-right:10px;}*/
.button.red {
    background-color: #9ad649;
    border-color: #280303;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff0000), color-stop(100%, #930606));
    background-image: -webkit-linear-gradient(center top, #ff0000 0%, #930606 100%);
    background-image: -moz-linear-gradient(center top, #ff0000 0%, #930606 100%);
    background-image: -o-linear-gradient(center top, #ff0000 0%, #930606 100%);
    background-image: -ms-linear-gradient(center top, #ff0000 0%, #930606 100%);
    background-image: linear-gradient(center top, #ff0000 0%, #930606 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff0000, endColorstr=#930606);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff0000', EndColorStr='#930606')"; /* IE8 */
}
/*.button.reject:before, .reject:before {content:'\2713'; font-family:'IconicFill'; font-size:18px; margin-right:10px;}*/

button:disabled, a.button:disabled, button[disabled='disabled'], a.button[disabled='disabled'] {
    cursor: default;
    text-shadow: none;
    background-color: #cdcdcd;
    color: #666;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dfdfdf), color-stop(100%, #cdcdcd));
    background-image: -webkit-linear-gradient(#dfdfdf, #cdcdcd);
    background-image: -moz-linear-gradient(#dfdfdf, #cdcdcd);
    background-image: -o-linear-gradient(#dfdfdf, #cdcdcd);
    background-image: -ms-linear-gradient(#dfdfdf, #cdcdcd);
    background-image: linear-gradient(#dfdfdf, #cdcdcd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dfdfdf, endColorstr=#cdcdcd);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#dfdfdf', EndColorStr='#cdcdcd')"; /* IE8 */
    border: 1px solid #999;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

button.grey, a.button.grey {
    text-shadow: none;
    background-color: #cdcdcd;
    color: #000;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dfdfdf), color-stop(100%, #cdcdcd));
    background-image: -webkit-linear-gradient(#dfdfdf, #cdcdcd);
    background-image: -moz-linear-gradient(#dfdfdf, #cdcdcd);
    background-image: -o-linear-gradient(#dfdfdf, #cdcdcd);
    background-image: -ms-linear-gradient(#dfdfdf, #cdcdcd);
    background-image: linear-gradient(#dfdfdf, #cdcdcd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dfdfdf, endColorstr=#cdcdcd);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#dfdfdf', EndColorStr='#cdcdcd')"; /* IE8 */
    border: 1px solid #777;
    box-shadow: 0 1px 1px rgba(0,0,0,0.4);
    position: relative;
    z-index: 1;
}
/*.add:before {content:'\2795'; font-family:'IconicFill'; font-size:18px; margin-right:10px;}
.edit:before {content:'\e006'; font-family:'IconicFill'; font-size:18px; margin-right:10px;}
.view:before {content:'\e025'; font-family:'IconicFill'; font-size:18px; margin-right:10px;}
.delete:before {content:'\2714'; font-family:'IconicFill'; font-size:18px; margin-right:10px;}
.locked:before {content:'\e075'; font-family:'IconicFill'; font-size:18px; margin-right:10px;}
.unlocked:before {content:'\e076'; font-family:'IconicFill'; font-size:18px; margin-right:10px;}
.valid:before {content:'\2717'; font-family:'IconicFill'; font-size:18px; margin-right:10px;}
.denied:before {content:'\26d4'; font-family:'IconicFill'; font-size:18px; margin-right:10px;}
.reprocess:before {content:'\2935'; font-family:'IconicFill'; font-size:18px; margin-right:10px;}
.comments:before {content:'\e007'; font-family:'IconicFill'; font-size:18px; margin-right:10px;}*/
/*.comment {width:125px;}*/
.buttons {
    clear: both;
    padding: 5px 0;
    margin-bottom: 15px;
}

    .buttons.left {
        float: left;
        clear: none;
        display: none;
        margin-bottom: 5px;
        margin-top: 15px;
    }

    .buttons.right {
        float: right;
        clear: none;
        display: none;
        margin-bottom: 5px;
        margin-top: 15px;
    }

.positive, .negative {
    background-image: none;
}
/*.positive:before {content:'\2718'; font-family:'IconicFill'; font-size:18px; margin-right:10px;}
.negative:before {content:'\e009'; font-family:'IconicFill'; font-size:18px; margin-right:10px;}*/


fieldset { /*border:1px solid #002266;*/
    background-color: #dedede;
    padding: 0 10px 10px;
    margin-bottom: 5px;
    margin-top: -20px;
    clear: both;
}

    fieldset legend {
        color: #555;
        font-size: 17px;
        padding-top: 35px;
        margin-bottom: 0px;
        line-height: 40px;
    }

p {
    margin-bottom: 10px;
    display: block;
    clear: both;
    font-size: 12px;
    line-height: 16px;
}

    p label {
        display: inline-block;
        width: 170px;
        font-size: 13px;
        font-weight: bold;
    }

    p input {
    }

    p .info {
        font-size: 11px;
        margin-left: 10px;
        line-height: 22px;
    }

.error-msg {
    display: block;
    clear: both;
}

.validation-summary-errors {
    margin-bottom: 10px;
}

p.error label, .error-msg {
    color: #990000;
    font-style: italic;
}

p.error input {
    border: 1px solid #990000;
    color: #990000;
}

p.error .info:before {
    content: '\2713';
    font-family: 'IconicFill';
    font-size: 18px;
    margin-right: 10px;
    color: #900;
}

p.valid label {
}

p.valid input {
    border: 1px solid #080;
}

p.valid .info:before {
    content: '\2717';
    font-family: 'IconicFill';
    font-size: 18px;
    margin-right: 10px;
    color: #080;
}

input[type='text'], input[type='password'] {
    height: 22px;
    line-height: 20px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #444;
    box-shadow: inset 1px 1px 1px #333;
    padding: 3px;
    min-width: 200px;
}


/*nishi :: Commented  this to resolve checkbox style issue.
checkbox had framelike border*/
input[type='checkbox'] {
    /*height: 22px;*/
    height: 24px;
    line-height: 20px;
    /*nishi :: border: 1px solid #ccc;
    background-color: #fff;*/
    color: #444;
    /* nishi:: box-shadow: inset 1px 1px 1px #333;*/
    padding: 1px;
}
/*nishi :: use this for checkbox issue input[type='checkbox'] {height:13px; line-height:20px; border:none; background-color:#fff; color:#444; box-shadow:none; padding:0px;}*/
textarea {
    height: 75px;
    line-height: 20px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #444;
    box-shadow: inset 1px 1px 1px #333;
    padding: 3px;
    min-width: 300px;
    resize: none;
}

#RememberMe {
    float: left;
    margin-left: 175px;
    height: 14px;
}

.login {
    margin-left: 175px;
}

.scroll-pane {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

#logo {
    background: transparent url(images/starr_logo.jpg) no-repeat top left;
    padding-left: 165px;
    height: 67px;
    float: left;
}

    #logo h2 {
        font-weight: normal;
        color: #012c61;
        padding-top: 25px;
        font-family: "Franklin Gothic";
        font-size: 20pt;
    }


#header-wrapper {
    background-color: #fff;
    min-height: 90px;
    padding: 0 30px 30px;
    color: #444;
    box-shadow: 0 2px 3px #000;
}

#header {
}

#content-wrapper {
    padding: 0 20px 20px;
    margin-bottom: 5px;
}

#content {
    background-color: #fff;
    min-height: 500px;
    box-shadow: 0 2px 2px #000;
    position: relative;
    margin-top: -40px;
}

#footer-wrapper {
    background-color: #333;
    min-height: 60px;
    color: #fff;
    box-shadow: inset 0 2px 3px #000;
    position: relative;
    bottom: 0;
    width: 100%;
}

#footer {
    margin-left: 50px;
    padding-top: 10px;
}

#page-title {
    padding-top: 10px;
    padding-bottom:10px;
    padding-left: 20px;
    padding-right:20px;
    height: 22px;
    box-shadow: 0 2px 2px #000;
    background-color: #002457;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #005d99), color-stop(100%, #002457));
    background-image: -webkit-linear-gradient(center top, #005d99 0%, #002457 100%);
    background-image: -moz-linear-gradient(center top, #07c 0%, #002457 100%);
    background-image: -o-linear-gradient(center top, #005d99 0%, #002457 100%);
    background-image: -ms-linear-gradient(center top, #005d99 0%, #002457 100%);
    background-image: linear-gradient(center top, #005d99 0%, #002457 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#005d99, endColorstr=#002457);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#005d99', EndColorStr='#002457')"; /* IE8 */
    /*background-color:#116cb2;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #99ccf4), color-stop(100%, #116cb2));
    background-image: -webkit-linear-gradient(center top , #99ccf4 0%, #116cb2 100%);
    background-image: -moz-linear-gradient(center top , #99ccf4 0%, #116cb2 100%);
    background-image: -o-linear-gradient(center top , #99ccf4 0%, #116cb2 100%);
    background-image: -ms-linear-gradient(center top , #99ccf4 0%, #116cb2 100%);
    background-image: linear-gradient(center top , #99ccf4 0%, #116cb2 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ccf4, endColorstr=#116cb2);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#99ccf4', EndColorStr='#116cb2')"; /* IE8 */
}

    #page-title h1 {
        float: left;
        color: #fff;
        font-size: 22px;
        text-shadow: -1px -2px 0 #000;
    }

        #page-title h1 a {
            color: #fff;
            text-decoration: none;
        }

    #page-title .buttons {
        float: right;
    }

    #page-title button {
        padding: 0px 10px;
    }

#page-content {
    padding: 20px;
}

#menupage-content {
    padding: 0px;
}

#nav {
    float: right;
    margin-right: 6%;
    margin-top: 20px;
    width: 50%;
    min-width: 400px;
}

    #nav ul {
        list-style: none;
        position: relative;
        float: right;
    }

    #nav li {
        float: left;
        padding: 10px;
        font-size: 16px;
    }

        #nav li a {
            color: #012c61;
            padding: 10px;
            text-decoration: none;
        }

        #nav li:hover {
            background-color: rgba(0,0,0,0.3);
            background-color: #aaa\9; /* IE8 and below */
        }

            #nav li:hover a {
            }

    #nav ul .drop {
        display: none;
        position: absolute;
        background-color: #aaa;
        z-index: 1000;
        padding: 0;
        margin-left: -10px;
        margin-top: 8px;
        /*IE style adjustments*/
    }

        #nav ul .drop li {
            display: block;
            clear: both;
            width: 200px;
        }

            #nav ul .drop li a {
                color: #fff;
                font-size: 14px;
            }

    #nav li:hover .drop {
        display: block;
    }

#container {
    min-height: 100%;
    position: relative;
}

.tabs {
    position: relative;
    z-index: 100;
}

    .tabs ul {
        list-style: none;
    }

        .tabs ul li {
            float: left;
            padding: 5px 10px;
            margin-left: 5px;
            border: 1px solid #444;
            background-color: #cdcdcd;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dfdfdf), color-stop(100%, #cdcdcd));
            background-image: -webkit-linear-gradient(#dfdfdf, #cdcdcd);
            background-image: -moz-linear-gradient(#dfdfdf, #cdcdcd);
            background-image: -o-linear-gradient(#dfdfdf, #cdcdcd);
            background-image: -ms-linear-gradient(#dfdfdf, #cdcdcd);
            background-image: linear-gradient(#dfdfdf, #cdcdcd);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dfdfdf, endColorstr=#cdcdcd);
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#dfdfdf', EndColorStr='#cdcdcd')"; /* IE8 */
            border: 1px solid #777;
        }

            .tabs ul li.selected {
                background: #fff;
                border-bottom-color: #fff;
                filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
                -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled = 'false')";
            }

            .tabs ul li a {
                text-decoration: none;
                color: #012c61;
                font-size: 13px;
            }

.tab-content {
    border: 1px solid #444;
    position: relative;
    margin-top: -1px;
    background-color: #fff;
    padding: 5px;
    min-height: 500px;
}


.data-table {
}

    .data-table tr {
    }

        .data-table tr th {
            padding: 3px;
            font-size: 13px;
            background-color: #cdcdcd;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dfdfdf), color-stop(100%, #cdcdcd));
            background-image: -webkit-linear-gradient(#dfdfdf, #cdcdcd);
            background-image: -moz-linear-gradient(#dfdfdf, #cdcdcd);
            background-image: -o-linear-gradient(#dfdfdf, #cdcdcd);
            background-image: -ms-linear-gradient(#dfdfdf, #cdcdcd);
            background-image: linear-gradient(#dfdfdf, #cdcdcd);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dfdfdf, endColorstr=#cdcdcd);
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#dfdfdf', EndColorStr='#cdcdcd')"; /* IE8 */
            border: 1px solid #aaa;
        }

        .data-table tr td {
            border: 1px solid #aaa;
            padding: 3px;
            font-size: 12px;
        }

        .data-table tr:nth-child(even) td {
            background-color: #dedede;
        }

        .data-table tr:nth-child(odd) td {
            background-color: #fff;
        }

.pagination {
    font-size: 11px;
    margin-top: 15px;
}

    .pagination span {
        float: left;
    }

    .pagination ul {
        list-style: none;
    }

        .pagination ul li {
            float: left;
            margin: 0 3px;
            border: 1px solid #aaa;
            padding: 3px 5px;
        }

    .pagination .page_no {
        margin-top: 5px;
        margin-right: 15px;
    }

#page-size {
    margin-left: 15px;
    float: left;
    display: block;
}

#Roles, #RolesList {
    width: 300px;
}

#available-roles {
}

    #available-roles label, #granted-roles label {
        float: left;
        display: block;
        margin-bottom: 10px;
        font-weight: bold;
    }

    #available-roles select, #granted-roles select {
        clear: both;
        width: 300px;
        display: block;
        float: left;
    }

#granted-roles {
}

#grant-controls button {
    margin-bottom: 20px;
}
/*#grant-button:after {content:'\2192'; font-family:'IconicFill'; font-size:18px; margin-left:10px;}
#revoke-button:before {content:'\2190'; font-family:'IconicFill'; font-size:18px; margin-right:10px;}*/
#username-to-grant-roles {
    background: none;
    color: #012c61;
    border: none;
}

fieldset.subset {
    border: 1px solid #444;
    margin-top: 20px;
}

    fieldset.subset legend {
        margin-top: 0;
        padding-top: 0;
        font-size: 14px;
    }

.role-list {
    list-style: bullet inside;
}

    .role-list li {
        margin: 5px 0;
    }

.status-table {
}

    .status-table td {
        padding: 5px 10px;
        vertical-align: middle;
        line-height: 30px;
    }

        .status-table td label {
            font-weight: bold;
        }

.button.small {
    padding: 1px 5px;
    line-height: 18px;
}

.my-highlight {
    background-color: yellow;
}

.errors-header {
    background-color: #CCD8E3;
}

.issue-red {
    border: thin;
    border-color: red;
    border-width: 1px;
}

.ui-jqgrid .frozen-bdiv, .ui-jqgrid .frozen-div {
    overflow: hidden;
}

.red {
    background-image: url('../../images/starr/red-dot.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.yellow {
    background-image: url('../../images/starr/yellow-dot.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.green {
    /*background-image: url('../../images/starr/green-dot.png');*/
    background-repeat: no-repeat;
    background-position: center center;
}

.blue {
    background-image: url('../../images/starr/blue-dot.png');
    background-repeat: no-repeat;
    background-position: center center;
}

#feedSelect {
    width: 300px;
}

.buttons.left a.button,
.buttons.left button,
.buttons.right a.button,
.buttons.right .button {
}

.user-info {
    float: left;
    margin-right: 22%;
    font-size: 16px;
    padding: 10px;
}

#divColumnChooser, #divTotalCoun {
    float: left;
    font-size: 13px;
}

.ui-paging-info {
    float: right;
    font-size: 13px;
    padding-right: 15px;
}

.cell-error {
    border: 2px solid #ff0000!important;
}

.cell-warn {
    border: 2px solid yellow!important;
}

.cell-ok {
    border: 2px solid #00ff00!important;
}

.cell-blue {
    border: 2px solid blue!important;
}

.comment:after {
    content: '\e05e';
    font-family: 'IconicFill';
    font-size: 18px;
    vertical-align: top;
    text-align: left;
    padding-right: 40px;
}

.ui-jqgrid tr.jqgrow td {
    height: 20px !important;
    line-height: 20px !important;
    /*padding: 0 3px;*/
    vertical-align: middle;
    padding: 0 6px;
}

.ui-jqgrid .ui-jqgrid-htable .ui-jqgrid-labels th {
    height: 20px;
    line-height: 22px;
    /*padding: 0 3px;*/
    vertical-align: middle;
    font-weight: bold;
    color: #444;
    padding-left: 2px;
    padding-right: 2px;
}

.ui-jqgrid .ui-jqgrid-btable tr {
    height: 26px;
    line-height: 26px;
}

.ui-jqgrid tr.ui-search-toolbar th {
    height: 22px;
    line-height: 22px;
    /*padding: 0 3px;*/
    vertical-align: middle;
    font-weight: bold;
    color: #444;
}

.ui-widget-content jqgrow ui-row-ltr td {
    /*padding:3px;*/
    height: 22px;
    line-height: 25px;
}

.edit-cell input[type="text"] {
    width: 100%;
    height: 17px;
}

.ui-jqgrid input[type="checkbox"] {
    height: 12px;
}

.ui-jqgrid input[type="text"] {
    min-width: 100%;
    height: 12px;
}

.ui-jqgrid tr.ui-search-toolbar input[type="text"] {
    min-width: 100%;
    height: 18px;
    padding-left: 20px;
}

.link-lookalike {
    background: none;
    border: none;
    color: black;
    cursor: pointer;
}

.link-lookalike2 {
    border-style: none;
    border-width: medium;
    border-color: inherit;
    background: none;
    color: black;
    cursor: pointer;
    text-decoration: underline;
    margin-left: 15px;
    font-size: 12px;
}


.ui-jqgrid input[type="text"] {
    height: 12px;
    min-width: 33%;
}

.global-select {
    float: RIGHT;
    /*margin-left: 200px;*/
     /*margin-left:  -150px;*/
    /*margin-top:-50px;*/
    /*width: 350px;*/
}

#jqgGrid_toppager_left {
    width: 100px;
    padding-left: 20px;
}

#jqgGrid_toppager_right {
    width: 20%;
}

.opacity-50 {
    color: #000;
    opacity: 0.5;
    overflow: hidden;
    text-align: center;
}

.ui-state-hoover {
    float: left;
    margin-left: 200px;
    width: 350px;
}

.ui-filtertoolbar-highlight {
    background-color: #012c61;
}
