﻿/* $Id$*/
/*-------INYXA Theme-------
---------Common Control CSS----------*/
.inyxa .disabledCtrl {
    background-color: #dddddd;
    border: 1px solid #999999;
}

    .inyxa .disabledCtrl:hover, .disabledCtrl:focus {
        background-color: #dddddd;
    }

/*----WINDOW CLASS CSS (cwin) ctrl class  ------*/
.inyxa .win_title {
    padding: 0px;
    margin: 0px;
    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;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-top-left-radius: 7px;
}

.inyxa .win_title_focus {
    background: #a90329; /* Old browsers */
    background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* W3C */
}

.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 scroll -20px -140px transparent;
    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;
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-bottomright: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-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;
    /*z-index: 11;*/
}

.inyxa .win_right {
    background-image: url("../../img/ix4.png");
    background-position: -0px -60px;
    cursor: pointer;
    display: inline;
    float: right;
    font-size: small;
    height: 14px;
    margin-right: 2px;
    margin-top: 2px;
    padding: 0;
    width: 15px;
    /*z-index: 11;*/
}

.inyxa div.TitleActive {
    background-color: #FDB199; /* Color of Window title bar when window is in active*/
}

.inyxa div.MainActive {
    background-color: #FBF8F1; /* Color of Window Main area when window is in active*/
}

/*----INPUT (cinp) ctrl class  ------*/

.inyxa .cinp {
    border: 1px solid #D9E2E5;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 1px #dddddd;
    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 {
        border: 1px solid #999999;
    }

    .inyxa .cinp:focus {
        border: 1px solid #999999;
    }

/*----DPC (cdpc) ctrl class  ------*/
.inyxa .cdpc {
    border: 1px solid #D9E2E5;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 1px #999999;
    color: #444444;
    font: 12px Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
    margin: 0;
    position: absolute;
    z-index: 99;
    padding-left: 3px;
    padding-right: 4px;
}

    .inyxa .cdpc:hover {
        border: 1px solid #999999;
    }

    .inyxa .cdpc:focus {
        border: 1px solid #999999;
    }

/*----UPLOADER (cdnd) ctrl class  ------*/
.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: #CCCCCC 1px solid;
    border-radius: 5px;
}

    .inyxa .cdnd:hover {
        border: 1px solid #999999;
    }

    .inyxa .cdnd:focus {
        border: 2px solid #999999;
    }

/*----CHECK BOX (cchk) ctrl class  ------*/
.inyxa .cchk {
    background: url("../../img/ix.png") no-repeat scroll -82px -141px transparent;
    border: 1px solid transparent;
    height: 13px;
    margin: 0;
    position: absolute;
    width: 13px;
    z-index: 99;
}

    .inyxa .cchk:hover, .cchk:active {
        border: 1px solid #999999;
    }

    .inyxa .cchk:focus {
        border: 1px solid #FF9933;
    }

.inyxa .unchkdisabled {
    background: url("../../img/ix.png") repeat scroll -122px -141px transparent;
    height: 13px;
    width: 13px;
}

.inyxa .checked {
    background: url("../../img/ix.png") repeat scroll -62px -141px transparent;
    height: 13px;
    width: 13px;
}

.inyxa .unchecked {
    background: url("../../img/ix.png") repeat scroll -82px -141px transparent;
    height: 13px;
    width: 13px;
}

.inyxa .chkdisabled {
    background: url("../../img/ix.png") repeat scroll -102px -141px transparent;
    height: 13px;
    width: 13px;
}

/*----Text BOX (ctxt) ctrl class  ------*/
.inyxa .ctxt {
    border: 1px solid #D9E2E5;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 1px #999999;
    color: #444444;
    font: 12px Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
    margin: 0;
    position: absolute;
    z-index: 99;
    padding-left: 3px;
    padding-right: 4px;
}

    .inyxa .ctxt:hover, .ctxt:focus {
        border: 1px solid #999999;
    }

/*----SELECT BOX (csel) ctrl class  ------*/
.inyxa .csel {
    border: 1px solid #D9E2E5;
    font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    /*  position: absolute;*/
    z-index: 99;
    outline: medium none;
}

    .inyxa .csel:hover, .csel:focus {
        border: 1px solid #999999;
        outline: medium none;
    }

    .inyxa .csel option {
        font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
        color: #444444;
    }

        .inyxa .csel option:nth-child(2n) {
            background-color: #F6F6E9;
        }

