body {margin: 0; padding: 0;}
a {text-decoration: none; color: #969696;}
a img {border: none;}
html, input, select, textarea, h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
body {
    font: 0.8125em/1em Verdana, sans-serif;
    line-height: 1.3em;
    color: #333;
    background: #FFF;
    margin: 0em;
    background:no-repeat url(/static/teleforma/images/bg_yt.png) 0 0;
    background-color:#ebebeb;
    background-repeat:repeat
}

/* LAYOUT  (sticking footer) */

* {
margin: 0;
}

html, body {
height: 100%;
}

#layout {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -58px;
}

#footer {
height: 30px;
}



/*a:link, a:visited {
    color: #BB0000;
    text-decoration:none;
}
a:link:hover, a:visited:hover {
    background-color: transparent;
    color: #BB0000;
    text-decoration: underline;
}*/
a, a:visited {
    color: #355ea2;  /* #BB0000  #030250 */
    text-decoration:none;
}
a:hover {
    background-color: transparent;
    color: #355ea2 ; /* #BB0000 #4888f0 */
    text-decoration: underline;
}

.link_red a {
    color: #BB0000;  /* #BB0000  #030250 */
    text-decoration:none;
}
.link_red a:hover {
    background-color: transparent;
    color: #BB0000 ; /* #BB0000 #4888f0 */
    text-decoration: underline;
}

.link_green a {
    color: #92b220;  /* #BB0000  #030250 */
    text-decoration:none;
}
.link_green a:hover {
    background-color: transparent;
    color: #92b220 ; /* #BB0000 #4888f0 */
    text-decoration: underline;
}

a img { border: none; }

textarea {
    padding: 1em;
    -moz-border-radius: 8px 0px 8px 8px;
    -webkit-border-radius: 8px 0px 8px 8px;
    border-radius: 8px 0px 8px 8px;
    }

.rst-content h1 {
    font-size: 1.2em;
    font-weight: bold;
    color: #353535;
}
.nett {
    clear: both;
    height: 0em;
}

.wazing {
    clear: both;
    position: relative;
}

/* Min-width */
#layout {
    min-width: 740px;
}

#content {
    /*margin-top: 1em;*/
    position: relative;
    margin-left: 3%;
    margin-right: 2em;
    margin-bottom: 0em;
}

#content ul, #content ul ul {
    list-style: square;
    padding: 0.5em 0.5em 0.5em 2em;
    font-size: 1em;
    clear: both;
}

#content ol {
    list-style: decimal;
    padding: 0.5em 0.5em 0.5em 2em;
    font-size: 1em;
    clear: both;
}

#content ul ul {
    font-size: 0.9em;
    padding-left: 0em;
    list-style: circle;
}

#content li {
    padding: .2em;
    padding-left: 0em;
}

#content li a {
    padding: .1em 0em;
}

#content h1 {
    color: #000000;
    font-weight: bold;
    display:  inline;
    font-size: 1.2em;
}

#content h3 {
    color: #000000;
    font-weight: bold;
    display:  inline;
}

#content h2 {
    color: #000000;
}

#logo_wrapper {
    width: 2%;
    margin: 0em auto;
    float: left;
}

#logo {
    width: 2%;
    margin:0em auto;
    padding-top: 0.6em;
    padding-bottom: 0.5em;
    }

#logo a, #logo a:hover { border: none; background: transparent; }

#header {
    padding: 0em;
	background-color: #000000 ;
    background:no-repeat url(/static/teleforma/images/tw_hd.png) 0 0;
    background-color:#ebebeb;
    background-repeat:repeat; 
}

#content_header, #header{
    margin-bottom: .8em;
}

#content_header{
    width:100%;
    border-collapse:collapse;
}

#content_header td{
    vertical-align: top;
}

#content_header td.rightcol{
    text-align:right;
    white-space:nowrap; /**this implies to stretach righcol to accomodate all the width,
                        UNLESS there is a div.fixedWidthAsPlayer inside td.rightcol (see blow)*/
}

#content_header td.rightcol div.fixedWidthAsPlayer{
    width:374px; /*must be width+2*padding, see #rightcol below*/
    float:right;
    white-space:normal; /*to override no-wrap defined in #content_header td.rightcol*/
}

#content_header td.rightcol div.fixedWidthAsPlayer a{
    display:inline-block;
    margin-top:0.5ex;
}

#rightcol {
    width: 362px; /**if u change this, change also width #content_header td.rightcol, see above*/
    padding: 6px; /**if u change this, change also width #content_header td.rightcol, see above*/
    position: relative;
    z-index: 1;
    float: right;
    border: 1px solid #999;
    background-color: #eee;
    -moz-border-radius: 8px 0px 8px 8px;
    -webkit-border-radius: 8px 0px 8px 8px;
    border-radius: 8px 0px 8px 8px;
}

#rightcol .analyzer, #rightcol .exporter, .markers {
    text-align: left;
    position: relative;
}

#rightcol form {
    width: 360px;
    margin-top: 5px;
    background-color: #fff;
    border: 1px solid #adadad;
}

#rightcol p {
    margin: 0;
    padding: 0;
}

#collection_player {
    background: transparent;
}

#collection_player .title {
    padding: 2px 5px 7px 5px;
}


.exporter {
    background-color: #fff;
    border: 1px solid #adadad;
    padding: 2px;
    height: 26px;
    margin: 5px 0 0;
    font-size: 0.9em;
    color: #000;
    font-weight: bold;
}

.analyzer, .markers {
    background-color: #fff;
    color: #000;
    border: 1px solid #adadad;
    width: 356px;
    padding: 2px;
    /* margin: 5px 0 0; */
    font-size: 1em;
}

.markers {
    max-height: 500px;
    overflow-y: scroll;
}

.vscroll {
    max-height: 300px;
    overflow-y: scroll;
    width: 100%;
}


.analyzer-title {
    background-color: #f2f2f2;
    color: #000;
    padding: 2px;
}

.analyzer-line {
    background-color: #fdfdfd;
    color: #000;
    padding: 4px;
}

/* Geographic navigator */
ul.continents, ul.continents ul { list-style: none; margin: 0; padding: 0;}
ul.continents { margin: 1em 0; }
ul.continents ul {margin-left: 0; margin-bottom: 0.9em; padding: 0 1em 1em 0;}
ul.continents li.name { width: 460px; float: left; clear: left; margin-right: 30px;}
ul.continents li.odd { clear: none;}
ul.continents li.name b { font-size: 120%; font-weight: bold; }
ul.continents ul li { display: inline; padding-right: 2em;}
ul.continents ul li a { line-height: 1.8em; }

/* Collection */
#content .intro {
    font-size: 1em;
    font-weight: bold;
    color: #444;
    margin: 5px 0;
    font-size: 0.8em;
}
#content .intro span {
    padding: 3px;

}

