/*
 *  $Id: style.css,v 1.4 2007/06/26 13:37:04 source Exp $
 *
 *  This file is part of the OpenLink Software Ajax Toolkit (OAT) project.
 *
 *  Copyright (C) 1990-1992 OpenLink Software
 *
 *  See LICENSE file for details.
 */
/*@import url("menu.css");
@import url("../Content/webclip.css");
@import url("../Content/webdav.css");*/


/* tabs */

ul.tab {
    list-style-type: none;
    position:relative;
}

li.tab {
    /*display: block;
	border: 2px solid #000;
	padding: 2px 3px;
	margin-right: 0.5em;
	cursor: pointer;
	height:20px;
	_height:28px;
	float:left;
	background-color: #aaa;*/
    font-size: 12px;
    display: block;
    margin: 1px .2em 0 0;
    cursor: pointer;
    height: 25px;
    _height: 25px;
    border-color: #999 #999 #ededed;
    border-left: 1px solid #999;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    color: #000000;
    position: relative;
    border: 1px solid #cecfce;
    border-bottom: 0px;
    border-radius: 3px 3px 0px 0px;
    float: left;
    padding: 3px 8px;
    background-color: #fff;
    color: rgb(113, 112, 112);
}

li.tab_selected {
    /*background-color: #888;
	border-bottom-color: #888;*/
    background-color: #556d99;
    color: #fff;
    border: none;
    border-radius: 3px 3px 0px 0px;
    padding: 3px 8px;
    z-index: 1;
    margin-top: 1px;
    border-top: 2px solid #feca3f !important;
    color: #023c76;
}

li.tab:hover {
    background-color: none;
}

.encpaneltab {
    background-color: transparent !important;
}

li.tab_selected:hover {
    /*background-color: #888;*/
    background-color: none;
    text-decoration: none;
}

/**/

#bind_sparql_query_container, #bind_sql_query_container {
    position: relative;
    width: 500px;
    height: 60px;
}

.right {
    text-align: right;
}

#servertype table {
    font: menu;
}

#servertype td {
    border: none;
}

/*.ie_height_fix {
	height: expression(this.ieHeight ? eval(this.ieHeight.offsetHeight) : "0px");
}*/
#ajax_alert {
    font-weight: bold;
}

#ajax_progress {
    background-image: url("/images/progress.gif");
    height: 16px;
    width: 80%;
}

#corner {
    position: absolute;
    top: 1px;
    right: 35px;
    z-index: 900;
}

#webclip {
    position: absolute;
    top: 1px;
    right: 1px;
    z-index: 900;
}
ul, li {
    margin: 0px;
    padding: 0px;
}
/*thead td {
	font-weight: bold;
}

table {
	border-collapse: collapse;
}

td {
	border: 0px solid #999;
	padding: 2px 3px;
}*/

.toolbox td {
    padding: 2px 3px !important;
}

.toolbox .cell_1 {
    background-color: #ededed;
}

.toolbox .cell_2 {
}

.toolbox .cell_single {
    font-weight: bold;
    background-color: #ccc;
}

.combo_list {
    display: inline;
}

.combo_list_input {
    font: menu;
    padding-right: 17px;
}

.combo_list_list {
    border: 1px solid #000;
    background-color: #fff;
    max-height: 100px;
    overflow-y: scroll;
}

.combo_list_option {
    font: menu;
    padding: 1px;
    min-width: 32px;
}

div.combo_list_option:hover {
    background-color: #dde;
}

#ds_tables {
    width: 300px;
}

#tbarS, #tbar, #tbarSM, #Formtbar, #FormtbarSM, #tbarA {
    float: left;
    padding-top: 8px;
}

#tbarA {
    float: left;
    padding-top: 5px;
}

#FormtbarSM {
    margin-top: 2px !important;
}

#tbar, #tbarSM {
    padding-top: 8px;
}

.tbar {
    margin-top: 0px;
    height: 40px;
    background-color: #e9e9e9;
    clear: left;
    padding-left: 5px;
    border-radius: 3px;
}

.padT08 {
    padding-top: 8px;
}

