﻿ 

@import url("/Content/jquery_ui/jquery.ui.theme.css");
@import url("/Content/jquery_ui/jquery.ui.core.css");

@import url("/Content/jquery_ui/jquery.ui.resizable.css");

@import url("/Scripts/jquery.jqGrid-5.3.1/css/jquery-ui.css");

@import url("/Scripts/jquery.jqGrid-5.3.1/css/trirand/ui.jqgrid.css");

 

 
        .ui-pg-input {
            color: black !important;
        }

        #input_t_JqGrid_toppager {
            color: black !important;
        }

        .ui-pg-input {
            color: black !important;
        }

        .ui-pg-selbox {
            color: black !important;
        }

        .ui-pg-button {
            color: black !important;
        }

        .ui-jqgrid tr.ui-row-ltr td {
            border-right-color: transparent !important;
        }

        .ui-jqgrid tr.ui-row-ltr td {
            border-bottom-color: transparent !important;
        }
        /*.ui-jqgrid { border-width: 0px; }*/
        .ui-jqgrid {
            border-right-width: 0px !important;
            border-left-width: 0px !important;
        }



            /*.ui-jqgrid-bdiv {
                overflow: hidden !important;
            }*/




            .ui-jqgrid .ui-jqgrid-view {
                font-size: 13px !important;
                font-family: 'Open Sans' !important;
            }



        .myAltRowClassEven {
            background: #f8fafa !important;
        }

        .myAltRowClassOdd {
            background: white !important;
        }

        .ui-state-hover.myAltRowClassEven {
            background: #e9edef !important;
            /*color: RoyalBlue !important;*/
        }




        .ui-state-hover.myAltRowClassOdd {
            background: #e9edef !important;
            /*color: RoyalBlue !important;*/
        }
        /*.ui-state-highlight.myAltRowClassEven { color: PaleGreen!important; }
            .ui-state-highlight.myAltRowClassOdd { color: Sienna!important; }*/


        .ui-state-highlight.myAltRowClassEven {
            background: #e9edef !important;
        }

        .ui-state-highlight.myAltRowClassOdd {
            background: #e9edef !important;
        }



        .myGridClass .ui-pg-table {
            font-size: 13px;
            color: black !important;
            padding-bottom: 30px !important;
        }

        .myGridClass .ui-jqgrid .ui-jqgrid-toppager {
            height: 43px !important;
            padding-bottom: 60px !important;
        }

        .myGridClass .ui-pager-control {
            height: 43px !important;
        }

        .myGridClass .ui-pg-table {
            height: 43px !important;
        }



        .myGridClass .ui-pg-selbox {
            width: 100% !important;
            font-size: 13px !important;
            height: 28px !important;
        }

        .myGridClass .ui-pg-input {
            font-size: 13px !important;
            height: 22px !important;
        }

        .myGridClass .ui-state-default, .myGridClass .ui-widget-content .ui-state-default, .myGridClass .ui-widget-header .ui-state-default .ui-widget-header {
            border: none !important;
        }

        .myGridClass .ui-widget-content {
            border: none !important;
        }




        /*ύψος γραμμής*/
        .ui-jqgrid tr.jqgrow td {
            height: 40px !important;
        }


        .myGridClass .size-big {
            font-size: 20px;
            padding-left: -0px;
            padding-right: 10px;
        }


        .myGridClass th.ui-th-column {
            border-right-color: transparent !important;
            color: #a7b3b9 !important;
            font-weight: 600 !important;
            text-align: left !important;
            font-size: 12px !important;
            padding-left: 15px !important;
        }


            .myGridClass th.ui-th-column div {
                word-wrap: break-word; /* IE 5.5+ and CSS3 */
                white-space: pre-wrap; /* CSS3 */
                white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
                white-space: -pre-wrap; /* Opera 4-6 */
                white-space: -o-pre-wrap; /* Opera 7 */
                overflow: hidden;
                height: auto !important;
            }


        .myGridClass .ui-widget-content {
            border-left-color: transparent !important;
            border-left-width: 0px;
        }

        .myGridClass .ui-widget {
            border: 0px;
            background: none;
        }

        .myGridClass .ui-state-default {
            background: none !important;
        }


        .myGridClassScrollX {
            overflow-x: scroll;
            overflow-y: hidden;
        }


        .myGridClass .ui-separator {
            display: none !important;
        }

        .myGridClass .ui-pg-input {
            border: none;
            width: 20px;
        }


        /*.ui-icon { width: 16px!important; height: 16px!important;
                }

    .ui-icon-seek-first { background-position: -80px -160px!important; }
    .ui-icon-seek-end { background-position: -64px -160px!important; }
    .ui-icon-seek-prev { background-position: -48px -160px!important; }
    .ui-icon-seek-next { background-position: -32px -160px!important; }*/

        .grid-col {
            padding-left: 15px !important;
            padding-top: 15px !important;
            padding-bottom: 5px !important;
        }

        .grid-col-light {
            color: #999b9b;
            text-align: left;
            font-size: 11px;
        }

        .warpCell {
            word-wrap: break-word !important; /* IE 5.5+ and CSS3 */
            white-space: pre-wrap !important; /* CSS3 */
            white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
            white-space: -pre-wrap !important; /* Opera 4-6 */
            white-space: -o-pre-wrap !important; /* Opera 7 */
            overflow: hidden !important;
            height: auto !important;
            vertical-align: middle !important;
            padding-top: 3px !important;
            padding-bottom: 3px !important
        }

        .ui-jqgrid-table-striped > tbody > tr:nth-of-type(odd) {
            opacity: 1 !important;
        }