.inyxa .csel_refresh {
    background: url("../../img/ix.png") repeat scroll -40px -60px transparent;
    height: 16px;
    width: 16px;
    right: 0;
    position: absolute;
    top: 0;
}

/*----BUTTON (cbtn) ctrl class  ------*/
.inyxa a.cbtn {
    
    color: white; /* can set this to color:white !important to override all other styles. This shows same style everywhere */
    display: block;
    font-size: 12px;
    /* font-weight:bold; */
    font-family: Verdana, Geneva, sans-serif;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    float: left;
    margin: 0 0 0 0;
    cursor: pointer;
    border: 1px solid rgb(192,0,0);
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    z-index: 99;
    position: absolute;
    /* Background */
    border: 1px solid rgb(32,124,202);
    background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */


}

.inyxa a.cbtn:hover, a.cbtnSel:focus, a.cbtnSel
{
        background:#207cca;
        box-shadow:0 0 2px 2px #BBBBBB;
        -moz-box-shadow:0 0 2px 2px #BBBBBB;
        -webkit-box-shadow:0 0 2px 2px #BBBBBB;
        outline: medium none;
}

/*----LIST SELECTION Control (clsh) ctrl class  ------*/
.lshRight {
    background: url("../../img/ix.png") repeat scroll 0 -100px transparent;
    height: 16px;
    width: 16px;
}

.lshLeft {
    background: url("../../img/ix.png") repeat scroll -20px -100px transparent;
    height: 16px;
    width: 16px;
}

.lshAllLeft {
    background: url("../../img/ix.png") repeat scroll -60px -100px transparent;
    height: 16px;
    width: 16px;
}

.lshAllRight {
    background: url("../../img/ix.png") repeat scroll -40px -100px transparent;
    height: 16px;
    width: 16px;
}

.lshUp {
    background: url("../../img/ix.png") repeat scroll -80px -100px transparent;
    height: 16px;
    width: 16px;
}

.lshDown {
    background: url("../../img/ix.png") repeat scroll -100px -100px transparent;
    height: 16px;
    width: 16px;
}

.lshAllUp {
    background: url("../../img/ix.png") repeat scroll -120px -100px transparent;
    height: 16px;
    width: 16px;
}

.lshAllDown {
    background: url("../../img/ix.png") repeat scroll 0 -120px transparent;
    height: 16px;
    width: 16px;
}


/*----Auto Complete Control (cac) ctrl class  ------*/
.inyxa div.cac2 {
    border: 2px solid #D9E2E5;
    font: 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    position: absolute;
    z-index: 100;
}

    .inyxa div.cac2:hover {
        border: 2px solid #C3CED2;
    }

    .inyxa div.cac2:focus {
        border: 2px solid #008080;
    }

/* Style for Suggestions Drop Down Box */
.inyxa table.ac2_Sug {
    border: 1px solid black;
    z-index: 100;
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}

/* Style for all Div's that are inside div Suggestions.  Overrides div.suggestions formatting. */
.inyxa tr.ac2_SugEle {
    cursor: default;
    padding: 0px 3px;
    background-color: #FAFAFA;
    font-family: sans-serif;
    font-size: small;
    z-index: 100;
}

/* Extra formatting applied to Alternate Nodes in popupe.  Overrides PopupElements formatting  */
.inyxa tr.ac2_SugEleAlternate {
    cursor: default;
    padding: 0px 3px;
    background-color: #AAAAAA;
    font-family: sans-serif;
    font-size: small;
    z-index: 100;
}


/* Style for the currently selected node.*/
.inyxa table.ac2_Sug tr.ac2_current {
    color: white;
    font-weight: lighter;
    background-color: #000000; /*background: transparent url("../../img/textfield_bg.gif") no-repeat;*/
}

.inyxa span.ac2_SugName {
    white-space: nowrap;
    padding-left: 3px;
    font-size: 12px;
}

.inyxa span.ac2_SugDesc {
    white-space: nowrap;
    padding-left: 3px;
    display: inline-block;
    font-size: 10px;
}

/*----HTML Control (chtm) ctrl class  ------*/
.inyxa div.htm_Main {
    position: absolute;
    text-align: left;
    font-family: sans-serif;
    font-size: small;
    z-index: 10;
}

    .inyxa div.htm_Main a:link {
        text-decoration: none;
    }

    .inyxa div.htm_Main a:visited {
        text-decoration: none;
    }

div.htm_Main a:hover {
    text-decoration: none;
}

.inyxa div.htm_Main a:active {
    text-decoration: none;
}