/* Forms */
input, textarea, select { margin: 2px }
input, select { vertical-align: middle }
input[type=button], input[type=submit], input[type=reset] {
    background: #f2f2f2;
    color: #444;
    border: 3px double #ccc;
    padding: .1em .5em;
    font-weight: bold;
    cursor: pointer;
    -moz-border-radius: 8px 0px 8px 8px;
     -webkit-border-radius: 8px 0px 8px 8px;
     border-radius: 8px 0px 8px 8px;
}
input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
    background: #8D8C94;
    color: #fff;
}
input[type=button][disabled], input[type=submit][disabled],
input[type=reset][disabled] {
    background: #f6f6f6;
    border-style: solid;
    color: #999;
}
input[type=text], input[type=password], input.textwidget, textarea { border: 1px solid #ccc; }
input[type=text], input[type=password], input.textwidget { padding: .25em .1em }
input[type=text]:focus, input[type=password]:focus, input.textwidget:focus, textarea:focus {
    border-color: #aaa;
}
option { border-bottom: 1px dotted #d7d7d7; }
fieldset { border: 1px solid #d7d7d7; padding: .5em; margin: 0 }
fieldset.iefix { background: transparent; border: none; padding: 0; margin: 0 }
* html fieldset.iefix { width: 98% }
fieldset.iefix p { margin: 0 }
legend { color: #999; padding: 0 .25em; font-size: 90%; font-weight: bold }
label.disabled { color: #d7d7d7 }
.buttons { margin: 1em .5em .5em 0 }
.buttons form, .buttons form div { display: inline }
.buttons input { margin: 1em .5em .1em 0 }
.inlinebuttons input {
    font-size: 70%;
    border-width: 1px;
    border-style: dotted;
    margin: 0;
    padding: 0.1em;
    background: none;
}

/* Quick search */
#quick_search {
    position: absolute;
    top: 1.7em;
    left: 35%;
    background-color: #000000;
    padding: 0.3em 0em 0.3em 0.3em;
    -moz-border-radius: 8px 0px 8px 8px;
    -webkit-border-radius: 8px 0px 8px 8px;
    border-radius: 8px 0px 8px 8px;
}
#quick_search form {
    float: left;
    margin-right: 12px;
}
#quick_search p {
    margin-top: .3em;
    clear: left;
}

#quick_search a {
    font-size: .8em;
    font-weight: bold;
    vertical-align: middle;
}

#quick_search input {
    vertical-align: middle;
    font-size: .8em;
    margin-right: 0;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

#quick_search_pattern {
    background: #FFF;
    padding: .4em .1em;
    padding-left: 25px;
    width: 180px;
    color: #555;
    font-weight: bold;
}

/* Authentication */
#auth_info {
    color: #FFF;
    font-weight: bold;
    position: absolute;
    top: 1.5em;
    right: 1.1em;
    margin-right: 1em;
    font-size: 0.9em;
    background-color: #000000;
    padding: 1em;
    -moz-border-radius: 8px 0px 8px 8px;
    -webkit-border-radius: 8px 0px 8px 8px;
    border-radius: 8px 0px 8px 8px;
}

#auth_info a {
    color: #FFF;
    font-size: 1em;
    font-weight: bold;
}

form.login {
    font-size: 0.9em;
    float: left;
    margin-top: 2em;
    margin-bottom: 4em;
    border: 0px dotted #888;
    padding: 1em;
    background-color: #FFF;
    -moz-border-radius: 8px 0px 8px 8px;
    -webkit-border-radius: 8px 0px 8px 8px;
    border-radius: 8px 0px 8px 8px;
}

.login-error {
    color: #BB0000;
}

form.login label {
    display: block;
    width: 11em;
    float: left;
    clear: left;
    font-weight: bold;
    padding-top: 0.3em;
}

form.login .submit {
    float: right;
    margin-top: 0em;
    padding: 0.3em;
}

/* Search form */
#searchform {
    margin: 15px 0;
}
#searchform fieldset {
    background-color: #FFF;
    padding: .8em;
    width: 100%;
    border: none;
    margin-bottom: 1em;
    -moz-border-radius: 8px 0px 8px 8px;
    -webkit-border-radius: 8px 0px 8px 8px;
    border-radius: 8px 0px 8px 8px;
}
#searchform p {
    background-color: transparent;
    padding: .5em 0;
}
#searchform label {
    font-size: 0.8em;
    display: block;
    float: left;
    width: 20%;
    margin-left: 15px;
    margin-top: .2em;
    line-height: 1.5em;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
}
#searchform select {
    width: 59%;
}
#searchform fieldset input {
    width: 56%;
}
#searchform select, #searchform fieldset input {
    font-size: 0.8em;
}
#searchform .submit {
    padding: 0;
    clear: both;
    width: 450px;
}

#searchform select.tiny {
    width: 12%;
}

/* Main navigation bar  (borrowed from Trac) */
#menu {
    background-color: #000000 ;
    background:no-repeat url(/static/teleforma/images/tw_hd.png) 0 0;
    background-color:#ebebeb;
    background-repeat:repeat;
    font: normal verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif;
    border-top: 1px solid #333;
    padding-left: 5.1%;
}

#menu a, #menu a:visited{
    color: #fff;
    display:inline-block;
    text-decoration:none;
    border-bottom-width:.5em;
    border-bottom-style: solid;
    background-color: transparent;
    -webkit-border-top-left-radius:5px 5px;
    moz-border-radius-topleft: 5px 5px;
    border-top-left-radius: 5px 5px;
    -webkit-border-top-right-radius:5px 5px;
    moz-border-radius-topright: 5px 5px;
    border-top-right-radius: 5px 5px;
    font-weight: bold;
    font-size: 14px;
    padding: .5em 1em;
}

#menu a:hover, #menu a.active{
    background-color: #FFF;
    color: #000000;
}


#menu .darkblue { border-bottom-color: #0f3179; }
/* #menu .blue { border-bottom-color:  #357ae8; } */
#menu .blue { border-bottom-color: #4f628a; }
#menu .green { border-bottom-color:  #92b220; }
#menu .yellow { border-bottom-color:  #f3ad17; }
#menu .orange { border-bottom-color:  #e65911; }
#menu .darkgreen { border-bottom-color:  #006a12; }
#menu .black { border-bottom-color:  #000000; }
#menu .red { border-bottom-color:  #bb0000; }
#menu .violet { border-bottom-color:  #A00020; }
#menu .origin { border-bottom-color: transparent; }

* html #menu :link, * html #menu :visited { background-position: 1px 0 }


/* Drop Down Menus */
.clear {clear:both}

#nav {
    margin:0;
    padding:0;
    list-style:none;
}

/* make the LI display inline */
/* it's position relative so that position absolute */
/* can be used in submenu */

#nav li {
display:inline-block;
position:relative;
z-index:500;
}

/* this is the parent menu */
#nav li a {
display:block;
text-align:center;
}

/* you can make a different style for default selected value */
#nav a.selected {
color:#FFF;
}

