/* Add here all your css styles (customizations) */
html {
	overflow-x: hidden;
	overflow-y: auto;
	overflow-y: scroll;
}
body {
	font-family: 'Arvo', serif;
	font-size: 14px;
	color: #787878;
	background-color:#3E4753;
}

.ublue a{
	color:#00F;
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1024px) {
.content {
	min-height:550px;
	
}
}

 #spinner_loader {

    /* must be initially hidden */
    display:none;
 
    /* place overlay on top of other elements */
    z-index:10000;	
	margin-left:-75px;
 
    width:150px;
    height:150px;
  }
  
  #loadCalendar
  {
	  display:none;
  }

.loadinggif 
{
   background-image:url('../../assets/img/ajax-loader.gif');
   background-position: center center;
   background-repeat:no-repeat;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-family: 'Arvo', serif;
	font-weight: 400;
}

p{
	line-height: 200%;
}
strong {
	color: #543f27;
}
a {
	text-decoration: none;
	color: #006;
}
a:hover {
	color: #C08A38;
	text-decoration: none;
}
a img {
	border: none;
}

.right-scroll-box-heading, .left-scroll-box-heading{
	background-image:url(../img/right-scroll-box-heading-end.png), url(../img/right-scroll-box-heading-start.png);
	background-position: right top, left top;
	background-repeat: no-repeat;
	height: 75px;
	padding: 16px 32px 0px 42px;
	letter-spacing: -1px;
	text-shadow: 1px 1px 0px #ffe7a6;
	font-size: 22px;
	color: #775838;
	margin-top:4px;
}

.scroll-heading-right {
	background-image:url(../img/scroll-heading-right-end.png), url(../img/scroll-heading-right-start.png);
	background-position: left top, right top;
}

.right-scroll-box-content, .left-scroll-box-content{
	background-image:url(../img/scroll-content-left-end.png), url(../img/scroll-content-left-start.png);
	background-position: right top, left top;
	background-repeat: repeat-y, repeat;
	padding: 0px 35px 20px 42px;
	margin-bottom:0px;
}

.left-scroll-box-content {
	background-image:url(../img/left-scroll-content-right-end.png), url(../img/scroll-content-left-start.png);
	background-position: right top, left top;
}

.right-scroll-box-bottom, .left-scroll-box-bottom {
	background-image:url(../img/scroll-footer-bottom-right-corner.png),url(../img/scroll-footer-bottom.png);
	background-position: right top, left top;
	background-repeat: repeat-y, repeat;
	height:10px;
	margin-bottom:30px;
}

.image-style2 {
	float: left;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	padding: 10px;
	background: url(../img/image-style1-border.png) repeat;
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,.1);
	border: 1px solid #cecdca;
}


.header {
	border-bottom:#111 1px solid;
	box-shadow: #111 0 0 8px;
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

.header .navbar {
	min-height:60px;
}

/*Brand*/
.header .navbar-brand { 
	z-index: 1;
	position: relative;
	padding: 5px 10px 0 10px;
}
.copyright {
	text-align:center;
	font-size:14px;
}

.ls-heading {
	text-shadow: 1px 2px 0px rgba(0,0,0,.3);
	font-size: 30px;
	color: #FFFFFF; 
}

.ls-layer photo{
	width:500px;
	padding: 10px;
	background: url(../img/image-style1-border.png) repeat !important;
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,.1);
	border: 1px solid #cecdca;
	background-color:yellow
}

.ls-para {
	line-height: 160%;
	text-shadow: 1px 2px 0px rgba(0,0,0,.3);
	font-size: 18px;
	color: #f6f6ed;
	max-width:400px; 
	
}