/*----GRID Control (cgrd) ctrl class  ------*/
div.grdMain {
    background-image: url("../../img/th_bck.gif");
    background-repeat: repeat-x;
    border: 1px solid #CCCCCC;
    overflow: hidden;
    position: absolute;
    z-index: 99;
}

table.grd {
    border-collapse: collapse;
    border-color: #F5F5F5;
    border-width: 1px;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    overflow: auto;
    width: 100%;
}

.grdColH {
    background-image: url("../../img/th_bck.gif");
    background-repeat: repeat-x;
    border: 1px solid #CCCCCC;
    color: #444444;
    display: block;
    float: left;
    font-size: 0.7em;
    font-weight: bold;
    margin-right: 0;
    overflow: hidden;
    padding: 3px 0 2px;
    position: relative;
    text-align: left;
    text-shadow: 0 1px 1px #FFFFFF;
}

span.grdColH:hover {
}

td.grdCol {
    border-color: #AAAAAA;
    border-style: solid;
    border-width: 1px;
    font-size: 0.7em;
    height: 20px;
    padding: 0;
}

    td.grdCol:focus {
        border-color: red;
    }

div.grdColDiv {
    height: 100%;
    padding: 0;
    width: 100%;
}

td.grdCellFocus {
    border-color: Red;
}

span.fltrContainer {
    display: block;
    overflow: hidden;
    position: absolute;
}

.fltrColH {
    background-image: url("../../img/th_bck.gif");
    background-repeat: repeat-x;
    border: 1px solid #CCCCCC;
    color: #EEEE00;
    display: block;
    float: left;
    font-size: 0.7em;
    font-weight: bold;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    padding: 3px 0 2px;
    position: relative;
    text-align: left;
    text-shadow: 0 1px 1px #FFFFFF;
}

.fltrCornerBlock {
    background-color: #C6CDA3;
    border-color: #DDDDDD #AAAAAA #AAAAAA #DDDDDD;
    border-style: solid;
    border-width: 2px 1px;
    display: block;
    height: 22px;
    left: 0;
    overflow: hidden;
    padding: 1px;
    position: absolute;
    top: 30px;
    width: 16px;
    z-index: 999999;
}

    .fltrCornerBlock:hover {
        background-color: #EEEE00;
    }

tr.grdRow {
    background-color: #DEDEDE;
    border-color: #FFBB29;
    border-style: solid;
    border-width: 1px;
    color: #000000;
}

tr.grdRowSel {
    background-color: #FFDC91;
    border-color: #FFBB29;
    border-width: 1px;
}

tr.grdRowEdit {
    background-color: #C7CEDE;
    border-color: #FFBB29;
    border-width: 1px;
}

.grdInpV {
    border-width: 2px;
    color: #333333;
    font: 11px Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
    height: 100%;
    left: 0;
    overflow: hidden;
    top: 0;
    width: 100%;
}

.grdInpE {
    color: #444444;
    font: 11px Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    top: 0;
    width: 100%;
}

.grdCtrlView {
    font: 11px Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
    height: 100%;
    left: 0;
    overflow: hidden;
    top: 0;
    width: 100%;
}

.grdACE {
    color: #444444;
    font: 11px Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    top: 0;
    width: 100%;
}

.grdTxtV {
    font: 11px Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
    height: 100%;
    left: 0;
    overflow: hidden;
    top: 0;
    width: 100%;
}

.grdTxtE {
    color: #444444;
    font: 11px Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
    height: 100%;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    top: 0;
    width: 100%;
}