/* submenu, it's hidden by default */
#nav ul {
    position:absolute;
    left:0;
    display:none;
    margin:0 0 0 -2px;
    padding:0;
    list-style: none outside none;
    border-left:3px solid #333;
    border-right:3px solid #333;
    border-bottom:3px solid #333;
    background-color: #333;
    color: #FFF;
    width:100%;
}

#nav ul li {
    width: 100%;
    float:left;
    border-bottom:0px solid #fff;
    background: repeat-x url(/static/teleforma/images/tw_hd.png) 0 0;
    background-color:#ebebeb;
    background-repeat:repeat;
}

/* display block will make the link fill the whole area of LI */
#nav ul a {
    display:block;
    height:22px;
    padding: 0.8em 0.5em 0.5em 0.5em;
/*     font-size: 0.9em; */
    text-align:left;
    -webkit-border-top-left-radius:0px 0px;
    moz-border-radius-topleft: 0px 0px;
    border-top-left-radius: 0px 0px;
    -webkit-border-top-right-radius:0px 0px;
    moz-border-radius-topright: 0px 0px;
    border-top-right-radius: 0px 0px;
    border-bottom-width: 0px;
}

#nav ul a:hover {
    background-color: #FFF ;
    color: #000000 ;
}

#nav ul a:active {
    background-color: #FFF;
    color: #000000 ;
}



/* Footer (borrowed from Trac) */
#footer {
    background: #000000;
    background:no-repeat url(/static/teleforma/images/tw_hd.png) 0 0;
    background-color:#ebebeb;
    background-repeat:repeat;
    clear: both;
    color: #FFF;
    font-size: 0.8125em;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #000;
    height: 30px;
    padding: 0em 0.5em 10px 0.5em;
    margin-top: 1.5em;
}
#footer :link, #footer :visited { color: #FFF; }
#footer hr { display: none }
#footer p { margin: 0; }
#footer p.left {
    float: left;
    margin-left: 1em;
    padding: 0 1em;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
}
#footer p.right {
    float: right;
    text-align: right;
}
#footer p.center {
    text-align: center;
}

/* Homepage */
.homelinks a { font-size: 120%;}


/* Definition list */
dl {
    position: relative;
    margin: .5em 0;
}
dl dt, dl dd {
    position: relative;
    margin: 0;
    margin-bottom: .5em;
    padding: 0;
    font-size: 0.8em;
    line-height: 1.4em;
    min-height: 1.4em;
}
dl dd {
    border: 1px solid transparent;
}
dl dt {
    float: left;
    clear: left;
}

dl.listing dt {
    width: 30%;
    background-color: #f9f9f9;
    border: .1em solid #eee;
    border-right: .3em solid #ddd;
    padding-left: .3em;
    margin-right: .8em;
    color: #444;
}

dl.listing dt.group {
    float: none;
    margin-top: .9em;
    background-color: #DDDDDD;
    border-color: #ccc;
    border-right: .1em solid #ccc;
    width: 18.2em;
}
dl.listing dd {
    margin-left: 35%;
    font-weight: bold;
}

/* dublin core display */
h4.dublincore {
    text-align: left;
    padding: 5px 0 10px;
    font-weight: bold;
    color: #666;
}
dl.dublincore dt {
    margin-right: .8em;
    width: 23em !important;
    font-style: italic;
}
dl.dublincore dd {
    margin-left: 23.4em;
    font-weight: bold;
}
dl.dublincore dt span {
    width: 13em;
    display: block;
    float: left;
    font-style: normal;
    background-color: #f9f9f9;
    border: 1px solid #eee;
    border-right: 3px solid #ddd;
    padding-left: .3em;
    margin-right: 1.2em;
    color: #444;
}
dl.dublincore .caption {
    background-color: #B8B7C1;
    margin: .5em 0;
    margin-top: 0;
    border-bottom: 1px dotted #666;
    padding-top: .4em;
    padding-bottom: .4em;
    padding-left: .3em;
    color: #fff;
    font-weight: bold;
    border-right: 1px solid #fff;
}
dl.dublincore dt.caption span {
    background-color: #B8B7C1;
    border: none;
    border-right: 1px solid #fff;
    color: #fff;
}
dl.dublincore dd.caption {
    padding-top: .3em;
    padding-left: .4em;
    margin-left: 23.4em;
}

/* infos item/collection */
.infos, .extraInfos {
    margin-bottom: 1em;
    padding: 0.8em 0.8em 0em 0.8em;
}

.infos dl, .infos table {
    position: relative;
    font-size: 105%;
}

.extraInfos dl, .extraInfos table {
    position: relative;
    font-size: 105%;
}

.extraInfos div {
    padding: 0;
    margin-bottom: 5px;
}
.extraInfos .nett {
    position: relative;
    height: 0;
    margin-bottom: -5px;
}
.extraInfos h4 {
    /* clear: both; */
    font-size: 1em;
    line-height: 1.4em;
    border-bottom: 1px dotted #aaa;
    color: #000000;

}
.with-rightcol .extraInfos h4 {
    margin-right: 395px;
}

.extraInfos h4 a {
    position: relative;
    display: block;
    color: #000000 !important;
    text-decoration: none;
    margin: 0;
    background: transparent url(/static/teleforma/images/more.png) no-repeat left top;
    background-position: 0 -16px;
    padding-bottom: 2px;
    padding-left: 16px;
    border-bottom: none !important;
    outline: none;
}
.extraInfos h4 a:hover {
    border-bottom: none;
    color: #000000 !important;
    text-decoration:none;
}
.extraInfos .folded h4 {
    border-bottom: none;
}
.extraInfos .folded h4 a {
    background-position: 0 1px;
}

/* Pagination */
.pagination {
    margin-top: 0em;
    margin-bottom: .3em;
    padding: .3em 0;
    font-size: 1em;
    background-color: transparent;
    border-bottom: 0px solid #aaa;
    color: #333;
    font-weight: bold;
}
.pagination a {
    background-color: transparent;
    border-bottom: none;
    font-size: 1em;
    padding: .3em;
}

/* Item instruments */
div.instruments {
    position: relative;
    margin-left: -.7em;
    margin-right: .5em;
}
table.instruments {
    border: none;
    border-collapse: separate;
    /* width: 100%; */
    border-spacing: .7em;
}
table.instruments td {
    font-size: .8em;
    padding: 0 .2em;
}
table.instruments thead td {
    background-color: #F9F9F9;
    border: .1em solid #E1E1E1;
    border-bottom: .3em solid #E1E1E1;
}
table.instruments tbody td {
    border-bottom: .1em solid #E1E1E1;
}

/* Styles for tabular listings (stolen from trac) */
table.listing {

    border-spacing: 0;
    padding: 0em 1em 1em 1em;
}

.fullpage table.listing {
    width: 100%;
    font-size: 100%;
}

