/* xtend
-------------------------------------------------------------- */




.text-shadow{
-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}
.text-light{
text-shadow: 2px 2px 1px #FFF,
    -2px 2px 1px #FFF,
    2px -2px 1px #FFF,
    -2px -2px 1px #FFF;
}

/* login-modal
-------------------------------------------------------------- */
#login-modal .modal-dialog {
    width: 350px;
}

#login-modal input[type=text], input[type=password] {
	margin-top: 10px;
}
#main th {
	background-image: url(img/mainTB_bg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}


#div-login-msg,
#div-lost-msg,
#div-register-msg {
    border: 1px solid #dadfe1;
    height: 30px;
    line-height: 28px;
    transition: all ease-in-out 500ms;
}

#div-login-msg.success,
#div-lost-msg.success,
#div-register-msg.success {
    border: 1px solid #68c3a3;
    background-color: #c8f7c5;
}

#div-login-msg.error,
#div-lost-msg.error,
#div-register-msg.error {
    border: 1px solid #eb575b;
    background-color: #ffcad1;
}

#icon-login-msg,
#icon-lost-msg,
#icon-register-msg {
    width: 30px;
    float: left;
    line-height: 28px;
    text-align: center;
    background-color: #dadfe1;
    margin-right: 5px;
    transition: all ease-in-out 500ms;
}

#icon-login-msg.success,
#icon-lost-msg.success,
#icon-register-msg.success {
    background-color: #68c3a3 !important;
}

#icon-login-msg.error,
#icon-lost-msg.error,
#icon-register-msg.error {
    background-color: #eb575b !important;
}

#img_logo {
    max-height: 100px;
    max-width: 100px;
}

/* #########################################
   #    override the bootstrap configs     #
   ######################################### */

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .8;
}

.modal-content {
    background-color: #ececec;
    border: 1px solid #bdc3c7;
    border-radius: 0px;
    outline: 0;
}

.modal-header {
    min-height: 16.43px;
    padding: 15px 15px 15px 15px;
    border-bottom: 0px;
}

.modal-body {
    position: relative;
    padding: 5px 15px 5px 15px;
}

.modal-footer {
    padding: 15px 15px 15px 15px;
    text-align: left;
    border-top: 0px;
}

.checkbox {
    margin-bottom: 0px;
}

.btn {
    border-radius: 0px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
}

.btn-lg, .btn-group-lg>.btn {
    border-radius: 0px;
}

.btn-link {
    padding: 5px 10px 0px 0px;
    color: #95a5a6;
}

.btn-link:hover, .btn-link:focus {
    color: #2c3e50;
    text-decoration: none;
}

.glyphicon {
    top: 0px;
}

.form-control {
  border-radius: 0px;
}



/* All levels of nav */
#sidenav01.nav > li {
  display: block;
  width:100%;
  border-bottom: solid 1px #999999;
}


#sidenav01.nav > li > a {
  display: block;
  color: #716b7a;
  font-size:13px;
}

#sidenav01.nav > li > a:hover {
  text-decoration: none;
  background-color: #e5e3e9;
}

#sidenav01.nav > li > a:focus {
  text-decoration: none;
  background-color: #e5e3e9;
}

#sidenav01.nav > .active > a {
  font-weight: bold;
  color: #563d7c;
  background-color: transparent;
}

#sidenav01.nav > .active:hover > a {
  font-weight: bold;
  color: #563d7c;
  background-color: transparent;
}

#sidenav01.nav > .active:focus > a {
  font-weight: bold;
  color: #563d7c;
  background-color: transparent;
}

/* Nav: second level (shown on .active) */

#sidenav01.nav li ul  {
  display: none;
  margin-bottom: 8px;
  margin-left:10px;
  padding-left:10px;
}
#sidenav01.nav li ul li {
	border-bottom: #CCC solid 1px;
	padding-top: 6px;
	padding-bottom: 6px;
	list-style-type: none;
}
#sidenav01.nav li ul li:last-child {
		border-bottom: none;
}

#sidenav01.nav li ul li a {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  font-size:13px;
}


#main h2 {
	color: #FFF;
	background-color: #43a172;
	padding: 0.4em;
}
#main th {
	background-image: url(img/mainTB_bg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}.pdfList ol li {
	margin-bottom: 0.5em;
}
.pdfList li a {
	font-weight: bold;
}
.pdfList li a .cat {
	font-weight: normal;
	margin-right: 1em;
	color: #333;
	border: 2px solid #333;
	font-size: 86%;
	padding-top: 0.1em;
	padding-right: 0.5em;
	padding-bottom: 0.1em;
	padding-left: 0.5em;
}
.pdfList li a .aut {
	font-weight: normal;
	color: #333;
	margin-left: 2em;
}


.table-striped > tr:nth-child(2n+1) > td, .table-striped > tr:nth-child(2n+1) > th {
	background-color: #66CC99 !important;
}li .comment {
	color: #C00;
	text-align: right;
	display:inline-block;
	float:right;
}
