﻿.fl {
    float: left
}

.fr {
    float: right
}

.oMulH {
    text-align: center;
    height: 46px;
}

.xPop {
    display: table;
    z-index: 999999;
    padding: 0 0;
    position: fixed;
    background-color: #000;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
}

.order-action-item {
    padding: 10px;
    height: auto;
    font-weight: bold;
    width: 150px;
    border-bottom: solid grey 1px;
}

    .order-action-item:hover {
        background-color: #DCDCDC;
    }

.hPop {
    display: none;
    -webkit-transition: opacity 400ms linear;
    -moz-transition: opacity 400ms linear;
    transition: opacity 400ms linear;
}

.oPop {
    display: block;
    -webkit-transition: opacity 400ms linear;
    -moz-transition: opacity 400ms linear;
    transition: opacity 400ms linear;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100vw;
    display: block;
    z-index: 99999999999;
}

.remove-notification-icon {
    /*style ='color:red;font-size: 20px; margin-right: 17px;'*/
    color: #fff;
    font-size: 20px;
    margin-right: 17px;
    font-weight: bold;
}

    .remove-notification-icon:hover {
        font-weight: bold;
        color: red;
    }

.clear-all-notifications {
    /*color: #9b4242;*/
    /*padding: 10px 47px 19px 0px;*/
    /* font-size: 15px;*/
    /*contain:content;*/
}

    .clear-all-notifications span {
        /*position: fixed;*/
        /*margin-left: -259px !important;*/
        /*margin-top: -10px;*/
        text-transform: uppercase;
        background: rgb(0 0 0 / 50%);
        padding: 10px 10px;
        /*box-shadow: 0px 8px 11px 0px #282424;*/
        /*text-shadow: 0px 5px 15px red;*/
        text-align: center;
        display: block;
        color: #fff;
    }

        .clear-all-notifications span:hover {
            background: #222;
            /*font-weight: bold;*/
        }



.oPopCont {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    text-align: center;
    padding: 5%;
}

.oPopData {
    display: block;
    position: relative;
    background-color: #eee;
    margin: auto;
    overflow-x: auto;
    border-radius: 16px;
    -webkit-box-shadow: 0px 4px 20px 0px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 4px 20px 0px rgb(0 0 0 / 50%);
    box-shadow: 0px 4px 20px 0px rgb(0 0 0 / 50%);
}

.oPopHead {
    display: block;
    position: sticky;
    font-size: 18px;
    line-height: 40px;
    top: 0px;
    background-color: inherit;
    z-index: 999;
    background-color: #ddd;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
}

.oPopTitle {
    font-size: 16px;
    font-weight: bold;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}

.oPopHead i {
    position: absolute;
    display: block;
    height: 40px;
    width: 40px;
    top: 0px;
    right: 0px;
    background-color: #ccc;
}

.oPopHead .close {
    position: absolute;
    display: block;
    height: 40px;
    width: 40px;
    top: 0px;
    right: 0px;
    background-color: #ccc;
}

.oPopBody {
    display: block;
    position: relative;
    padding: 1%;
    max-height: 80vh;
    overflow-x: auto;
}

.contentInner .oC {
    margin: 8px auto;
}

.oCMB {
    height: 32px;
    width: 32px;
    float: right
}

.oHid {
    float: left;
    position: fixed;
    background: rgba(0,0,0,0.95);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -99999;
    display: none;
    -webkit-transition: 400ms ease-out;
    -moz-transition: 400ms ease-out;
    transition: 400ms ease-out;
    display: none
}

.oDis {
    float: left;
    position: fixed;
    background: rgba(0,0,0,0.95);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 999999;
    display: block;
    padding: 0% 0%;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in
}

.oCPC {
    background: #AAA;
    font-weight: bold;
    top: 0px;
    position: absolute;
    right: 0px;
    width: 32px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid #888;
    /*-moz-box-shadow: -1px -1px 2px #bbb inset;
    -webkit-box-shadow: -1px -1px 2px #bbb inset;
    box-shadow: -1px -1px 2px #888 inset*/
}

    .oCPC a {
        color: #450F65
    }

    .oCPC:hover {
        background: #CCC
    }