table.listing th, table.listing thead {
    text-align: left;
    padding: 0 14em .1em 0;
    font-size: 0.8125em;
    font-weight: normal;
}

table.listing th, table.listing thead, table.listing td {
    font-size: 0.8125em;
    border-bottom: 1px solid #dfdfdf;
    font-weight: normal;
}

table.listing td.border-top {
    border-top: 1px solid #dfdfdf;
}


table.listing thead { background: #fafafa; /*background: #e8eaf0*/ }
table.listing thead th {
    font-size: 0.9em;
    padding: 3px .5em 3px;
}
table.listing thead th :link:hover, table.listing thead th :visited:hover {
    background-color: transparent;
}
/*conflicts with buttons inside table*/
/*table.listing a {
    border: none;
}*/
table.listing thead th a {
    padding-right: 12px;
}
table.listing th.asc a, table.listing th.desc a { font-weight: bold }
table.listing th.asc a, table.listing th.desc a {
    background-position: 100% 50%;
    background-repeat: no-repeat;
}
table.listing th.asc a { background-image: url(/static/teleforma/images/asc.png) }
table.listing th.desc a { background-image: url(/static/teleforma/images/desc.png) }
table.listing tbody td, table.listing tbody th {
    padding: .33em .5em;
    vertical-align: top;
    font-weight: normal;
}
table.listing tbody td {
    padding: 0.5em 0em 0.5em 0em;
    font-weight: normal;
    font-size: 0.9em;
}
table.listing tbody td.tmp {
    width: 100%;
}
table.listing tbody td a:hover, table.listing tbody th a:hover {
    background-color: transparent;
}
table.listing tbody tr { border-top: 1px solid #dfdfdf; }
table.listing tbody tr.even { background-color: transparent }
table.listing tbody tr.odd { background-color: transparent }
table.listing tbody tr:hover { background: transparent !important }

table td.error {
    color: red;
    font-weight: bold;
}

.infos li.error{
    color: red;
    font-weight: bold;
    font-size: 110%;
}

.gmap {
    border: solid 1px #888;
    margin-top: 0.8em;
}

.rst-content {
    padding-top: 5px;
}

.rst-content h1 {
    color: #000000;
}

.rst-content img.align-left {
    float: left;
    margin-right: 2ex;
    margin-top: 0.6ex;
    margin-bottom: 0.5ex;
}

.rst-content img.align-right {
    float: left;
    margin-left: 2ex;
    margin-top: 0.6ex;
    margin-bottom: 0.5ex;
}

img.align-left {
    float: left;
    padding-bottom: 1ex;
    padding-right: 1ex;
}

#content .rst-content ul,  #content .rst-content ol {
    clear: none;
    font-size: 1em;
    margin-left: 0.4em;
}

a.image-link {
    border: none;
}

.map-thumbnail {
    border: solid 1px #999;
}

.home-content .module {
    width: 400px;
}

.home-description {
    padding-right: 33%;
    display: block;
}

#content ul.playlist {
    list-style-type: none;
    border-top: solid 1px #e1e1e1;
    margin: 0;
    padding: 0;
}

#content ul.playlist li {
    display: block;
    border: solid 1px #e1e1e1;
    border-top: 0;
    background: white;
    margin: 0;
    padding: 1em;
}


.tab_unselected, .tab_unselected:hover, .tab_unselected:visited {
    background-color: #cccccc;
    font-weight: normal;
    color: #333333;
    border: 1px solid #cccccc;

}
.tab_selected, .tab_selected:hover, .tab_selected:visited {
    background-color: #ffffff;
    color: #000000;
    font-weight: bold;
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    border-left: 1px solid #999999;
    border-bottom: 1px solid #ffffff;

}

.tab, .tab:hover, .tab:visited{
    margin-top: 1ex;
    display: inline-block;
    margin-left: 0px;
    padding: 1ex;
    -moz-border-radius: 1ex 1ex 0ex 0ex;  -webkit-border-radius: 1ex 1ex 0ex 0ex;  border-radius: 1ex 1ex 0ex 0ex;
}

.roundBorder4{
    /*padding: 0.3em 0.8em 0.8em 0.8em;
    margin: 0 0 1.5em 1.5em;*/

    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}
.roundBorder6{
    /*padding: 0.3em 0.8em 0.8em 0.8em;
    margin: 0 0 1.5em 1.5em;*/

    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
}
.roundBorder8{
    /*padding: 0.3em 0.8em 0.8em 0.8em;
    margin: 0 0 1.5em 1.5em;*/

    -moz-border-radius: 8px 0px 8px 8px;
    -webkit-border-radius: 8px 0px 8px 8px;
    border-radius: 8px 0px 8px 8px;
}
.roundBorder10{
    /*padding: 0.3em 0.8em 0.8em 0.8em;
    margin: 0 0 1.5em 1.5em;*/

    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius:  10px 10px 10px 10px;
    border-radius:  10px 10px 10px 10px;
}

.markersdivUneditable{
    border: 0px !important;
}

.markerdiv div{
    padding:0.7ex 1ex;
}
.markerdiv div[zero_top_padding]{ /*mathces any div with the attribute zero_top_padding set (whatever the value)*/
                                  padding-top:0px;
}
.markerdiv div *{
    vertical-align:middle;
    font-family: sans-serif;
}
.markerdiv div input, .markerdiv div textarea{
    margin:0px;
    padding:2px;
}
.markerdiv .ts-marker{
    background-image: url('/static/teleforma/images/marker_tiny.png'); text-align: center; min-width:3ex;
}
.markerdiv .ts-marker, .markerdiv .markersdivOffset, .markerdiv .markersdivTitle, .markerdiv .markersdivAddPlaylist, .markerdiv .markersdivEdit{margin-right:.8ex;}
.markerdiv div a, .markerdiv div a:visited, .markerdiv div a:hover{
    display: inline-block; /*otherwise width and height do not work*/
    background-repeat: no-repeat;
    text-decoration: none;

}
.markerdiv .markersdivOffset, .markerdiv .markersdivOffset:hover, .markerdiv .markersdivOffset:visited{
    color: #000;
}
.markerdiv .ts-marker, .markerdiv .ts-marker:hover, .markerdiv .ts-marker:visited{
    font-family: monospace; background: #e65911;color: #FFF;padding-left: .3ex; padding-right:.3ex;
}
.markersdivDelete{    background-image: url('/static/teleforma/images/del_marker.png');width:15px;height:2ex;background-repeat: no-repeat;}
/*backfround-repeat is redundant with .markerDiv a,.. defined above but this way .markersDivDelete is re-usable in other context (eg popupdiv*/
.markersdivAddPlaylist{    background-image: url('/static/teleforma/images/add_playlist_marker.png');width:13px;height:2ex; }
.markersdivTitle{    font-weight:bold;}
.markersdivEdit, .markersdivEdit:hover, .markersdivEdit:visited{
    line-height: normal;
    color:#000;
    background-position: -2px center;
    padding-left: 13px; padding-right: 2px;
    font-size: 65%;
    border:2px solid #666;
    background-color: #fff;
    background-image: url('/static/teleforma/images/edit_marker.png');
    -moz-border-radius: 1ex; -webkit-border-radius: 1ex; border-radius: 1ex;
}
.markersdivSave, .markersdivSave:hover, .markersdivSave:visited{
    background-color: #087714;
    color: #fff;
    font-weight: bold;
    padding:.7ex; padding-left: 20px;
    background-position: 5px center;
    -moz-border-radius: 1ex;-webkit-border-radius: 1ex;border-radius: 1ex;
    background-image: url('/static/teleforma/images/ok.png');
}
.markerdiv{
    border: 1px solid #aaaaaa;
    margin-bottom: 1ex;
    -moz-border-radius: 1e;
    -webkit-border-radius: 1ex;
    border-radius: 1ex;
}