.toolbar_icon {
    float: left;
    margin: 0 0.9vh;
    padding: 0px;
    cursor: pointer;
    width: 1rem;
    height: 4.5vh;
}

    .toolbar_icon.toolbar_icon_down {
        padding: 0px;
        background-color: #f8c028;
        width: 1.7rem;
        height: 1.7rem;
        border: 0px solid yellow;
        border-radius: 5px;
    }

    .toolbar_icon img {
        display: block;
        margin: auto;
        height: 1.8rem;
    }

.toolbar_icon_enc {
    float: left;
    height: 20px;
    margin: 1px 2px;
    padding: 1px;
    width: 24px;
    cursor: pointer;
}

.clearL {
    clear: left !important;
}

#form {
    position: relative;
    width: 100%;
    /*height:491px;*/
}

.form {
    border: 0px dashed #888;
    z-index: 2;
}

.form_selected {
    border: 2px ridge #888;
}

.bind {
    padding-left: 2em;
}

.toolbox li, #bind li {
    /*height: 14px;*/
}

label.check {
    /* width: 20px; */
    height: 20px;
    /* background-color: #ffffff; */
    /* border: 2px #cfd4e1 solid; */
    padding: 0;
    margin: 0 5px 0 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    /* margin: 4px 0 6px 0; */
    /* text-align: left; */
    line-height: 13px;
}

/*table {
width: 100%;
}*/



/*Copy to copy from menu css*/

.copytocopyfrom-menu-content {
    z-index: 11;
    transition: visibility 0.5s;
    width: auto;
    background-color: #fff;
    border: 1px solid #cecfce;
    border-radius: 3px;
    border-top: 2px solid #014488;
}

    .copytocopyfrom-menu-content ul {
        min-width: 70px;
        max-width: 100%;
    }

.copytocopyfrom-menu-content ul li {
    text-align: left;
    background-color: #fff;
    cursor: pointer;
    list-style: none;
    border-bottom: 1px solid #cecfce;
    padding-left: 7px;
    padding-right: 7px;
}

.copytocopyfrom-menu-content ul li:hover {
    background-color: #ffeeb2;
}

.copytocopyfrom-menu-content li.selected {
    background-color: #ffeeb2;
}
/*.copytocopyfrom-menu-content:before {
            position: absolute;
            top: -7px;
            left: 3px;
            display: inline-block;
            border-right: 7px solid transparent;
            border-bottom: 7px solid #cecfce;
            border-left: 7px solid transparent;
            border-bottom-color: #cecfce;
            content: '';
        }*/

/*.copytocopyfrom-menu-content:after {
            position: absolute;
            top: -6px;
            left: 4px;
            display: inline-block;
            border-right: 6px solid transparent;
            border-bottom: 6px solid #fff;
            border-left: 6px solid transparent;
            content: '';
        }*/
#ulMarkCopyToCopyFrom input[type="button"] {
    height: 19px !important;
    margin-top: -5px;
    background-color: transparent !important;
    padding: 0;
}

#ulMarkCopyToCopyFrom li {
    text-align: center;
}

/*.copytocopyfrom-main .dataTables_scrollHeadInner .table.copytocopy {
    border: none;
}
.copytocopyfrom-main .dataTables_scrollHeadInner {
    border: 1px solid #cecfce;
    border-bottom:none;
}*/


/*.copytocopyfrom-main .dataTables_scrollBody .table.copytocopy {
    border: none;
}
.copytocopyfrom-main .dataTables_scrollBody {
    border: 1px solid #cecfce;
}*/

.ulGridFields {
    margin-left: 0px !important;
    padding-left: 0px !important;
}

    .ulGridFields li {
        list-style-type: none;
        border: 1px solid #d3d3d3;
        background: #e7e7e7;
        font-weight: normal;
        margin-bottom: 2px;
        color: black;
    }

        .ulGridFields li label {
            float: none;
            margin: 0px 0px 0px 4px;
        }

.no-italics {
    font-style: normal;
}

@media screen and (min-width: 1600px) {
    .toolbar_icon {
        width: 1.4rem;
    }
}
.width25prcnt{
    width: 25%;
}



.LoadingDivImg {
    z-index: 7000;
    margin-top: 300px;
}

.disabledDiv {
    pointer-events: none;    
}