.btn-custom-yellow
{		
    background-color: #ffb94b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fddb6f), to(#ffb94b));
    background-image: -webkit-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: -moz-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: -ms-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: -o-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: linear-gradient(top, #fddb6f, #ffb94b);
    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    
     -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
     -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
     box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;    
    border-width: 1px;
    border-style: solid;
    border-color: #d69e31 #e3a037 #d5982d #e3a037;
    float: left;
    height: 32px;
    padding: 0px 10px;
	min-width:90px;
    cursor: pointer;
    font: bold 15px Arial, Helvetica;
    color: #8f5a0a;
}

/* bigBoxes */
.bigBox {
  position: fixed;
  right: 10px;
  bottom: 10px;
  background-color: #004d60;
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  width: 390px;
  height: 150px;
  color: white;
  z-index: 99999;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  border-left: 5px solid rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.bigBox span {
  font-size: 17px;
  font-weight: 300;
  letter-spacing: -1px;
  padding: 5px 0 !important;
  display: block;
}
.bigBox p {
  font-size: 13px;
  margin-top: 10px;
}
#divMiniIcons {
  position: fixed;
  width: 415px;
  right: 10px;
  bottom: 180px;
  z-index: 9999;
  float: right;
}
.botClose {
  position: absolute;
  right: 10px;
  height: 16px;
  width: 15px;
  cursor: pointer;
  font-size: 18px;
  opacity: .5;
  display: block;
  top: 15px;
}
.botClose:hover {
  opacity: 1;
}
#divMiniIcons .cajita {
  text-align: center;
  vertical-align: middle;
  padding: 4px 6px;
  color: #FFF;
  float: right;
  cursor: pointer;
  display: block;
  background-color: #F00;
  font-size: 17px;
  margin-left: 4px;
  margin-top: 5px;
}
#divMiniIcons .cajita:active {
  top: 1px;
  left: 1px;
  position: relative;
}
.cajita img {
  width: 23px;
  height: 23px;
  padding-left: 3px;
  padding-top: 3px;
}

.SmallBox {
  position:absolute;
	top:120px;
	width:600px;
	left: 50%;
	margin-left: -300px;
	opacity: .90;
	filter: alpha(opacity=95);
	-webkit-box-shadow: 0 4px 16px rgba(0,0,0,.4);
	-moz-box-shadow: 0 4px 16px rgba(0,0,0,.4);
	box-shadow: 0 4px 16px rgba(0,0,0,.4);
	-webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: white;
  z-index: 9999;
  overflow: hidden;
  padding-top:10px;
}

@media (max-width: 450px) {
	
	.SmallBox {
	  position:absolute;
		top:120px;
		max-width:320px;
		left: 50%;
		margin-left: -160px;
		opacity: .90;
		filter: alpha(opacity=95);
		-webkit-box-shadow: 0 4px 16px rgba(0,0,0,.4);
		-moz-box-shadow: 0 4px 16px rgba(0,0,0,.4);
		box-shadow: 0 4px 16px rgba(0,0,0,.4);
		-webkit-border-radius: 3px;
	  -moz-border-radius: 3px;
	  border-radius: 3px;
	  color: white;
	  z-index: 9999;
	  overflow: hidden;
	  padding-top:10px;
	}
}


@media screen and (min-width: 450px) and (max-width: 600px) {
	.SmallBox {
	  position:absolute;
		top:120px;
		max-width:400px;
		left: 50%;
		margin-left: -200px;
		opacity: .90;
		filter: alpha(opacity=95);
		-webkit-box-shadow: 0 4px 16px rgba(0,0,0,.4);
		-moz-box-shadow: 0 4px 16px rgba(0,0,0,.4);
		box-shadow: 0 4px 16px rgba(0,0,0,.4);
		-webkit-border-radius: 3px;
	  -moz-border-radius: 3px;
	  border-radius: 3px;
	  color: white;
	  z-index: 9999;
	  overflow: hidden;
	  padding-top:10px;
	}
	.navbar.navbar-default .container .navbar-header .navbar-brand h2 {
		font-size:20px;
	}
}
.SmallBox ul li{
	color:white;
}
.SmallBox:hover {
  cursor: pointer;
}
.SmallBox .foto {
  font-size: 50px;
  position: absolute;
  left: 17px;
}
.SmallBox .textoFull {
  width: 93%;
  float: left;
  padding-left: 20px;
}
.SmallBox .textoFoto {
  width: 78%;
  margin: 3px 20px 3px 80px;
  float: left;
}
.miniPic {
  position: absolute;
  bottom: 8px;
  right: 9px;
}
.miniIcono {
  height: 100%;
  font-size: 20px;
}
.SmallBox span {
  font-size: 17px;
  font-weight: 300;
  letter-spacing: -1px;
  display: block;
  margin: 4px 0;
}
.SmallBox p {
  font-size: 13px;
  margin-top: 2px;
  color:white;
}
/* End of SmallBox */