/*----------------------------------*/
.component, .component_icon, .component:hover, .component_icon:hover, .component:visited, .component_icon:visited{
    background-position: 1ex .5ex;
    -moz-border-radius: 1ex 1ex 1ex 1ex;
    -webkit-border-radius: 1ex 1ex 1ex 1ex;
    border-radius: 1ex 1ex 1ex 1ex;
    padding:.7ex .7ex .7ex .7ex;
    background-color:  #f9f9f9; /*#626262;*/
    color:#444;
    text-decoration: none;
    margin:0;
}
.component + .component, .component + .component_icon, .component_icon + .component ,
.component_icon + .component_icon{
    margin-left: .1ex;
}

.component_icon, .component_icon:hover, .component_icon:visited{
    background-repeat: no-repeat;
    background-position: 1ex .5ex;
    padding:4px 8px 4px 26px; /*top right bottom left - last value depends on the icon size (default=16)*/
}

.button,  .button:visited, .button:hover{
    font-weight: bold;
    border:  1px solid #e1e1e1;
    white-space:nowrap;
    /*    border-top:  1px solid #e1e1e1 !important;
        border-left:  1px solid #e1e1e1 !important;
        border-right:  1px solid #e1e1e1 !important;
        border-bottom:  1px solid #e1e1e1 !important;*/
}

.button:hover{
    border-top:  1px solid #f9f9f9 !important;
    border-left:  1px solid #f9f9f9 !important;
    border-bottom:  1px solid #999 !important;
    border-right:  1px solid #999 !important;
    background-color:  #f4f4f4; /*#e9e9d9;*/
    color: #000; /*#6A0307;*/
}

#action_blue {
    background-color: #357ae8;
    color: #FFF;
    padding:0.8em 0.8em 0.8em 0.8em;
    }

#action_violet {
    background-color: #a00020;
    color: #FFF;
    padding:0.8em 0.8em 0.8em 0.8em;
    }

#action_red {
/*     background-color:  #bb1020; */
    background-color: #bd2c00;
    color: #FFF;
    padding:0.8em 0.8em 0.8em 0.8em;
    }

#action_green {
    background-color:  #3c9200;
    color: #FFF;
    padding:0.8em 0.8em 0.8em 0.8em;
   }

#action_orange {
    background-color: #e65911;
    color: #FFF;
    padding:0.8em 0.8em 0.8em 0.8em;
   }

#action_yellow {
    background-color: #f3ad17;
    color: #FFF;
    padding:0.8em 0.8em 0.8em 0.8em;
   }


.list_item, .list_item:visited, .list_item:hover{
    display:block;
    color:#6A0307;
}

.list_item:hover{
    font-weight: bold;
}

.icon_edit{
    background-image: url('/static/teleforma/images/edit_page.png');
}
.icon_copy{
    background-image: url('/static/teleforma/images/copy_page.png');
}
.icon_previous{
    background-image: url('/static/teleforma/images/previous.png');
}
.icon_next{
    background-image: url('/static/teleforma/images/next.png');
}
.icon_dublin_core{
    background-image: url('/static/teleforma/images/dublin_core.png');
}
.icon_cancel{
    background-image: url('/static/teleforma/images/cancel.png');
}
.icon_save{
    background-image: url('/static/teleforma/images/save.png');
}
.icon_add{
    background-image: url('/static/teleforma/images/add.png');
}
.icon_add_to_playlist{
    background-image: url('/static/teleforma/images/add_to_playlist.png');
}
.icon_login{
    background-image: url('/static/teleforma/images/password.png');
}
.icon_search{
    background-image: url('/static/teleforma/images/find.png');
}
.icon_ok{
    background-image: url('/static/teleforma/images/ok.png');
}
.icon_csv{
    background-image: url('/static/teleforma/images/csv.png');
}
.icon_playlist{
    background-image: url('/static/teleforma/images/playlist.png');
}
.icon_filter{
    background-image: url('/static/teleforma/images/filter.png');
}
.icon_delete{
    background-image: url('/static/teleforma/images/delete.png');
}
.icon_download{
    background-image: url('/static/teleforma/images/download_media.png');
}
.icon_clap{
    background-image: url('/static/teleforma/images/tool-animator.png');
}
.icon_speaker{
    background-image: url('/static/teleforma/images/text-speak.png');
}
.icon_rss,.icon_rss:hover{
    background: url('/static/teleforma/images/feed-icon-14x14.png') no-repeat;
    background-position: 0ex .8ex;
    padding:.0ex 0ex .8ex .7ex;
    text-decoration: none;
}

.addToPlaylist {
    margin:0.5ex;
    position: absolute;
    display:none;
    left: 0;
    top: 0;
}

/* FORMS */
#id_title {
    width: 250px;
}
#id_alt_title {
    width: 250px;
}
#id_collector {
    width: 250px;
}
#id_creator {
    width: 250px;
}
#id_cultural_area {
    width: 250px;
}
#id_location_comment {
    width: 250px;
}
#id_old_code {
    width: 250px;
}
#id_code {
    width: 250px;
}
#id_author {
    width: 250px;
}
#id_collector_selection {
    width: 250px;
}
#id_booklet_author {
    width: 250px;
}
#id_alt_ids {
    width: 250px;
}
#id_travail {
    width: 250px;
}
#id_value_add {
    width: 200px;
}
#id_value_edit {
    width: 250px;
}
#id_file {
    width: 250px;
}
#id_conservation_site {
    width: 250px;
}


/*focus on elements*/
a:focus,div:focus{
    -moz-outline: 1px dotted #999  !important;
    outline: #999 dotted 1px;  /*!important;*/
}
input,textarea{
    outline: none !important;
}

.related_media {
    border-top: 1px dotted #000000;
}

#module-set {
    float: right;
    clear: right;
    padding-right: 0em;
}

#module-set .module {
    border: 1px solid #000;
    background: repeat url(/static/teleforma/images/tw_hd.png) 0 0;
    padding: 0.2em;
    margin: 2em 1em 0em 0em;
    -moz-border-radius: 8px 0px 11px 11px;
    -webkit-border-radius: 8px 0px 11px 11px;
    border-radius: 8px 0px 11px 11px;
}

