/* GENERIC : RESET */

.nobs *:before, .nobs *:after
{
	box-sizing: initial;
}
.nobs *
{
	box-sizing: initial;
}
.nobs h1, .nobs h2, .nobs h3, .nobs h4
{
	font-size: inherit;
	margin-top: inherit;
	margin-bottom: inherit;
	font-weight: bolder;
	line-height: inherit;
}
.nobs p
{
	margin-bottom: inherit;
}
.nobs a
{
	color: inherit;
	text-decoration: inherit;
	background-color: inherit;
}
.nobs label
{
	color: inherit;
	max-width: inherit;
	margin-bottom: inherit;
	font-weight: inherit;
}
.nobs .label
{
	color: inherit;
	font-size: inherit;
	padding: inherit;
	font-weight: inherit;
	text-align: inherit;
	border-radius: inherit;
}
.nobs a.label:hover, .nobs a.label:focus
{
	color: inherit;
}
.nobs a.sort
{
	text-decoration: underline;
}

.nobs ul, .nobs ol
{
	margin-top: inherit;
	margin-bottom: inherit;
}
.nobs input
{
	line-height: normal;
}
.nobs .btn
{
	padding: inherit;
	font-size: inherit;
	font-weight: inherit;
	text-align: inherit;
	vertical-align: inherit;
	cursor: inherit;
	-moz-user-select: inherit;
	border: inherit;
	border-radius: inherit;
}

.nobs .close {
    float: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    text-shadow: inherit;
    opacity: inherit;
}

/* SPECIFIC : SET */
.nobs
{
	font-size: 12px;
}
.nobs a:hover, .nobs a:active, .nobs a.label:hover, .nobs a.label:active {
    color: #707070;
}
.nobs a.btn:hover
{
	cursor: pointer; 
}
.nobs .tab2, .nobs .link2, .nobs .tablink2 {
    line-height: 20px;
}
.nobs a.moreinfo
{
	text-decoration: underline;
}
.nobs .treelist .btn
{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
}
.nobs .link_psort
{
	background-color: #FFF;
}
.nobs ul.compactlist {
    margin-bottom: 1em;
}
.nobs .fields label {
    font-weight: bold;
    color: #333;
}
.nobs .btnLoan {
    background: url("buttons/doc_loan.png") no-repeat scroll 0px 0px transparent;
}
.nobs .detaillinkeddocstitle
{
    margin: 5px 10px 0 0;
}

/*bizarre*/
.nobs .btnLoan:hover {
    background-position: 0px -20px;
}


/**/
.nav-tabs > li a
{
	border-radius: 5px 5px 0px 0px !important;
	text-decoration: none !important;
	padding: 0.5em;
}
.nav-tabs > li.active a, .nav-tabs > li.active a:hover, .nav-tabs > li.active a:focus
{
	color: #FFF;
	background: none repeat scroll 0% 0% #333;
}
.tab-content > .tab-pane.active
{
	background: none repeat scroll 0% 0% #FFF;
	border: 1px solid #CDCDCD;
	border-radius: 0px 0px 5px 5px;
	padding: 0.5em;
}

/*custom*/
.btn-group-head
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.nav-sm a
{
	font-size: 12px;
	font-weight: bold;
}
.sm
{
	font-size: 12px;
}
.sm h4
{
	font-size: 12px;
}
.toggle label {
    width: 30%;
}
.toggle .btnApplyToAll
{
	float: right;
}

button.glow {
    animation:glow 1200ms linear 200ms 2 alternate;
    -moz-animation:glow 1200ms linear 200ms 2 alternate;
    -webkit-animation:glow 1200ms linear 200ms 2 alternate;
}

@keyframes glow {
    0% {
        box-shadow:0 0 1px 1px rgba(255,255,255,0.9);
    }
    20%, 100% {
        box-shadow:0 0 1px 1px rgba(255,255,255,0.9), 0 0 3px 8px #4F8F27, 0 0 2px 12px #FFF;
    }
}

/* Firefox */
@-moz-keyframes glow {
    0% {
        box-shadow:0 0 1px 1px rgba(255,255,255,0.9);
    }
    20%, 100% {
        box-shadow:0 0 1px 1px rgba(255,255,255,0.9), 0 0 3px 8px #4F8F27, 0 0 2px 12px #FFF;
    }
}

/* Safari and Chrome */
@-webkit-keyframes glow {
    0% {
        box-shadow:0 0 1px 1px #FFF;
    }
    20%, 100% {
        box-shadow:0 0 1px 1px #FFF, 0 0 3px 8px #4F8F27, 0 0 2px 12px #FFF;
    }
}

/*cancel stdForm*/
.stdForm .form-group label
{
	float: none;
	margin-bottom: 0;
	text-align: left;
	width: inherit;
	padding: inherit;
	white-space: nowrap;	
}
.stdForm .form-group input
{
	float: inherit;
	width: inherit;
	margin-right: inherit;
}
.stdForm .form-group .input-group
{
	float: left;
	width: inherit;
}
.stdForm .form-group .input-group input
{
	width: 100%;
}
.stdForm .form-group .toolbar
{
	width: 64px;
}
.stdForm .form-group-sm
{
}
.stdForm .form-group-sm label
{
	font-size: 12px;
}
.stdForm input.form-control, .stdForm select.form-control, .stdForm textarea.form-control {
    float: none;
}
.stdForm div.input-group ~ .form_multival_btn {
    left: 50%;
    top: 30px;
}
.stdForm div.input-group ~ .form_multival_btn ~ .multival {
	width: 50%;
    position: relative;
    top: 5px;
}
.stdForm
{
	position: relative;
}
.stdForm .formDescription
{
	width: 49%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
}
.stdForm input.btn
{
	float: none;
	margin: 0px 10px;
	width: auto;
}

.stdForm textarea~ .toolbar_btn {
    left: 50%;
}

.main-bs {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow-y: auto;
    overflow-x: hidden;
}
/*bug bootstrap*/
select[multiple].input-sm, .form-group-sm select[multiple].form-control {
    height: auto;
}