﻿.inyxa {
    /*----WINDOW CLASS CSS (cwin) ctrl class  ------*/
    /*----INPUT (cinp) ctrl class  ------*/
    /*----DPC (cdpc) ctrl class  ------*/
    /*----UPLOADER (cdnd) ctrl class  ------*/
    /*----CHECK BOX (cchk) ctrl class  ------*/
    /*----BUTTON (cbtn) ctrl class  ------*/
    /*----GRID Control (cgrd) ctrl class  ------*/
    /*----PANEL Control (cpnl) ctrl class  ------*/
    /*------------------------------APPLICATION CSS----------------------------------*/
}

    .inyxa .disabledCtrl {
        background-color: #dddddd;
        border: 1px solid #999999;
    }

        .inyxa .disabledCtrl:hover, .inyxa .disabledCtrl:focus {
            background-color: #dddddd;
        }

    .inyxa .win_title {
        padding: 0;
        margin: 0;
        position: absolute;
        background-color: #333333; /* Color of Window title bar when window is in background*/
        height: 25px;
        font-family: Aharoni;
        font-size: small;
        font-weight: bold;
        cursor: move;
        border-left: 2px ridge #DDDDDD;
        border-top: 2px ridge #DDDDDD;
        border-right: 2px ridge #DDDDDD;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
    }

    .inyxa .win_title_focus {
        background: linear-gradient(to bottom, #a90329 0%, #8f0222 44%, #6d0019 100%);
    }

    .inyxa .win_titleTxt {
        float: left;
        font: 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-weight: bold;
        color: #FFFFFF;
        margin-left: 7px;
        margin-top: 4px;
    }

    .inyxa .win_search {
        background-image: url("../../img/ix.png");
        background-position: -80px -60px;
        cursor: pointer;
        display: inline;
        float: right;
        font-size: small;
        height: 16px;
        margin-right: 2px;
        margin-top: 2px;
        padding: 0;
        width: 16px;
        z-index: 11;
    }

    .inyxa .win_titleCross {
        background: url("../../img/ix.png") no-repeat -20px -140px;
        cursor: pointer;
        float: right;
        font-size: small;
        height: 16px;
        margin-right: 3px;
        margin-top: 3px;
        padding: 0;
        width: 16px;
        z-index: 11;
    }

    .inyxa .win_main {
        overflow: hidden;
        border-width: 2px;
        float: left;
        position: absolute;
        background-color: #FEFEFE;
        text-align: left;
        font-family: verdana;
        font-size: small;
        z-index: 10;
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
        box-shadow: 5px 5px 8px 2px #C1C1C1;
        border-bottom: 2px ridge #DDDDDD;
        border-right: 2px ridge #DDDDDD;
        border-left: 2px ridge #DDDDDD;
    }

        .inyxa .win_main:focus {
            outline: none;
        }

    .inyxa .win_resize {
        position: absolute;
        background: url("../../img/ix.png") -42px -122px;
        cursor: se-resize;
    }

    .inyxa .win_left {
        background-image: url("../../img/ix4.png");
        background-position: -20px -60px;
        cursor: pointer;
        display: inline;
        float: right;
        font-size: small;
        height: 14px;
        margin-right: 2px;
        margin-top: 2px;
        padding: 0;
        width: 15px;
    }

    .inyxa .win_right {
        background-image: url("../../img/ix4.png");
        background-position: 0 -60px;
        cursor: pointer;
        display: inline;
        float: right;
        font-size: small;
        height: 14px;
        margin-right: 2px;
        margin-top: 2px;
        padding: 0;
        width: 15px;
    }

    .inyxa .TitleActive {
        background-color: #FDB199; /* Color of Window title bar when window is in active*/
    }

    .inyxa .MainActive {
        background-color: #FBF8F1; /* Color of Window Main area when window is in active*/
    }

    .inyxa .cinp, .inyxa .cdpc {
        border: 1px solid #D9E2E5;
        border-radius: 5px;
        box-shadow: 1px 1px 1px #999999;
        color: #444444;
        font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px;
        margin: 0;
        position: absolute;
        z-index: 99;
        padding-left: 3px;
        padding-right: 4px;
        height: 1.8em;
    }

        .inyxa .cinp:hover, .inyxa .cdpc:hover, .inyxa .cinp:focus, .inyxa .cdpc:focus {
            border: 1px solid #999999;
        }

    .inyxa .cdpc {
        font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    }

    .inyxa .cdnd {
        background-color: #EEEEEE;
        font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 10px;
        margin: 0;
        position: absolute;
        z-index: 99;
        border: 1px solid #CCCCCC;
        border-radius: 5px;
    }

        .inyxa .cdnd:hover {
            border: 1px solid #999999;
        }

        .inyxa .cdnd:focus {
            border: 2px solid #999999;
        }

    .inyxa .cchk {
        background: url("../../img/ix.png") no-repeat -82px -141px;
        border: 1px solid transparent;
        height: 13px;
        margin: 0;
        position: absolute;
        width: 13px;
        z-index: 99;
    }

        .inyxa .cchk:hover, .inyxa .cchk:active {
            border: 1px solid #999999;
        }

        .inyxa .cchk:focus {
            border: 1px solid #FF9933;
        }

    .inyxa .unchkdisabled {
        background: url("../../img/ix.png") -122px -141px;
        height: 13px;
        width: 13px;
    }

    .inyxa .inx-checked {
        background: url("../../img/ix.png") -62px -141px;
        height: 13px;
        width: 13px;
    }

    .inyxa .unchecked {
        background: url("../../img/ix.png") -82px -141px;
        height: 13px;
        width: 13px;
    }

    .inyxa .chkdisabled {
        background: url("../../img/ix.png") -102px -141px;
        height: 13px;
        width: 13px;
    }

    .inyxa a.cbtn {
        color: white;
        display: block;
        font: bold 12px Verdana, Geneva, sans-serif;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        float: left;
        margin: 0;
        cursor: pointer;
        border: 1px solid rgb(192, 0, 0);
        border-radius: 5px;
        z-index: 99;
        position: absolute;
        border: 1px solid rgb(152, 0, 0);
        background: linear-gradient(to bottom, rgb(169, 3, 41) 0%, rgb(143, 2, 34) 44%, rgb(109, 0, 25) 100%);
    }

        .inyxa a.cbtn:hover, .inyxa a.cbtn.cbtnSel:focus, .inyxa a.cbtn.cbtnSel {
            background: #a90329;
            box-shadow: 0 0 2px 2px #BBBBBB;
            outline: none;
        }

    .inyxa .grdMain {
        background-image: url("../../img/th_bck.gif");
        background-repeat: repeat-x;
        border: 1px solid #CCCCCC;
        overflow: hidden;
        position: absolute;
        z-index: 99;
    }

    .inyxa .cpnl {
        margin: 0;
        padding: 0;
        border: 1px solid #DEDEDE;
        border-radius: 7px;
        position: absolute;
        background-color: #F4F4F4;
        z-index: 99;
    }

        .inyxa .cpnl legend {
            background-color: white;
            border: 1px solid white;
            border-radius: 3px;
            font-size: small;
            font-weight: bold;
            left: 15px;
            position: absolute;
            top: -10px;
        }

    .inyxa .AllCapsLbl, .inyxa .AllCapsLblBld {
        font-family: Verdana, Arial, Helvetica, Sans-Serif;
        font-size: 0.7em;
        color: #444444;
        text-transform: uppercase;
    }

    .inyxa .AllCapsLblBld {
        font-weight: bold;
    }

    .inyxa .BoxBrdr {
        overflow: auto;
        border: 1px solid #DDDDDD;
        border-radius: 4px;
    }

    .inyxa .errordiv {
        color: #CC0000;
        font-weight: bold;
        font-size: 12px;
        font-style: italic;
    }

    .inyxa .addCoverClass {
        background-image: url("../../img/rtsbackgroundimage.PNG");
        background-size: 100% 100%;
    }
