/* body */
body {
    margin: 0px 0px 0px 0px;
}

TD {
    font-family: Tahoma,Verdana,Arial,Helvetica,Sans-Serif;
    font-size: 11px;
}

/* Round fieldset corners */
fieldset {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px #E5E5E5 solid;
}

span.cellWithoutBackground {
    display: block;
    background-image: none;
    margin-right: -2px;
    margin-left: -2px;
    height: 14px;
    padding: 4px;
}


.divTabsStage {
    margin-top: -2px;
}

.ui-button-text, .ui-button-text-only {
    line-height: 1 !important;
}

.searchFields select {
    background-image: url(../images/dropdown_icon.gif);
}

input[type="text"], input[type="password"], input[type="button"], input[type="submit"], textarea, select, .divTabsStage {
    border: 1px solid #E5E5E5;
    padding: 5px;
    font-size: 13px;
    background: #fff;
    -webkit-border-radius: 0.5em;
}

textarea {
    width: 400px;
    max-width: 400px;
    height: 150px;
    line-height: 150%;
}

.popTextarea {
    width: auto !important;
    height: auto;
    max-width: 400px;
    line-height: 150%;
}

select:hover, input[type="text"]:hover, input[type="password"]:hover, textarea:hover, input[type="button"]:hover, input[type="submit"]:hover,
select:focus, input[type="text"]:focus, input[type="password"]:focus, textarea:focus, input[type="button"]:focus, input[type="submit"]:focus {
    border-color: #C9C9C9;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}

input[type="text"]:disabled, input[type="password"]:disabled, input[type="button"]:disabled, input[type="submit"]:disabled {
    background-color: lightGrey;
}

.ui-jqgrid a {
    color: black !important;
}

.ui-jqgrid select {
    padding: 0px;
}

.ui-datepicker {
    font-size: 12px !important;
}

    .ui-datepicker select, .ui-datepicker a {
        padding: 0;
    }

select:hover {
    cursor: pointer;
}

input[type="button"], input[type="submit"] {
    cursor: pointer;
}

#SideMenu a {
    display: block;
    text-decoration: none;
    color: Black;
    -webkit-border-radius: 0.5em;
    padding: 5px;
    margin-top: 2px;
    border: 1px solid #E5E5E5;
}

    #SideMenu a:hover {
        border-color: #C9C9C9;
        -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
    }

#SideMenu .subTitle {
    margin: 10px 0px;
}

#SideMenu .tableTitle {
    cursor: pointer;
}

.HomeDescription a {
    padding: 0px !important;
    margin-left: 2px;
    text-align: left;
}

.FormWidth {
    width: 1403px;
    height: 100%;
    min-height: 619px;
}

td.BottomCell {
    padding-top: 1px;
}

td.RightCell {
    width: 100%;
    BACKGROUND-COLOR: #fff;
}

td.TopCell {
    padding-bottom: 0px;
    background-color: #eeeeee;
    padding-bottom: 10px;
}