.grdSelV {
    font: 11px Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.grdSelE {
    color: #444444;
    font: 11px Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
    height: 100%;
    padding: 0;
    width: 100%;
}

.grdChkVu {
    background: url("../../img/ix.png") repeat scroll -80px -140px transparent;
    height: 16px;
    left: 5px;
    top: 5px;
    width: 16px;
}

.grdChkVc {
    background: url("../../img/ix.png") repeat scroll -60px -140px transparent;
    height: 16px;
    left: 5px;
    top: 5px;
    width: 16px;
}

.grdChkE {
    left: 0;
    top: 0;
}

a.grdBtnV {
    background-color: #6D7C8A;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    outline: 1px solid #990033;
    padding: 0;
    position: static;
    text-align: center;
    text-decoration: none;
}

a.grdBtnE {
    background-color: #7A991A;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    outline: 1px solid #990033;
    padding: 0;
    position: static;
    text-align: center;
    text-decoration: none;
}

    a.grdBtnE:hover {
        background-color: blue;
        border: 1px solid #FFFFFF;
    }

.grdCornerBlock {
    background-color: #C6CDDD;
    border-color: #DDDDDD #AAAAAA #AAAAAA #DDDDDD;
    border-style: solid;
    border-width: 2px 1px;
    display: block;
    height: 23px;
    left: 0;
    overflow: hidden;
    padding: 1px;
    position: absolute;
    top: 0;
    width: 16px;
    z-index: 999999;
}

.grdRowPtrCol {
    background-color: #C6CDDD;
    display: block;
    overflow: hidden;
    position: absolute;
    width: 20px;
}

.grdRowPtr {
    border-color: #999999;
    border-style: solid;
    border-width: 0 0 1px;
    display: block;
    font-size: 0.7em;
    text-align: center;
    vertical-align: middle;
}

/*----PANEL Control (cpnl) ctrl class  ------*/
.inyxa .cpnl {
    margin: 0;
    padding: 0;
    border: 1px solid #DEDEDE;
    border-radius: 7px;
    /*overflow: hidden;*/
    position: absolute;
    background-color: #F4F4F4;
    z-index: 99;
}

    .inyxa .cpnl legend {
        background-color: white;
        border: 1px solid white;
        border-radius: 3px 3px 3px 3px;
        font-size: small;
        font-weight: bold;
        left: 15px;
        position: absolute;
        top: -10px;
    }

/*----MULTIPLE CHECK BOX Control (cscg) ctrl class  ------*/
.inyxa .cscg {
    background-color: #FFE4C4;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
}


/*------------------------------APPLICATION CSS----------------------------------*/
/*----LABEL APPLICATION (lbl) CSS  ------*/
.lbl_toolbar {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline;
}

    .lbl_toolbar li {
        display: inline-block;
        padding: 2px;
    }

        .lbl_toolbar li div {
            border: 1px dotted;
            width: 40px;
            height: 40px;
        }

/*----Theme of table widget ----*/
.inyxa .tblWidget {
    /*border-collapse: separate;*/
    border-spacing: 0;
    /*border-style: none;*/
    cursor: default;
    font-size: 13px;
    width: 100%;
}

    .inyxa .tblWidget tr.headerRow th {
        border: 1px solid #CCCCCC;
    }

    .inyxa .tblWidget tr.data {
        background-color: #FFFFFF;
    }

    .inyxa .tblWidget tr td.data {
        border: 1px solid #CCCCCC;
    }

    .inyxa .tblWidget tr.data:nth-child(2n) {
        background-color: #F1F1F1;
        border-collapse: separate;
        border-spacing: 0;
        border-style: none;
    }


/* RTS Manual position CSS goes here */

.widgetPos2X2 {
    background: url("../../img/manualposition.png") repeat scroll -75px -102px transparent;
    height: 36px;
    width: 40px;
}

.widgetPos2X3 {
    background: url("../../img/manualposition.png") repeat scroll 0px -102px transparent;
    height: 36px;
    width: 59px;
}

.widgetPos3X2 {
    background: url("../../img/manualposition.png") repeat scroll -75px -102px transparent;
    height: 53px;
    width: 52px;
}



.widgetPos3X3 {
    background: url("../../img/manualposition.png") repeat scroll 0px -102px transparent;
    height: 53px;
    width: 58px;
}

.widgetPos3X4 {
    background: url("../../img/manualposition.png") repeat scroll -113px -1px transparent;
    height: 52px;
    width: 78px;
}

.widgetPos4X3 {
    background: url("../../img/manualposition.png") repeat scroll 0px -103px transparent;
    height: 69px;
    width: 58px;
}

.widgetPos4X4 {
    background: url("../../img/manualposition.png") repeat scroll -113px -1px transparent;
    height: 69px;
    width: 78px;
}

.widgetPos4X5 {
    background: url("../../img/manualposition.png") repeat scroll 0px -1px transparent;
    height: 69px;
    width: 96px;
}

.widgetPos5X4 {
    background: url("../../img/manualposition.png") repeat scroll -113px -1px transparent;
    height: 86px;
    width: 78px;
}

.widgetPos5X5 {
    background: url("../../img/manualposition.png") repeat scroll 0px -1px transparent;
    height: 86px;
    width: 96px;
}

.basic a.cbtnSelect {
    background: -moz-linear-gradient(center top, #F9F3EC 0%, #FFD062 100%) repeat scroll 0 0 #E5E5E5;
}

/*-------HRR APPLICATION THEME---------------*/
.inyxa hrClass {
    color: Red;
}

.inyxa .AllCapsLbl {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 0.7em;
    color: #444444;
    text-transform: uppercase;
}

.inyxa .AllCapsLblBld {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 0.7em;
    color: #444444;
    text-transform: uppercase;
    text-transform: uppercase;
}

.inyxa .BoxBrdr {
    overflow: auto;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
}

.inyxa .errordiv {
    color: #CC0000;
    font-weight: bold;
    font-size: 12px;
    font-style: italic;
}

.ctog {
    /*height:42Px;
           width:50px;*/
    /*color: white;
    display: block;
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana, Geneva, sans-serif;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    float: left;
    margin: 0 0 0 0;*/
    cursor: pointer;
    border: 1px solid #BBBBBB;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    z-index: 99;
    position: absolute;
    /*position:relative;*/
    font-family: Verdana, Geneva, sans-serif;
    /*border: 1px solid rgb(0,212,0);*/
    /*background: #999999;*/
    background: rgb(211,211,211);
    /*background: -moz-linear-gradient(top, rgb(14,212,80) 0%, rgb(14,212,80) 44%, rgb(14,212,80) 100%);*/
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(14,212,80)), color-stop(44%,rgb(143,2,34)), color-stop(100%,rgb(109,0,25))); 
	background: -webkit-linear-gradient(top, rgb(169,3,41) 0%,rgb(143,2,34) 44%,rgb(109,0,25) 100%); 
	background: -o-linear-gradient(top, rgb(169,3,41) 0%,rgb(143,2,34) 44%,rgb(109,0,25) 100%);
	background: -ms-linear-gradient(top, rgb(169,3,41) 0%,rgb(143,2,34) 44%,rgb(109,0,25) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); 
	background: linear-gradient(top, rgb(169,3,41) 0%,rgb(143,2,34) 44%,rgb(109,0,25) 100%); 
}*/
    overflow: hidden;
}