.oCPs {
    display: block;
    position: fixed;
    width: 40%;
    left: 30%;
    top: 20%;
    margin: auto;
    height: 60%;
    min-width: 350px;
}

.oCP {
    display: block;
    position: fixed;
    width: 60%;
    left: 20%;
    top: 18%;
    margin: auto;
    height: 76%;
    min-width: 375px;
}

.oCPl {
    display: block;
    position: fixed;
    width: 86%;
    left: 7%;
    top: 8%;
    margin: auto;
    height: 84%;
    min-width: 400px;
}

.oCPx {
    display: block;
    position: fixed;
    width: 98%;
    left: 1%;
    top: 1%;
    margin: auto;
    height: 98%;
    min-width: 400px;
}



.oCPD {
    position: relative;
    width: 100%;
    overflow: auto;
    overflow-x: hidden;
    clear: both;
    border-bottom-right-radius: 10px;
}

.oCPl .oCPD {
    max-height: 75%;
}

.oCpn {
    clear: both;
    margin: auto;
    text-align: left;
    display: block;
}

    .oCpn span {
        height: 24px;
        padding: 4px;
        text-align: right;
    }

.oPB {
    float: none;
    display: inline;
}

@media (min-width: 1px) and (max-width: 768px) {
    .oCPs, .oCP, .oCPl, .oCPx {
        display: block;
        position: fixed;
        width: 100%;
        left: 0%;
        top: 0%;
        margin: auto;
        height: 100%;
        min-width: 100%;
    }
}

.oCtl .eMen, .oCtlAct:hover .eMen, .eMen .oMen, .oBut32 .oSub, .oBut32 .eSub, .eMen .eSubI {
    display: none
}

.oCtl:hover .eMen, .oCtlAct:hover .eMen, .eMen:hover .oMen, .oBut32:hover .oSub, .oBut32:hover .eSub, .eMen:hover .eSubI {
    display: block
}

.oCtl {
    display: block;
    position: relative;
    float: none;
    clear: both;
    padding: 10px 2%;
    background-color: #fff;
    margin-bottom: 20px;
}

    .oCtl img {
        max-width: 100%;
        width: 100%;
        height: auto;
        margin-bottom: 1.5%;
    }

.oCtlImg {
    margin: 0px 2%;
}

.oChd {
    display: block;
    position: relative;
    min-height: 27px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 1.1em;
    letter-spacing: 0.1em;
    display: block;
    padding-top: 5px
}

.oCdt {
    display: block;
    position: relative;
}

.oCdv {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    clear: both;
}

.oCtl .oCdv {
    margin: auto;
    float: none;
}

.oCtlIn {
    margin: auto;
    float: none;
}

.oCtl .eMen, .oCtlAct:hover .eMen, .eMen .oMen, .oBut32 .oSub, .oBut32 .eSub, .eMen .eSubI {
    display: none;
}

.oCtl:hover .eMen, .oCtlAct:hover .eMen, .eMen:hover .oMen, .oBut32:hover .oSub, .oBut32:hover .eSub, .eMen:hover .eSubI {
    display: block;
}

.oTmm {
    height: 100%;
    width: 32px;
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    font-weight: normal;
    float: right;
    text-align: center;
}

.oTmr {
    position: absolute;
    top: 99%;
    width: 150px;
    right: 0px;
    background-color: #CCC;
    z-index: 999;
    text-align: center;
}

    .oTmr a {
        display: block;
        width: 100%;
        text-decoration: none;
        color: black !important
    }

.oTmm .oTmr {
    display: none;
}

.oTmm:hover .oTmr {
    display: block
}

.eMen {
    position: absolute;
    background-color: #CCC;
    top: 0px;
    right: 0px;
    height: 32px;
    width: 32px;
    border-radius: 10px
}