#module-set .module h3 {
    color: #FFF;
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}

#module-set .module div {
        -moz-border-radius: 8px 0px 8px 8px;
        -webkit-border-radius: 8px 0px 8px 8px;
        border-radius: 8px 0px 8px 8px;
       }

#module-set .module a:hover {
    text-decoration: none;
}

#module-set-left {
    float: left;
    clear: left;
    padding: 0em 0.8em 0.8em 0em;
    }

#module-set-left .module {
        border: 1px solid #000;
        background: repeat url(/static/teleforma/images/tw_hd.png) 0 0;
        padding: 0.2em;
        margin: 0em 0em 1.5em 0em;
        -moz-border-radius: 8px 0px 11px 11px;
        -webkit-border-radius: 8px 0px 11px 11px;
        border-radius: 8px 0px 11px 11px;
        }

#module-set-left .module h3 {
            color: #FFF;
            font-size: 1.1em;
            font-weight: bold;
            }

#module-set-left .module h3 a {
            color: #FFF;
            }

#module-set-left .module div {
        -moz-border-radius: 8px 0px 8px 8px;
        -webkit-border-radius: 8px 0px 8px 8px;
        border-radius: 8px 0px 8px 8px;
       }

#module-set-left .module ul {
        -moz-border-radius: 8px 0px 8px 8px;
        -webkit-border-radius: 8px 0px 8px 8px;
        border-radius: 8px 0px 8px 8px;
        margin: 0em 0em 0em 0.3em;
        font-size: 0.9125em;
        background-color: #FFF;
        color: #000 ;
        font-weight: normal;
        max-height: 450px;
        overflow-y: auto;
        list-style: none;
        padding: 0.5em 0.5em 0.5em 1em;
 }

#module-set-left .module li {
    background: no-repeat url('/static/teleforma/images/bullet.png') 0%;
    vertical-align: middle;
    padding: 0.2em 0.5em 0.2em 1.1em;
    margin: 0em 0em 0em 0em;
    font-weight: bold;
    }

#module-set-left .module a {
    display:inline-block;
}

#module-set-left .sequences h3 {
    display: block;
    padding-bottom: 8px;
    margin-bottom:1em;
    width:100%;
    color: black;
    font-size: 1.3em;
    border-bottom:1px solid #dfdfdf;
}

#module-set .ui-tabs.ui-widget-content{
	margin-top: 15px;
}
#module-set .ui-tabs.ui-widget-content h3{
	vertical-align: middle;
	display: inline-block;
}
#module-set .ui-tabs.ui-widget-content h3 img{
	vertical-align: middle;
}

#module-set .ui-tabs.ui-widget-content ul.ui-tabs-nav{
	padding: 0;
	margin: 0;
}
#module-set .ui-tabs.ui-widget-content ul.ui-tabs-nav:after {
	content: ""; 
	display: table;
	clear: both;
}

#module-set .ui-tabs.ui-widget-content ul.ui-tabs-nav li{
	display: inline-block;
	width: 50%;
	text-align: center;
	padding: 0;
	box-sizing: border-box;
	margin-top: 3px;
	float:left;
}

#module-set .ui-tabs.ui-widget-content ul.ui-tabs-nav li a{
	font-size:1.1em;
	color: #333;
	padding: 1em 0;
	display: block;
	box-sizing: border-box;
	float:left;
	width: 80%;
	background-color: rgba(255, 255, 255, .2);
	border-left: 1px solid #000;
	border-right: 1px solid #666;
	opacity: 0.5;
}
#module-set .ui-tabs.ui-widget-content ul.ui-tabs-nav li a:hover{
	background-color: rgba(255, 255, 255, .1);
	opacity: 1;
}

#module-set .ui-tabs.ui-widget-content ul.ui-tabs-nav li.ui-tabs-active a{
	background-color: rgba(255, 255, 255, 0);
	opacity: 1;
	color: #fff;
}

#module-set .ui-tabs.ui-widget-content ul.ui-tabs-nav li.ui-tabs-active a+a:hover{
	background-color: rgba(255, 255, 255, 0.2);
}

#module-set .ui-tabs.ui-widget-content ul.ui-tabs-nav li a+a{
	width: 20%;
}
#module-set .ui-tabs.ui-widget-content .ui-widget-content{
	background-color: #FFF;
	color: #000;
}



#module-set .ui-tabs.ui-widget-content .ui-widget-content .newsitem{
	padding: 10px 5px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
	border-radius: 0;
}
#module-set .ui-tabs.ui-widget-content .ui-widget-content .newsitem:first-child{
	padding-top: 20px;
}
#module-set .ui-tabs.ui-widget-content .ui-widget-content .newsitem:last-child{
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 20px;
}

#module-set .ui-tabs.ui-widget-content .ui-widget-content .newsitem header p{
	font-size: 0.8125em;
	margin: 5px 0;
	line-height: 1.3em;
}
#module-set .ui-tabs.ui-widget-content .ui-widget-content .newsitem header h3{
	color: #355ea2;
	display: block;
	font-size: 1.05em;
	display: inline-block;
	width: 85%;
	margin: 0;
}

#module-set .ui-tabs.ui-widget-content .ui-widget-content .newsitem header ul.actions{
	padding: 0;
	text-align: right;
	display: inline-block;
	width: 15%;
	margin: 0;
	float: right;
	position: relative;
	top: 2px;
}
#module-set .ui-tabs.ui-widget-content .ui-widget-content .newsitem header ul.actions li{
	list-style-type: none;
	display: inline-block;
	padding: 0;
	font-size: 1.3em;
	margin-right: 5px;
}
#module-set .ui-tabs.ui-widget-content .ui-widget-content .newsitem header ul.actions li+li{
	margin-right: 0px;
}

#module-set .ui-tabs.ui-widget-content .ui-widget-content .newsitem header ul.actions li img{
	border-radius: 0;
	width: 12px;
	height: 12px;
}

#module-set .ui-tabs.ui-widget-content .ui-widget-content .newsitem section{
	font-size: 1.1em;
	font-size: 0.9em;
	word-wrap: break-word;
	-webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}

#module-set .ui-tabs.ui-widget-content footer{
	text-align: center;
	padding: 10px 0;
	background: repeat url(/static/teleforma/images/tw_hd.png) 0 0;
}

#module-set .ui-tabs.ui-widget-content footer a{
	display: inline-block;
	width: 100%;
	color: #FFF;
}

#module-set .ui-tabs.ui-widget-content footer a:hover{
	text-decoration: underline;
}

form.add_actus p:after{
	content: ""; 
	display: table;
	clear: both;
}

form.add_actus label{
	display: inline-block;
	font: 1em Verdana, sans-serif;
    line-height: 1.3em;
    color: #333;
	font-weight: bold;
	min-width: 105px;
}

