/*------Custom Properties------*/
:root {
    --main-theme-color: #3792CB;
    --error-color: red;
    --hover-color: #999999;
}


/* ---- Global Reset CSS elements ------ */
h1 {
    font-size: 25px;
    font-style: normal;
    font-family: Verdana,Arial,sans-serif;
    color: #333333;
}

h2 {
    font-size: 20px;
    font-style: normal;
    font-family: Verdana,Arial,sans-serif;
    color: #333333;
}

h3 {
    font-size: 16px;
    font-style: normal;
    font-family: Verdana,Arial,sans-serif;
    color: #333333;
}

h4 {
    font-size: 14px;
    font-style: normal;
    font-family: Verdana,Arial,sans-serif;
    color: #333333;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: Verdana,Arial,sans-serif;
    font-size: 12px;
}

div {
    margin: 0px;
    padding: 0px;
    font-family: Verdana,Arial,sans-serif;
}


span {
    margin: 0px;
    padding: 0px;
    font-family: Verdana,Arial,sans-serif;
}


input {
    color: #444444;
    font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 1px;
    padding: 0;
}

::-webkit-input-placeholder {
    color: #BBB !important;
    font-style: italic !important;
    font-size: 11px !important;
}

:-moz-placeholder {
    color: #BBB !important;
    font-size: 11px !important;
    font-style: italic !important;
}


/* ---- for toggle all events ------ */
.toggleOut {
    background: url("../../img/ui-icons_ffffff_256x240.png") -38px -12px;
    height: 16px;
    width: 16px;
    position: absolute;
    opacity: .5;
}

.toggleIn {
    background: url("../../img/ui-icons_ffffff_256x240.png") -102px -13px;
    height: 16px;
    width: 16px;
    position: absolute;
    opacity: .5;
}

.toggleUp {
    background: url("../../img/ui-icons_ffffff_256x240.png") 1px -22px;
    height: 16px;
    width: 16px;
    position: absolute;
    opacity: .5;
}

.toggleDown {
    background: url("../../img/ui-icons_ffffff_256x240.png") -65px -21px;
    height: 16px;
    width: 16px;
    position: absolute;
    opacity: .5;
}

.toggleHorizontal {
    background-color: Black;
    height: 25px;
    width: 5px;
    top: 50%;
    position: absolute;
}

.toggleVertical {
    background-color: Black;
    height: 5px;
    left: 50%;
    position: absolute;
}


/* ---- Add on styles ???? ------ */
.devHighlighted {
    background-color: Blue;
}

.errorCtrl {
    background-color: #FF9B9B;
}


.devSelectedCtrlo {
    margin: 0px;
    border: 0px;
    padding: 0px;
}

.devSelectedContainer {
    overflow: hidden;
}



/* ---- Adhoc Classes------ */
.FancyLabel {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    color: #444444;
    margin: 0;
    text-align: right;
    width: 70px;
    float: left;
    text-transform: capitalize;
}

.FadeLabel {
    font-style: italic;
    font-weight: lighter;
    color: #CCCCCC;
    position: absolute;
    overflow: hidden;
}

a.widlink {
    font: Tahoma, Verdana, Helvetica, Arial, sans-serif;
    color: #CC0000;
    text-shadow: 0px 1px 1px #FFF;
    cursor: pointer;
    position: absolute;
}

    a.widlink:hover {
        text-decoration: underline;
    }