.lMen {
    position: absolute;
    background-color: #CCC;
    top: 0px;
    left: 0px;
    height: 32px;
    width: 32px;
    border-radius: 10px
}

.oMen {
    position: absolute;
    right: 0px;
    top: 32px;
    width: 320px;
    height: auto;
    z-index: 9999;
    height: auto;
    background-color: #1d1d1b;
    border-radius: 10px;
    color: black;
    padding-bottom: 10px
}

.eSub {
    position: absolute;
    left: 0px;
    top: 32px;
    width: 32px;
    height: auto;
    z-index: 9999;
    height: auto;
    background-color: #CCC;
    border-radius: 10px
}

.oSub {
    position: absolute;
    left: -32px;
    top: 0px;
    width: 32px;
    height: auto;
    z-index: 9999;
    height: auto;
    background-color: #CCC;
    border-radius: 10px
}

.eSubI {
    position: absolute;
    right: 0px;
    top: 32px;
    width: auto;
    height: auto;
    z-index: 9999;
    height: auto;
    background-color: #CCC;
    border-radius: 10px;
    padding: 5px
}

.oChd {
    display: block;
    width: 100%;
    position: relative;
    min-height: 27px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 1.1em;
    letter-spacing: 0.1em;
    display: block;
    padding-top: 5px;
}

.oGrd {
    margin: 2px auto 2px auto;
    border: 0px;
    border-collapse: collapse;
    word-break: break-word;
    width: 100%;
    background-color: #fff;
}

    .oGrd thead {
        font-weight: bold;
    }

    .oGrd a {
        text-decoration: none;
    }

    .oGrd td {
        padding: 0px;
        border: 0px;
        position: relative;
    }

    .oGrd th {
        padding: 4px 2px;
        border: 0px;
    }

    .oGrd tr {
        position: relative;
    }

    .oGrd .alt {
    }

    .oGrd .pgr {
    }

        .oGrd .pgr table {
        }

        .oGrd .pgr td {
        }

        .oGrd .pgr a {
        }

            .oGrd .pgr a:hover {
            }

/*calender*/
.calender {
    position: relative;
    display: inline;
}

.calenderTxt {
}

.calenderTxtImg {
    background: #FFF url('/System/Ousia/calendar.png') no-repeat right center;
}

.calenderDay {
    position: relative;
    display: inline;
    width: 14%;
    float: left;
    background-color: #CCC;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
}

.calenderDayO {
    position: relative;
    display: inline;
    width: 14%;
    float: left;
    background-color: #999;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
}

.calenderDayS {
    position: relative;
    display: inline;
    width: 14%;
    float: left;
    background-color: #EEE;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
}

.calenderDiv {
    position: absolute;
    top: 100%;
    left: 2px;
    background-color: white;
    width: 100%;
}

.calender .calenderDiv {
    display: none;
}

.calender:hover .calenderDiv {
    display: block;
}

.calendermR {
    display: block;
    float: left;
    width: 14%;
    cursor: pointer;
    -webkit-user-select: none;
    text-align: center;
    background-color: #EEE;
}

.calendermL {
    display: block;
    float: left;
    width: 14%;
    cursor: pointer;
    -webkit-user-select: none;
    text-align: center;
    background-color: #EEE;
}

.calendermD {
    display: block;
    float: left;
    width: 70%;
    text-align: center;
    -webkit-user-select: none;
    text-align: center;
}

.oNS {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.oDV {
    width: 100%;
    position: relative;
    display: block;
    height: auto;
}

.oFL {
    float: left;
}

.xFL {
    display: block;
    float: left;
}

.oFR {
    float: right
}

.xFR {
    display: block;
    float: right;
}

.oC {
    clear: both;
}

.oTL {
    text-align: left
}

.oLC {
    margin: auto;
}

.oTR {
    text-align: right
}

.d32 {
    margin: 8px auto;
    float: left;
    clear: both;
    display: block;
    width: 100%;
}

.h32 {
    height: 32px;
    vertical-align: middle;
}

.x32 {
    line-height: 28px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    transition: border 0.2s;
}

.t32 {
    min-height: 40px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    text-align: left;
    padding: 5px 10px;
    transition: border 0.2s;
}

    .t32:focus, .x32:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        -webkit-box-shadow: 0 0 0px 0.2rem rgba(0, 123, 255, 0.10);
        -moz-box-shadow: 0 0 0px 0.2rem rgba(0, 123, 255, 0.10);
        box-shadow: 0 0 0px 0.2rem rgba(0, 123, 255, 0.10);
    }