form.add_actus label[for="id_text"]{
	float: left;
}
form.add_actus #id_text_parent{
	float: left;
	margin-left: 7px;
}


.modal-warning .ui-dialog-titlebar {
    background-image: none;
    color: white;
    background-color: red;
    font-size: 20px;

}
.modal-warning .ui-dialog-buttonpane {
    background-color: red;
    color: white;
}
.modal-warning .ui-button {
    background-color: white;
    font-weight: 600;
}
/* modal dialog */
.modal-warning .ui-dialog-content {
    padding: 2em;
    background-color: #f5f5f5;
}



.desk_center {
    float: left;
    width: 50%;
    padding: 0em 3em 0em 2em;
    max-height: 800px;
    overflow-y: auto;
    }

.desk_large {
    float: left;
    width:75%;
    padding: 0em 1.8em 0em 1em;
    }


.desk_messages {
    float: left;
    width:75%;
    padding: 0em 0em 0em 1em;
    }

.desk_course {
    float: left;
    width:52%;
    padding: 0em 0em 0em 1em;
    }

.desk_media {
    float: left;
    width: 52%;
    padding: 0em 0em 0em 1em;
    }

#large_scroll {
    max-height: 750px;
    overflow-y: auto;
    padding: 0em 1em 0em 0em;
    }

.course {
    margin: 0em 0em 2em 0em;
    padding: 5px 0em 0em 0em;
    background-color: #FFF;
    -moz-border-radius: 8px 0px 8px 8px;
    -webkit-border-radius: 8px 0px 8px 8px;
    border-radius: 8px 0px 8px 8px;
    background:no-repeat url(/static/teleforma/images/bg_yt.png) 0 0;
    background-color:#ebebeb;
    background-repeat:repeat;
   }


.course_title {
    color: #355ea2;
    -moz-border-radius: 8px 0px 8px 8px;
    -webkit-border-radius: 8px 0px 8px 8px;
    border-radius: 8px 0px 8px 8px;
    padding: 0em;
    font-weight: bold;
    font-size: 1.2em;
    }

.course_title a {
    color: #355ea2;
}

.course_description {
    background-color: #FFF;
    padding: 0em 1em 0.5em 1em;
        -moz-border-radius: 8px 0px 8px 8px;
    -webkit-border-radius: 8px 0px 8px 8px;
    border-radius: 8px 0px 8px 8px;
    /*text-align: justify;*/
    }

.course_content {
    background-color: #FFF;
    -moz-border-radius: 8px 0px 8px 8px;
    -webkit-border-radius: 8px 0px 8px 8px;
    border-radius: 8px 0px 8px 8px;
    padding: 0em 0em 0em 0em;
    margin-top: 0.8em;
    border: 1px solid #dfdfdf;
}

.course_subtitle {
    padding: 0.3em;
}

.course_content p {
    padding: 0em 0.8em 0em 0.8em;
    margin-top: 0em;
    overflow: auto;
    }

.media {
    margin-top: 0.5em;
}

.course_media {
    float: left;
    background-color: transparent;
    margin: 0em 0em 2em 2em;
    -moz-border-radius: 8px 0px 8px 8px;
    -webkit-border-radius: 8px 0px 8px 8px;
    border-radius: 8px 0px 8px 8px;
    width: 55%;
    }

#media_infos {
    background-color: #FFF;
    padding: 0.3em 0.8em 0.3em 0.8em;
    width: 620px;
    }

.course_media .video-js{
        max-width: 100%;
        height: auto !important;
        width: 100% !important;
}

.course_media .video-js .vjs-tech{
    position: static;
    width: 100%;
    height: auto;
}

.audio {
    padding: 0.8em 1em 1em 0em;
    background-color: transparent;

    }

/* POSTMAN */

.pm_header {
    font-weight: bold;
    }

.pm_body {
    padding: 0em 0em 0em 0em;
    }

.pm_message {
    background-color: #FFF;
    -moz-border-radius: 8px 0px 8px 8px;
    -webkit-border-radius: 8px 0px 8px 8px;
    border-radius: 8px 0px 8px 8px;
    padding: 0.5em 0.8em 0.8em 0.8em;
    margin: 0em 0em 1em 0em;
    border: 1px solid #dfdfdf;
    }

#pm_messages {
    font-weight: normal;
    font-size: 1em;
    background-color: #FFF;
    -moz-border-radius: 8px 0px 8px 8px;
    -webkit-border-radius: 8px 0px 8px 8px;
    border-radius: 8px 0px 8px 8px;
    padding: 0.8em 0.8em 0.8em 1em;
    width: 100%;
    margin-top : 1em;
    border: 1px solid #dfdfdf;
    }

#pm_messages td {
    font-weight: normal;
    font-size: 1em;
    }


#pm_reply textarea {
    padding: 1em;
    -moz-border-radius: 8px 0px 8px 8px;
    -webkit-border-radius: 8px 0px 8px 8px;
    border-radius: 8px 0px 8px 8px;
    width: 97%;
    }

#id_body {
    font-size: 1.1em;
    }

.pm_buttons {
    margin: 1.5em 0em 1em 0em;
    }

.module_action {
    text-align: center;
    margin: 2em 0em 3em 0em;
    padding: 1em;
}


#chatwindow {
    min-height: 10em;
    max-height: 42em;
    border-bottom: 1px solid;
    padding: 0.8em;
    overflow: auto;
    background-color: white;
    font-size: 0.8125em;
    -moz-border-radius: 8px 0px 8px 8px;
     -webkit-border-radius: 8px 0px 8px 8px;
     border-radius: 8px 0px 8px 8px;
}

.msg {
    font-size: 0.9em;
    }

.msg input {
    -moz-border-radius: 8px 8px 8px 8px;
     -webkit-border-radius: 8px 8px 8px 8px;
     border-radius: 8px 8px 8px 8px;
    }


#users {
    padding: 0.8em 0em 0em 0em;
    margin: 0em 0em 4em 0em;
    background-color: #FFF;
    -moz-border-radius: 8px 0px 8px 8px;
    -webkit-border-radius: 8px 0px 8px 8px;
    border-radius: 8px 0px 8px 8px;
    border: 1px solid #dfdfdf;
    }

#spacing td {
    padding: 1em 1em 1em 0.3em;
    font-size: 0.8125em;
    font-weight: normal;
    }

#paginate_fix {
    padding: 1em 0em 0em 0em;
    margin: 0em 0em -0.8em 0em;
    }

.doc_type_title {
    padding: 0em 0em 0em 1.5em;
    font-weight: bold;
    font-size: 0.8125em;
    text-align: center;
    }


/* TeleCaster */

.status {
    padding: 0.5em;
        -moz-border-radius: 8px 0px 8px 8px;
        -webkit-border-radius: 8px 0px 8px 8px;
        border-radius: 8px 0px 8px 8px;
        background-color: #FFF;
    }