.topbar ul.loginbar {
	margin-left: 0px;
	padding-left:0px;
}

/*page-info-box
------------------------------------*/ 

.page-info-box { 
	border-bottom: 1px dashed #CCCCCC;
	float:left;
	margin-bottom:30px;
}

.page-info-box .dl-horizontal { 
	margin-bottom: 15px;
	overflow: hidden;
}

.page-info-box .dl-horizontal dt { 
	width: 64px; 
	float: left;
}

.page-info-box .dl-horizontal dt img { 
	width: 64px; 
	height: 64px;
	margin:0px;
	padding:0px;
	
}

.page-info-box .dl-horizontal dd { 
	margin-left: 85px;
}

.page-info-box .dl-horizontal dd p { 
	font-family: 'Arvo', serif;
	font-size: 14px;
	color: #787878;
}

.page-info-box .dl-horizontal dd h3 a, .page-info-box .dl-horizontal dd h3 { 
	font-family: 'Arvo', serif;
	color: #c08a38;
	font-weight:bold;
	margin-bottom:7px;
	line-height:25px;
	font-size:18px;
}

/*Breadcrumbs
------------------------------------*/ 
/*Default Breadcrumbs*/
.breadcrumbs {
	overflow: hidden;
	padding: 0px;
	border-bottom: solid 1px #eee;
	background: url(../img/breadcrumb-bg.jpg) repeat;
}
.breadcrumbs h1 {
	font-size: 14px;
	margin-top: 3px;
	color:#f1f1f1
}

.breadcrumb { 
	top: 10px;
	padding-right: 0;
	background: none;
	position: relative;
}
.breadcrumbs ul {
	margin: 0px;
	padding:0px;
}
.breadcrumb a {
	color: #f1f1f1;
}
.breadcrumb li.active,
.breadcrumb li a:hover {
	color: #fff;
	text-decoration: none;
}

