@CHARSET "UTF-8";

#LeftPane {
    width: 400px; /* optional, initial splitbar position */
    min-width: 50px; /* optional */
    /*#max-width: 350px;*/
    background: #000;
    padding: 2px;
    overflow: auto;
    white-space: nowrap;
}

#RightPane {
    background: #000;
    padding: 2px;
    overflow: auto;
    width:200px;
    min-width: 300px;
}

#Splitter {
    height: 550px;
    min-height: 300px;
    border: 2px solid #2E6E9E;
    opacity: 0.7;
}

#Splitter .vsplitbar {
    width: 6px;
    background: #aca url(../img/vgrabber.gif) no-repeat center;
}
#Splitter .vsplitbar.active {
    background: #da8 url(../img/vgrabber.gif) no-repeat center;
    opacity: 0.7;
}

#Splitter .vsplitbar {
    width: 4px;
    background: #83B4D8 url(../img/vgrabber.gif) no-repeat center;
}
#Splitter .vsplitbar.active, #Splitter .vsplitbar:hover {
    background: #c66 url(../img/vgrabber.gif) no-repeat center;
}

/*#content, .menuX {
        border-top:solid 1px gray;	
}*/

.etabs {
    margin: 0;
    padding: 0;
}
.tab {
    display: inline-block;
    zoom:1;
    *display:inline;
    background: #eee;
    border: solid 1px #999;
    border-bottom: none;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}
.tab a {
    font-size: 14px;
    line-height: 2em;
    display: block;
    padding: 0 3px;
    outline: none;
}
.tab a:hover {
    text-decoration: underline;
}
.tab.active {
    background: #fff;
    padding-top: 6px;
    position: relative;
    top: 1px;
    border-color: #666;
}
.tab a.active {
    font-weight: bold;
}
.tab-container .panel-container {
    background: #fff;
    border: solid #666 1px;
    padding: 10px;
    -moz-border-radius: 0 4px 4px 4px;
    -webkit-border-radius: 0 4px 4px 4px;
}

.red {
    color : red;
}

#drefresh {
    width: 100%;
    display: flex;
    /*flex-direction: row;*/
    justify-content: space-between;
    align-content: center;
    align-items: center;
    font-weight:bold;
    padding : 5px 5px 7px 5px;
    font-size: 15px;
}

div.left {
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

div.right {
    width: 100%;
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

div.right div.search {
    width: 100%;
}

input#search_input {
    width: 100%;
    height: 26px;
    /*    margin: 0px 0px 0px 0px;
        padding: 0px 5px 0px 5px;*/
    color: #FFF;
    background-color: #333;
    border: solid 1px #FFF;
}

input#txtboxToFilterRefresh {
    width: 50px;
    height: 26px;
    text-align: right;
    margin: 0px 5px 0px 5px;
}

a#aObjectType_StaticObject {
    display: grid;
    align-content: center;
    width: 45px;
    margin: 0px 0px 0px 10px;
    cursor: pointer;
}

#tree2 li {
    margin: 4px 0px 4px 0px;
}

.ObjectTree {
    background-color: #333 !important;
    color: #FFF !important;
}

#turnoffPage{
    color: #000000;
}

#historyTab, #cpTab{
    margin:10px 0px 0px 10px;
}

div#dialogContactPersonEdit {
    color: #FFF;
}

#ContactForEditFormAdd, #turnoffPage {
    color: #FFF;
}

.ui-state-select {
    border-width: 2px !important;
    border-style: solid !important;
    border-color: #e17009 !important;
}

.anchorSelect a:link   {
    color: black;
}

.anchorSelect a:visited {
    color: black;
}

.anchorSelect a:active {
    color: black;
}

.anchorSelect a:hover  {
    color: black;
    text-decoration: none;
    cursor: default;
}


/* HIDE RADIO */
/*[type=radio] { 
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}*/

.inlineIcon {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: auto !important;
}

.NoDisk:after {
    background-color: transparent;
}

.ui-icon-staticobject:after {
    background: url("../img/objekt.png") no-repeat;
    /*background-image: url("../img/objekt.png");
    background-repeat: no-repeat;*/
    display: block;
    background-size: 24px 24px;
    border-radius: 0;
}

/*.ui-icon-activeguard:after {
    background: url("../../img/activeguard2_24.png") no-repeat;
    background-repeat: no-repeat;
    display: block;
    background-size: 24px 24px;
    border-radius: 0;
}*/

.ui-icon-activeguard {
    background: url("../../img/activeguard2_24.png") no-repeat;
    display: block;
    background-size: 24px 24px;
    border-radius: 0;
}

.alert_input_red {
    background-color: #FF000030;
}

.alert_input_green {
    background-color: #00FF0030;
}