.widheaderbox {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #E3E3E3;
    border: 1px ridge #AAAAAA;
    background: -moz-linear-gradient(center top, #EEEEEE, #AAAAAA, #666666) repeat scroll 0 0 transparent;
    padding-left: 7px;
    padding-top: 7px;
    font-weight: bold;
}

.widheadertitle {
    font: Tahoma, Verdana, Helvetica, Arial, sans-serif;
    color: #444444;
    font-size: 1.4em;
    text-shadow: 0px 1px 1px #FFF;
}

.disableCtrl {
    background-color: #EEEEEE;
    background-image: none !important;
    color: #999999 !important;
}

    .disableCtrl:hover {
        border: 1px solid #D9E2E5 !important;
    }

    .disableCtrl:focus {
        border: 1px solid #D9E2E5 !important;
    }

.reqdCtrl {
    background-color: #FFFACD !important;
}


/* -- Border Colors --- */

.errorBorder {
    border: 2px solid var(--error-color);
    background-color: #FFA07A;
}

.nBorder {
    padding: 1px;
    border: 1px solid #999999;
}


/* ---- CLASS USED WHEN CONTAINER LAYOUT IS USED FOR POSITIONING ------ */
.layout {
    position: static !important;
}

.layout-fill {
    width: 100% !important;
    height: 100% !important;
}


/* -- Dock TAB */

.dockTab {
    float: left;
    width: 70%;
    /*background: url("../../img/ix.png") repeat-x bottom 0 -160px;
	*/ font-size: 93%;
    line-height: normal;
    text-align: center;
}

    .dockTab ul {
        margin: 0;
        padding: 5px 10px 0;
        list-style: none;
        cursor: default;
    }

    .dockTab li {
        float: left;
        /* background: url("../../img/ix.png") no-repeat scroll -140px 0 transparent; */
        font-size: 1em; /*New - to reduce tab header size */
        margin: 0;
        padding: 0 0 0 2px;
        text-align: center;
    }


    .dockTab a {
        float: left;
        display: block;
        /* background:url("../../img/right.gif") no-repeat right top; */
        padding: 5px 17px 4px 4px;
        text-decoration: none;
        /* font-weight:bold; */
        text-transform: uppercase;
        font-size: xx-small;
        color: #666;
        height: 19px;
        /* border: solid red; */
        border-top: 2px solid #CCCCCC;
        border-left: 2px solid #CCCCCC;
        border-right: 2px solid #CCCCCC;
        border-radius: 5px 5px 0 0;
        /* border-width: medium; */
    }

    /* Commented Backslash Hack
   hides rule from IE5-Mac \*/
    .dockTab a {
        float: none;
    }
        /* End IE5-Mac hack */

        .dockTab a:hover {
            color: #999;
        }

    .dockTab .dock_titleCross {
        float: right;
        font-size: small;
        padding: 0px;
        background: url('../../img/ix.png') -43px -143px;
        cursor: pointer;
        width: 10px;
        height: 10px;
        z-index: 10;
        background-repeat: no-repeat;
        position: relative;
        top: -12px;
        right: -12px;
    }

        .dockTab .dock_titleCross:hover {
            float: right;
            font-size: small;
            padding: 0px;
            background: url('../../img/ix.png') -43px -143px;
            background-repeat: no-repeat;
            /* -- background-position:-20px 0px;*/
            cursor: pointer;
            width: 10px;
            height: 10px;
            z-index: 10000;
        }

.dock_hideTabListShowButton {
    background: url(../../img/ix.png) -101px -101px;
    width: 16px;
    height: 16px;
    float: right;
    display: none;
    right: 0px;
    position: absolute;
}

.dock_hideTabList {
    position: absolute;
    z-index: 10000;
    display: none;
    border-style: solid;
    border-width: 1px;
    background-color: White;
    float: right;
    right: 0;
}

    .dock_hideTabList td {
        margin: 0;
        padding: 5px 10px 0;
        list-style: none;
    }

        .dock_hideTabList td div {
            float: left;
            margin: 0;
            padding: 0 0 0 9px;
            font-size: medium;
            font-weight: bold;
            cursor: pointer;
        }

            .dock_hideTabList td div:hover {
                background-color: #F5F5DC;
            }

.dockTab .dockTabSelected a {
    color: #FFF;
    background-color: var(--main-theme-color);
    padding-bottom: 4px;
    border-top: 2px solid var(--main-theme-color);
    border-left: 2px solid var(--main-theme-color);
    border-right: 2px solid var(--main-theme-color);
    text-align: center center;
    font-weight: bold;
}


/* Toolbar  */
ul.toolbar {
    display: inline;
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 19px;
    font: Tahoma, Verdana, Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 0.7em;
    color: #444444;
    border: 1px solid #CCCCCC;
    background-image: url(../../img/th_bck.gif);
    background: -webkit-gradient(linear, 0 0, 100% 100%, from(white), to(lightblue));
    background-repeat: repeat-x;
    margin-right: 0px;
}


li.toolbar {
    display: inline;
    float: left;
    padding: 2px 5px 2px 5px;
}


    li.toolbar a img {
        border-width: 0px;
    }


/* -- Control Modifier classes.  These must appear in CSS after the Control classes which they modify.  */
.ctrlError {
    border: 2px solid var(--error-color);
}

.ctrlFocus {
    border: 2px solid #20B2AA;
}

.devDrop {
    background-color: grey;
}

.devContainer {
    background-color: #ffe4c4;
}

.tb_widget {
    z-index: 32760;
    position: absolute;
    margin: 2px;
    padding: 2px;
    background-color: #D8D8D8;
    border-style: dashed;
}


/* -- CSS Sprite for all Images */
.i_load {
    background: url(../../img/ajax-loader.gif) 0px 0px;
    width: 15px;
    height: 15px;
}

.i_add {
    background: url(../../img/ix.png) 0px 0px;
    width: 15px;
    height: 15px;
}

.i_blue-down {
    background: url(../../img/ix.png) -100px -100px;
    width: 14px;
    height: 14px;
}

.i_blue-left {
    background: url(../../img/ix.png) -140px -40px;
    width: 15px;
    height: 14px;
}

.i_delete {
    background: url(../../img/ix.png) 0 -20px;
    width: 16px;
    height: 16px;
}

.i_edit {
    background: url(../../img/ix.png) -20px -60px;
    width: 16px;
    height: 15px;
}

.i_invalid {
    background: url(../../img/ix.png) -120px -40px;
    width: 14px;
    height: 14px;
}

.i_search {
    background: url(../../img/ix.png) -80px -60px;
    width: 15px;
    height: 15px;
}

.i_valid {
    background: url(../../img/ix.png) -20px -60px;
    width: 16px;
    height: 12px;
}

.i_warning {
    background: url(../../img/ix.png) 0 -80px;
    width: 14px;
    height: 14px;
}
