﻿/**************** JQ-GRID ********************/
.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
    white-space: normal !important;
}

/* sub grid header color */
.ui-jqgrid .ui-subgrid .ui-jqgrid-htable th.ui-th-column {
    /*color:White !important;
    background: #5897fb; */
    background: transparent url("themes/base/minified/images/ui-bg_glass_55_fbf9ee_1x400.png") repeat-x 50% 50%;
    margin: 0;
}

.ui-jqgrid tr.jqgrow td {
    white-space: normal !important;
    height: auto;
    vertical-align: middle;
    padding-top: 2px;
    padding-bottom: 2px;
}

.ui-jqgrid .ui-jqgrid-htable th div {
    height: auto;
    overflow: hidden;
    padding-right: 4px;
    padding-top: 2px;
    position: relative;
    vertical-align: text-top;
    white-space: normal !important;
}

#jqEventTills .ui-widget-content.jqgroup {
    /*background:none repeat-x scroll 50% 50% #eddbeb;*/
    background: transparent url("themes/base/minified/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png") repeat-x 50% 50%;
    margin: 0;
}
/*
.ui-jqgrid .ui-jqgrid-btable 
{
   table-layout: auto;
}
.ui-jqgrid .ui-jqgrid-htable
{
     table-layout: auto;
}
.ui-jqgrid .ui-jqgrid-ftable 
{	
	  table-layout: auto;
}
.ui-jqgrid .ui-subgrid table 
{
	 table-layout: auto;
}
*/
#applicationSettingsTabs .ui-widget-header, #tabs .ui-widget-header {
    background: url("themes/base/minified/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png") repeat-x scroll 50% 50% transparent;
    border: 1px solid #AAAAAA;
    color: #222222;
    font-weight: bold;
}

.ui-tabs-vertical .ui-widget-header {
    background-image: none !important;
    background-color: #7F91A9 !important;
}

th.ui-th-column, th.ui-th-column-header {
    font-weight: bold !important;
    color: #536987 !important;
}

    th.ui-th-column:hover, th.ui-th-column-header:hover {
        font-weight: bold !important;
    }

/***************JQuery-UI ********************/
.ui-tabs .ui-tabs-panel {
    padding: 1em 0;
}

.ui-widget {
    font-size: 11px !important;
}

.ui-state-highlight {
    border-bottom-color: #AAAAAA !important;
    border-left-color: #AAAAAA !important;
    border-right-color: #AAAAAA !important;
    border-top-color: #AAAAAA !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: url(../Content/themes/base/minified/images/ui-bg_glass_55_deeaf2_1x400.png) 50% 50% repeat-x;
}

.ui-widget-overlay {
    background-color: #666666 !important;
    background-image: none !important;
}

.ui-jqgrid tr.jqgroup {
    outline-style: none;
    color: #16427e;
}

button.cusomJqUIbutton, .cusomJqUIbutton.ui-state-focus {
    padding: 2px 10px 3px 10px;
    margin: 5px 3px 5px 3px !important;
    padding-top: 5px\9;
    color: #ffffff !important;
    font-size: 12px !important;
    font-family: Geneva, Arial, Helvetica, sans-serif !important;
    font-style: normal;
    font-weight: normal;
    background: #536987 url(../Content/images/btn_background.png) repeat-x 0px 0px;
    margin: 0;
    border-radius: 5px;
    border: none;
}

    button.cusomJqUIbutton:hover {
        color: #ffffff !important;
        cursor: pointer;
        background: #536987 url(../Content/images/btn_backgroundhover.png) repeat-x 0px 0px;
        margin: 0;
        opacity: 0.95;
        filter: alpha(opacity=95);
        border: none;
        margin: 5px 3px 5px 3px !important;
    }

