/* copyright 2014 - Netgem (c) */
/* license   http://www.netgem.com/ Netgem License (c) */
/* version   SVN: $Id: common.css 4605 2014-03-26 10:42:29Z sbl $ */

@CHARSET "UTF-8";

/* Generic */
html, body, div, h1, h2, h3, h4, p, pre{
    margin:0;
    padding:0;
    line-height:normal;
    border:0 none;
    list-style-type:none;
}
body {
    margin:0 auto;
    padding:0 5px;
    border:0;
    text-align:left;
    font-family:Arial, Helvetica, Verdana, sans-serif;
    font-size:12px;
    line-height:12px;
    background:#f3f4f5;
    margin:0 5%;
    min-width:90%;
}
textarea {
    resize: none;
}

li>p {
    padding-bottom: 5px;
}

/* functionalities */
.hide {
    display:none;
}
.clr {
    clear:both;
}
.half {
    width: 50%;
}
.floatleft {
    float:left;
}
.floatright {
    float:right !important;
}
.bold {
    font-weight:bold;
}
.full_width {
    width: 100%;
}
.full_height {
    height: 100%;
}
.content_block {
    padding: 10px 10px;
    word-wrap: break-word;
}
.widget_load {
    background-image: url(images/ajax-loader.gif);
    background-position: right;
    background-repeat: no-repeat;
}
.page_load {
    position: fixed;
    z-index: 99;
    left: 45%;
    top: 45%;
    width: 10%;
    height: 10%;
    background-image: url(images/ajax-loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
}

.valid {
    display: inline-flex;
    margin: 2px;
}

/**********/
/* BANNER */
/**********/
/*#banner div {
    border: 1px solid green;
}*/
#banner {
    display: block;
    background-color: #e5e6e7;
    height:auto;
    min-width: 850px;
    padding: 5px 20px;
    align-content: center;
}
#banner a {
    text-decoration: none;
}
#banner div.block {
    display: inline-block;
    vertical-align: middle;
    color: #343f48;
    font-size:1.2em;
}

/********/
/* MENU */
/********/
.ui-menu > .ui-menu-item {
    display: inline-block;
    width: auto;
    font-weight: normal;
    line-height: 1.5;
    border-bottom: medium solid transparent;
}

.ui-menu > .ui-menu-item:hover {
    border-bottom: medium solid #ee7211;
}

#menu.ui-menu > .ui-menu-item > .ui-menu > .ui-menu-item {
    width: 150px;
}

#menu.ui-menu > .ui-menu-item:last-child > .ui-menu > .ui-menu-item {
    width: 50px;
}

#menu.ui-menu a {
    text-decoration: none;
}

/*********/
/* INPUT */
/*********/
.inputs_line {
    border-bottom: 1px solid #DDDDDD;
    clear: both;
    margin-bottom: 4px;
    padding-bottom: 8px;
}
.inputs_line>label {
    display: block;
    font-weight: bold;
    float: left;
    padding-top: 2px;
    text-align: right;
    width: 31%;
}
.inputs_line>div>label {
    display: inline;
    float: none;
    padding-top: 0;
    width: auto;
}
.inputs_set {
    float: right;
    text-align: left;
    width: 65%;
}
.inputs_set>input {
    float: none;
    text-align: left;
    width: 40%;
}
.inputs_set>input[type=radio],.inputs_set>input[type=checkbox] {
    float: none;
    text-align: left;
    width:15px;
    height:15px;
    vertical-align:middle;
    position:relative;
}
.inputs_set>button {
    float: right;
    text-align: right;
    height: 25px;
}
.inputs_set>#cfg_upload_tree {
    height: 200px;
    overflow: scroll;
}
.inputs_set_half {
    float: left;
    width: 40%;
}
.inputs_set_half:first-child {
    margin-right: 10%;
}

/***************/
/* BACK TO TOP */
/***************/
.back_to_top {
    position: fixed;
    bottom: 2em;
    right: 1em;
    height: 32px;
    width: 32px;
    padding: 2px;
    background-color: rgba(235, 235, 235, 0.80);
    background-position: center center;
    background-repeat: no-repeat;
    display: none;
}

.back_to_top:hover {
    background-color: rgba(135, 135, 135, 0.50);
}

/*******************/
/* CLASSICAL TABLE */
/* (not dataTable) */
/*******************/
table.classical {
    border: none;
    line-height: 1.6em;
    text-align: center;
    width: 100%;
}
table.classical th {
    /*background-color: #E3E4E5;*/
    font-weight: bold;
    margin: 0px;
    padding: 5px;
}
/*table.classical tr:nth-child(odd) {
    background: #F7F7F7;
}*/
table.classical tr {
    border: none;
}
table.classical td {
    border: none;
    padding: 5px;
}

/********************/
/* definition lists */
/********************/
dl {
    display: inline-block;
    text-align: left;
    width: 100%;
    vertical-align: top;
    margin: 0px;
}
dt {
    clear: both;
    font-weight: bold;
    text-shadow: 0px 1px 0px #FFFFFF;
    width: 30%;
}
dd {
    font-weight: normal;
    width: 50%;
}
dt,dd {
    float: left;
    display: inline-block;
    margin: 0px;
    padding: 5px;
    word-wrap: break-word;
}
.dlfullsize {
    margin-top: 1%;
    margin-bottom: 1%;
}
.dlhalfsize {
    width: 47%;
    margin: 1%;
}

/* --------------- PAGES SPECIFIC CSS ---------------- */
#stb_logo {
    display: block;
    min-width: 200px;
    text-align: center;
}

#stb_page_tab_network dl.dlfullsize dt {
    width: 13%;
}

#stb_page_tab_network dl.dlfullsize dd {
    width: 75%;
}