.cctog {
    color: white;
    display: block;
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana, Geneva, sans-serif;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    float: right;
    margin: 0 0 0 0;
    cursor: pointer;
    /*border: 1px solid rgb(192,0,0);*/
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    z-index: 99;
    position: absolute;
    /*border: 1px solid rgb(152,0,0);*/
    background: rgb(0,212,0);
    height: 42Px;
    width: 48px;
    display: inline-block;
}






/*.ctog:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(#f9f9f9));
  background: -webkit-linear-gradient(#e4e4e4, #f9f9f9);
  background: linear-gradient(#e4e4e4, #f9f9f9);
}*/
.bctog {
    color: white;
    display: block;
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana, Geneva, sans-serif;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    float: right;
    margin: 0 0 0 0;
    cursor: pointer;
    /*border: 1px solid rgb(192,0,0);*/
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    z-index: 99;
    position: relative;
    /*border: 1px solid rgb(152,0,0);*/
    background: rgb(212,0,0);
    height: 42Px;
    width: 48px;
    display: inline-block;
}

/*.bcto {
background: rgb(211,211,211);
    

}*/

.ccto {
    background: rgb(211,211,211);
}

/*Pushpender*/
.addCoverClass {
    background-image: url("../../img/X2_warehouse.jpg");
    background-size: 100% 100%;
}

/*Rajat Jain 17-02-2017*/
.swt-button-label {
    float: left;
    font-size: 14px;
    font-family: Verdana, Geneva, sans-serif;
    cursor: pointer;
}

    .swt-button-label.off {
        color: #adadad;
    }

    .swt-button-label.on {
        color: #0088CC;
    }

.swt-button-background {
    float: left;
    position: relative;
    background: #ccc;
    border: 1px solid #aaa;
    margin: 1px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

.swt-button-off {
    position: absolute;
    left: -1px;
    top: -1px;
    background: #FAFAFA;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.swt-button-on {
    position: absolute;
    top: -1px;
    right: -1px;
    background: #FAFAFA;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}



.swt-wrapper {
    display: inline-block;
    position: absolute;
    top: 3px;
}
/*END*/
/*.gcto {
    color: white;
    display: block;
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana, Geneva, sans-serif;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    float: right;
    margin: 0 0 0 0;
    cursor: pointer;
    /*border: 1px solid rgb(192,0,0);*/
/*border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    z-index: 99;
    position: absolute;*/
/*border: 1px solid rgb(152,0,0);*/
/*background: transparent;
    height: 42Px;
    width: 48px;
    display: inline-block;
}*/