/*buttons*/
.btnSh {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px !important;
     -moz-border-radius: 4px !important;
          border-radius: 4px !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-xs {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
		  float:left;
}

/* modal wrapper bugfix */
.modal {
	z-index: 9999 !important;
}
.modal-footer {
	padding-top:8px;
	padding-bottom:8px;
	margin-top:0px;
}

.modal-header {
	padding-top:8px;
	padding-bottom:4px;
}

.modal-header img{
	margin-right:20px
}

.modal-body {
	padding:10px;
}

.modal-header .close {
	padding-top:10px;
}

.modal-list {
	border-bottom:1px dotted #666666;
	line-height:30px;
	margin:0px;
}
.modal-list:last-of-type {
	border-bottom:none;
}
.modal-list span{
	display:inline-block;
	width:150px;
	font-weight:bold;
}

.modal-list span.multilineliset{
	display:inline-block;
	width:95%;
	padding-left:30px;
	font-weight:normal;
}

body.modal-open {
  margin-right: 0;
}

.msg-confirm {
	color:#090;
}
.msg-err {
	color:#F00;
}

/* features */
.features {
	margin:0px 10px 20px 20px;
	padding-bottom:10px;
	float:left;
	background:url(../img/features-bg.png);
	background-position:center bottom;
	background-repeat:no-repeat;
}

.features .features-inner {
	background: #f7f7f7;
	position: relative;
	margin-bottom: 10px;
	width:125px;
	text-align:center;
}

.features .features-inner p{
	padding: 5px 0px;
	border-bottom:1px solid #999;
	background-color:#ccc;
	font-family: 'Arvo', serif;	
	-webkit-border-top-left-radius: 6px !important;
	-webkit-border-top-right-radius: 6px !important;
	-moz-border-radius-topleft: 6px !important;
	-moz-border-radius-topright: 6px !important;
	border-top-left-radius: 6px !important;
	border-top-right-radius: 6px !important;
}

.features .features-inner img{
	margin: 10px;
}

.features .features-inner,
.features .features-inner:after,
.features .features-inner:before {
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;	
}

.features .features-inner:after,
.features .features-inner:before {
	width: 0; 
	height: 0;
	right: 0px;
	bottom: 0px;
	content: " "; 
	display: block; 
	position: absolute;
}

.features .features-inner:after {
	border-top: 15px solid #eee;	
	border-right: 15px solid transparent;
	border-left: 0px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-right-style: inset; /*FF fixes*/
}
.features .features-inner:before {
	border-bottom: 15px solid #fff;	
	border-right: 0 solid transparent;
	border-left: 15px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-bottom-style: inset; /*FF fixes*/
}

.features .features-inner:hover {
	border-color: #72c02c;
	border-top-color: #72c02c;	
}
.features .features-inner:hover:after {
	border-top-color: #72c02c;	
}

.features .features-inner a {
	color: #72c02c;
	text-decoration: none;
}
.features .features-inner a:hover {
	text-decoration: underline;
}

.nav-tabs {
	border-bottom:2px solid #32424A;
	margin-bottom:20px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 6px 6px 0 0 !important;
  color:#32424A;
}
.nav-tabs > li > a:hover {
  border-color: #32424A;
}
.nav-tabs > li.active > a,
.nav-tabs li a:hover,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color:#32424A;
	color:#fff;
	border-bottom:1px solid #32424A;
}
.btn-warning {
	background-color: hsl(36, 100%, 40%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffad32", endColorstr="#cc7a00");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffad32), to(#cc7a00));
  background-image: -moz-linear-gradient(top, #ffad32, #cc7a00);
  background-image: -ms-linear-gradient(top, #ffad32, #cc7a00);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffad32), color-stop(100%, #cc7a00));
  background-image: -webkit-linear-gradient(top, #ffad32, #cc7a00);
  background-image: -o-linear-gradient(top, #ffad32, #cc7a00);
  background-image: linear-gradient(#ffad32, #cc7a00);
  border-color: #cc7a00 #cc7a00 hsl(36, 100%, 35%);
  color: #fff !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.33);
  -webkit-font-smoothing: antialiased;
}
	
	
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #3276b1;
	border-color: #285e8e
}

.fancy li:before {    
font-family: 'FontAwesome';
content: '\f061';
margin:0 15px 0 -15px;
color:#006;
line-height:30px;
}

.fancysub li:before {    
font-family: 'FontAwesome';
content: '\f178';
margin:0 15px 0 -15px;
color:#006;
line-height:30px;
}

.pagination {
	margin-top:0px;
}

.pagination-total {
	line-height:35px;
	margin-left:20px
}

.margin-top-10 {
	margin-top:10px;
}


.navbar-brand .title {
	color:#1E292D;
	font-size:30px;
	margin-top:6px;
}

@media (max-width: 572px) {
	.breadcrumbs ul {
		display:none
	}
}

@media (max-width: 461px) {
	.navbar-brand .title {
		font-size:24px;
		position:absolute;
		margin-top:0px;
	}
	.breadcrumbs h1.pull-left span
	{
		display:none
	}
}

.margin-10 {
	margin-right:10px;
}

/*styles for actions submenu*/
.actions {
    position:relative;
}

.actions .btnSh{
	line-height:23px;
}

.actions .btnSh .fa {
	margin-top:4px;
}

ul.actions li {
	list-style-type:none !important;
}
.actions .dropdown {
    background:#fff;
    border-radius:4px;
    width:250px;
	height:20px;
}

.actions .dropdown-menu>li {
	margin:0px;
	padding:0px;
}

.actions .dropdown-menu>li>a {
	margin:0px;
	padding:10px 7px;
}
.actions .dropdown ul.dropdown-menu {
    border-radius:4px !important;
    margin-top:20px;
    width:250px;
	padding:0px;
}

.actions .dropdown ul.dropdown-menu .fa {
    margin-top:4px;
}

.actions .dropdown ul.dropdown-menu span img {
    margin-right:5px;
}

.actions .dropdown ul.dropdown-menu:before {
    content: "";
    border-bottom: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    top: -5px;
    right: 16px;
    z-index: 10;
}
.actions .dropdown ul.dropdown-menu:after {
    content: "";
    border-bottom: 7px solid #ccc;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    position: absolute;
    top: -7px;
    right: 14px;
    z-index: 9;
}