.l32 {
    font-size: 16px;
    min-height: 37px;
    line-height: 37px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
    text-align: right;
    padding-right: 10px;
}

.label__hint {
    color: #696969;
    font-size: 12px;
}

.c32 {
    margin: 9px;
    display: block;
}

.b32 {
    margin: 2px auto;
    display: inline-block;
    line-height: 15px;
    padding: 10px 20px;
    background-color: #113883;
    border: none;
    color: #fff;
    border-radius: 3px;
    font-size: 15px;
    font-family: Montserrat,"Open Sans",sans-serif,Arial;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color 0.2s;
}

    .b32:hover, .b32:active {
        background-color: #222;
        outline: none;
    }

.oTB {
    font-family: inherit;
    padding: 0;
    outline: none;
    resize: none;
}

    .oTB:hover {
        -webkit-box-shadow: inset 0px 0px 2px 0px #aaa;
        -moz-box-shadow: inset 0px 0px 2px 0px #aaa;
        box-shadow: inset 0px 0px 2px 0px #aaa;
    }

.oLB {
    font-family: inherit;
    padding: 0;
}

.oDD {
    font-family: inherit;
    padding: 0;
}

    .oDD input {
        font-size: 12px;
    }

@media (min-width:1px) and (max-width:768px) {
    .o5, .o10, .o15, .o20, .o25, .o30, .o40, .o50, .o60, .o70, .o80, .o90, .o100 {
        width: 100%;
        margin: auto 0%;
    }

    .x2030 {
        width: 29.5%;
        margin-right: .5%;
    }

    .x4070 {
        width: 69.5%;
        margin-right: .5%;
    }

    .p10, .p15, .p20, .p25, .p30, .p33, .p40, .p50, .p60, .p70, .p75 {
        width: 100%;
    }

    .n10, .n15, .n20, .n25, .n30, .n33, .n40, .n50, .n60, .n70, .n75 {
        width: 100%;
    }

    .xHid {
        display: none;
    }

    .d32 {
        margin: 5px auto;
    }

    .l32 {
        text-align: left;
        min-height: 28px;
        line-height: 28px;
    }

    .mAut {
        width: auto;
        margin: auto;
        float: none;
    }

    .oTC .t32 {
        padding: 0px;
    }

    .xFL {
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .xFR {
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .t32.xFL {
        margin-left: 0;
        margin-right: 0;
    }
}

/*by Suneel*/
input.larger, input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

.report-filter {
    cursor: pointer;
    position: absolute;
    left: 43%;
    background: #dbdbdb;
    padding: 2px;
    top: 6px;
    font-weight: bold;
    border-radius: 3px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

    .report-filter:hover {
        background: #a1a1a1;
        padding: 5px;
        top: 4px;
        transition: all 0.3s;
    }

.hideFilterDiv tr {
    opacity: 0;
    transition: all 0.3s;
    display: none;
}

.custom-radio {
    display: block;
    width: 60%;
    float: left;
}

    .custom-radio label {
        width: 50%;
        float: left;
    }

.fCdt {
    background-color: rgb(244, 244, 244);
    padding: 20px 20px;
    border: 1px solid #ddd;
}

.wCdt {
    padding: 10px 15px;
    border: 1px solid #ddd;
}

.panel {
    /*background-color: rgb(244, 244, 244);
    -webkit-box-shadow: 0 0 20px 0 #ddd;
    -moz-box-shadow: 0 0 20px 0 #ddd;
    box-shadow: 0 0 20px 0 #ddd;*/
}

    .panel .oCtl {
        background-color: transparent;
        padding: 0px
    }

        .panel .oCtl:hover {
            box-shadow: none;
        }

.fChd span {
    height: 44px;
    line-height: 44px;
    font-size: 1rem;
    font-weight: 600;
    /*box-shadow: inset 0px 0px 3px 0px #ccc;*/
    cursor: pointer;
    margin: 2px 0px;
    padding: 0px 20px;
}

.fChdT {
    /*background-color: #ddd;
    box-shadow: inset 0px 0px 3px 0px #aaa !important;*/
}
/*Reports*/
.FilterLabel, .FilterData {
    background: #f7f7f7;
}
/*ordering*/

.table-products td.inputcell {
    width: 78px;
}

.table-products td.inputplusminus {
    width: 100px;
}

    .table-products td.inputcell .form-control, .table-products td.inputplusminus .form-control {
        background-color: #fff;
        width: 100%;
        padding: .15rem .75rem
    }

.table-products td {
    line-height: 1.85rem;
}

label#lblMessage {
    font-size: 1.5rem;
}

    label#lblMessage i {
        font-size: 6rem;
        margin-top: 30px;
        color: #CC202A;
    }

img.md-img {
    width: 50%;
    position: relative;
    top: 50%;
    left: 25%;
}

.trash {
    font-size: 1.25rem !important;
    color: #fff;
}

table#allProducts .form-control, table#allProducts .form-select, table#allConsumableProducts .form-control, table#allConsumableProducts .form-select {
    border: transparent;
    background-color: transparent;
    background-image: none;
    color: #fff;
    width: 100%;
}