form {
    height: 100%;
    background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(top, #1e5799 0%, #ffffff 0%, #a7c0d6 50%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(0%,#ffffff), color-stop(50%,#a7c0d6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1e5799 0%,#ffffff 0%,#a7c0d6 50%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1e5799 0%,#ffffff 0%,#a7c0d6 50%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1e5799 0%,#ffffff 0%,#a7c0d6 50%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #1e5799 0%,#ffffff 0%,#a7c0d6 50%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

body, html {
    height: 100%;
}

td.TopCell A {
}

/*
td.TopCell A:link  
{
	color:#444;
	padding:0,2,2,2;
	font-size: 10px;
	font-weight:bold;
	font-family: Verdana, Arial, Tahoma,Helvetica,Sans-Serif;
}
td.TopCell A:hover 
{
	color:#444;
	background-color: #E7E7E7;
	padding:0,2,2,2;
	font-size: 10px;
	font-weight:bold;
	font-family: Verdana, Arial, Tahoma,Helvetica,Sans-Serif;
}
td.TopCell A:visited
{
	color:#444;
	padding:0,2,2,2;
	font-size: 10px;
	font-weight:bold;
	font-family: Verdana, Arial, Tahoma,Helvetica,Sans-Serif;
}
*/

/* Login Form */

.login_Header {
    font-weight: bold;
    padding-left: 27px;
    padding: 7px 0px 10px 0px;
}

.login_ItemLeft {
    font-size: 12px;
    color: #333333;
    height: 40px;
    padding-left: 28px;
}

.login_ItemRight {
    font-size: 12px;
    color: #333333;
    height: 40px;
    padding: 7px 0px 10px 0px;
}

.login_ItemOneRow {
    font-size: 12px;
    color: #333333;
    height: 40px;
    padding: 5px 15px 5px 15px;
}

.login_footerOne {
    font-size: 12px;
    color: #333333;
    padding-bottom: 6px;
}


.login_ItemOneRow A {
    color: #333333;
}

    .login_ItemOneRow A:hover {
        color: #333333;
        background-color: #E7E7E7;
    }


.tableTitle {
    PADDING: 5px;
    font-size: 15px;
}

.gridFooterStyle {
    background: Window;
    color: #333333;
    background-color: #E8E4E8; /* E5E5F5; /*ButtonFace; */
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

.gridHeaderStyle {
    background: Window;
    color: #333333;
    background-color: #E8E4E8; /* E5E5F5; /*ButtonFace; */
    font-size: 11px;
    font-weight: bolder;
    text-decoration: none;
}

    .gridHeaderStyle td {
        border-top: 1px solid ButtonHighlight;
        border-left: 1px solid ButtonHighlight;
        border-right: 1px solid ButtonShadow;
        border-bottom: 1px solid ButtonShadow;
        cursor: default;
        padding-bottom: 2px;
        padding-left: 6px;
        padding-top: 2px;
        padding-right: 6px;
    }

.gridPagerStyle {
    border-left: solid 1px ButtonHighlight;
    border-Right: solid 1px #dddddd;
    background: Window;
    color: #222222;
    background-color: #E8E4E8;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-align: right;
}

    .gridPagerStyle td {
        border-bottom: 1px solid ButtonShadow;
        font-size: 11px;
    }

    .gridPagerStyle a {
        color: #3333cc;
        text-decoration: underline;
    }

        .gridPagerStyle a:link {
            color: #3333cc;
        }

        .gridPagerStyle a:visited {
            color: #3333cc;
        }

        .gridPagerStyle a:hover {
            color: #3333cc;
            background-color: #dddddd;
        }

.gridItemStyle {
    height: 5px;
    background-color: #ffffff;
    color: #000000;
}

    .gridItemStyle td {
        border-left: solid 1px ButtonHighlight;
        border-bottom: solid 1px #dddddd;
        border-Right: solid 1px #dddddd;
    }

        .gridItemStyle td a {
            color: #3333cc;
            text-decoration: underline;
        }

            .gridItemStyle td a:link {
                color: #3333cc;
            }

            .gridItemStyle td a:visited {
                color: #3333cc;
            }

            .gridItemStyle td a:hover {
                color: #3333cc;
                background-color: #dddddd;
            }

.griDaltItemStyle {
    background: #f3f3f3;
}

    .griDaltItemStyle td {
        border-left: solid 1px ButtonHighlight;
        border-bottom: solid 1px #dddddd;
        border-Right: solid 1px #dddddd;
    }

        .griDaltItemStyle td a {
            color: #3333cc;
            text-decoration: underline;
        }

            .griDaltItemStyle td a:link {
                color: #3333cc;
            }

            .griDaltItemStyle td a:visited {
                color: #3333cc;
            }

            .griDaltItemStyle td a:hover {
                color: #3333cc;
                background-color: #dddddd;
            }

.grid table {
    border: 1px Solid #eeeeee;
    padding: 1px;
}

.grid td {
    font-family: Verdana,Helvetica,arial;
    padding: 2px 2px 2px 5px;
}

.TableBorder TD {
    border: 1px Solid #eeeeee;
    padding: 1px;
}

.tdTableButtons {
    border-top: solid 1px #bbbbbb;
}

.messageSuccess {
    font-family: Verdana,Helvetica,arial;
    font-size: 12pt;
    color: #007700
}

.messageError {
    font-family: Verdana,Helvetica,arial;
    font-size: 12pt;
    color: #770000
}

.errorEmphasis {
    color: #f00;
    font-weight: 700;
}

.errorTable {
    border: 1px solid #E0E0E0;
    color: #007700;
    padding: 7px 7px 10px 10px;
}

.Menulink td {
    color: #000000;
    font-family: tahoma, verdana, helvetica;
    font-size: 11px;
    font-weight: normal;
}

    .Menulink td a {
        color: #406699;
        text-decoration: none;
        font-weight: normal;
    }

        .Menulink td a:hover {
            color: #000000;
            text-decoration: none;
            font-weight: normal;
        }

        .Menulink td a:active {
            color: #000000;
            text-decoration: none;
            font-weight: normal;
        }

.Menu {
    width: 100%;
    height: 25px;
    padding: 1 5 1 1;
    border-right: buttonshadow 1px solid;
    border-top: #f5f5f5 1px solid;
    border-left: #f5f5f5 1px solid;
    border-bottom: buttonshadow 1px solid;
    background-color: #3e86c1;
    cursor: hand;
    color: white;
}

.MenuOption {
    width: 100%;
    height: 22px;
    padding: 2 5 3 8;
    border: 1 1 1 1 solid #ffffff;
    background-color: #f5f5f5;
    cursor: hand;
}

.MenuOptions {
    padding: 1 1 1 1
}

.CategoryTableBorder {
    padding: 2,2,2,2;
    border-bottom: #ddddee 1px solid;
    BORDER-TOP: none;
    BORDER-LEFT: none;
    BORDER-RIGHT: none;
}

.HomeDescription A {
    display: block;
    padding: 3px;
    margin-bottom: 3px;
    -webkit-border-radius: 5px;
    text-decoration: none;
}

.GroupCategoryHeader {
    margin-top: 10px;
    width: 940px;
    font-weight: bold;
    color: #2e6e9e;
}

.CategoryHeader {
    font-size: 12px;
    FONT-WEIGHT: bold;
}

.HomeDescription {
    font-family: Verdana, Arial,tahoma;
    font-size: 11px;
    FONT-WEIGHT: bold;
    width: 280;
    COLOR: #444455;
}

.PoweredBy {
    padding-left: 10px;
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    font-size: 10px;
    color: #336699;
}

.PoweredBy {
}

    .PoweredBy A:link {
        color: #336699;
    }

    .PoweredBy A:hover {
        color: #336699;
        background-color: #E7E7E7;
    }

    .PoweredBy A:visited {
        color: #336699;
    }

.InternalError {
    color: Red;
    font-size: 20px;
}

.error {
    color: Red;
    font-weight: bold;
}

.warning {
    color: orange;
    font-weight: bold;
}

.info {
    color: green;
    font-weight: bold;
}

/**
 * POPUP CONTAINER STYLES
 */
#popupMask {
    position: absolute;
    z-index: 200;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: .4;
    filter: alpha(opacity=40);
    /* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
    background-color: transparent !important;
    background-color: #333333;
    /* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
    background-image /**/: url("../images/maskBG.png") !important; /* For browsers Moz, Opera, etc.*/
    background-image: none;
    background-repeat: repeat;
    display: none;
}

#popupContainer {
    position: absolute;
    z-index: 201;
    top: 0px;
    left: 0px;
    display: none;
    padding: 0px;
}

#popupInner {
    border: 1px solid #333333;
    background-color: #ffffff;
}