/*li.ui-state-default.ui-corner-top.ui-tabs-selected.ui-state-active
{
    font-weight:bold !important;
    color:#536987 !important;
}*/
li.ui-state-default a {
    font-weight: bold !important;
    color: #536987 !important;
}
/***************JQuery Chosen ***************/
.chzn-container {
    font-size: 11px !important;
     /*display: block !important;*/
    padding-top: 1px;
}

    .chzn-container .chzn-results .highlighted {
        background-image: none !important;
        background-color: #eeeeee !important;
        color: #696969 !important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee', GradientType=0 );
    }

.chzn-container-active .chzn-single {
    border-color: #666666 !important;
}

.chzn-container-active .chzn-choices {
    border-color: #666666 !important;
}

.chzn-container-single .chzn-single {
    height: 27px !important;
}

#dashboardContainer .chzn-container
{
    vertical-align: middle;
}


/**********************MEGA MENU ****************************/
.megamenu_container {
    width: 99.5%;
    margin-left: 0px;
}

.megamenu .fullwidthBorder {
    /*position: absolute;
	width: 960px;
	padding:24px 0 10px 0;
	left:-9999em;
	top:44px;*/
    border: 1px solid whitesmoke;
    border-top: none;
    background: #whitesmoke;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.megamenu li .dropcontent {
    margin: 0 auto;
    position: absolute;
    left: -9999em;
    top: 44px; /* Places the drop down under the menu bar */
    z-index: 9998; /* For IE7 */
    padding: 6px 0 0px 0;
    text-align: left;
    border: 1px solid #1b1b1b;
    border-top: none;
    background: #536987;
    opacity: 0.90 !important;
    filter: alpha(opacity=90) !important;
    /* Rounded Corners */
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    box-shadow: 4px 4px 8px #333333;
}

.menu_blue .megamenu li .dropcontent a,
.menu_blue .megamenu li .fullwidth a {
    color: #ffffff;
}

    .menu_blue .megamenu li .dropcontent a:hover,
    .menu_blue .megamenu li .fullwidth a:hover {
        color: #ffffff;
        text-shadow: 1px 1px 1px #000000;
        filter: progid:DXImageTransform.Microsoft.Shadow(direction=135,strength=2,color=ff0000);
    }

.megamenu {
    list-style: none;
    z-index: 9999;
    padding: 0;
    margin: 0;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 1;
}

    .megamenu li {
        float: left;
        margin: 0 5px 0 0;
        border: none;
    }

        .megamenu li:hover, .active {
            background: #536987;
        }

        .megamenu li.noactive {
            background: none;
        }

        .megamenu li a {
            font-size: 12px;
            color: #FFFFFF;
            text-transform: uppercase;
            text-shadow: 0px 0px 0px #000000;
            outline: 0;
            font-weight: 500;
            text-decoration: none;
            display: block;
            padding: 16px 15px 16px 15px;
        }

        .megamenu li:hover a {
            color: #FFFFFF;
            text-shadow: 0px 0px 0px #000000;
        }

    .megamenu .red {
        border-left: none !important;
    }

/************** Coupons ****************/

.coupon-upload-btn-success {
    color: #fff;
    background: #536987 url(../Content/images/btn_background.png) repeat-x 0px 0px;
    font-size: 12px !important;
    font-family: Geneva, Arial, Helvetica, sans-serif !important;
    font-style: normal;
    font-weight: normal !important;
    border-radius: 5px;
    padding: 2px 10px 3px 10px;
    margin: 5px 3px 5px 3px !important;
}

.coupon-upload-btn {

    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    cursor: pointer;

}

input.couponFileUploader {
    height: 30px;
    cursor: pointer !important;
    position: absolute;
    z-index: 9999;
    opacity: 0.0;
    /* Standard: FF gt 1.5, Opera, Safari; */
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -khtml-opacity: 0.0;
    -moz-opacity: 0.0;
}

div.couponFileUploaderWrapper {
    overflow: hidden;
    position: relative;
    width: 80px;
    height: 28px;
    z-index:9998
}

.hiddenCouponImage {
    display:none;
}

.hiddenDropDownOption {
    display:none !important;
}