table#allProducts input:focus, table#allConsumableProducts input:focus {
    border: 1px solid rgba(212, 212, 212);
    background-color: #fff;
    color: #212529;
}

table#allProducts select:focus, table#allConsumableProducts select:focus {
    border: 1px solid rgba(212, 212, 212);
    background-color: #fff;
    background-image: url(../../Data/Images/arrow-down.svg);
    color: #212529;
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
}

table#allProducts td:nth-child(1) {
    width: 50%;
}

table#allProducts td:nth-child(2) {
    width: 26%;
}

table#allProducts td:nth-child(3), table#allProducts td:nth-child(4) {
    width: 12%;
}

table#allConsumableProducts td:nth-child(1) {
    width: 70%;
}

table#allConsumableProducts td:nth-child(2) {
    width: 30%;
}

.Preview-iframe {
    width: 100%;
    height: 650px;
    border: 1px solid #eee;
}

.rowMenu {
    float: right;
    position: relative;
    cursor: pointer
}

    .rowMenu i {
        padding: 3px 10px;
    }

.rowSubMenu {
    position: absolute;
    top: 100%;
    right: 0%;
    min-height: 30px;
    background-color: #fff;
    color: #333;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.6);
    min-width: 100%;
    cursor: pointer;
}

    .rowSubMenu span {
        float: right;
        padding: 4px 8px;
    }

.rowMenu .rowSubMenu {
    display: none;
    z-index: 999
}

.rowMenu:hover .rowSubMenu {
    display: block;
}