#popupFrame {
    margin: 0px;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 202;
}

#popupTitleBar {
    background-color: #c5c5b2;
    color: #222222;
    font-weight: bold;
    height: 1.3em;
    padding: 5px;
    border-bottom: 1px solid #cccccc;
    border-top: 0px solid #333333;
    border-left: 0px solid #333333;
    border-right: 0px solid #333333;
    position: relative;
    z-index: 203;
}

#popupTitle {
    float: left;
    font-size: 1.1em;
}

#popupControls {
    float: right;
    cursor: pointer;
    cursor: hand;
}

div.dimmer {
    visibility: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    font-family: verdana;
    font-weight: bold;
    padding: 40px;
    background-image: url(../images/honey.png);
    /* ieWin only stuff */
    _background-image: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='../images/honey.png');
}


div.dimming {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    background-color: #ffffff;
    position: absolute;
    /* set z-index higher than possible */
    z-index: 10000;
    visibility: hidden;
    border-style: solid;
    border-color: #999999;
    border-width: 1px;
}

table.floatingHeader {
    background-color: gray;
    color: #ffffff;
}
/*********************************/
/*AutoComplete flyout */

.autocomplete_completionListElement {
    visibility: hidden;
    margin: 0px !important;
    background-color: inherit;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: 'default';
    overflow: auto;
    height: 100px;
    text-align: left;
    list-style-type: none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem {
    background-color: #ffff99;
    color: black;
    padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem {
    background-color: window;
    color: windowtext;
    padding: 1px;
}

/*Modal Popup*/
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.BCHandTable {
    border: 1px solid #57566F;
    border-bottom: 2px solid #57566F;
    background-color: #FFFFFF;
}

.headerCell {
    border-bottom: 1px solid #57566F;
}

.sumCell {
    border-top: 1px solid #57566F;
}

.centerdCell {
    text-align: center;
}

.sideBorderCell {
    border-left: 1px solid #57566F;
    border-right: 1px solid #57566F;
}

.divTabsButtons a {
    border: none !important;
    font-size: 12px;
}

.divTabsButtons .selected span {
    background-color: #5c9ccc;
    color: White;
}

.divHeadTitle {
    width: 98%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.roundResultContainer {
    display: table;
    font-weight: bold;
}

.roundResult {
    padding: 5px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.loadingSubgrid {
    display: block !important;
    position: static !important;
    width: 5% !important;
    margin: auto !important;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}

.noWrap {
    white-space: nowrap;
}

.fLeft {
    float: left;
}

.multiselect {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    margin-top: 5px !important;
    width: auto;
}

.form-control.multiselect-search {
    max-height: 16px;
    width: auto;
}

.input-group-addon {
    display: none !important;
}

.specialPanel {
    width: 220px;
    position: absolute;
    margin-left: -230px;
    top: 300px;
}

.fRight {
    float: right;
}

.swGrid .loading {
    top: -5px !important;
}

.gamesRankingButtons {
    position: absolute;
    width: 27px;
    margin: 0 auto;
    bottom: 0px;
}

button.jqGridButton {
    width: 70%;
    margin: 0px 15%;
}

button.jqGridButtonDelete {
    width: 100px;
    margin: 0px 8px;
}

button.jqGridButtonCopy {
    width: 100px;
}

button.greenBorder {
    border-color: rgb(0,255,0);
}

button.blueBorder {
    border-color: rgb(0,0,255);
}

button.redBorder {
    border-color: rgb(255,0,0);
}

@keyframes circle {
    0% {
        transform: rotate(0deg);
    }

    70% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader_circle {
    border: 8px solid #88e0d6;
    border-radius: 50%;
    border-top: 8px solid #1e90ff;
    animation: circle 1s linear infinite;
    width: 10px;
    height: 10px;
    display: none;
}