.warning {
    color: red;
    font-weight: bold;
}

.default {
    color: green;
    font-weight: bold;
    }

.conference_form {
    font-size: 1em;
    }

.conference_form select {
    font-size: 1.2em;
    height: 2em;
    }

.conference_form textarea {
    font-size: 1.2em;
    }

.conference-big-button {
    line-height:3em;
}

.messages {
    padding: 0em 1em 1em 1em;
}

.info {
    margin-top: 0.3em;
    color: white;
    padding: 0.3em 0.3em 0.5em 0.8em;
    background-color: #008000;
    -moz-border-radius: 8px 0px 8px 8px;
    -webkit-border-radius: 8px 0px 8px 8px;
    border-radius: 8px 0px 8px 8px;
}

.success {
    margin-top: 1em;
    color: white;
    padding: 0.3em 0.3em 0.5em 0.8em;
    background-color: #008000;
    -moz-border-radius: 8px 0px 8px 8px;
    -webkit-border-radius: 8px 0px 8px 8px;
    border-radius: 8px 0px 8px 8px;
}

.warning {
    margin-top: 0.3em;
    color: white;
    padding: 0.3em 0.3em 0.5em 0.8em;
    background-color: #e65911;
    -moz-border-radius: 8px 0px 8px 8px;
    -webkit-border-radius: 8px 0px 8px 8px;
    border-radius: 8px 0px 8px 8px;
}

.error {
    color: white;
    padding: 0.3em;
    background-color: #db4b39;
    -moz-border-radius: 8px 0px 8px 8px;
    -webkit-border-radius: 8px 0px 8px 8px;
    border-radius: 8px 0px 8px 8px;
}

.errorlist {
    color: red;
}

.errorlist li {
    font-size: 1.2em;
}

form .deceed{
        background-color: white;
        font-weight:bold;
        padding: 0.3em;
        margin-top: 0.8em;
        float: right;
        border: 1px solid #adadad;
        color: #b00;
    }

form .exceed{
        background-color: white;
        font-weight:bold;
        padding: 0.3em;
        margin-top: 0.8em;
        float: right;
        border: 1px solid #adadad;
        color:#080;
    }

.progress {
    background-color: white;
    -moz-border-radius: 8px 0px 8px 8px;
    -webkit-border-radius: 8px 0px 8px 8px;
    border-radius: 8px 0px 8px 8px;

}

.progress ul {
    -moz-border-radius: 8px 0px 8px 8px;
    -webkit-border-radius: 8px 0px 8px 8px;
    border-radius: 8px 0px 8px 8px;
        margin: 0em 0em 0em 0.3em;
        font-size: 0.9125em;
        background-color: #FFF;
        color: #000 ;
        font-weight: normal;
        max-height: 450px;
        overflow-y: auto;
}

.ui-progressbar  {
    margin-top: 0.5em;
    height: 10px;
    background-color: white;
    -moz-border-radius: 8px 0px 8px 8px;
    -webkit-border-radius: 8px 0px 8px 8px;
    border-radius: 8px 0px 8px 8px;
    }


#id_answer {
    font: 1em Verdana, sans-serif;
    line-height: 1.3em;
    color: #333;
    padding: .5em;
    -moz-border-radius: 8px 0px 8px 8px;
    -webkit-border-radius: 8px 0px 8px 8px;
    border-radius: 8px 0px 8px 8px;
    width: 97%;
    max-height: 30vh
}


.form p {
    margin: 0em;
    padding-top: 0.3em;
    padding-left: 1em;
    /*border-top: 1px solid #dfdfdf;*/
}

.form ul, .form ul ul, .form ol {
    list-style: square;
    padding: 0em;
    margin-top: 0em;
    margin-left: 2em;
    padding-left: 2em;
    font-size: 0.8em;
    clear: both;
}

.form ul ul {
    font-size: 1.1em;
    padding-left: 0;
}

.form li {
    font-size: 1.2em;
    padding: .2em;
    padding-left: 1em;
    padding-top: 0.3em;
    list-style:none;
}

.form-button {
    padding: 1em 0em 1em 1em;
}

.form h5 {
    font-size: 1em;
    padding-left: 0;
    font-weight: none;
}

#index {
    background-color: white;
    -moz-border-radius: 8px 0px 8px 8px;
    -webkit-border-radius: 8px 0px 8px 8px;
    border-radius: 8px 0px 8px 8px;
    color: black;
    padding: 0.5em;
    max-height: 250px;
    overflow-y: auto;
}

#index p, ul {
    margin: 0em 0.5em 0em 0.5em;
}


#index ul, #index ul ul {
    list-style: square;
    padding: .3em;
    padding-left: 2em;
    font-size: 0.8125em;
    clear: both;
}

#index ol {
    list-style: decimal;
    padding: .3em;
    padding-left: 2em;
    font-size: 0.8125em;
    clear: both;
}

#index ul ul {
    font-size: 1em;
    padding-left: 1em;
    list-style: circle;
}

#index li {
    padding: .2em;
    padding-left: 0em;
}

#index li a {
    padding: .1em 0em;
}


#index .listing a {
    font-size: .9em;
}


#_Form p {
    font-weight: bold;
}

/*** TABS ***/
.multipart-tabs {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 5px 0;
}
.multipart-tabs .tab-link {
    position: relative;
    display:flex;
    justify-content: start;
    align-items: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: 36px;
    background-color: #393;
    color: white;
    padding: 0 10px;
    margin: 2px 10px 2px 0px;
    transition: all 0.3s;
}
.multipart-tabs .tab-link:hover, .multipart-tabs .tab-link.active {
    background-color: #171;
}
.multipart-tabs .tab-link span {
    z-index: 1;
}
.multipart-tabs .tab-link .part-index {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    color: black;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    margin-right: 10px;
}
.multipart-tabs .tab-link:not(:last-child):after {
    content: "";
    border-left: 10px solid #393;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    background-color: transparent;
    right: -10px;
    position: absolute;
    z-index: 0;
}
.multipart-tabs .tab-link:hover:not(:last-child):after, .multipart-tabs .tab-link.active:not(:last-child):after {
    border-left: 10px solid #171;
}
.multipart-tabs .tab-link:not(:last-child).disabled:after {
    border-left: 10px solid #ccc;
}
.multipart-tabs .disabled {
    pointer-events: none;
    background-color: #ccc;
    color: black;
}
.multipart-tabs li {
    font-size: 0.9em;
}
.multipart-tabs .disabled {
    pointer-events: none;
}
.multipart .prev-next-buttons input {
    font-size: 1.4em;
    padding: 0.3em 1em;
}
.multipart .multipart-previous {
    float:left;
}
.multipart .multipart-next {
    float:right;
}
.tab-content {
  display: none;
  padding: 6px 12px;
  animation: fadeEffect 1s;
}
.tab-content h2 {
    font-size: 1.1em;
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