@media screen and (max-width:999px) {
    td label.oFR {
        float: none
    }
}
.oBut32{width:32px;height:32px;position:relative;display:inline-block;margin:0px;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;background-color:#ddd;box-shadow:inset -0px -1px 2px 0px #888;-webkit-box-shadow:inset -0px -1px 2px 0px #888;-moz-box-shadow:inset -0px -1px 2px 0px #aaa}
.oBut32:hover{background-color:#eee}
.eBut32{width:32px;height:32px;position:relative;display:inline-block;margin:0px}
.eBut32:hover{}
.ebTooG{width:32px;height:32px;background-position:-165px -132px;background-image:url('https://cdn.ousiacms.com/Data/Images/Buttons.png');}
.ebAdd{width:32px;height:32px;background-position:-264px -99px;background-image:url('https://cdn.ousiacms.com/Data/Images/Buttons.png');}
.ebMenG{width:32px;height:32px;background-position:-231px -165px;background-image:url('https://cdn.ousiacms.com/Data/Images/Buttons.png');}
.ebCan,.ebCanE{width:32px;height:32px;background-position:-99px -165px;background-image:url('https://cdn.ousiacms.com/Data/Images/Buttons.png');}
.ebSav,.ebSavE{width:32px;height:32px;background-image:url('https://cdn.ousiacms.com/Data/Images/Buttons.png');}
.ebUnd{width:32px;height:32px;background-position:-33px -165px;background-image:url('https://cdn.ousiacms.com/Data/Images/Buttons.png');}
.ebTrans{width:32px;height:32px;background-position:-264px -132px;background-image:url('https://cdn.ousiacms.com/Data/Images/Buttons.png');}
.oTmm{height:100%;width:32px;position:absolute;top:0px;right:0px;display:block;font-weight:normal;float:right;text-align:center}

.ceButT{background-image:url('https://cdn.ousiacms.com/Data/Images/Buttons.png');height:32px;width:32px;display:inline-block;}
.ceButG{background-image:url('https://cdn.ousiacms.com/Data/Images/Buttons.png');height:32px;width:32px;display:inline-block;background-color:#222;}
.ceCle{background-position:-0px -0px;}
.ceA{background-position:-33px -0px;}
.ceT{background-position:-66px -0px;}
.ceF{background-position:-99px -0px;}
.ceH{background-position:-132px -0px;}
.ceFon{background-position:-165px -0px;}
.ceBol{background-position:-198px -0px;}
.ceIta{background-position:-231px -0px;}
.ceUnd{background-position:-264px -0px;}
.ceCol{background-position:-0px -33px;}
.ceAlJ{background-position:-33px -33px;}
.ceAlL{background-position:-66px -33px;}
.ceAlC{background-position:-99px -33px;}
.ceAlR{background-position:-132px -33px;}
.ceFoS{background-position:-165px -33px;}
.ceFoW{background-position:-198px -33px;}
.ceNam{background-position:-231px -33px;}
.ceSav{background-position:-264px -33px;}
.ceLiN{background-position:-0px -66px;}
.ceLi{background-position:-33px -66px;}
.ceLiB{background-position:-66px -66px;}
.ceLiM{background-position:-99px -66px;}
.ceLiL{background-position:-132px -66px;}
.ceMov{background-position:-165px -66px;}
.ceOrd{background-position:-198px -66px;}
.ceWid{background-position:-231px -66px;}
.ceTar{background-position:-264px -66px;}
.ceCla{background-position:-0px -99px;}
.ceOpt{background-position:-33px -99px;}
.ceSea{background-position:-66px -99px;}
.ceEdi{background-position:-99px -99px;}
.ceHtm{background-position:-132px -99px;}
.ceLnk{background-position:-165px -99px;}
.ceImg{background-position:-198px -99px;}
.ceVis{background-position:-231px -99px;}
.ceAdd{background-position:-264px -99px;}
.cePlO{background-position:-0px -132px;}
.cePlI{background-position:-33px -132px;}
.ceKey{background-position:-66px -132px;}
.ceCog{background-position:-99px -132px;}
.ceFol{background-position:-132px -132px;}
.ceToo{background-position:-165px -132px;}
.ceIco{background-position:-198px -132px;}
.ceSch{background-position:-231px -132px;}
.ceTra{background-position:-264px -132px;}
.ceRedo{background-position:-0px -165px;}
.ceUndo{background-position:-33px -165px;}
.ceYes{background-position:-66px -165px;}
.ceCan{background-position:-99px -165px;}
.ceUpl{background-position:-132px -165px;}
.ceCar{background-position:-165px -165px;}
.ceMap{background-position:-198px -165px;}
.ceMen{background-position:-231px -165px;}
.cePer{background-position:-264px -165px;}
.ceAltU{background-position:-0px -198px;}
.ceAltL{background-position:-33px -198px;}
.ceFile{background-position:-66px -198px;}